<?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>Matan Hakim - Policy Data Scientist</title>
<link>https://matanhakim.com/posts.html</link>
<atom:link href="https://matanhakim.com/posts.xml" rel="self" type="application/rss+xml"/>
<description>Matan Hakim&#39;s personal website</description>
<image>
<url>https://matanhakim.com/profile.jpg</url>
<title>Matan Hakim - Policy Data Scientist</title>
<link>https://matanhakim.com/posts.html</link>
</image>
<generator>quarto-1.10.18</generator>
<lastBuildDate>Mon, 27 Jul 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Cognitive Courage: The Real Bottleneck to Learning AI Tools</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2026-07-27-cognitive-courage/</link>
  <description><![CDATA[ 






<p>Last month, on the <a href="https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2026-w26-highlights">R Weekly Highlights podcast</a>, Eric Nantz was walking through Sharon Machlis’s <a href="https://www.infoworld.com/article/4184642/10-tips-for-getting-better-r-code-from-your-ai-coding-agent.html">10 tips for getting better R code from your AI coding agent</a>. He reached the tip about <em>skills</em> – the reusable instruction files you hand a coding agent so it knows how to tackle a recurring kind of task – and added an honest aside:</p>
<blockquote class="blockquote">
<p>So I’ve been very much a consumer of skills. I still haven’t actually authored my own skill yet, but that is on my list this year.<sup>1</sup></p>
</blockquote>
<p>I have enormous respect for Eric – few people have done more to teach this community – and I am picking on a single sentence said in passing, not on him. But that sentence captures a way of thinking about learning AI tools that I think is now exactly backwards. There is no skill to pencil in for “this year.” Authoring your first skill is one sentence to Claude away. What stands between most of us and that sentence is not time, and not expertise. It is courage.</p>
<p>I want to make that claim precisely, because it has a practical payoff: it should change how you spend your next hour with these tools.</p>
<section id="learning-used-to-be-a-separate-project" class="level1">
<h1>Learning used to be a separate project</h1>
<p>Think about how you picked up a genuinely new skill in the old world, which is to say eighteen months ago. Say you wanted to learn Shiny, the framework for building reactive web apps in R. You read <a href="https://mastering-shiny.org/">“Mastering Shiny”</a>, or opened the docs, and worked through them. You started a toy project on the side. You hit a wall, searched, landed on Stack Overflow, and when nothing fit you distilled the problem into a <a href="https://reprex.tidyverse.org/">reproducible example</a> and asked your own question. Eventually you got unstuck and went back to the toy project.</p>
<p>That loop is iterative, and it works. But notice two things about it. It is <strong>linear</strong>: you pick one skill and march along it, and the march is slow. And it is <strong>separate from the work</strong>: the learning is its own project, with its own clock, sitting beside whatever you were actually trying to ship. First the course, then the doing.</p>
</section>
<section id="now-the-workbench-is-the-classroom" class="level1">
<h1>Now the workbench is the classroom</h1>
<p>Working with a coding agent collapses that separation. The platform you do the work in is the platform you learn in, and the learning happens on top of the real task rather than beside it.</p>
<p>Here is the shape of it. You are in the middle of something real – cleaning a messy dataset, editing a podcast, wiring up a report. You notice you keep handing the agent the same instructions. You have read, somewhere, that <em>skills</em> exist. So you say: “turn what we just did into a skill.” That is the whole move. You are not sitting down to study skill authoring; you are delegating it, in context, while the example is still warm. The agent writes the skill, you read it, you change a line, and now you have one. You learned what a skill is by making one, inside work you were doing anyway.</p>
<p>This is why the cycles are so short. The old loop measured progress in weeks – a chapter here, a worked example there. The new one measures it in minutes, because every iteration hands you something you can use immediately and feedback you can act on right away. You are not learning <em>in order to</em> work. You are learning <em>by</em> working.</p>
</section>
<section id="why-on-my-list-this-year-is-anachronistic" class="level1">
<h1>Why “on my list this year” is anachronistic</h1>
<p>Back to Eric’s aside. The phrase “I still haven’t authored my own skill, but it’s on my list this year” belongs to the old model. It treats a skill as a body of knowledge you must acquire before you are allowed to use it, the way you might resolve to finally learn measure theory. So naturally it lands on a list, next to the other things you will get to when a free week appears.</p>
<p>But there is nothing to acquire first. <strong>Consuming a skill and authoring one are one gesture apart.</strong> Eric is, by his own description, already a fluent consumer of skills; the distance from there to his first authored skill is a single sentence to the agent at the end of a task he was doing anyway. It is not a project for next quarter. It is the next thing he says out loud. The to-do-list framing is not a personal oversight, it is the residue of a learning model the tools have quietly retired.</p>
</section>
<section id="the-bottleneck-is-courage-not-capability" class="level1">
<h1>The bottleneck is courage, not capability</h1>
<p>If the old barriers are gone, it is worth being exact about what they were, because naming them shows what is left.</p>
<p>You used to be blocked by <strong>not knowing how</strong> – the technique lived in a book you had not read. You were blocked by <strong>not having the information</strong> – the answer sat in a thread you had not found. And you were blocked by <strong>the cost of bridging</strong> – even with the technique in hand, fitting it into your specific project took real work. An agent now supplies all three on demand: the how, the information, and the integration into the very file in front of you.</p>
<p>Strip those away and one thing remains. You have to be willing to say, out loud, to a machine: <strong>I don’t know how to do this – show me.</strong> You have to start before you feel ready and let the not-knowing be the price of admission rather than a reason to wait. That readiness deserves a name, so I will call it <strong>cognitive courage</strong>: the willingness to enter a problem you cannot yet solve and learn it in the doing.</p>
<p>Cognitive courage is now the binding constraint on how fast you learn. Not your ability, not your access to information, not your skill at integration, all of which are suddenly abundant. The scarce input is the nerve to begin.</p>
<div class="cell">
<details class="code-fold">
<summary>Show the code that draws the diagram</summary>
<div class="code-copy-outer-scaffold"><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;">suppressPackageStartupMessages</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(tidyverse))</span>
<span id="cb1-2"></span>
<span id="cb1-3">blue   <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;">"#2C7FB8"</span></span>
<span id="cb1-4">gold   <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;">"#EDB458"</span></span>
<span id="cb1-5">grey   <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;">"#5B6770"</span></span>
<span id="cb1-6">fill_n <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;">"#D6EAF2"</span>   <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># NOW boxes</span></span>
<span id="cb1-7">fill_t <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;">"grey95"</span>    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># THEN boxes</span></span>
<span id="cb1-8">ink_n  <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;">"#1b3b52"</span></span>
<span id="cb1-9"></span>
<span id="cb1-10">hw <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.95</span>; hh <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.42</span>                <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># box half-width / half-height</span></span>
<span id="cb1-11"></span>
<span id="cb1-12"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># ---- THEN: a straight, linear track (y = 3.6) ------------------------</span></span>
<span id="cb1-13">ty <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.6</span></span>
<span id="cb1-14">tx <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="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.4</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4.0</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">6.6</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">9.2</span>)</span>
<span id="cb1-15">then_rect <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmin =</span> tx <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> tx <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ty <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hh, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ty <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hh)</span>
<span id="cb1-16">then_txt  <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;">tibble</span>(</span>
<span id="cb1-17">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> tx, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ty,</span>
<span id="cb1-18">  <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;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Pick a</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;">skill"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Study</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;">books &amp; docs"</span>,</span>
<span id="cb1-19">            <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Get stuck,</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;">search, ask"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Finally</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;">apply"</span>)</span>
<span id="cb1-20">)</span>
<span id="cb1-21">then_arr <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> tx[<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;">4</span>] <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> tx[<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 class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ty, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> ty)</span>
<span id="cb1-22"></span>
<span id="cb1-23"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># ---- NOW: a loop you enter through a gate (y = 1.0) ------------------</span></span>
<span id="cb1-24">ny <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.0</span></span>
<span id="cb1-25">gx <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.1</span></span>
<span id="cb1-26">nx <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="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.7</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">6.3</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">8.9</span>)                <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Try, Ask, Learn</span></span>
<span id="cb1-27">now_rect  <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmin =</span> nx <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> nx <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ny <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hh, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ny <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hh)</span>
<span id="cb1-28">now_txt   <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> nx, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ny,</span>
<span id="cb1-29">                    <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;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Try it in</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;">real work"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Ask the</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;">agent"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Learn"</span>))</span>
<span id="cb1-30">gate_rect <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmin =</span> gx <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> gx <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ny <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hh, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ny <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hh)</span>
<span id="cb1-31">gate_txt  <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> gx, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ny, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Cognitive</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;">courage"</span>)</span>
<span id="cb1-32"></span>
<span id="cb1-33"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># forward arrows: gate -&gt; Try -&gt; Ask -&gt; Learn</span></span>
<span id="cb1-34">now_arr <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(gx, nx[<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>], nx[<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> hw,</span>
<span id="cb1-35">                  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(nx[<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>], nx[<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>], nx[<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</span>]) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ny, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> ny)</span>
<span id="cb1-36"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># return loop: Learn -&gt; Try, arcing up and over the row</span></span>
<span id="cb1-37">ret <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> nx[<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</span>], <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ny <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hh, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> nx[<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;">yend =</span> ny <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hh)</span>
<span id="cb1-38"></span>
<span id="cb1-39"><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="cb1-40">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.15</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4.62</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;">0</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>,</span>
<span id="cb1-41">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4.1</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> grey,</span>
<span id="cb1-42">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"THEN  ·  learning was a separate project"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-43">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.15</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.62</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;">0</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>,</span>
<span id="cb1-44">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4.1</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> blue,</span>
<span id="cb1-45">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"NOW  ·  learning happens inside the work"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-46"></span>
<span id="cb1-47">  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># THEN track</span></span>
<span id="cb1-48">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> then_rect,</span>
<span id="cb1-49">            <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;">xmin =</span> xmin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> xmax, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ymin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ymax),</span>
<span id="cb1-50">            <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> fill_t, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> grey, <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="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-51">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_segment</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> then_arr, <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;">x =</span> x, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> xend, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> yend),</span>
<span id="cb1-52">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">arrow =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">arrow</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;">unit</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.16</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"closed"</span>),</span>
<span id="cb1-53">               <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;">colour =</span> grey) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-54">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> then_txt, <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;">label =</span> label),</span>
<span id="cb1-55">            <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.05</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineheight =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.92</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> grey) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-56">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">10.75</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> ty, <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;">0</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"italic"</span>,</span>
<span id="cb1-57">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.1</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> grey, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"weeks"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-58"></span>
<span id="cb1-59">  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># NOW return loop (behind the boxes)</span></span>
<span id="cb1-60">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_curve</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> ret, <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;">x =</span> x, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> xend, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> yend),</span>
<span id="cb1-61">             <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">curvature =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.24</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ncp =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">16</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;">90</span>,</span>
<span id="cb1-62">             <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">arrow =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">arrow</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;">unit</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.16</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"closed"</span>),</span>
<span id="cb1-63">             <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.55</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> blue) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-64">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> (nx[<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> nx[<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</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;">2</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.34</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"italic"</span>,</span>
<span id="cb1-65">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.1</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> blue, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"repeat in minutes"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-66"></span>
<span id="cb1-67">  <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># NOW gate, forward arrows, boxes</span></span>
<span id="cb1-68">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> gate_rect,</span>
<span id="cb1-69">            <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;">xmin =</span> xmin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> xmax, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ymin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ymax),</span>
<span id="cb1-70">            <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> gold, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey35"</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="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-71">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> gate_txt, <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;">label =</span> label),</span>
<span id="cb1-72">            <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.05</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineheight =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.92</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey15"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-73">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_segment</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> now_arr, <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;">x =</span> x, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> xend, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> yend),</span>
<span id="cb1-74">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">arrow =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">arrow</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;">unit</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.16</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"closed"</span>),</span>
<span id="cb1-75">               <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.55</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> blue) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-76">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> now_rect,</span>
<span id="cb1-77">            <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;">xmin =</span> xmin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> xmax, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ymin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ymax),</span>
<span id="cb1-78">            <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> fill_n, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> blue, <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.6</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-79">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> now_txt, <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;">label =</span> label),</span>
<span id="cb1-80">            <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.05</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineheight =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.92</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> ink_n) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-81"></span>
<span id="cb1-82">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_fixed</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">clip =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"off"</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;">0</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">11.7</span>), <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="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.4</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4.95</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-83">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">-&gt;</span> p</span>
<span id="cb1-84"></span>
<span id="cb1-85"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggsave</span>(</span>
<span id="cb1-86">  here<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;">here</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"posts"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"2026-07-27-cognitive-courage"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"courage-loop.png"</span>),</span>
<span id="cb1-87">  p, <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;">8</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">height =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.2</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">dpi =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">160</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">bg =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span></span>
<span id="cb1-88">)</span>
<span id="cb1-89"></span>
<span id="cb1-90">p</span></code></pre></div></div>
</details>
<div class="cell-output-display">
<div id="fig-loop" class="quarto-float quarto-figure quarto-figure-center anchored" alt="A two-part diagram. The top row, labelled THEN, learning was a separate project, shows four boxes in a straight line joined by arrows: Pick a skill, Study books and docs, Get stuck search ask, Finally apply, annotated weeks. The bottom row, labelled NOW, learning happens inside the work, shows a gold box labelled Cognitive courage feeding into three boxes, Try it in real work, Ask the agent, Learn, with a return arrow arcing over the top labelled repeat in minutes.">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-loop-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2026-07-27-cognitive-courage/index_files/figure-html/fig-loop-1.png" class="img-fluid figure-img" alt="A two-part diagram. The top row, labelled THEN, learning was a separate project, shows four boxes in a straight line joined by arrows: Pick a skill, Study books and docs, Get stuck search ask, Finally apply, annotated weeks. The bottom row, labelled NOW, learning happens inside the work, shows a gold box labelled Cognitive courage feeding into three boxes, Try it in real work, Ask the agent, Learn, with a return arrow arcing over the top labelled repeat in minutes." width="768">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-loop-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Two ways to pick up a new technique. The old path is a long, linear march through study and search that runs beside the real work and resolves in weeks. The new one is a tight loop that <em>is</em> the work – try something, ask the agent, learn, repeat – and its entrance is guarded only by the willingness to begin before you know how.
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section id="encourage-literally" class="level1">
<h1>Encourage, literally</h1>
<p>There is a reason the English word is built the way it is. To <em>encourage</em> someone is, etymologically, to <em>put courage into</em> them: <em>en-</em> (to make) plus <em>courage</em>. If the bottleneck is courage, then the most useful thing we can do for each other, and for ourselves, is exactly that. Lower the cost of admitting you do not know. Treat “show me how” as the strong move it is, not the embarrassing one.</p>
<p>So here is a small call to action, mostly to my fellow data scientists. Embrace the gap between what you can do and what you would like to. Shorten the loop until learning and working are the same motion. The next time you catch yourself filing a tool under “things to learn this year,” stop, open the work you are already doing, and ask the agent to do it with you, now. As of now, the skill isn’t the obstacle. The courage to reach for it, in public, mid-task, before you are ready, is what makes the learning of this exciting new era.</p>
<p>In an earlier post I argued that data scientists are <a href="../../posts/2026-06-24-data-scientists-ai-revolution/index.html">unusually well positioned for the AI era</a> because the role already demanded the right mix of skills. This is the complimentary insight. The floor rose, the tools are sitting right there, and the only upgrade still required is in your willingness to reach.</p>


</section>


<div id="quarto-appendix" class="default"><section id="footnotes" class="footnotes footnotes-end-of-document"><h2 class="anchored quarto-appendix-heading">Footnotes</h2>

<ol>
<li id="fn1"><p>Eric Nantz, <em>R Weekly Highlights</em>, episode 232 (issue 2026-W26), 26 June 2026, during the segment on AI coding tips (around 16:36). Episode page: <a href="https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2026-w26-highlights" class="uri">https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2026-w26-highlights</a>.↩︎</p></li>
</ol>
</section></div> ]]></description>
  <category>AI</category>
  <category>learning</category>
  <category>Claude Code</category>
  <category>data science</category>
  <guid>https://matanhakim.com/posts/2026-07-27-cognitive-courage/</guid>
  <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2026-07-27-cognitive-courage/courage-loop.png" medium="image" type="image/png" height="58" width="144"/>
</item>
<item>
  <title>Free, Offline Speech-to-Text for Non-English Languages (Claude Code Included)</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2026-06-29-local-transcription/</link>
  <description><![CDATA[ 






<p>Voice input is everywhere in AI tools now, and it is almost always English-first. Claude Code’s dictation, and most built-in voice features, cover English and a short list of major languages; plenty of languages are not covered at all. The moment I want to dictate in Hebrew, or transcribe a Hebrew meeting, I get pushed toward signing up for a paid provider, managing an API key, and watching a per-minute meter tick.</p>
<p>I wanted none of that. So I set up speech-to-text that runs <strong>entirely on my own laptop</strong>: offline, free, and with no limits. The whole point is to handle the case the big tools handle worst, a language other than English.</p>
<section id="what-i-run" class="level1">
<h1>What I run</h1>
<p>The setup is one open-source engine and one model. The engine is <a href="https://github.com/SYSTRAN/faster-whisper">faster-whisper</a>, a fast reimplementation of OpenAI’s Whisper. The model is <a href="https://huggingface.co/ivrit-ai/whisper-large-v3-turbo-ct2"><code>ivrit-ai/whisper-large-v3-turbo-ct2</code></a>, a Hebrew fine-tune of Whisper’s <code>large-v3-turbo</code>.</p>
<p><img src="https://matanhakim.com/posts/2026-06-29-local-transcription/workflow.png" class="img-fluid"></p>
<p>It all runs on a regular laptop: an AMD Ryzen 7 8845HS with 32 GB of RAM and no usable GPU. The machine does have an integrated AMD GPU, but faster-whisper only accelerates on NVIDIA cards, so in practice everything runs on the CPU. That turns out to be fine.</p>
</section>
<section id="three-ways-i-use-it" class="level1">
<h1>Three ways I use it</h1>
<p><strong>Transcribing online meetings.</strong> After a call, I run the recording through a small Claude Code skill that calls the local model and writes a timestamped transcript. Nothing leaves the machine, which matters when the meeting was not mine to upload to some third-party service in the first place.</p>
<p><strong>Handing an LLM the full context, by talking.</strong> When I want a model, usually Claude Code, to really understand what I am after, typing is the bottleneck. People who work with these tools have made the point well: speaking carries far more context than typing. Typing pushes you toward short, careful, pruned input, while talking lets you spill everything that is actually in your head. I do this two ways, both local: a push-to-talk key that dictates straight into the prompt, and longer recordings I transcribe and hand over. More on the hotkey just below.</p>
<p><strong>Recording while driving.</strong> This is how this very post came to be. I record a long voice memo in the car describing what I want to build, and when I get to my desk I drop the audio file into Claude Code together with a prompt. Claude transcribes it and already has the full context for the task. You are reading the output of exactly that loop.</p>
</section>
<section id="talking-to-the-model-with-a-hotkey" class="level1">
<h1>Talking to the model with a hotkey</h1>
<p>The “by talking” part started as recorded memos, but the version I reach for all day is live. I wired a push-to-talk dictation key into the laptop: I tap the <code>`</code> key, just left of the 1, say whatever I want in Hebrew, tap it again, and a second or two later the transcribed text is pasted straight into whatever has focus, whether that is the Claude Code prompt, an editor, or a browser field. The same local model does the work, so it stays offline and free, and it handles Hebrew that the built-in dictation does not.</p>
<p>It runs as a small background daemon that loads the model once and stays resident, so each tap only waits for the transcription itself, never for the model to load again. It starts hidden at login, so the key is simply always there. A second shortcut, Ctrl+Alt+<code>`</code>, toggles dictation on and off, so when I actually want to type a backtick the key behaves normally again.</p>
<p>This is the piece that turns “hand the model full context by talking” into a habit rather than a chore. There is no app to open and no file to move: think out loud, tap, and the model has the paragraph you would never have bothered to type.</p>
</section>
<section id="is-it-good-and-is-it-fast" class="level1">
<h1>Is it good, and is it fast?</h1>
<p><strong>Quality.</strong> The Hebrew fine-tune is genuinely good on spontaneous, accented speech, well beyond the generic Whisper model of the same size. Numbers and dates sometimes come out spelled as words, which is a quick fix.</p>
<p><strong>Speed.</strong> I measure it as the ratio of audio length to processing time. On my CPU the turbo model runs at roughly <strong>1.0 to 1.4x real time</strong>: a 9.5-minute recording took about 9.5 minutes, and a 17-minute recording about 12, since the longer one had more silence for the voice-activity filter to skip. A typical meeting transcribes in about its own length, in the background, while I get on with something else.</p>
</section>
<section id="which-model-for-which-machine" class="level1">
<h1>Which model for which machine</h1>
<p>You do not need my exact setup. The model you can run depends mostly on your RAM, and on whether you have an NVIDIA GPU:</p>
<table class="caption-top table">
<thead>
<tr class="header">
<th>Your machine</th>
<th>Model</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>8 GB RAM, no NVIDIA GPU</td>
<td><code>small</code></td>
</tr>
<tr class="even">
<td>16 GB RAM, no NVIDIA GPU</td>
<td><code>large-v3-turbo</code></td>
</tr>
<tr class="odd">
<td>32 GB RAM, no NVIDIA GPU</td>
<td><code>large-v3-turbo</code> or <code>large-v3</code></td>
</tr>
<tr class="even">
<td>NVIDIA GPU, 6 GB+ VRAM</td>
<td><code>large-v3</code></td>
</tr>
</tbody>
</table>
<p>The standout option is <code>large-v3-turbo</code>: at 809 million parameters it is roughly half the size of full <code>large-v3</code> and several times faster, for almost the same accuracy. <strong>For a non-English language, skip the <code>tiny</code> and <code>base</code> models, which are weak outside English. Use <code>small</code> at the very least, and look for a fine-tune in your language before settling for a generic model.</strong> A dedicated fine-tune usually beats the generic model of the same size, which is exactly why I use the Hebrew one.</p>
</section>
<section id="setting-it-up-yourself" class="level1">
<h1>Setting it up yourself</h1>
<p>I put the whole setup in a small, standalone repo you can clone, fork, or star: <a href="https://github.com/matanhakim/local-speech-to-text"><strong>github.com/matanhakim/local-speech-to-text</strong></a>. It has three standalone parts: setting up the local Whisper model, the push-to-talk dictation daemon described above, and the transcription skill you can drop into Claude Code or run on its own. The model-setup guide doubles as a recipe you can hand to Claude Code or any coding agent: it inspects your hardware, picks a model that fits your RAM and your language, installs faster-whisper, and drops in a transcribe script you can reuse. The speech always runs locally: no cloud, no API key, no meter.</p>
<p>The next step on my side is to take an old laptop that does have an NVIDIA GPU and turn it into a small transcription server, which would let me run an even stronger model several times faster. For now, a regular CPU laptop already covers everything above, in a language the big tools quietly leave out.</p>


</section>

 ]]></description>
  <category>AI</category>
  <category>transcription</category>
  <category>Whisper</category>
  <category>tools</category>
  <guid>https://matanhakim.com/posts/2026-06-29-local-transcription/</guid>
  <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2026-06-29-local-transcription/workflow.png" medium="image" type="image/png" height="35" width="144"/>
</item>
<item>
  <title>Why Data Scientists Are Well Positioned for the AI Revolution</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2026-06-24-data-scientists-ai-revolution/</link>
  <description><![CDATA[ 






<p>Most of the AI conversation is about whose job is at risk. I want to make the opposite case for one specific role. <strong>Data scientists are about as well positioned as anyone to benefit from this wave of tools</strong>, and the reason is structural. It is baked into what the job has always been.</p>
<p><strong>A data scientist has never been allowed to do just one thing.</strong> The role lives at the intersection of several disciplines, and that intersection is what makes these tools so easy to put to work. It is what lets you direct a model and, just as important, know when <strong>not</strong> to trust it.</p>
<p>Two diagrams that both predate the LLM era by more than a decade describe the AI-era data scientist remarkably well. One explains <strong>why</strong> the role is positioned the way it is. The other shows <strong>where</strong> that plays out day to day. I’ll use both.</p>
<section id="the-intersection-three-circles" class="level1">
<h1>The intersection: three circles</h1>
<p>In 2010, Drew Conway drew what became the most-shared sketch in the field: <a href="http://drewconway.com/zia/2013/3/26/the-data-science-venn-diagram">the Data Science Venn Diagram</a>.<sup>1</sup> It places data science at the overlap of three skill sets: <strong>hacking skills</strong> (the ability to work with data and code), <strong>math and statistics knowledge</strong>, and <strong>substantive expertise</strong> in some domain.</p>
<div class="cell">
<details class="code-fold">
<summary>Show the code that draws the diagram</summary>
<div class="code-copy-outer-scaffold"><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>(tidyverse)</span>
<span id="cb1-2"></span>
<span id="cb1-3">unit_circle <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(x0, y0, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">r =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.35</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">n =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">200</span>, label) {</span>
<span id="cb1-4">  t <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;">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;">2</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">*</span> pi, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">length.out =</span> n)</span>
<span id="cb1-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> x0 <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> r <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;">cos</span>(t), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y0 <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> r <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;">sin</span>(t), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">set =</span> label)</span>
<span id="cb1-6">}</span>
<span id="cb1-7"></span>
<span id="cb1-8">circles <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;">bind_rows</span>(</span>
<span id="cb1-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit_circle</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>,     <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.80</span>,  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Math &amp; Statistics"</span>),</span>
<span id="cb1-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit_circle</span>(<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;">0.72</span>, <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;">0.45</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Hacking Skills"</span>),</span>
<span id="cb1-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit_circle</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.72</span>,  <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;">0.45</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Substantive Expertise"</span>)</span>
<span id="cb1-12">)</span>
<span id="cb1-13"></span>
<span id="cb1-14">labels <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;">tribble</span>(</span>
<span id="cb1-15">  <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>x,    <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>y,    <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>text,                     <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>kind,</span>
<span id="cb1-16">  <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>,     <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.55</span>,  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Math &amp;</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;">Statistics"</span>,      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"set"</span>,</span>
<span id="cb1-17">  <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;">1.25</span>, <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;">1.00</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Hacking</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;">Skills"</span>,         <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"set"</span>,</span>
<span id="cb1-18">  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.25</span>,  <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;">1.00</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Substantive</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;">Expertise"</span>,  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"set"</span>,</span>
<span id="cb1-19">  <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;">0.62</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.42</span>,  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Machine</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;">Learning"</span>,       <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"region"</span>,</span>
<span id="cb1-20">  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.62</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.42</span>,  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Traditional</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;">Research"</span>,   <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"region"</span>,</span>
<span id="cb1-21">  <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;">-</span><span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.80</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Danger</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;">Zone"</span>,            <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"region"</span>,</span>
<span id="cb1-22">  <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;">-</span><span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.02</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data</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;">Science"</span>,           <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"core"</span></span>
<span id="cb1-23">)</span>
<span id="cb1-24"></span>
<span id="cb1-25">p <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;">ggplot</span>(circles, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(x, y)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-26">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_polygon</span>(</span>
<span id="cb1-27">    <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> set, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">group =</span> set),</span>
<span id="cb1-28">    <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.35</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey30"</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.4</span></span>
<span id="cb1-29">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-30">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(</span>
<span id="cb1-31">    <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>(labels, kind <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;">"set"</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;">label =</span> text),</span>
<span id="cb1-32">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">inherit.aes =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.6</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineheight =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.9</span></span>
<span id="cb1-33">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-34">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(</span>
<span id="cb1-35">    <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>(labels, kind <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;">"region"</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;">label =</span> text),</span>
<span id="cb1-36">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">inherit.aes =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"italic"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.0</span>,</span>
<span id="cb1-37">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineheight =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.9</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey15"</span></span>
<span id="cb1-38">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-39">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(</span>
<span id="cb1-40">    <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>(labels, kind <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;">"core"</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;">label =</span> text),</span>
<span id="cb1-41">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">inherit.aes =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.9</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineheight =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.9</span></span>
<span id="cb1-42">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-43">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_fill_manual</span>(</span>
<span id="cb1-44">    <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>
<span id="cb1-45">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Math &amp; Statistics"</span>     <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#2C7FB8"</span>,</span>
<span id="cb1-46">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Hacking Skills"</span>        <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#7FCDBB"</span>,</span>
<span id="cb1-47">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Substantive Expertise"</span> <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">=</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#EDB458"</span></span>
<span id="cb1-48">    ),</span>
<span id="cb1-49">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">guide =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"none"</span></span>
<span id="cb1-50">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-51">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_fixed</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">clip =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"off"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-52">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>()</span>
<span id="cb1-53"></span>
<span id="cb1-54"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggsave</span>(</span>
<span id="cb1-55">  here<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;">here</span>(</span>
<span id="cb1-56">    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"posts"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"2026-06-24-data-scientists-ai-revolution"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"conway-venn.png"</span></span>
<span id="cb1-57">  ),</span>
<span id="cb1-58">  p, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">width =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">6.5</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">height =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">5.5</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">dpi =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">150</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">bg =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span></span>
<span id="cb1-59">)</span>
<span id="cb1-60"></span>
<span id="cb1-61">p</span></code></pre></div></div>
</details>
<div class="cell-output-display">
<div id="fig-venn" class="quarto-float quarto-figure quarto-figure-center anchored" alt="A three-circle Venn diagram. The circles are labelled Math and Statistics Knowledge, Hacking Skills, and Substantive Expertise. The pairwise overlaps are labelled Machine Learning, Traditional Research, and Danger Zone, and the central overlap of all three is labelled Data Science.">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-venn-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2026-06-24-data-scientists-ai-revolution/index_files/figure-html/fig-venn-1.png" class="img-fluid figure-img" alt="A three-circle Venn diagram. The circles are labelled Math and Statistics Knowledge, Hacking Skills, and Substantive Expertise. The pairwise overlaps are labelled Machine Learning, Traditional Research, and Danger Zone, and the central overlap of all three is labelled Data Science." width="624">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-venn-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Drew Conway’s Data Science Venn Diagram (2010), redrawn. Data science sits where all three skill sets overlap. The bottom overlap – coding and domain knowledge without statistics – is what Conway named the ‘danger zone’.
</figcaption>
</figure>
</div>
</div>
</div>
<p>The center of the diagram is the famous part, but the region that matters most for this argument sits at one of the edges. Where <strong>hacking skills</strong> and <strong>substantive expertise</strong> overlap without statistics, Conway drew the <strong>danger zone</strong>: people who, in his words, “know enough to be dangerous.” They can pull and shape data, they know the domain, they can even run a regression – but they cannot tell what the output actually means, so they produce something that looks like a legitimate analysis and is quietly wrong.</p>
<p>Now think about what a large language model does to that picture. It hands hacking skills to anyone who can type a sentence, so overnight far more people can pull data and run a model – and Conway’s danger zone gets a lot more crowded. What keeps a data scientist out of it is holding all three circles at once, which is exactly what the job has always demanded. So it is worth taking the circles one at a time, each one an independent reason the role <strong>compounds</strong> with AI instead of being <strong>threatened</strong> by it.</p>
</section>
<section id="hacking-skills-you-can-direct-an-agent-not-just-vibe-with-it" class="level1">
<h1>Hacking skills: you can direct an agent, not just vibe with it</h1>
<p>Andrej Karpathy coined “vibe coding” in early 2025: building software by prompting, accepting suggestions, and never really reading the code. For someone with no engineering background, that is the only mode available – you take what the model gives you and hope.</p>
<p>Data scientists are not software engineers, but they have absorbed software engineering’s principles. We use version control with git. We know what unit tests are and why input validation matters. We know that code headed for production behaves differently from a script that only ever runs on our own laptop. Many R users have built a package, which is <strong>software engineering in miniature</strong>: tests, documentation, dependency management, the discipline of a public interface. We are not the people who write the world’s best edge-case tests, but we know the principles and how to apply them.</p>
<p>That base changes the relationship with a coding agent entirely. <strong>You are in the driver’s seat</strong> – reading the diff, smelling out a bad abstraction, asking for tests, insisting on a reproducible setup, catching the silent failure before it ships. You can build things that were out of reach before, larger in scope and with real interfaces and integrations, at a quality close to professional software, without ever having had the full engineering background. The habits that make a good R package carry straight over, too. Writing a function forces you to decide exactly what goes in, what comes out, and what counts as correct – and that same act of specifying is what gets useful work out of an agent. The clearer the contract you hand it, down to the test that has to pass, the better the result it gives back.</p>
</section>
<section id="substantive-expertise-you-are-the-human-in-the-loop-who-actually-knows-the-domain" class="level1">
<h1>Substantive expertise: you are the human in the loop who actually knows the domain</h1>
<p>Every data scientist specializes in something. It might be pharma and clinical trials, finance, marketing, or, in my case, socio-economic research, and usually it narrows further inside the field. <strong>That domain knowledge is the second circle, and it is what gives the phrase “human in the loop” any teeth.</strong></p>
<p>The models hallucinate, and they overreach. A human in the loop earns their place only if they can tell when the output is wrong, and domain expertise is what makes that possible. It is what lets you catch the confident, plausible, wrong answer: the invented variable, the misread coefficient, the two findings stitched together in a way that does not actually hold in your field. Without that expertise you are not supervising the model at all; you are just passing its output along with extra steps.</p>
<p><strong>This is what separates running a model from vouching for it.</strong> Anyone can prompt the tool and read back what it says. Knowing your field is what lets you stand behind the answer, or push back on it, and that is the only kind of human oversight that actually changes the outcome.</p>
</section>
<section id="math-and-statistics-you-know-what-kind-of-thing-a-model-is" class="level1">
<h1>Math and statistics: you know what kind of thing a model is</h1>
<p>This is the circle whose link to AI is the least obvious of the three, so it is worth being concrete. Under the hood, a large language model is a statistical model, and statistical training builds an intuition that carries straight over.</p>
<p><strong>A statistician never takes a point estimate at face value.</strong> They ask what the spread around it looks like, how far to trust it, how much it would move under a different sample. That is exactly the right reflex for a system that can give you two different answers to the same question and is confidently wrong a measurable share of the time. You treat each response as one draw to be checked, never as the final word.</p>
<p><strong>“How would I know if this is wrong?” is the question statistical training drills into you.</strong> Designing a check, holding out a test, quantifying the error – that is the core of the discipline, and it is also what separates evaluating an AI’s output from simply trusting it. Writing an eval for a prompt draws on the same instinct as building a validation set for a model.</p>
<p><strong>You can smell a bad quantitative claim.</strong> Models produce plausible-but-wrong statistical reasoning all the time, from correlation dressed up as causation to a confidence interval that does not mean what it says. Statistical literacy is the filter that stops those claims before they reach a stakeholder.</p>
<p>The through-line is <strong>calibrated distrust</strong>. Conway’s danger zone exists precisely because hacking and domain knowledge without statistics produce confident nonsense, and AI makes confident nonsense cheap to produce at scale. Statistics is the circle that inoculates you against it.</p>
</section>
<section id="where-it-plays-out-the-data-science-workflow" class="level1">
<h1>Where it plays out: the data science workflow</h1>
<p>Zoom in from <strong>who</strong> the data scientist is to <strong>what they do all day</strong>. The book that taught a generation of us, <a href="https://r4ds.hadley.nz/"><em>R for Data Science</em></a> by Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund, opens with <a href="https://r4ds.hadley.nz/intro">a workflow diagram</a> that survives unchanged from its first edition to its second. Data flows through <strong>import</strong>, then <strong>tidy</strong>, into an iterative <strong>understand</strong> loop of <strong>transform</strong>, <strong>visualize</strong>, and <strong>model</strong>, and finally out through <strong>communicate</strong>. Tidying and transforming together are called <strong>wrangling</strong>. Wrapped around all of it is <strong>programming</strong>.</p>
<div class="cell">
<details class="code-fold">
<summary>Show the code that draws the diagram</summary>
<div class="code-copy-outer-scaffold"><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">hw <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.86</span></span>
<span id="cb2-2">hh <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.34</span></span>
<span id="cb2-3">y0 <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;">2</span></span>
<span id="cb2-4"></span>
<span id="cb2-5">boxes <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;">tribble</span>(</span>
<span id="cb2-6">  <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>stage,        <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>x,</span>
<span id="cb2-7">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Import"</span>,      <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.0</span>,</span>
<span id="cb2-8">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Tidy"</span>,        <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.0</span>,</span>
<span id="cb2-9">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Transform"</span>,   <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">5.0</span>,</span>
<span id="cb2-10">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Visualize"</span>,   <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">7.0</span>,</span>
<span id="cb2-11">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Model"</span>,       <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">9.0</span>,</span>
<span id="cb2-12">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Communicate"</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">11.0</span></span>
<span id="cb2-13">) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb2-14">  <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;">y =</span> y0, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmin =</span> x <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> x <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> y <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hh, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> y <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hh)</span>
<span id="cb2-15"></span>
<span id="cb2-16">main <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> boxes <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb2-17">  <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;">xend_box =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">lead</span>(x)) <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;">filter</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;">is.na</span>(xend_box)) <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;">transmute</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> x <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y0, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> xend_box <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hw, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> y0)</span>
<span id="cb2-20"></span>
<span id="cb2-21">loop <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;">tibble</span>(</span>
<span id="cb2-22">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> boxes<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>x[boxes<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>stage <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;">"Model"</span>], <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y0 <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hh,</span>
<span id="cb2-23">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> boxes<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>x[boxes<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>stage <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;">"Transform"</span>], <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> y0 <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> hh</span>
<span id="cb2-24">)</span>
<span id="cb2-25"></span>
<span id="cb2-26">frames <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;">tribble</span>(</span>
<span id="cb2-27">  <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>xmin, <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>xmax, <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>ymin, <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>ymax, <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>col,</span>
<span id="cb2-28">  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.0</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">12.0</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.95</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.92</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#5B6770"</span>,</span>
<span id="cb2-29">  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.9</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">10.1</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.18</span>,  <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.60</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#EDB458"</span></span>
<span id="cb2-30">)</span>
<span id="cb2-31"></span>
<span id="cb2-32"><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-33">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_rect</span>(</span>
<span id="cb2-34">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> frames, <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;">xmin =</span> xmin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> xmax, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ymin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ymax),</span>
<span id="cb2-35">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> frames<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>col, <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.10</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> frames<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>col, <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>
<span id="cb2-36">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-37">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.18</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.76</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Program"</span>,</span>
<span id="cb2-38">           <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;">0</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.4</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#5B6770"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-39">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">7.0</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.46</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Understand"</span>,</span>
<span id="cb2-40">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.4</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#B8860B"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-41">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_segment</span>(</span>
<span id="cb2-42">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> main, <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;">x =</span> x, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> xend, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> yend),</span>
<span id="cb2-43">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">arrow =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">arrow</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;">unit</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.16</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"closed"</span>),</span>
<span id="cb2-44">    <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;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey25"</span></span>
<span id="cb2-45">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-46">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_curve</span>(</span>
<span id="cb2-47">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> loop, <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;">x =</span> x, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xend =</span> xend, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yend =</span> yend),</span>
<span id="cb2-48">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">curvature =</span> <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;">0.45</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ncp =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">12</span>,</span>
<span id="cb2-49">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">arrow =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">arrow</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;">unit</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.18</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"closed"</span>),</span>
<span id="cb2-50">    <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.6</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#B8860B"</span></span>
<span id="cb2-51">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-52">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotate</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">7.0</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.30</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"iterate"</span>,</span>
<span id="cb2-53">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"italic"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">2.9</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#B8860B"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-54">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_rect</span>(</span>
<span id="cb2-55">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> boxes, <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;">xmin =</span> xmin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> xmax, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> ymin, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> ymax),</span>
<span id="cb2-56">    <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;">"#D6EAF2"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#2C7FB8"</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.6</span></span>
<span id="cb2-57">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-58">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_text</span>(</span>
<span id="cb2-59">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> boxes, <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;">x =</span> x, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> stage),</span>
<span id="cb2-60">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fontface =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bold"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">3.2</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">colour =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#1b3b52"</span></span>
<span id="cb2-61">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-62">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_fixed</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">clip =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"off"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-63">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>()</span></code></pre></div></div>
</details>
<div class="cell-output-display">
<div id="fig-workflow" class="quarto-float quarto-figure quarto-figure-center anchored" alt="A flow diagram. Six boxes run left to right: Import, Tidy, Transform, Visualize, Model, Communicate, joined by arrows. A frame labelled Understand encloses Transform, Visualize and Model, with a curved arrow labelled iterate looping from Model back to Transform. A larger frame labelled Program encloses the entire diagram.">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-workflow-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2026-06-24-data-scientists-ai-revolution/index_files/figure-html/fig-workflow-1.png" class="img-fluid figure-img" style="width:100.0%" alt="A flow diagram. Six boxes run left to right: Import, Tidy, Transform, Visualize, Model, Communicate, joined by arrows. A frame labelled Understand encloses Transform, Visualize and Model, with a curved arrow labelled iterate looping from Model back to Transform. A larger frame labelled Program encloses the entire diagram.">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-workflow-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;2: The data science workflow from R for Data Science, redrawn. Import and tidy feed an iterative understand loop – transform, visualize, model – and the results flow out through communicate. Programming wraps the whole process.
</figcaption>
</figure>
</div>
</div>
</div>
<p>Map the tools onto the diagram and they fall into three groups.</p>
<p><strong>The data work</strong> – import, tidy, transform, model, visualize – is where the models are genuinely strong. There is an old joke that a data scientist spends 80% of the time cleaning data and the other 20% complaining about cleaning data, and tools built for this work, like Claude Code and the data-aware <a href="https://positron.posit.co/assistant.html">Posit Assistant</a>, are aimed straight at that 80%: the boilerplate, the join you have written a hundred times, the ggplot incantation you can never quite remember. But every dataset has its gotchas – the wrong encoding, the duplicated key, the column that quietly changed meaning after 2016 – and someone has to recognize them, join the right tables, and spot the edge case. <strong>That someone is the data scientist; the model does the typing.</strong></p>
<p><strong>The programming envelope</strong> is the first circle again, made concrete. The reason you can hand an agent the data work and trust what comes back is that you bring the engineering frame – reproducibility, tests, version control – that a journalist or a pure analyst opening Claude Code for the first time simply does not have. They are starting software development from zero. You are not.</p>
<p><strong>Communication</strong> is the last stage and the most underrated. Conveying results used to mean fighting the tooling: nudging a bar two pixels to the left, re-googling how to add a second y-axis (which, yes, I know is a crime against data visualization – don’t @ me), wrestling a report into shape. That friction is largely gone. What is left is the part that was always both the hardest and the most valuable. Does the chart tell a story? Is there a narrative a decision-maker can actually follow? Are you quietly assuming your audience reads a chart as fluently as you do, when they do not? Data scientists spent years learning these principles in the cracks between the technical fiddling. Now the fiddling is cheap, so the hour you used to lose hunting for the right legend position goes instead into whether the headline finding survives contact with a busy reader. <strong>The skill that used to be a luxury is now where the whole job happens.</strong></p>
</section>
<section id="a-few-more-things-the-role-gives-you" class="level1">
<h1>A few more things the role gives you</h1>
<p>The two diagrams cover most of it, but a few habits of the job belong here too.</p>
<p><strong>The reproducible mindset is the AI-supervision mindset.</strong> Data scientists already think in rerunnable pipelines – scripts, notebooks, Quarto, <code>renv</code> lockfiles – where any result can be rebuilt from scratch. That is exactly the discipline that lets you trust agent output: if you can regenerate the whole thing on demand, you can let a machine write the steps and still stand behind the result. Supervising an AI is not a new habit for us; it is the reproducibility habit pointed at a faster, less reliable collaborator.</p>
<p><strong>An analysis is already a chain of well-defined steps</strong>, and agents do their best work on decomposed, well-specified tasks. The habit of breaking a problem into import, clean, model, report is the same habit that produces a good sequence of prompts.</p>
<p><strong>Translation has always been the actual job</strong> – turning a fuzzy stakeholder question into a precise computational one, and the answer back into something a human can act on. That is almost exactly the skill of turning an underspecified goal into a spec an agent can execute, then checking the result against what was really being asked.</p>
</section>
<section id="the-floor-rose" class="level1">
<h1>The floor rose</h1>
<p>None of this means the data scientist is safe while everyone else is doomed – that is not the argument. <strong>The argument is that the floor rose.</strong> The technical toil that used to eat the day – the syntax, the boilerplate, the pixel-nudging – is getting cheap, and value moves up the stack to judgment, context, and communication. The three circles Conway drew in 2010 turn out to be a strikingly good description of who already has that judgment.</p>
<p>The danger zone has never been more crowded, now that anyone can hack. What keeps you out of it – all three circles at once – is the thing that has always defined the work. Data scientists did not have to retool for the AI era; the role was already shaped like the era’s demands. The job now is to lean into the part that was always the point: <strong>understand the problem, trust the output only as far as it has earned, and tell the story.</strong></p>


</section>


<div id="quarto-appendix" class="default"><section id="footnotes" class="footnotes footnotes-end-of-document"><h2 class="anchored quarto-appendix-heading">Footnotes</h2>

<ol>
<li id="fn1"><p>Drew Conway, “The Data Science Venn Diagram,” 2010. The original lives at <a href="http://drewconway.com/zia/2013/3/26/the-data-science-venn-diagram" class="uri">http://drewconway.com/zia/2013/3/26/the-data-science-venn-diagram</a>, and has been reproduced and adapted endlessly since.↩︎</p></li>
</ol>
</section></div> ]]></description>
  <category>AI</category>
  <category>data science</category>
  <category>R</category>
  <guid>https://matanhakim.com/posts/2026-06-24-data-scientists-ai-revolution/</guid>
  <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2026-06-24-data-scientists-ai-revolution/conway-venn.png" medium="image" type="image/png" height="122" width="144"/>
</item>
<item>
  <title>Introducing il.cbs.muni - An R Package for Handling Israeli CBS Municipal Data</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/</link>
  <description><![CDATA[ 






<p>I’m excited to announce that <strong>il.cbs.muni 0.1.0</strong> is now available on CRAN! This package provides analyst-oriented utility functions to work with Israeli Central Bureau of Statistics (CBS) municipal data, handling the different quirks and inconsistencies across years and data sources.</p>
<p>You can install it from CRAN:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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;">install.packages</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"il.cbs.muni"</span>)</span></code></pre></div></div>
</div>
<section id="what-does-il.cbs.muni-do" class="level2">
<h2 class="anchored" data-anchor-id="what-does-il.cbs.muni-do">What Does il.cbs.muni Do?</h2>
<p>The Israeli CBS publishes extensive municipal data covering cities, local councils, and regional councils. However, this data comes with challenges:</p>
<ul>
<li><strong>Inconsistent formats</strong> across different years</li>
<li><strong>Different Excel structures</strong> for various data domains</li>
<li><strong>Multiple ID systems</strong> used by different government agencies</li>
<li><strong>Separate sheets</strong> for different municipality types (pre-2016)</li>
<li><strong>Complex headers</strong> that need careful processing</li>
</ul>
<p><strong>il.cbs.muni</strong> solves these problems by providing a consistent interface to read, process, and combine Israeli municipal data from different sources and years.</p>
</section>
<section id="key-features" class="level2">
<h2 class="anchored" data-anchor-id="key-features">Key Features</h2>
<section id="read-municipal-data-files" class="level3">
<h3 class="anchored" data-anchor-id="read-municipal-data-files">1. Read Municipal Data Files</h3>
<p>Israeli CBS provides municipal data in Excel files with different header structures between the years. Trying to combine and load multiple years requires identifying the quirks for each year making it harder to read them.</p>
<p>Let’s take a look at the plain old municipal Excel data file, specifically from 2021:</p>
<p><img src="https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/data_muni_2021-A.jpg" class="img-fluid"></p>
<p>We can observe multiple problems:</p>
<ol type="1">
<li>The headers start from the 3rd row, not the first;</li>
<li>The headers span across multiple rows, making it harder to read them;</li>
</ol>
<p>If we toggle a bit along the columns, we can see another problem:</p>
<p><img src="https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/data_muni_2021-B.jpg" class="img-fluid"></p>
<ol start="3" type="1">
<li>Some column headers need to be filled horizontally, and merged with the cell below them.</li>
</ol>
<p>The <code>read_cbs_muni()</code> function reads municipal data files with pre-configured parameters for each year’s specific quirks:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(il.cbs.muni)</span>
<span id="cb2-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span></code></pre></div></div>
</div>
<div class="cell">
<div class="code-copy-outer-scaffold"><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="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Read physical and demographic data for 2021</span></span>
<span id="cb3-2">df1 <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_cbs_muni</span>(</span>
<span id="cb3-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">path =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"p_libud_2021.xlsx"</span>,</span>
<span id="cb3-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">year =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2021</span>,</span>
<span id="cb3-5">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data_domain =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"physical"</span></span>
<span id="cb3-6">)</span>
<span id="cb3-7"></span>
<span id="cb3-8">df1</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["שם הרשות"],"name":[1],"type":["chr"],"align":["left"]},{"label":["כללי_סמל הרשות"],"name":[2],"type":["chr"],"align":["left"]},{"label":["כללי_מחוז"],"name":[3],"type":["chr"],"align":["left"]},{"label":["כללי_מעמד מוניציפלי"],"name":[4],"type":["chr"],"align":["left"]},{"label":["כללי_מרחק מגבול מחוז תל אביב (ק\"מ)"],"name":[5],"type":["chr"],"align":["left"]},{"label":["כללי_שנת קבלת מעמד מוניציפלי"],"name":[6],"type":["chr"],"align":["left"]},{"label":["כללי_מרחב ימי, רשויות מקומיות הגובלות בחוף הים"],"name":[7],"type":["chr"],"align":["left"]},{"label":["כללי_מספר חברי מועצה"],"name":[8],"type":["chr"],"align":["left"]},{"label":["כללי_סמל ועדת תכנון ובנייה"],"name":[9],"type":["chr"],"align":["left"]},{"label":["כללי_שם ועדת תכנון ובנייה"],"name":[10],"type":["chr"],"align":["left"]},{"label":["כללי_שטח (קמ\"ר)"],"name":[11],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_צפיפות אוכלוסייה לקמ''ר ביישובים שמנו 5,000 תושבים ויותר"],"name":[12],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_סה\"כ אוכלוסייה בסוף השנה"],"name":[13],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יהודים ואחרים (אחוזים)"],"name":[14],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יהודים (אחוזים מתוך יהודים ואחרים)"],"name":[15],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_ערבים (אחוזים)"],"name":[16],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מוסלמים (אחוזים מתוך האוכלוסייה הערבית)"],"name":[17],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נוצרים (אחוזים מתוך האוכלוסייה הערבית)"],"name":[18],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_דרוזים (אחוזים מתוך האוכלוסייה הערבית)"],"name":[19],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_סה\"כ גברים בסוף השנה"],"name":[20],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_סה\"כ נשים בסוף השנה"],"name":[21],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 4-0"],"name":[22],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 9-5"],"name":[23],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 14-10"],"name":[24],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 19-15"],"name":[25],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 29-20"],"name":[26],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 44-30"],"name":[27],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 59-45"],"name":[28],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 64-60"],"name":[29],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 65 ומעלה"],"name":[30],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 17-0"],"name":[31],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 75 ומעלה"],"name":[32],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יחס תלות (ל-1,000 תושבים בלתי תלויים)"],"name":[33],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_לידות חי"],"name":[34],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_שיעור פריון כולל"],"name":[35],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_פטירות תינוקות (ממוצע)"],"name":[36],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_שיעור פטירות תינוקות ל-1,000 לידות חי"],"name":[37],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_פטירות"],"name":[38],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_שיעור פטירות מתוקנן ל-1,000 תושבים"],"name":[39],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_ריבוי טבעי סה\"כ"],"name":[40],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_ריבוי טבעי ל-1,000 תושבים"],"name":[41],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז גידול האוכלוסייה לעומת השנה הקודמת"],"name":[42],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולי 1990+ מסך האוכלוסייה"],"name":[43],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_השתקעות ראשונה של עולים"],"name":[44],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 17-0"],"name":[45],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 44-18"],"name":[46],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 64-45"],"name":[47],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 65 ומעלה"],"name":[48],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מאזן הגירה ביישוב סה\"כ"],"name":[49],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מאזן הגירה פנימית"],"name":[50],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _סה\"כ"],"name":[51],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גברים"],"name":[52],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _נשים"],"name":[53],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _עד גיל 14"],"name":[54],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גיל 29-15"],"name":[55],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גיל 64-30"],"name":[56],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גיל 65 ומעלה"],"name":[57],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _סה\"כ"],"name":[58],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גברים"],"name":[59],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _נשים"],"name":[60],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _עד גיל 14"],"name":[61],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גיל 29-15"],"name":[62],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גיל 64-30"],"name":[63],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גיל 65 ומעלה"],"name":[64],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_הגירה בתוך הרשות המקומית"],"name":[65],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נישאים_סה\"כ גברים ונשים"],"name":[66],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נישאים_שיעור ל-1,000 תושבים לא נשואים בני 15 ומעלה"],"name":[67],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מתגרשים_סה\"כ גברים ונשים"],"name":[68],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מתגרשים_שיעור ל-1,000 תושבים נשואים בני 15 ומעלה"],"name":[69],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_סך מוסדות דיור משותף ברשות"],"name":[70],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_סך דיירי דיור משותף ברשות"],"name":[71],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים בבתי אבות ובדיור מוגן"],"name":[72],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות חינוך"],"name":[73],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות דת"],"name":[74],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות אשפוז כולל הוסטלים"],"name":[75],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות אחרים"],"name":[76],"type":["chr"],"align":["left"]},{"label":["בריאות_תוחלת חיים בלידה סך הכל_בערים המונות 50,000 תושבים ויותר"],"name":[77],"type":["chr"],"align":["left"]},{"label":["בריאות_מספר מקרי סוכרת ממוצע לשנה_בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[78],"type":["chr"],"align":["left"]},{"label":["בריאות_שיעור מקרי סוכרת מתוקנן ל-1,000 תושבים _בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[79],"type":["chr"],"align":["left"]},{"label":["בריאות_עודף משקל והשמנה, כיתה א _אחוזים בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[80],"type":["chr"],"align":["left"]},{"label":["בריאות_עודף משקל והשמנה, כיתה ז_אחוזים בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[81],"type":["chr"],"align":["left"]},{"label":["בריאות_מספר מקרי סרטן ממוצע לשנה, גברים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[82],"type":["chr"],"align":["left"]},{"label":["בריאות_שיעור סרטן מכל הסוגים מתוקנן ל-100,000 תושבים, גברים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[83],"type":["chr"],"align":["left"]},{"label":["בריאות_מספר מקרי סרטן ממוצע לשנה, נשים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[84],"type":["chr"],"align":["left"]},{"label":["בריאות_שיעור סרטן מכל הסוגים מתוקנן ל-100,000 תושבים, נשים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[85],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר מקבלי דמי אבטלה (סה\"כ שנתי)"],"name":[86],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז מקבלי דמי אבטלה מבני 67-20 (שנתי)"],"name":[87],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי דמי אבטלה (ממוצע חודשי)_סה\"כ"],"name":[88],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי דמי אבטלה (ממוצע חודשי)_גברים"],"name":[89],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז מקבלי דמי אבטלה מבני 67-20 (ממוצע חודשי)"],"name":[90],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_גיל ממוצע של מקבלי דמי אבטלה (לא כולל חיילים)"],"name":[91],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_דמי אבטלה ממוצעים ליום (ש\"ח)"],"name":[92],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_ימי זכאות לדמי אבטלה (ממוצע שנתי)"],"name":[93],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_ניצול ימי אבטלה בשנה (ממוצע שנתי)"],"name":[94],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_ניצול ימי אבטלה בשנה (חציון שנתי)"],"name":[95],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי הכשרה מקצועית סה\"כ"],"name":[96],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי קצבאות זקנה ושאירים סה\"כ (סוף שנה)"],"name":[97],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז מקבלי השלמת הכנסה ממקבלי קצבאות זקנה ושאירים (סוף שנה)"],"name":[98],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלת הבטחת הכנסה (נפשות, סוף שנה)"],"name":[99],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות סיעוד (סוף שנה)"],"name":[100],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות נכות כללית (סוף שנה)"],"name":[101],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות ניידות (סוף שנה)"],"name":[102],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות נכות מעבודה ותלויים (סוף שנה)"],"name":[103],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_כללית"],"name":[104],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_מכבי"],"name":[105],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_מאוחדת"],"name":[106],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_לאומית"],"name":[107],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_סה\"כ"],"name":[108],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_עם 2-1 ילדים במשפחה"],"name":[109],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_עם 4-3 ילדים במשפחה"],"name":[110],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_עם 5 ילדים ויותר במשפחה"],"name":[111],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_סה\"כ"],"name":[112],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_במשפחות עם 2-1 ילדים"],"name":[113],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_במשפחות עם 4-3 ילדים"],"name":[114],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_במשפחות עם 5 ילדים ויותר"],"name":[115],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_שכר ממוצע לחודש של שכירים (ש\"ח)_כלל השכירים"],"name":[116],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_שכר ממוצע לחודש של שכירים (ש\"ח)_גברים"],"name":[117],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_שכר ממוצע לחודש של שכירים (ש\"ח)_נשים"],"name":[118],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי לעומת השנה הקודמת של שכר ממוצע לחודש של שכירים_כלל השכירים"],"name":[119],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי לעומת השנה הקודמת של שכר ממוצע לחודש של שכירים_גברים"],"name":[120],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי לעומת השנה הקודמת של שכר ממוצע לחודש של שכירים_נשים"],"name":[121],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר השכירים"],"name":[122],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז השכירים המשתכרים עד שכר מינימום"],"name":[123],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר העצמאים"],"name":[124],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_הכנסה ממוצעת לחודש של העצמאים (ש\"ח)"],"name":[125],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי של הכנסה ממוצעת לחודש של העצמאים לעומת שנה קודמת"],"name":[126],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז העצמאים המשתכרים עד מחצית השכר הממוצע"],"name":[127],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מדד אי-השוויון שכירים (מדד ג'יני, 0 שוויון מלא)"],"name":[128],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_סה\"כ"],"name":[129],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 3"],"name":[130],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 4"],"name":[131],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 5"],"name":[132],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 6"],"name":[133],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_סה\"כ"],"name":[134],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_יסודיים"],"name":[135],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_על-יסודיים"],"name":[136],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_חטיבות ביניים"],"name":[137],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_תיכוניים"],"name":[138],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_סה\"כ"],"name":[139],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בבתי ספר יסודיים"],"name":[140],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בבתי ספר על-יסודיים"],"name":[141],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בחטיבות ביניים"],"name":[142],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בבתי ספר תיכוניים"],"name":[143],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_סה\"כ"],"name":[144],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בבתי ספר יסודיים"],"name":[145],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בבתי ספר על-יסודיים"],"name":[146],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בחטיבות ביניים"],"name":[147],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בבתי ספר תיכוניים"],"name":[148],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ממוצע תלמידים לכיתה_בבתי ספר יסודיים"],"name":[149],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז תלמידים נושרים_סה\"כ"],"name":[150],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז תלמידים נושרים_בנים"],"name":[151],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז תלמידים נושרים_בנות"],"name":[152],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז זכאים לתעודת בגרות מבין תלמידי כיתות יב"],"name":[153],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז זכאים לתעודת בגרות שעמדו בדרישות הסף של האוניברסיטאות מבין תלמידי כיתות יב"],"name":[154],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז בעלי תארים מישראל מתוך אוכלוסיית בני 55-35"],"name":[155],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז הנכנסים להשכלה גבוהה בתוך 8 שנים בקרב תלמידי יב"],"name":[156],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז סטודנטים מתוך אוכלוסיית בני 25-20"],"name":[157],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז סטודנטים מתוך כלל האוכלוסייה"],"name":[158],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_מספר עובדי הוראה"],"name":[159],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע שעות עבודה לשבוע"],"name":[160],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז עובדי הוראה חדשים"],"name":[161],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז שעות היעדרות מסך שעות עבודה שנתיות"],"name":[162],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע שנות ותק מוכרות בהוראה"],"name":[163],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז בעלי דרגת שכר תואר שני ומעלה"],"name":[164],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז עובדי הוראה משתלמים מכלל עובדי הוראה"],"name":[165],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע תלמידים למורה"],"name":[166],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע שעות עבודה שבועיות לתלמיד"],"name":[167],"type":["chr"],"align":["left"]},{"label":["מים_תקבולי מים (אלפי מ\"ק)"],"name":[168],"type":["chr"],"align":["left"]},{"label":["מים_פחת מים סה\"כ (אלפי מ\"ק)"],"name":[169],"type":["chr"],"align":["left"]},{"label":["מים_אחוז פחת המים מסך כל תקבולי המים"],"name":[170],"type":["chr"],"align":["left"]},{"label":["מים_סה\"כ צריכת מים (אלפי מ\"ק)"],"name":[171],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית וכל צריכה אחרת (אלפי מ\"ק)"],"name":[172],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים חקלאית (אלפי מ\"ק)"],"name":[173],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים ביתית וכל צריכה אחרת מסה\"כ צריכת המים"],"name":[174],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים חקלאית מסה\"כ צריכת המים"],"name":[175],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_למגורים"],"name":[176],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_למוסדות הרשות המקומית"],"name":[177],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_לגינון ציבורי"],"name":[178],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_למסחר ומלאכה"],"name":[179],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_לבנייה"],"name":[180],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_למגורים"],"name":[181],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_למוסדות הרשות המקומית"],"name":[182],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_לגינון ציבורי"],"name":[183],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_למסחר ומלאכה"],"name":[184],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_לבנייה"],"name":[185],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_סה\"כ"],"name":[186],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_למגורים"],"name":[187],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_למוסדות הרשות המקומית"],"name":[188],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_לגינון ציבורי"],"name":[189],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_למסחר ומלאכה"],"name":[190],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_לבנייה"],"name":[191],"type":["chr"],"align":["left"]},{"label":["מים_אחוז חריגות בבדיקות מיקרוביאליות במי שתייה"],"name":[192],"type":["chr"],"align":["left"]},{"label":["מים_כמות השפכים_אלפי מ\"ק"],"name":[193],"type":["chr"],"align":["left"]},{"label":["מים_אחוז השפכים המטופלים ברמה שניונית ומעלה"],"name":[194],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלת בנייה_שטח (אלפי מ\"ר)"],"name":[195],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלת בנייה_שטח למגורים (אלפי מ\"ר)"],"name":[196],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלת בנייה_מספר דירות"],"name":[197],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר בנייה_שטח (אלפי מ\"ר)"],"name":[198],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר בנייה_שטח למגורים (אלפי מ\"ר)"],"name":[199],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר בנייה_מספר דירות"],"name":[200],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_מספר דירות למגורים לפי מרשם מבנים ודירות"],"name":[201],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_אורך (ק\"מ)"],"name":[202],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_שטח (אלפי מ\"ר)"],"name":[203],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של הנחת צינורות (ק\"מ)_מים"],"name":[204],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של הנחת צינורות (ק\"מ)_ביוב"],"name":[205],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של הנחת צינורות (ק\"מ)_תיעול"],"name":[206],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_אורך (ק\"מ)"],"name":[207],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_שטח (אלפי מ\"ר)"],"name":[208],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של הנחת צינורות (ק\"מ)_מים"],"name":[209],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של הנחת צינורות (ק\"מ)_ביוב"],"name":[210],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של הנחת צינורות (ק\"מ)_תיעול"],"name":[211],"type":["chr"],"align":["left"]},{"label":["פסולת מוצקה ביתית, מסחרית וגזם (ק\"ג ליום לנפש)_פסולת מוצקה ביתית, מסחרית וגזם (ק\"ג ליום לנפש)"],"name":[212],"type":["chr"],"align":["left"]},{"label":["פסולת מוצקה ביתית, מסחרית וגזם (ק\"ג ליום לנפש)_אחוז מחזור מתוך פסולת מוצקה ביתית, מסחרית וגזם"],"name":[213],"type":["chr"],"align":["left"]},{"label":["תחבורה_כלי רכב מנועיים סה\"כ"],"name":[214],"type":["chr"],"align":["left"]},{"label":["תחבורה_כלי רכב פרטיים סה\"כ"],"name":[215],"type":["chr"],"align":["left"]},{"label":["תחבורה_גיל ממוצע של רכב פרטי (שנים)"],"name":[216],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים סה\"כ"],"name":[217],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים לפי חומרה_קטלנית"],"name":[218],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים לפי חומרה_קשה"],"name":[219],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים לפי חומרה_קלה"],"name":[220],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים שיעור ל-1,000 תושבים"],"name":[221],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים שיעור ל-1,000 כלי רכב"],"name":[222],"type":["chr"],"align":["left"]},{"label":["תחבורה_הרוגים"],"name":[223],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין, לפי רשות מקומית שבה גרו _מספרים מוחלטים"],"name":[224],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין, לפי רשות מקומית שבה גרו _שיעור ל-1,000 בני 19 ומעלה"],"name":[225],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות כלפי הסדר הציבורי"],"name":[226],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות כלפי חיי אדם וגופו"],"name":[227],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות מוסר"],"name":[228],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות רכוש"],"name":[229],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות מרמה ועבירות כלכליות"],"name":[230],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות רישוי"],"name":[231],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות אחרות"],"name":[232],"type":["chr"],"align":["left"]},{"label":["מדד חברתי-כלכלי _אשכול (מ-1 עד 10, 1 הנמוך ביותר)"],"name":[233],"type":["chr"],"align":["left"]},{"label":["מדד חברתי-כלכלי _ערך מדד"],"name":[234],"type":["chr"],"align":["left"]},{"label":["מדד חברתי-כלכלי _דירוג (מ-1 עד 255, 1 הנמוך ביותר)"],"name":[235],"type":["chr"],"align":["left"]},{"label":["מדד קומפקטיות בעיריות ובמועצות מקומיות_אשכול (מ-1 עד 10, 1 הקומפקטי ביותר)"],"name":[236],"type":["chr"],"align":["left"]},{"label":["מדד קומפקטיות בעיריות ובמועצות מקומיות_ערך מדד"],"name":[237],"type":["chr"],"align":["left"]},{"label":["מדד קומפקטיות בעיריות ובמועצות מקומיות_דירוג (מ-1 עד 197, 1 הקומפקטי ביותר)"],"name":[238],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_אשכול (מ-1 עד 10, 1 הפריפריאלי ביותר)"],"name":[239],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_ערך מדד"],"name":[240],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_דירוג (מ-1 עד 255, 1 הפריפריאלי ביותר)"],"name":[241],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_דירוג לפי מרכיבי המדד: מדד נגישות פוטנציאלית (מ-1 עד 255, 1 הנגישות הנמוכה ביותר)"],"name":[242],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_דירוג לפי מרכיבי המדד: קרבה לגבול מחוז תל אביב (מ-1 עד 255, 1 המרוחק ביותר)"],"name":[243],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_סך כל שטח השיפוט_בקמ\"ר"],"name":[244],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מגורים_שטח בקמ\"ר"],"name":[245],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מגורים_אחוז מסך כל שטח שיפוט"],"name":[246],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_חינוך והשכלה_שטח בקמ\"ר"],"name":[247],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_חינוך והשכלה_אחוז מסך כל שטח שיפוט"],"name":[248],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_בריאות ורווחה_שטח בקמ\"ר"],"name":[249],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_בריאות ורווחה_אחוז מסך כל שטח שיפוט"],"name":[250],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שירותים ציבוריים_שטח בקמ\"ר"],"name":[251],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שירותים ציבוריים_אחוז מסך כל שטח שיפוט"],"name":[252],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תרבות, פנאי, נופש וספורט_שטח בקמ\"ר"],"name":[253],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תרבות, פנאי, נופש וספורט_אחוז מסך כל שטח שיפוט"],"name":[254],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מסחר ומשרדים_שטח בקמ\"ר"],"name":[255],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מסחר ומשרדים_אחוז מסך כל שטח שיפוט"],"name":[256],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תעשייה_שטח בקמ\"ר"],"name":[257],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תעשייה_אחוז מסך כל שטח שיפוט"],"name":[258],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תשתית ותחבורה_שטח בקמ\"ר"],"name":[259],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תשתית ותחבורה_אחוז מסך כל שטח שיפוט"],"name":[260],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מבנים חקלאיים_שטח בקמ\"ר"],"name":[261],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מבנים חקלאיים_אחוז מסך כל שטח שיפוט"],"name":[262],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גינון לנוי, פארק ציבורי_שטח בקמ\"ר"],"name":[263],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גינון לנוי, פארק ציבורי_אחוז מסך כל שטח שיפוט"],"name":[264],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_יער וחורש_שטח בקמ\"ר"],"name":[265],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_יער וחורש_אחוז מסך כל שטח שיפוט"],"name":[266],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מטעים_שטח בקמ\"ר"],"name":[267],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מטעים_אחוז מסך כל שטח שיפוט"],"name":[268],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גידולי שדה_שטח בקמ\"ר"],"name":[269],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גידולי שדה_אחוז מסך כל שטח שיפוט"],"name":[270],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שטח פתוח אחר_שטח בקמ\"ר"],"name":[271],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שטח פתוח אחר_אחוז מסך כל שטח שיפוט"],"name":[272],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_אוכלוסייה סוף 2021 סך הכל"],"name":[273],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_צפיפות אוכלוסייה לשטח בנוי למגורים_נפשות לקמ\"ר"],"name":[274],"type":["chr"],"align":["left"]},{"label":["מרחקים במועצות אזוריות_ממוצע המרחקים (ק\"מ)"],"name":[275],"type":["chr"],"align":["left"]},{"label":["מרחקים במועצות אזוריות_ממוצע המרחקים משוקלל (ק\"מ)"],"name":[276],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_סה\"כ יישובים במועצה"],"name":[277],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים יהודיים 10,000-19,999 תושבים"],"name":[278],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים יהודיים 5,000-9,999 תושבים"],"name":[279],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים יהודיים 2,000-4,999 תושבים"],"name":[280],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים 2,000-4,999 תושבים"],"name":[281],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים שיתופיים 2,000-4,999 תושבים"],"name":[282],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_קיבוצים 2,000-4,999 תושבים"],"name":[283],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים לא יהודיים 5,000-9,999 תושבים"],"name":[284],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים לא יהודיים 2,000-4,999 תושבים"],"name":[285],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים"],"name":[286],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים שיתופיים"],"name":[287],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_קיבוצים"],"name":[288],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים מוסדיים, יהודיים"],"name":[289],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים כפריים אחרים, יהודיים"],"name":[290],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים קהילתיים"],"name":[291],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים מוסדיים, לא-יהודיים"],"name":[292],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים כפריים אחרים, לא-יהודיים"],"name":[293],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות מוניציפליות לראש ראשות - סבב א 30/10/18_אחוזי הצבעה"],"name":[294],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות מוניציפליות לראש ראשות - סבב ב 13/11/18_אחוזי הצבעה"],"name":[295],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-21 9/4/19_אחוזי הצבעה"],"name":[296],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-22 17/9/19_אחוזי הצבעה"],"name":[297],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-23 02/03/20_אחוזי הצבעה"],"name":[298],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-24 23/03/21_אחוזי הצבעה"],"name":[299],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-25 01/11/22_אחוזי הצבעה"],"name":[300],"type":["chr"],"align":["left"]}],"data":[{"1":"אום אל-פחם","2":"2710","3":"חיפה","4":"עירייה","5":"60.581242748414603","6":"1984","7":"0","8":"17","9":"354","10":"עירון","11":"26.028286285781743","12":"2221.1","13":"57677","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"29408","21":"28269","22":"9.6832359519392472","23":"9.457842814293393","24":"10.114950500199386","25":"10.602146436187736","26":"19.054389097907311","27":"17.913553062745983","28":"15.463703035872184","29":"2.862492848102363","30":"4.8494200461189036","31":"35.38325502366628","32":"1.6488374915477573","33":"809","34":"1130","35":"2.54","36":"4.4000000000000004","37":"3.9","38":"194","39":"6.14","40":"936","41":"16.355960263169514","42":"1.5856352146045083","43":"3.1208280597118436E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-70","50":"-68","51":"266","52":"81","53":"185","54":"75","55":"127","56":"63","57":"1","58":"334","59":"128","60":"206","61":"80","62":"163","63":"87","64":"4","65":"951","66":"710","67":"45","68":"90","69":"3.8","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"78.774353753574403","78":"3822","79":"109.29215413642061","80":"26","81":"46","82":"40.200000000000003","83":"312.98659639567387","84":"37.6","85":"219.07898197907264","86":"5143","87":"15.74419886120125","88":"2325","89":"1459","90":"7.2252089872276954","91":"37","92":"151","93":"123","94":"131","95":"141","96":"..","97":"2613","98":"24.531190202831993","99":"4292","100":"1808","101":"2043","102":"250","103":"162","104":"71.900000000000006","105":"7.9","106":"20.100000000000001","107":"0.2","108":"8560","109":"5031","110":"3140","111":"389","112":"20203","113":"7705","114":"10425","115":"2073","116":"5869.8203489999996","117":"6890.9024609999997","118":"4290.7705120000001","119":"1.1604486537020176","120":"2.0033048544229937","121":"1.1278220775781111","122":"22149","123":"60","124":"1918","125":"8883.1829120000002","126":"-0.83250087305087872","127":"40.4","128":"0.38489767499999999","129":"3353","130":"1131","131":"1067","132":"1099","133":"56","134":"30","135":"18","136":"21","137":"8","138":"13","139":"559","140":"294","141":"265","142":"118","143":"147","144":"13997","145":"7138","146":"6859","147":"3185","148":"3674","149":"26.717741935483872","150":"0.74874010079193665","151":"1.0490501842925999","152":"0.4388531304856641","153":"67.32348111658456","154":"47.947454844006572","155":"9.68","156":"25.8","157":"12.8","158":"2.4","159":"1463","160":"31.9","161":"3.2125768967874233","162":"3.2","163":"17.8","164":"37.457279562542723","165":"77.170198222829796","166":"10.340691685062547","167":"3.1162029459901799","168":"4586.5910000000003","169":"496.73099999999999","170":"10.8","171":"4089.86","172":"4038.4029999999998","173":"51.457000000000001","174":"98.741839573970751","175":"1.2581604260292529","176":"3446.1669999999999","177":"176.64099999999999","178":"14.507999999999999","179":"155.78200000000001","180":"116.756","181":"85.334895997254407","182":"4.3740310216687099","183":"0.35925092171335998","184":"3.8575149632169001","185":"2.8911428601850799","186":"70.018777307719006","187":"59.750450794091101","188":"3.0626430404327625","189":"0.25154310285040571","190":"2.7009848117067756","191":"2.0243428809210071","192":"0","193":"3114.644447277592","194":"86.000000019869461","195":"35.299999999999997","196":"16","197":"85","198":"8.6999999999999993","199":"7.6","200":"42","201":"18351","202":"1.78","203":"22.58","204":"18.436","205":"11.503","206":"-","207":"0.88","208":"10.879999999999999","209":"9.4760000000000009","210":"11.503","211":"-","212":"1.3687454743438237","213":"3.2353337549003305","214":"23052","215":"18999","216":"9.1","217":"25","218":"-","219":"6","220":"19","221":"0.43685791301200622","222":"1.0845045982994967","223":"-","224":"177","225":"4.956736372755536","226":"27.7","227":"22","228":"(4.5)","229":"(8.5)","230":"(4.0)","231":"21.5","232":"11.9","233":"2","234":"-1.3461819451105499","235":"20","236":"8","237":"0.88470091705871978","238":"163","239":"5","240":"0.17470159672851401","241":"146","242":"145","243":"146","244":"25.93","245":"7.97","246":"30.7","247":"0.27","248":"1","249":"0.03","250":"0.1","251":"0.1","252":"0.4","253":"0.08","254":"0.3","255":"0.62","256":"2.4","257":"0.13","258":"0.5","259":"0.22","260":"0.8","261":"0.04","262":"0.2","263":"7.0000000000000007E-2","264":"0.3","265":"6.12","266":"23.6","267":"6.27","268":"24.2","269":"0.1","270":"0.4","271":"3.91","272":"15.1","273":"57677","274":"7237","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"74.239999999999995","295":"66.818194494798789","296":"45.13536866359447","297":"51.334527159546347","298":"63.103805550110614","299":"33.147473208943047","300":"38.285535182573263"},{"1":"אופקים","2":"0031","3":"הדרום","4":"עירייה","5":"87.130838665736604","6":"1995","7":"0","8":"15","9":"601","10":"אופקים","11":"16.352399436075068","12":"2079.1","13":"33999","14":"99.3","15":"93.4","16":"-","17":"-","18":"-","19":"-","20":"16805","21":"17194","22":"13.926880202358893","23":"11.247389629106738","24":"8.4414247477866997","25":"6.7766699020559429","26":"15.579869996176358","27":"19.2858613488632","28":"12.262125356628136","29":"3.8324656607547283","30":"8.647313156269302","31":"37.651107385511338","32":"3.2736256948733788","33":"962","34":"992","35":"3.95","36":"3.8","37":"( 4.2)","38":"208","39":"6.56","40":"784","41":"23.55998717634187","42":"4.4364407952287905","43":"16.885790758551721","44":"42","45":"28.571428571428569","46":"47.619047619047613","47":"19.047619047619047","48":"4.7619047619047619","49":"692","50":"637","51":"1741","52":"879","53":"862","54":"568","55":"524","56":"609","57":"40","58":"1104","59":"577","60":"527","61":"346","62":"349","63":"364","64":"45","65":"2284","66":"398","67":"41.3","68":"158","69":"13.5","70":"6","71":"559","72":"0.87","73":"0.57999999999999996","74":"0.17","75":"-","76":"0.09","77":"..","78":"1828.6666666666667","79":"68.676340518052456","80":"21","81":"38","82":"38.799999999999997","83":"343.084734280276","84":"47.6","85":"353.66793819192651","86":"3134","87":"17.421757740841628","88":"1236","89":"490","90":"7.005214237134437","91":"38","92":"164","93":"121","94":"110","95":"113","96":"..","97":"3194","98":"36.380713838447086","99":"1383","100":"1182","101":"1432","102":"98","103":"89","104":"66.599999999999994","105":"26.4","106":"1.1000000000000001","107":"5.9","108":"4374","109":"2522","110":"1294","111":"558","112":"11629","113":"3778","114":"4293","115":"3558","116":"7768.9521109999996","117":"9746.8152790000004","118":"6019.99503","119":"4.3317199153884101","120":"5.8325367888869328","121":"2.91368939265646","122":"14311","123":"43.2","124":"822","125":"9870.6671769999994","126":"2.259856924435355","127":"40","128":"0.38063127699999999","129":"2686","130":"923","131":"845","132":"768","133":"150","134":"25","135":"17","136":"12","137":"2","138":"10","139":"309","140":"207","141":"102","142":"31","143":"71","144":"6877","145":"4524","146":"2353","147":"752","148":"1601","149":"24.771812080536911","150":"1.068306895435416","151":"1.6905071521456438","152":"0.4513217279174726","153":"53.648068669527895","154":"37.124463519313302","155":"15.35","156":"23.3","157":"7.9","158":"2","159":"674","160":"29.9","161":"5.4896142433234418","162":"3.9","163":"17.600000000000001","164":"30.267062314540063","165":"54.451038575667653","166":"10.391447368421053","167":"2.877176321620766","168":"3080.3890000000001","169":"77.959000000000003","170":"2.5","171":"3002.43","172":"3001.0920000000001","173":"1.3380000000000001","174":"99.955436096761616","175":"4.456390323837691E-2","176":"1747.921","177":"128.74299999999999","178":"195.89500000000001","179":"98.331999999999994","180":"173.322","181":"58.2428329421424","182":"4.2898718199908599","183":"6.5274573388619901","184":"3.27654067252853","185":"5.7752977916038599","186":"88.27000794141","187":"51.410953263331301","188":"3.7866701961822407","189":"5.7617871113856287","190":"2.8922027118444662","191":"5.097855819288803","192":"0","193":"2469.03262066859","194":"100","195":"108.3","196":"95","197":"569","198":"62.1","199":"52.6","200":"311","201":"9518","202":"-","203":"-","204":"2.4900000000000002","205":"3.85","206":"-","207":"-","208":"-","209":"0.54","210":"0.75","211":"-","212":"1.5885364073503403","213":"3.3003011319788556","214":"9469","215":"8430","216":"7.5","217":"12","218":"-","219":"5","220":"7","221":"0.36061204861747764","222":"1.2672932727848769","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.69140837044995895","235":"72","236":"3","237":"-0.67780331712734665","238":"56","239":"3","240":"-0.467068117421229","241":"66","242":"51","243":"102","244":"16.329999999999998","245":"3.45","246":"21.1","247":"0.4","248":"2.4","249":"0.02","250":"0.1","251":"7.0000000000000007E-2","252":"0.4","253":"0.17","254":"1","255":"0.13","256":"0.8","257":"0.49","258":"3","259":"0.15","260":"0.9","261":"0","262":"0","263":"0.18","264":"1.1000000000000001","265":"1.0900000000000001","266":"6.7","267":"0.01","268":"0.1","269":"7.59","270":"46.5","271":"2.58","272":"15.900000000000009","273":"33999","274":"9855","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.88","295":"-","296":"65.499785090023394","297":"66.482977630411426","298":"67.193947730398889","299":"60.95887398284583","300":"68.598427830740931"},{"1":"אור יהודה","2":"2400","3":"תל אביב","4":"עירייה","5":"0","6":"1988","7":"0","8":"15","9":"510","10":"אור יהודה","11":"6.7300239620150855","12":"5470.2","13":"36815","14":"99.8","15":"97.6","16":"-","17":"-","18":"-","19":"-","20":"18284","21":"18531","22":"8.5590112725791112","23":"8.2765177237539049","24":"7.3231019964688304","25":"6.8993616732310201","26":"13.543392638870026","27":"20.119516501426048","28":"16.24066277332609","29":"5.2505772103762052","30":"13.787858209968762","31":"28.279234007877225","32":"5.049572185250577","33":"813","34":"639","35":"2.58","36":"0.6","37":"..","38":"233","39":"5.18","40":"406","41":"11.034928999156906","42":"0.12222272320148875","43":"13.91280727964145","44":"29","45":"37.931034482758619","46":"41.379310344827587","47":"17.241379310344829","48":"3.4482758620689653","49":"-390","50":"-429","51":"929","52":"464","53":"465","54":"261","55":"209","56":"395","57":"64","58":"1358","59":"682","60":"676","61":"389","62":"355","63":"523","64":"91","65":"1280","66":"266","67":"21","68":"147","69":"9.6","70":"8","71":"488","72":"0.46","73":"-","74":"0.46","75":"0.41","76":"-","77":"..","78":"2838.6666666666665","79":"64.861141396707694","80":"29","81":"42","82":"57.6","83":"305.99580704036714","84":"60.2","85":"275.13977473170206","86":"4147","87":"19.402077290165622","88":"1615","89":"739","90":"7.5460237360994302","91":"41","92":"178","93":"129","94":"109","95":"104","96":"..","97":"5074","98":"13.657863618446985","99":"753","100":"1516","101":"1529","102":"161","103":"108","104":"57.2","105":"35.799999999999997","106":"2","107":"5","108":"5310","109":"3358","110":"1759","111":"193","112":"11874","113":"5020","114":"5737","115":"1117","116":"8953.8760010000005","117":"10532.56457","118":"7504.2133210000002","119":"4.5939450632109358","120":"4.5892461397239792","121":"4.618239435202498","122":"18941","123":"36.9","124":"1920","125":"10284.17987","126":"1.1434254986183445","127":"36.6","128":"0.39567102500000001","129":"1957","130":"614","131":"628","132":"662","133":"53","134":"17","135":"11","136":"10","137":"3","138":"7","139":"239","140":"146","141":"93","142":"33","143":"60","144":"5588","145":"3292","146":"2296","147":"984","148":"1312","149":"24.890756302521009","150":"0.86355785837651122","151":"1.4198782961460445","152":"0.2824858757062147","153":"80.837004405286336","154":"63.215859030837009","155":"15.06","156":"34.299999999999997","157":"12.7","158":"2.4","159":"614","160":"29.5","161":"9.120521172638437","162":"3.8","163":"16.399999999999999","164":"35.016286644951137","165":"62.866449511400646","166":"10.702290076335878","167":"2.788694721825963","168":"2986.085","169":"165.99700000000001","170":"5.6","171":"2820.0880000000002","172":"2666.5419999999999","173":"153.54599999999999","174":"94.555276289250543","175":"5.4447237107494519","176":"2027.999","177":"102.229","178":"177.215","179":"267.45800000000003","180":"63.124000000000002","181":"76.053518001966594","182":"3.83376672859456","183":"6.6458731945718501","184":"10.0301439092278","185":"2.3672606694363001","186":"72.432824468952006","187":"55.0877111968273","188":"2.7769055250719834","189":"4.8137936654533604","190":"7.2651165317542237","191":"1.7146737654153312","192":"0","193":"2203.6871945021435","194":"100","195":"340.3","196":"235.8","197":"1183","198":"72.3","199":"64.5","200":"367","201":"11842","202":"10.08","203":"89.22","204":"-","205":"0.25","206":"-","207":"-","208":"-","209":"-","210":"0.34100000000000003","211":"-","212":"2.1504997761418396","213":"34.734715747357669","214":"16635","215":"13745","216":"7.1","217":"40","218":"1","219":"7","220":"32","221":"1.0871851230696459","222":"2.4045686804929365","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"7.1757544872396398E-2","235":"137","236":"3","237":"-0.58717649397512106","238":"64","239":"8","240":"2.4845618745274001","241":"241","242":"240","243":"249.5","244":"6.74","245":"2.2000000000000002","246":"32.6","247":"0.26","248":"3.9","249":"0.02","250":"0.3","251":"0.03","252":"0.4","253":"0.06","254":"0.9","255":"0.24","256":"3.6","257":"0.28000000000000003","258":"4.2","259":"0.21","260":"3.1","261":"0.02","262":"0.3","263":"0.14000000000000001","264":"2.1","265":"0","266":"0","267":"0.28999999999999998","268":"4.3","269":"1.71","270":"25.4","271":"1.28","272":"18.900000000000006","273":"36815","274":"16734","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65.75","295":"-","296":"69.558283573786298","297":"69.944059570999883","298":"70.079792169233627","299":"66.773591943304737","300":"72.438494934876985"},{"1":"אור עקיבא","2":"1020","3":"חיפה","4":"עירייה","5":"39.407376186601297","6":"2001","7":"0","8":"13","9":"353","10":"יישובי הברון","11":"5.5459996284664088","12":"3588.6","13":"19902","14":"99.5","15":"91.5","16":"-","17":"-","18":"-","19":"-","20":"9815","21":"10087","22":"8.8684554316149136","23":"8.4765350216058692","24":"7.1550597929856297","25":"6.094864837704753","26":"12.365591397849462","27":"20.832077178173048","28":"15.666767159079489","29":"5.9491508391116472","30":"14.59652296251633","31":"28.042407798211237","32":"5.6476736006431514","33":"824","34":"341","35":"2.5499999999999998","36":"1","37":"( 2.8)","38":"158","39":"6.07","40":"183","41":"9.301182333234479","42":"2.3396218757312681","43":"28.08260476334037","44":"46","45":"30.434782608695656","46":"30.434782608695656","47":"26.086956521739129","48":"13.043478260869565","49":"249","50":"218","51":"843","52":"423","53":"420","54":"208","55":"171","56":"398","57":"66","58":"625","59":"304","60":"321","61":"192","62":"150","63":"236","64":"47","65":"878","66":"139","67":"20.8","68":"111","69":"14.3","70":"5","71":"328","72":"-","73":"-","74":"0.75","75":"0.5","76":"0.43","77":"..","78":"1537.3333333333333","79":"66.125554242139089","80":"31","81":"33","82":"..","83":"..","84":"..","85":"..","86":"2327","87":"20.197899487891675","88":"934","89":"420","90":"8.1922638365055693","91":"41","92":"179","93":"127","94":"112","95":"111","96":"..","97":"3172","98":"28.972257250945777","99":"702","100":"1033","101":"750","102":"84","103":"81","104":"64","105":"19.5","106":"10.6","107":"5.9","108":"2468","109":"1571","110":"794","111":"103","112":"5498","113":"2321","114":"2590","115":"587","116":"8315.8263669999997","117":"9835.388895","118":"6930.1082539999998","119":"2.0593787556242305","120":"1.1339726064532041","121":"3.4379130039630335","122":"9833","123":"38.1","124":"789","125":"8808.0606630000002","126":"-2.7903109254268088E-3","127":"37.5","128":"0.36348512300000002","129":"1104","130":"364","131":"361","132":"345","133":"34","134":"11","135":"6","136":"8","137":"3","138":"5","139":"172","140":"90","141":"82","142":"37","143":"45","144":"3674","145":"1855","146":"1819","147":"962","148":"857","149":"23.930555555555557","150":"1.1749347258485638","151":"1.1597938144329898","152":"1.1904761904761905","153":"83.908045977011497","154":"72.796934865900383","155":"16.98","156":"23.5","157":"9.4","158":"2.1","159":"452","160":"31.7","161":"4.2035398230088497","162":"4","163":"17.2","164":"43.141592920353986","165":"79.424778761061944","166":"9.6165803108808294","167":"3.349676724137931","168":"2147.9","169":"328.81700000000001","170":"15.308766702360399","171":"1819.0830000000001","172":"1819.0830000000001","173":"-","174":"100","175":"-","176":"1128.4649999999999","177":"117.431","178":"378.37900000000002","179":"148.744","180":"12.771000000000001","181":"62.0348274377805","182":"6.45550532878379","183":"20.800535214720799","184":"8.1768671358041392","185":"0.70205702543534299","186":"91.392835610932494","187":"56.6953878617363","188":"5.899869372990354","189":"19.010198954983924","190":"7.473070739549839","191":"0.64162982315112538","192":"2.5","193":"1150.7292574691712","194":"100","195":"303.89999999999998","196":"261.3","197":"1660","198":"126.2","199":"118.6","200":"827","201":"7670","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.2909908660348206","213":"34.549375193298879","214":"7981","215":"7200","216":"7.646527777777778","217":"13","218":"1","219":"4","220":"8","221":"0.66073972859042751","222":"1.6288685628367372","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-2.2190226326201899E-2","235":"126","236":"3","237":"-0.73559400383247819","238":"50","239":"6","240":"0.422480993230616","241":"167","242":"157","243":"176","244":"5.54","245":"1.75","246":"31.6","247":"0.21","248":"3.8","249":"0.01","250":"0.2","251":"0.11","252":"2","253":"0.05","254":"0.9","255":"0.08","256":"1.4","257":"0.5","258":"9","259":"0.15","260":"2.7","261":"0","262":"0","263":"0.12","264":"2.2000000000000002","265":"0.28999999999999998","266":"5.2","267":"0.3","268":"5.4","269":"0.63","270":"11.4","271":"1.34","272":"24.2","273":"19902","274":"11373","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65.47","295":"-","296":"62.970360824742265","297":"62.729124236252545","298":"64.580851464041629","299":"59.381139489194503","300":"63.940932702970876"},{"1":"אילת","2":"2600","3":"הדרום","4":"עירייה","5":"323.002330261476","6":"1959","7":"0","8":"17","9":"602","10":"אילת","11":"101.49251522055928","12":"535.1","13":"52753","14":"95.3","15":"83.2","16":"4.7","17":"77.099999999999994","18":"12.4","19":"10.3","20":"27372","21":"25381","22":"6.9550546888328624","23":"7.3815707163573636","24":"6.7522226224101001","25":"6.2176558679127254","26":"15.43608894280894","27":"21.672701078611642","28":"19.130665554565617","29":"5.1030273159820299","30":"11.351013212518719","31":"24.779633385779007","32":"3.8386442477205089","33":"630","34":"812","35":"2.19","36":"2","37":"( 2.4)","38":"289","39":"5.25","40":"523","41":"9.9361953213713541","42":"0.4460933164625942","43":"22.760790855496371","44":"394","45":"17.00507614213198","46":"48.73096446700508","47":"21.065989847715734","48":"13.197969543147209","49":"-217","50":"-638","51":"2535","52":"1397","53":"1138","54":"473","55":"1009","56":"971","57":"82","58":"3173","59":"1645","60":"1528","61":"633","62":"1143","63":"1243","64":"154","65":"4633","66":"324","67":"13.9","68":"315","69":"17.600000000000001","70":"5","71":"337","72":"0.19","73":"0.26","74":"0.13","75":"0.06","76":"-","77":"80.703565648543204","78":"3014.3333333333335","79":"54.87938980219495","80":"23","81":"43","82":"90.6","83":"374.90012709217359","84":"88.6","85":"347.95945676359577","86":"13706","87":"40.603152032231307","88":"4499","89":"2124","90":"13.360456138266914","91":"41","92":"192","93":"124","94":"89","95":"63","96":"-","97":"6138","98":"19.566634082763116","99":"1544","100":"1025","101":"2362","102":"219","103":"249","104":"55.4","105":"35.5","106":"3.7","107":"5.4","108":"7306","109":"5270","110":"1851","111":"185","112":"14833","113":"7757","114":"6026","115":"1050","116":"8745.4378250000009","117":"10004.702429999999","118":"7389.7370979999996","119":"3.3267446813960655","120":"3.6013332586539271","121":"2.9724766924581036","122":"33651","123":"35.5","124":"2888","125":"11275.75909","126":"0.64439902149884265","127":"31.1","128":"0.362462436","129":"2497","130":"791","131":"782","132":"845","133":"79","134":"21","135":"14","136":"13","137":"5","138":"8","139":"373","140":"211","141":"162","142":"69","143":"93","144":"8748","145":"4825","146":"3923","147":"1880","148":"2043","149":"25.005494505494507","150":"1.3538748832866481","151":"1.2362637362637363","152":"1.4761904761904763","153":"79.222720478325854","154":"69.805680119581467","155":"12.1","156":"22","157":"8.6999999999999993","158":"2.5","159":"1029","160":"34.9","161":"5.9280855199222549","162":"3.8","163":"15.3","164":"41.302235179786202","165":"78.814382896015545","166":"9.8480446927374299","167":"3.6102791014295441","168":"11709.983","169":"430.60500000000002","170":"3.7","171":"11279.383","172":"11206.297","173":"73.085999999999999","174":"99.3520390255389","175":"0.64796097446110312","176":"4333.0720000000001","177":"515.04899999999998","178":"1602.1110000000001","179":"923.51400000000001","180":"168.80600000000001","181":"38.666417163998801","182":"4.5960693692374504","183":"14.29652963741","184":"8.2410302853941104","185":"1.50635004813813","186":"212.429567986655","187":"82.138873618562002","188":"9.7634068204651872","189":"30.370045305480257","190":"17.506378784144978","191":"3.1999317574355959","192":"0","193":"5792.7360159425252","194":"100","195":"71.8","196":"50.9","197":"380","198":"35.799999999999997","199":"31.1","200":"215","201":"19611","202":"1.8","203":"11.85","204":"5.92","205":"14.329000000000001","206":"-","207":"1.8","208":"11.85","209":"0.82","210":"14.329000000000001","211":"-","212":"3.4711316906914056","213":"7.1922197302813782","214":"22740","215":"18764","216":"7.6136751225751436","217":"35","218":"-","219":"6","220":"29","221":"0.66494614961376175","222":"1.5391380826737027","223":"-","224":"261","225":"6.6472817329387075","226":"27.2","227":"18","228":"34.5","229":"14.9","230":"..","231":"(2.3)","232":"(1.9)","233":"6","234":"0.230157920890629","235":"149","236":"9","237":"1.3708125790370396","238":"179","239":"1","240":"-2.4838957390051699","241":"1","242":"4","243":"1","244":"98.62","245":"4.67","246":"4.7","247":"0.47","248":"0.5","249":"0.08","250":"0.1","251":"0.13","252":"0.1","253":"1.19","254":"1.2","255":"0.78","256":"0.8","257":"0.65","258":"0.7","259":"6.12","260":"6.2","261":"0.04","262":"0","263":"0.09","264":"0.1","265":"0.28000000000000003","266":"0.3","267":"0.88","268":"0.9","269":"0.43","270":"0.4","271":"82.81","272":"84","273":"52753","274":"11296","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"46.24","295":"39.410705826622454","296":"45.425811068702288","297":"45.19282138546469","298":"44.867295027014237","299":"41.323428794839209","300":"43.023434794320238"},{"1":"אלעד","2":"1309","3":"המרכז","4":"עירייה","5":"11.5731964987549","6":"2007","7":"0","8":"15","9":"422","10":"אלעד","11":"3.4875835548110152","12":"14219.8","13":"49593","14":"100","15":"100","16":"-","17":"-","18":"-","19":"-","20":"25075","21":"24518","22":"13.806383965478998","23":"15.022281370354687","24":"15.965962938317908","25":"14.411308047506704","26":"13.165164438529631","27":"16.439820135906277","28":"8.2310003427903133","29":"1.0566007299417257","30":"1.9034944447805133","31":"53.473272437642407","32":"0.56459580989252511","33":"1571","34":"1415","35":"5.12","36":"2.8","37":"( 2.0)","38":"37","39":"3.35","40":"1378","41":"27.906034861050909","42":"0.86505108373719963","43":"2.4358276369648943","44":"21","45":"33.333333333333329","46":"33.333333333333329","47":"9.5238095238095237","48":"23.809523809523807","49":"-987","50":"-1003","51":"915","52":"518","53":"397","54":"365","55":"366","56":"161","57":"23","58":"1918","59":"1046","60":"871","61":"776","62":"706","63":"419","64":"17","65":"1700","66":"624","67":"61","68":"94","69":"6","70":"11","71":"2254","72":"-","73":"7.0000000000000007E-2","74":"4.51","75":"-","76":"-","77":"..","78":"720.66666666666663","79":"56.054001750809547","80":"15","81":"23","82":"16","83":"234.71652300328705","84":"17","85":"231.66854149568741","86":"3587","87":"18.385443362378268","88":"1338","89":"545","90":"6.989500078357624","91":"37","92":"158","93":"132","94":"104","95":"103","96":"..","97":"982","98":"9.4704684317718932","99":"573","100":"198","101":"868","102":"67","103":"6","104":"34.5","105":"32.200000000000003","106":"23.5","107":"9.6999999999999993","108":"6036","109":"1420","110":"2016","111":"2600","112":"25580","113":"2225","114":"7092","115":"16263","116":"6518.7370179999998","117":"7757.3324409999996","118":"5634.8375669999996","119":"0.68977457404006959","120":"0.62606281539283604","121":"1.0936799860602697","122":"14571","123":"52.8","124":"1166","125":"8054.1435060000003","126":"-1.6494885952764937","127":"44.7","128":"0.41056722499999998","129":"4474","130":"1348","131":"1382","132":"1377","133":"367","134":"80","135":"44","136":"41","137":"2","138":"39","139":"734","140":"539","141":"195","142":"12","143":"183","144":"17512","145":"12448","146":"5064","147":"285","148":"4779","149":"24.806451612903224","150":"1.8694804450051612","151":"2.4","152":"1.3649586037144774","153":"31.06312292358804","154":"20.598006644518271","155":"11.83","156":"18.100000000000001","157":"6","158":"1.4","159":"1074","160":"29.4","161":"9.7765363128491618","162":"3","163":"16","164":"12.569832402234638","165":"37.430167597765362","166":"13.799238820171265","167":"2.1305936702751156","168":"2639.4479999999999","169":"132.27600000000001","170":"5.0","171":"2507.172","172":"2507.172","173":"-","174":"100","175":"-","176":"2059.8870000000002","177":"37.970999999999997","178":"72.188999999999993","179":"269.13099999999997","180":"14.579000000000001","181":"82.1597800230698","182":"1.51449521612398","183":"2.8792998645485799","184":"10.7344450241148","185":"0.58149181627746305","186":"50.554957352852199","187":"41.535841751860097","188":"0.76565241062246692","189":"1.4556288185832678","190":"5.4267941040066141","191":"0.29397293972939731","192":"0","193":"2009.9820611921509","194":"100","195":"6.8","196":"4.9000000000000004","197":"-","198":"8.6999999999999993","199":"4.9000000000000004","200":"-","201":"7391","202":"1.9850000000000001","203":"8.2530000000000001","204":"-","205":"-","206":"-","207":"1.9850000000000001","208":"8.2530000000000001","209":"-","210":"-","211":"-","212":"1.1343749063732753","213":"7.0276767659871426","214":"7151","215":"6221","216":"8.9853721266677375","217":"18","218":"-","219":"3","220":"15","221":"0.36452004898324841","222":"2.5171304712627602","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.4219321509787299","235":"19","236":"2","237":"-1.0207471406776372","238":"29","239":"7","240":"1.5179221038581101","241":"224","242":"223","243":"223","244":"3.5","245":"1.3","246":"37.1","247":"0.52","248":"14.9","249":"0","250":"0","251":"0.02","252":"0.6","253":"0.01","254":"0.3","255":"0.01","256":"0.3","257":"0","258":"0","259":"0.1","260":"2.9","261":"0","262":"0","263":"0.06","264":"1.7","265":"0.65","266":"18.600000000000001","267":"0.13","268":"3.7","269":"0","270":"0","271":"0.7","272":"19.899999999999991","273":"49593","274":"38148","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"84.13","295":"-","296":"84.647697154573194","297":"85.770847590184772","298":"85.637763642450608","299":"81.038630895637567","300":"84.364180380423164"},{"1":"אריאל","2":"3570","3":"אזור יהודה והשומרון","4":"עירייה","5":"33.278948675188197","6":"1998","7":"0","8":"13","9":"701","10":"אריאל","11":"..","12":"..","13":"19647","14":"97.1","15":"80.5","16":"-","17":"-","18":"-","19":"-","20":"9858","21":"9789","22":"7.3140937547717213","23":"7.8688858349875295","24":"6.9578052628900089","25":"5.2119916526696191","26":"19.321015931185421","27":"18.226701277548734","28":"15.865017559932815","29":"5.7566040616888072","30":"13.477884664325343","31":"25.04708097928437","32":"4.9829490507456606","33":"690","34":"312","35":"2.4","36":"0.8","37":"..","38":"114","39":"4.7699999999999996","40":"198","41":"10.094794057645684","42":"0.33170772586380792","43":"33.129739909400925","44":"90","45":"14.444444444444443","46":"66.666666666666657","47":"11.111111111111111","48":"7.7777777777777777","49":"-168","50":"-215","51":"679","52":"368","53":"311","54":"149","55":"288","56":"213","57":"29","58":"894","59":"447","60":"447","61":"212","62":"303","63":"344","64":"35","65":"856","66":"115","67":"14.9","68":"79","69":"9.9","70":"3","71":"1807","72":"0.6","73":"8.3699999999999992","74":"0.26","75":"-","76":"-","77":"..","78":"1304.6666666666667","79":"56.810232305158827","80":"22","81":"34","82":"..","83":"..","84":"..","85":"..","86":"1936","87":"15.889691398555483","88":"747","89":"351","90":"6.1365316684465618","91":"42","92":"195","93":"131","94":"107","95":"103","96":"..","97":"2614","98":"31.216526396327467","99":"148","100":"601","101":"532","102":"61","103":"73","104":"41.4","105":"37.799999999999997","106":"3.4","107":"17.399999999999999","108":"2357","109":"1642","110":"606","111":"109","112":"5002","113":"2396","114":"1957","115":"649","116":"9670.0241839999999","117":"11579.822459999999","118":"7837.2253559999999","119":"2.8949034086941827","120":"1.9634990036087929","121":"4.0890171806902353","122":"10596","123":"32.700000000000003","124":"657","125":"9951.2442159999991","126":"3.9478761746256641","127":"41.6","128":"0.38386615499999999","129":"935","130":"254","131":"327","132":"305","133":"49","134":"8","135":"6","136":"3","137":"1","138":"2","139":"132","140":"90","141":"42","142":"20","143":"22","144":"3001","145":"1984","146":"1017","147":"567","148":"450","149":"25.362318840579711","150":"1.5680684248039916","151":"1.5193370165745856","152":"1.6200294550810017","153":"90.952380952380949","154":"74.285714285714292","155":"27.15","156":"38.799999999999997","157":"43.9","158":"9.9","159":"386","160":"32.799999999999997","161":"11.139896373056994","162":"4.8","163":"14.8","164":"41.968911917098445","165":"66.580310880829018","166":"9.3343653250773997","167":"3.5757877280265342","168":"1776.3440000000001","169":"29.951000000000001","170":"1.7","171":"1746.393","172":"1744.357","173":"2.036","174":"99.883416848326817","175":"0.11658315167319155","176":"989.17899999999997","177":"46.578000000000003","178":"236.30799999999999","179":"370.11700000000002","180":"60.764000000000003","181":"56.707371254852099","182":"2.6702102837893902","183":"13.5469975469471","184":"21.2179616901815","185":"3.4834612410189001","186":"88.7849035476154","187":"50.3475848730086","188":"2.3707436249809133","189":"12.027688705654807","190":"18.838346821397668","191":"3.0927877029571946","192":"0.9","193":"1236.6801999999998","194":"100","195":"59.3","196":"42.3","197":"308","198":"16","199":"3.1","200":"10","201":"5653","202":"3.2","203":"19.2","204":"10.4","205":"1.5","206":"-","207":"3.2810000000000001","208":"19.686","209":"10.4","210":"20.5","211":"0.75","212":"1.4806027271549529","213":"22.181230346824186","214":"6929","215":"6225","216":"7.3354216867469884","217":"13","218":"-","219":"1","220":"12","221":"0.66278950883532273","222":"1.876172607879925","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.24117244249844499","235":"151","236":"9","237":"2.0503856836682099","238":"197","239":"5","240":"0.22076281609621801","241":"151","242":"108","243":"183","244":"14.02","245":"1.96","246":"14","247":"0.18","248":"1.3","249":"0.01","250":"0.1","251":"0.09","252":"0.6","253":"0.09","254":"0.6","255":"0.08","256":"0.6","257":"0.57999999999999996","258":"4.0999999999999996","259":"0.2","260":"1.4","261":"0","262":"0","263":"0.09","264":"0.6","265":"0","266":"0","267":"0.77","268":"5.5","269":"0.76","270":"5.4","271":"9.2100000000000009","272":"65.8","273":"19647","274":"10024","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"60.53","295":"-","296":"66.763655601110955","297":"64.206008583690988","298":"64.003697345833885","299":"61.616161616161612","300":"61.808261886204207"},{"1":"אשדוד","2":"0070","3":"הדרום","4":"עירייה","5":"28.488399573388499","6":"1968","7":"1","8":"29","9":"603","10":"אשדוד","11":"63.89526185727393","12":"4791","13":"225975","14":"99.8","15":"89.6","16":"-","17":"-","18":"-","19":"-","20":"110452","21":"115523","22":"8.9943577829405914","23":"9.0337426706494082","24":"8.2354242725965268","25":"7.4946343622082088","26":"13.272707157871446","27":"16.631485783825646","28":"16.014603385330236","29":"4.8496515101228015","30":"15.472950547626949","31":"30.80517756388981","32":"6.7064940812036733","33":"970","34":"4315","35":"3.18","36":"10.8","37":"2.5","38":"1624","39":"4.96","40":"2691","41":"11.903699343846087","42":"-7.9076261540620862E-2","43":"27.743776966478595","44":"1010","45":"21.980198019801982","46":"36.237623762376238","47":"26.336633663366339","48":"15.445544554455445","49":"-2675","50":"-3648","51":"3331","52":"1803","53":"1528","54":"901","55":"960","56":"1182","57":"288","58":"6979","59":"3670","60":"3309","61":"2007","62":"2216","63":"2370","64":"386","65":"11853","66":"2006","67":"27.5","68":"788","69":"8.4","70":"42","71":"3233","72":"0.35","73":"7.0000000000000007E-2","74":"0.6","75":"0.37","76":"0.03","77":"82.441690946326901","78":"17172","79":"60.590843057970275","80":"24","81":"35","82":"417.8","83":"338.79894195616964","84":"454.8","85":"316.43729123991017","86":"21843","87":"18.049530231289818","88":"8733","89":"3689","90":"7.1964796334599637","91":"41","92":"173","93":"129","94":"112","95":"112","96":"30","97":"33934","98":"30.123180291153414","99":"5953","100":"11505","101":"6596","102":"765","103":"1092","104":"31.9","105":"31","106":"19.899999999999999","107":"17.2","108":"31530","109":"19140","110":"9212","111":"3178","112":"77996","113":"28212","114":"30483","115":"19301","116":"8922.4970869999997","117":"11017.744259999999","118":"6982.0055730000004","119":"1.9148618387597738","120":"1.7228500217050025","121":"2.4281707015931797","122":"109476","123":"40.1","124":"7454","125":"9738.2218830000002","126":"0.96999593455651123","127":"42.8","128":"0.41430546400000001","129":"12694","130":"3907","131":"4119","132":"4085","133":"583","134":"134","135":"88","136":"75","137":"19","138":"56","139":"1897","140":"1151","141":"746","142":"233","143":"513","144":"45388","145":"27067","146":"18321","147":"6377","148":"11944","149":"26.670574443141852","150":"0.76578862388706925","151":"1.0677433826828173","152":"0.44625902012913027","153":"60.32320980774589","154":"50.933407634438566","155":"17.100000000000001","156":"33.299999999999997","157":"11.5","158":"2.2000000000000002","159":"4182","160":"31.6","161":"5.3323768531802962","162":"3.8","163":"18.399999999999999","164":"37.015781922525107","165":"67.073170731707322","166":"11.487414787624541","167":"2.7711409855522335","168":"21321.965","169":"518.20000000000005","170":"2.4","171":"20803.764999999999","172":"20802.672999999999","173":"1.0920000000000001","174":"99.994750950128491","175":"5.2490498715016248E-3","176":"11831.598","177":"607.74599999999998","178":"1608.058","179":"1125.0530000000001","180":"406.98899999999998","181":"56.875373659913798","182":"2.92148033091709","183":"7.73005469056789","184":"5.4082136463905401","185":"1.95642646500284","186":"92.057816385955903","187":"52.358227052669797","188":"2.6894509987874713","189":"7.1161195535769606","190":"4.9786833883544128","191":"1.8010434828785613","192":"0","193":"12651.354436287827","194":"99.990000280156792","195":"239.7","196":"192.1","197":"989","198":"157.4","199":"87.2","200":"512","201":"68852","202":"-","203":"-","204":"4.6529999999999996","205":"2.99","206":"0.62","207":"-","208":"-","209":"1.823","210":"6.2149999999999999","211":"0.25","212":"1.6841832236205356","213":"18.001636291263868","214":"68600","215":"61375","216":"7.1876659877800408","217":"218","218":"6","219":"39","220":"173","221":"0.96432792900722664","222":"3.1778425655976679","223":"6","224":"502","225":"3.2168022166458616","226":"33.9","227":"17.7","228":"18.899999999999999","229":"15.9","230":"5.8","231":"4.2","232":"(3.6)","233":"5","234":"-0.186534435812093","235":"108","236":"8","237":"1.2528215676114649","238":"176","239":"7","240":"1.2062109916336901","241":"211","242":"214","243":"189","244":"47.040000000000006","245":"9.93","246":"21.1","247":"1.42","248":"3","249":"0.09","250":"0.2","251":"0.46","252":"1","253":"0.36","254":"0.8","255":"1.61","256":"3.4","257":"3.09","258":"6.6","259":"2.87","260":"6.1","261":"0","262":"0","263":"1.59","264":"3.4","265":"0.48","266":"1","267":"1.59","268":"3.4","269":"1.52","270":"3.2","271":"22.03","272":"46.8","273":"225975","274":"22757","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"66.25","295":"-","296":"66.141980521308341","297":"65.506836715235949","298":"66.079666677836983","299":"61.621078572855851","300":"64.387954935527887"},{"1":"אשקלון","2":"7100","3":"הדרום","4":"עירייה","5":"43.6771470285587","6":"1955","7":"1","8":"25","9":"604","10":"אשקלון","11":"52.318021558308239","12":"3288.3","13":"149160","14":"99.7","15":"86","16":"-","17":"-","18":"-","19":"-","20":"72582","21":"76578","22":"8.6906677393403058","23":"8.6216143738267625","24":"7.2780906409224997","25":"6.0384821668007511","26":"12.611289890050951","27":"19.581657280772326","28":"15.706623759721104","29":"5.3593456690801826","30":"16.112228479485118","31":"28.200589970501476","32":"6.6049879324215608","33":"878","34":"2489","35":"2.5299999999999998","36":"5.6","37":"2.2","38":"1074","39":"5.01","40":"1415","41":"9.5711881295095882","42":"1.8029673893714175","43":"28.689326897291501","44":"527","45":"20.872865275142317","46":"39.27893738140417","47":"23.52941176470588","48":"16.318785578747626","49":"1282","50":"705","51":"4421","52":"2149","53":"2272","54":"1097","55":"1085","56":"1849","57":"390","58":"3716","59":"1837","60":"1879","61":"1046","62":"1005","63":"1429","64":"236","65":"8992","66":"927","67":"18.399999999999999","68":"626","69":"10.6","70":"21","71":"1503","72":"0.48","73":"0.09","74":"0.04","75":"0.28000000000000003","76":"0.14000000000000001","77":"82.435346090738904","78":"10899.666666666666","79":"58.082276394697338","80":"31","81":"41","82":"291.2","83":"368.56035674474811","84":"309.8","85":"337.30908061482705","86":"14266","87":"16.937762686106428","88":"5736","89":"2323","90":"6.8555037647902477","91":"40","92":"173","93":"127","94":"112","95":"117","96":"22","97":"23440","98":"34.483788395904433","99":"5711","100":"9425","101":"5588","102":"592","103":"776","104":"49.7","105":"28.5","106":"11.5","107":"10.3","108":"16965","109":"11059","110":"5150","111":"756","112":"37463","113":"16383","114":"16871","115":"4209","116":"8847.2566079999997","117":"10879.680700000001","118":"6893.5192139999999","119":"2.8276934226530548","120":"2.6397518664124986","121":"3.2984358381536127","122":"69453","123":"39.5","124":"5044","125":"9777.0409930000005","126":"0.85491040058123247","127":"42.2","128":"0.40347714099999998","129":"8087","130":"2576","131":"2705","132":"2555","133":"251","134":"58","135":"41","136":"32","137":"12","138":"20","139":"1000","140":"587","141":"413","142":"172","143":"241","144":"25448","145":"14679","146":"10769","147":"5156","148":"5613","149":"27.644444444444446","150":"0.91332069619162493","151":"1.2978142076502732","152":"0.52173913043478271","153":"80.2408319649699","154":"67.81609195402298","155":"20.84","156":"44.1","157":"12.8","158":"2.5","159":"2838","160":"32.1","161":"7.152924594785059","162":"4.2","163":"16.2","164":"36.257928118393238","165":"73.713883016208598","166":"10.359738668844427","167":"3.1492649087540894","168":"17929.714","169":"1171.8610000000001","170":"6.5","171":"16757.852999999999","172":"16595.539000000001","173":"162.31399999999999","174":"99.031415301232201","175":"0.96858469876779563","176":"8647.5740000000005","177":"228.60599999999999","178":"1115.6980000000001","179":"2137.357","180":"260.81900000000002","181":"52.107822469640801","182":"1.3775147646605499","183":"6.72287896162939","184":"12.879105643992601","185":"1.57162114469437","186":"111.25998256905299","187":"57.975154196835597","188":"1.5326226870474657","189":"7.4798739608474119","190":"14.329290694556182","191":"1.7485854116385089","192":"0.5","193":"11197.801767515097","194":"100","195":"729.1","196":"684.2","197":"3991","198":"172.6","199":"140.5","200":"1058","201":"53230","202":"14.875999999999999","203":"232.4375","204":"10.335000000000001","205":"8.6850000000000005","206":"12.12","207":"34.234000000000002","208":"475.00600000000003","209":"10.965","210":"5.0049999999999999","211":"29.911999999999999","212":"2.0928148153261543","213":"10.478358894341151","214":"55651","215":"49354","216":"7.2260607042995506","217":"145","218":"3","219":"30","220":"112","221":"0.9807931298790743","222":"2.6055237102657633","223":"3","224":"424","225":"4.0608903693686269","226":"30.2","227":"18.600000000000001","228":"21","229":"14.9","230":"5","231":"6.8","232":"(3.5)","233":"5","234":"-7.5771970950799405E-2","235":"119","236":"7","237":"0.72889435537755998","238":"157","239":"6","240":"0.57149211408123801","241":"177","242":"179","243":"168","244":"45.180000000000007","245":"11.06","246":"24.5","247":"0.68","248":"1.5","249":"0.23","250":"0.5","251":"0.48","252":"1.1000000000000001","253":"0.76","254":"1.7","255":"1.05","256":"2.2999999999999998","257":"1.9","258":"4.2","259":"0.54","260":"1.2","261":"0.05","262":"0.1","263":"0.67","264":"1.5","265":"0","266":"0","267":"2.2999999999999998","268":"5.0999999999999996","269":"5.18","270":"11.5","271":"20.28","272":"44.79999999999999","273":"149160","274":"13486","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"56.5","295":"-","296":"62.279273749477369","297":"62.558882165099419","298":"63.383518432756915","299":"58.569549405483478","300":"61.901940824057547"},{"1":"באקה אל-גרביה","2":"6000","3":"חיפה","4":"עירייה","5":"40.594331951417402","6":"..","7":"0","8":"15","9":"354","10":"עירון","11":"9.1807175774179637","12":"3469.8","13":"30973","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"15655","21":"15317","22":"9.3016498240402932","23":"9.5857682497659251","24":"9.8279146353275433","25":"10.657669583185355","26":"17.851031543602492","27":"18.851903270590515","28":"15.000161430923708","29":"3.2447615665256837","30":"5.6726826590901753","31":"34.978852548994283","32":"1.9985148355018887","33":"820","34":"556","35":"2.34","36":"3.4","37":"( 6.0)","38":"123","39":"6.63","40":"433","41":"14.097536154650234","42":"1.6936594083804977","43":"2.5828947793239274E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"73","50":"65","51":"311","52":"120","53":"191","54":"119","55":"113","56":"77","57":"2","58":"246","59":"100","60":"146","61":"79","62":"97","63":"69","64":"1","65":"9","66":"309","67":"34.700000000000003","68":"65","69":"5.3","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"1878.3333333333333","79":"92.182469729414393","80":"27","81":"45","82":"24","83":"276.40822497845534","84":"25.2","85":"249.79388891884238","86":"2659","87":"15.207320560480412","88":"1140","89":"679","90":"6.6109951287404307","91":"37","92":"162","93":"125","94":"123","95":"124","96":"-","97":"1692","98":"17.375886524822697","99":"858","100":"975","101":"1057","102":"149","103":"110","104":"72.599999999999994","105":"4.8","106":"11.7","107":"10.9","108":"5722","109":"3562","110":"1984","111":"176","112":"12946","113":"5464","114":"6554","115":"928","116":"7172.3875250000001","117":"8532.1019520000009","118":"5330.7887959999998","119":"2.3766254769845174","120":"2.6539880393669391","121":"2.7462245667349894","122":"15273","123":"48","124":"1452","125":"9399.4517959999994","126":"-1.4440277276038804","127":"38.5","128":"0.37203594800000001","129":"1744","130":"579","131":"554","132":"569","133":"42","134":"14","135":"9","136":"9","137":"3","138":"6","139":"272","140":"141","141":"131","142":"52","143":"79","144":"7055","145":"3581","146":"3474","147":"1523","148":"1951","149":"27.523809523809526","150":"0.43584854263143558","151":"0.49450549450549447","152":"0.37817396002160997","153":"79.850746268656707","154":"59.850746268656721","155":"14.56","156":"28","157":"19.2","158":"3.3","159":"714","160":"31.6","161":"3.7815126050420167","162":"2.6","163":"17.2","164":"48.319327731092436","165":"79.831932773109244","166":"10.5695067264574","167":"3.010889548861547","168":"2442.645","169":"267.70699999999999","170":"11.0","171":"2174.9380000000001","172":"2158.8180000000002","173":"16.12","174":"99.258829447092296","175":"0.74117055290771505","176":"1729.4059999999999","177":"88.819000000000003","178":"11.339","179":"100.81","180":"91.277000000000001","181":"80.1089299792757","182":"4.1142421454703504","183":"0.52524112732059902","184":"4.6696849850242099","185":"4.2281007477239898","186":"69.699996771381507","187":"55.835921609143497","188":"2.8676266425596486","189":"0.36609304878442517","190":"3.2547702837955637","191":"2.9469860846543763","192":"0.4","193":"1835.11244805156","194":"78.000002101851749","195":"20.2","196":"16.2","197":"92","198":"8.6999999999999993","199":"6.4","200":"30","201":"6915","202":"0.35","203":"3.85","204":"6.1040000000000001","205":"15.407","206":"0.44500000000000001","207":"2.4889999999999999","208":"46.63","209":"6.1040000000000001","210":"11.877000000000001","211":"0.44500000000000001","212":"1.8049973352005508","213":"20.892389618784158","214":"13639","215":"11071","216":"8.974257068015536","217":"25","218":"-","219":"4","220":"21","221":"0.81394550546479405","222":"1.8329789574015691","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.64157469714462401","235":"75","236":"3","237":"-0.72111588184081477","238":"51","239":"6","240":"0.45441513099192099","241":"170","242":"162","243":"174","244":"8.9299999999999979","245":"5.63","246":"63","247":"0.19","248":"2.1","249":"0.05","250":"0.6","251":"0.04","252":"0.4","253":"0.04","254":"0.4","255":"0.26","256":"2.9","257":"0.22","258":"2.5","259":"0.09","260":"1","261":"0.05","262":"0.6","263":"0.01","264":"0.1","265":"0.33","266":"3.7","267":"1.06","268":"11.9","269":"0.44","270":"4.9000000000000004","271":"0.52","272":"5.8999999999999941","273":"30973","274":"5501","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"42.88167426884894","297":"57.866031241726233","298":"61.892356588339503","299":"31.334515067105595","300":"47.546383762050084"},{"1":"באר יעקב","2":"2530","3":"המרכז","4":"עירייה","5":"9.6579653550105196","6":"2021","7":"0","8":"13","9":"455","10":"מצפה אפק","11":"9.4625324378988811","12":"3154.7","13":"29852","14":"99.7","15":"96.3","16":"-","17":"-","18":"-","19":"-","20":"15176","21":"14676","22":"12.334181964357496","23":"13.302291303765243","24":"9.0680691410960748","25":"6.5791236768055743","26":"9.7279914243601766","27":"25.147393809460002","28":"12.655768457724776","29":"3.0550716869891463","30":"8.1301085354415115","31":"38.339139756130244","32":"2.4453972933136807","33":"977","34":"625","35":"2.96","36":"-","37":"-","38":"74","39":"3.56","40":"551","41":"18.720257460889936","42":"2.8851970174438719","43":"10.592255125284739","44":"29","45":"24.137931034482758","46":"65.517241379310349","47":"3.4482758620689653","48":"6.8965517241379306","49":"369","50":"328","51":"1569","52":"764","53":"805","54":"550","55":"216","56":"727","57":"76","58":"1241","59":"639","60":"602","61":"467","62":"204","63":"518","64":"52","65":"792","66":"132","67":"19.899999999999999","68":"91","69":"7.6","70":"9","71":"1291","72":"-","73":"0.88","74":"2.08","75":"1.49","76":"-","77":"..","78":"973.33333333333337","79":"51.85541319289856","80":"23","81":"33","82":"..","83":"..","84":"..","85":"..","86":"2421","87":"15.460757391915191","88":"940","89":"377","90":"6.0837486246844863","91":"40","92":"210","93":"130","94":"109","95":"105","96":"..","97":"2068","98":"9.1876208897485494","99":"205","100":"384","101":"436","102":"42","103":"41","104":"49.4","105":"39.799999999999997","106":"7.3","107":"3.5","108":"2348","109":"1176","110":"1100","111":"72","112":"5826","113":"1887","114":"3531","115":"408","116":"12107.93218","117":"14936.29191","118":"9513.3004120000005","119":"3.2287279999860363","120":"2.5272095924564919","121":"4.1766263881713783","122":"10789","123":"26","124":"1032","125":"12913.09165","126":"2.6691293698309693","127":"29","128":"0.38240106400000001","129":"2592","130":"811","131":"867","132":"845","133":"69","134":"19","135":"12","136":"11","137":"4","138":"7","139":"284","140":"168","141":"116","142":"43","143":"73","144":"7602","145":"4554","146":"3048","147":"1323","148":"1725","149":"28.36","150":"0.85701398285972041","151":"1.3368983957219251","152":"0.36529680365296802","153":"75.159235668789819","154":"61.783439490445858","155":"35.909999999999997","156":"26.3","157":"8.1999999999999993","158":"1.8","159":"774","160":"30.6","161":"7.4935400516795871","162":"3.6","163":"13.7","164":"34.496124031007753","165":"71.834625322997411","166":"11.379256965944272","167":"2.8753250505634211","168":"2356.819","169":"38.728000000000002","170":"1.64323183070062","171":"2318.0909999999999","172":"2265.931","173":"52.16","174":"97.749872632265095","175":"2.2501273677349163","176":"1568.6120000000001","177":"179.39","178":"187.46100000000001","179":"84.701999999999998","180":"41.625999999999998","181":"69.225938477385199","182":"7.9168341842712797","183":"8.2730233180092405","184":"3.7380661635327801","185":"1.83703740316894","186":"75.905500468980307","187":"52.5462950556077","188":"6.0093126088704274","189":"6.2796797534503552","190":"2.8373978292911697","191":"1.3944124346777436","192":"0.5","193":"1571.0014043147999","194":"100","195":"282.5","196":"254.1","197":"1223","198":"21.3","199":"17.600000000000001","200":"94","201":"8020","202":"0.36","203":"4.32","204":"0.64","205":"0.77400000000000002","206":"0.77400000000000002","207":"0.36","208":"4.32","209":"0.79300000000000004","210":"0.99399999999999999","211":"1.034","212":"1.6625966451887944","213":"6.391647716387296","214":"11495","215":"10075","216":"6.5","217":"8","218":"-","219":"2","220":"6","221":"0.27180047130148732","222":"0.69595476294040892","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.81715702612959895","235":"197","236":"8","237":"0.86144195185684247","238":"160","239":"8","240":"1.99659876403229","241":"233","242":"234","243":"230","244":"9.48","245":"2.1800000000000002","246":"23","247":"0.36","248":"3.8","249":"0.48","250":"5.0999999999999996","251":"0.04","252":"0.4","253":"0.05","254":"0.5","255":"0.12","256":"1.3","257":"0.16","258":"1.7","259":"0.19","260":"2","261":"0.09","262":"0.9","263":"0.04","264":"0.4","265":"0","266":"0","267":"0.53","268":"5.6","269":"1.89","270":"19.899999999999999","271":"3.35","272":"35.400000000000006","273":"29852","274":"13694","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"71.959999999999994","295":"-","296":"76.212515057376535","297":"76.242544731610337","298":"76.80062946374531","299":"72.919334186939821","300":"77.752672765347725"},{"1":"באר שבע","2":"9000","3":"הדרום","4":"עירייה","5":"91.509133617387704","6":"1877","7":"0","8":"27","9":"605","10":"באר שבע","11":"117.39349320455179","12":"1799.5","13":"211251","14":"97.1","15":"88.4","16":"-","17":"-","18":"-","19":"-","20":"103192","21":"108059","22":"8.0771215284188003","23":"7.9336902547206876","24":"6.9268311155923525","25":"6.2508579841042176","26":"14.210110247998825","27":"19.115175786150125","28":"15.619334346346289","29":"5.5587902542473175","30":"16.308561852961642","31":"26.667802755963287","32":"6.6925126981647427","33":"835","34":"3433","35":"2.42","36":"9.1999999999999993","37":"2.7","38":"1652","39":"5.45","40":"1781","41":"8.4438380332489409","42":"0.31133754626868893","43":"25.190886670358957","44":"596","45":"23.322147651006713","46":"47.986577181208048","47":"19.127516778523489","48":"9.5637583892617446","49":"-1055","50":"-1656","51":"4926","52":"2493","53":"2433","54":"1132","55":"1866","56":"1677","57":"251","58":"6582","59":"3309","60":"3273","61":"1797","62":"1766","63":"2612","64":"407","65":"14982","66":"1354","67":"16.899999999999999","68":"923","69":"11.3","70":"53","71":"6258","72":"0.59","73":"0.6","74":"0.05","75":"0.6","76":"1.1399999999999999","77":"81.453783942738099","78":"16900","79":"60.659035311116213","80":"30","81":"39","82":"428.4","83":"356.75665546192681","84":"451.4","85":"313.37040844681667","86":"19999","87":"16.415227526429838","88":"7646","89":"3191","90":"6.2695256447050136","91":"40","92":"169","93":"123","94":"106","95":"103","96":"14","97":"32847","98":"29.05897037781228","99":"8642","100":"10071","101":"11135","102":"1120","103":"1253","104":"61.8","105":"25.3","106":"4.5","107":"8.5","108":"31132","109":"19743","110":"9449","111":"1940","112":"71884","113":"29533","114":"30935","115":"11416","116":"9546.3132000000005","117":"11610.444509999999","118":"7516.9337169999999","119":"2.5736189273218635","120":"2.3223592189866249","121":"2.7045991056173557","122":"109665","123":"38.1","124":"6013","125":"10497.269329999999","126":"4.0534013686850612","127":"41.8","128":"0.42139194800000002","129":"10162","130":"3189","131":"3346","132":"3356","133":"271","134":"85","135":"58","136":"48","137":"17","138":"31","139":"1443","140":"808","141":"635","142":"266","143":"369","144":"34110","145":"18424","146":"15686","147":"7171","148":"8515","149":"25.750382848392036","150":"1.0660055779361637","151":"1.4296098861158226","152":"0.68519223448800914","153":"82.696629213483135","154":"63.78277153558053","155":"23.21","156":"36.6","157":"17.399999999999999","158":"3.8","159":"3947","160":"33","161":"6.3085888016214842","162":"4","163":"16.899999999999999","164":"43.222700785406637","165":"71.978718013681274","166":"9.7708571428571425","167":"3.4181823498450203","168":"21903.615000000002","169":"1524.3409999999999","170":"7.0","171":"20379.274000000001","172":"20306.560000000001","173":"72.713999999999999","174":"99.643196317984632","175":"0.35680368201536522","176":"12523.846","177":"497.36500000000001","178":"2693.4960000000001","179":"2570.7379999999998","180":"577.24300000000005","181":"61.673892574616303","182":"2.4492823993822701","183":"13.2641668505153","184":"12.6596429922153","185":"2.84264296857764","186":"96.126182845835999","187":"59.284758744420103","188":"2.3544016776410777","189":"12.7503372797031","190":"12.169231570326961","191":"2.732524177629243","192":"0.1","193":"13072.37182743942","194":"100","195":"412","196":"290","197":"1342","198":"390.8","199":"319.39999999999998","200":"2082","201":"82287","202":"2.86","203":"23.8","204":"3.3450000000000002","205":"1.0049999999999999","206":"-","207":"2.5150000000000001","208":"10.915000000000001","209":"1.825","210":"0.89","211":"-","212":"2.0563659568294059","213":"29.859550072978745","214":"82932","215":"71608","216":"7.3604904479946374","217":"240","218":"8","219":"45","220":"187","221":"1.1378557709038437","222":"2.8939372015627263","223":"8","224":"613","225":"3.9802636064304955","226":"29.5","227":"16.600000000000001","228":"22.7","229":"17.8","230":"5.5","231":"(2.9)","232":"4.9000000000000004","233":"5","234":"-8.7785106575353905E-3","235":"128","236":"8","237":"0.94614762151178577","238":"165","239":"5","240":"0.16580951409602801","241":"145","242":"168","243":"90","244":"117.27","245":"19.11","246":"16.3","247":"1.94","248":"1.7","249":"0.37","250":"0.3","251":"1.04","252":"0.9","253":"0.78","254":"0.7","255":"2.11","256":"1.8","257":"2.46","258":"2.1","259":"2.4","260":"2","261":"0.03","262":"0","263":"2.11","264":"1.8","265":"15.61","266":"13.3","267":"1.22","268":"1","269":"13.43","270":"11.5","271":"54.66","272":"46.6","273":"211251","274":"11054","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"49.99","295":"-","296":"61.337373211641285","297":"60.291105321459739","298":"61.77207843524647","299":"56.560209809063942","300":"61.314409207906365"},{"1":"בית שאן","2":"9200","3":"הצפון","4":"עירייה","5":"99.469050905649695","6":"1999","7":"0","8":"13","9":"203","10":"בית שאן","11":"10.968413970425354","12":"1723.1","13":"18900","14":"99.1","15":"97.9","16":"-","17":"-","18":"-","19":"-","20":"9507","21":"9393","22":"9.5767195767195759","23":"8.5291005291005284","24":"8.0634920634920633","25":"7.3544973544973544","26":"15.481481481481481","27":"18.285714285714285","28":"15.465608465608465","29":"5.3915343915343916","30":"11.846560846560847","31":"30.597883597883598","32":"3.8412698412698414","33":"831","34":"418","35":"3.26","36":"0.8","37":"..","38":"111","39":"5.96","40":"307","41":"16.327773120106453","42":"1.041790879365621","43":"5.4232804232804233","44":"23","45":"47.826086956521742","46":"39.130434782608695","47":"13.043478260869565","48":"0","49":"-366","50":"-1850","51":"445","52":"236","53":"209","54":"122","55":"149","56":"154","57":"20","58":"2295","59":"1181","60":"1114","61":"797","62":"716","63":"745","64":"37","65":"1347","66":"219","67":"34.1","68":"83","69":"11.4","70":"3","71":"137","72":"-","73":"-","74":"0.17","75":"0.44","76":"0.12","77":"..","78":"1238","79":"63.304920203893758","80":"23","81":"38","82":"..","83":"..","84":"..","85":"..","86":"2477","87":"22.724770642201836","88":"960","89":"419","90":"8.826774549466716","91":"39","92":"169","93":"123","94":"107","95":"105","96":"..","97":"2324","98":"15.060240963855422","99":"1110","100":"704","101":"995","102":"73","103":"101","104":"93","105":"6.4","106":"0.3","107":"0.3","108":"3032","109":"1946","110":"907","111":"179","112":"6955","113":"2909","114":"2991","115":"1055","116":"8107.604523","117":"9727.9067570000007","118":"6420.5315929999997","119":"4.1615800577300188","120":"4.3650227250486617","121":"3.9920299194555531","122":"10402","123":"38.700000000000003","124":"610","125":"10003.216770000001","126":"2.7508906886009266","127":"39","128":"0.36097016500000001","129":"1099","130":"349","131":"369","132":"322","133":"59","134":"15","135":"10","136":"11","137":"5","138":"6","139":"203","140":"115","141":"88","142":"37","143":"51","144":"3823","145":"2188","146":"1635","147":"772","148":"863","149":"21.736263736263737","150":"1.859504132231405","151":"2.3856858846918487","152":"1.2903225806451613","153":"83.333333333333343","154":"67.37588652482269","155":"14.69","156":"30.3","157":"12.3","158":"3","159":"499","160":"31.9","161":"6.6132264529058116","162":"3","163":"17.100000000000001","164":"43.286573146292582","165":"69.739478957915836","166":"8.6255605381165914","167":"3.7733298674291658","168":"2172.2950000000001","169":"303.10500000000002","170":"13.953215378206","171":"1869.19","172":"1869.19","173":"-","174":"100","175":"-","176":"1159.8019999999999","177":"142.642","178":"160.94900000000001","179":"94.766000000000005","180":"17.863","181":"62.048373894574702","182":"7.6312199401880001","183":"8.6106281330415904","184":"5.0698965862218399","185":"0.95565458835110395","186":"98.898941798941806","187":"61.365185185185197","188":"7.5471957671957668","189":"8.5158201058201062","190":"5.0140740740740739","191":"0.94513227513227516","192":"0","193":"762.04058505170531","194":"100","195":"5.6","196":"2.2999999999999998","197":"8","198":"31.1","199":"30.3","200":"203","201":"5947","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.9662258552764589","213":"3.283198592326269","214":"7374","215":"6539","216":"7.3128918794922768","217":"8","218":"-","219":"2","220":"6","221":"0.42547942983990755","222":"1.0848928668294007","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.28331801093029901","235":"102","236":"5","237":"-0.1069350235199801","238":"106","239":"3","240":"-0.60949339974751804","241":"47","242":"42","243":"75","244":"11.02","245":"2.33","246":"21.1","247":"0.25","248":"2.2999999999999998","249":"0.04","250":"0.4","251":"0.13","252":"1.2","253":"0.15","254":"1.4","255":"0.22","256":"2","257":"0.34","258":"3.1","259":"0.21","260":"1.9","261":"0.01","262":"0.1","263":"7.0000000000000007E-2","264":"0.6","265":"2.2000000000000002","266":"20","267":"0.77","268":"7","269":"2.42","270":"22","271":"1.88","272":"16.900000000000013","273":"18900","274":"8112","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"78.319999999999993","295":"-","296":"69.858956276445696","297":"69.458645563414805","298":"70.706226493940662","299":"65.159997235468936","300":"70.660262481396302"},{"1":"בית שמש","2":"2610","3":"ירושלים","4":"עירייה","5":"43.219492368656503","6":"1991","7":"0","8":"21","9":"102","10":"בית שמש","11":"38.28993005732378","12":"3702.4","13":"141764","14":"99.9","15":"98.7","16":"-","17":"-","18":"-","19":"-","20":"71322","21":"70442","22":"17.613075251826981","23":"15.611861967777433","24":"12.647075421122429","25":"9.340170988403262","26":"14.753392962952512","27":"15.879913095002962","28":"8.4887559606105931","29":"1.7740752236110719","30":"3.8909737309895318","31":"51.87071470895291","32":"1.4651110295984877","33":"1445","34":"4826","35":"5.43","36":"15","37":"3.5","38":"303","39":"4.9400000000000004","40":"4523","41":"32.977478207147954","42":"6.9562677766814858","43":"14.646877909765527","44":"860","45":"42.790697674418603","46":"34.651162790697676","47":"9.5348837209302335","48":"13.023255813953488","49":"4717","50":"3963","51":"7701","52":"4061","53":"3640","54":"3882","55":"2536","56":"1202","57":"81","58":"3737","59":"2007","60":"1730","61":"1342","62":"1474","63":"821","64":"100","65":"8107","66":"1684","67":"66.2","68":"299","69":"6.7","70":"23","71":"1567","72":"0.08","73":"0.04","74":"0.89","75":"0.05","76":"0.13","77":"82.396165921901002","78":"3109","79":"55.729035489051668","80":"17","81":"27","82":"67","83":"274.80940568215459","84":"69.2","85":"260.96492984330155","86":"8692","87":"14.683424555713223","88":"3276","89":"1386","90":"5.6965987340891697","91":"36","92":"161","93":"122","94":"105","95":"103","96":"..","97":"4971","98":"23.39569503118085","99":"3726","100":"1645","101":"3169","102":"227","103":"40","104":"25.8","105":"13.6","106":"42.1","107":"18.5","108":"14703","109":"5449","110":"4278","111":"4976","112":"55268","113":"8008","114":"14779","115":"32481","116":"7298.7845120000002","117":"9165.3491269999995","118":"5740.5292310000004","119":"2.3360496313491907","120":"2.2464071610862169","121":"2.7361221408439551","122":"38535","123":"50.2","124":"2954","125":"8825.3714440000003","126":"-0.88152610770176887","127":"46.9","128":"0.43565157100000002","129":"11464","130":"3548","131":"3675","132":"3491","133":"750","134":"149","135":"87","136":"78","137":"9","138":"69","139":"1435","140":"965","141":"470","142":"79","143":"391","144":"32288","145":"22060","146":"10228","147":"1815","148":"8413","149":"25.447562776957163","150":"3.7048685369228833","151":"4.5525902668759812","152":"2.7832479978994353","153":"32.460732984293195","154":"27.386226339105917","155":"10.79","156":"27.6","157":"8.4","158":"1.7","159":"2777","160":"29.2","161":"6.8779258192293842","162":"4","163":"16.600000000000001","164":"26.647461289160969","165":"55.99567879006122","166":"10.774847094801224","167":"2.7234895519210984","168":"8126.5339999999997","169":"366.59699999999998","170":"4.5","171":"7759.9369999999999","172":"7758.1289999999999","173":"1.8080000000000001","174":"99.976700841772299","175":"2.3299158227702104E-2","176":"5825.0739999999996","177":"464.27199999999999","178":"449.63299999999998","179":"443.4","180":"307.35599999999999","181":"75.083489846585394","182":"5.9843294691284497","183":"5.7956370666174797","184":"5.7152955306621003","185":"3.9617284012678802","186":"54.725277748386397","187":"41.089648361725402","188":"3.2749409233590803","189":"3.1716784819948507","190":"3.1277113532959477","191":"2.1680668712305575","192":"0.3","193":"6738.0616190000001","194":"100","195":"323.7","196":"211.8","197":"1435","198":"99","199":"81.5","200":"580","201":"29087","202":"-","203":"-","204":"2.0019999999999998","205":"4.6840000000000002","206":"-","207":"-","208":"-","209":"1.8080000000000001","210":"4.7549999999999999","211":"-","212":"1.5870492543028825","213":"6.4045830510474788","214":"22127","215":"19776","216":"8.0506169093851128","217":"44","218":"1","219":"14","220":"29","221":"0.32080677451127793","222":"1.9885208116780404","223":"1","224":"164","225":"2.6433275883939222","226":"24.4","227":"12.2","228":"25","229":"(9.1)","230":"..","231":"22","232":"(5.5)","233":"2","234":"-1.4334889435311899","235":"18","236":"9","237":"1.6119509551666611","238":"192","239":"6","240":"0.67123951261070403","241":"183","242":"185","243":"170","244":"38.399999999999991","245":"6.1","246":"15.9","247":"1","248":"2.6","249":"0.01","250":"0","251":"0.23","252":"0.6","253":"0.1","254":"0.3","255":"0.24","256":"0.6","257":"0.9","258":"2.2999999999999998","259":"0.69","260":"1.8","261":"0","262":"0","263":"0.48","264":"1.3","265":"11.37","266":"29.6","267":"1.49","268":"3.9","269":"1.79","270":"4.7","271":"14","272":"36.399999999999991","273":"141764","274":"23240","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"70.67","295":"-","296":"65.304414982623243","297":"65.967531138299719","298":"66.480961370228826","299":"61.609701997724301","300":"66.127792580446808"},{"1":"ביתר עילית","2":"3780","3":"אזור יהודה והשומרון","4":"עירייה","5":"59.0548051193934","6":"2001","7":"0","8":"17","9":"716","10":"ביתר עילית","11":"..","12":"..","13":"63220","14":"100","15":"100","16":"-","17":"-","18":"-","19":"-","20":"31517","21":"31702","22":"19.261309712116418","23":"17.293577981651374","24":"15.36539069914584","25":"10.773489402087947","26":"14.318253717178107","27":"14.294527048402404","28":"6.6545397026257511","29":"0.8304334071496362","30":"1.2084783296425181","31":"59.033533691869664","32":"0.34324580828851631","33":"1770","34":"2579","35":"6.78","36":"5.2","37":"2.2","38":"54","39":"5.28","40":"2525","41":"40.612895449553349","42":"3.4264051933247117","43":"4.046187915216704","44":"58","45":"29.310344827586203","46":"48.275862068965516","47":"6.8965517241379306","48":"15.517241379310345","49":"-452","50":"-467","51":"2126","52":"1249","53":"877","54":"832","55":"1004","56":"260","57":"30","58":"2593","59":"1461","60":"1132","61":"1193","62":"1018","63":"363","64":"19","65":"3068","66":"909","67":"99.2","68":"89","69":"4.7","70":"8","71":"620","72":"-","73":"0.11","74":"0.91","75":"-","76":"-","77":"81.334890913351799","78":"755","79":"61.154648821604113","80":"11","81":"22","82":"13.2","83":"209.21755535671193","84":"16.600000000000001","85":"296.67395743621103","86":"4656","87":"20.218863991662325","88":"1708","89":"750","90":"7.583695941745848","91":"35","92":"144","93":"120","94":"102","95":"104","96":"..","97":"805","98":"19.378881987577639","99":"2111","100":"189","101":"1170","102":"65","103":"14","104":"19.3","105":"4.7","106":"47.4","107":"28.6","108":"7715","109":"2051","110":"2124","111":"3540","112":"33834","113":"3103","114":"7449","115":"23282","116":"5314.509513","117":"6308.7059520000003","118":"4602.7432689999996","119":"1.7524301537518161","120":"1.3137818497033438","121":"2.2041853172767967","122":"16188","123":"60.7","124":"1042","125":"7135.216203","126":"-3.8783591259536898","127":"49.3","128":"0.38184290700000001","129":"6957","130":"2212","131":"2272","132":"2116","133":"357","134":"95","135":"51","136":"47","137":"-","138":"47","139":"874","140":"672","141":"202","142":"-","143":"202","144":"21649","145":"16200","146":"5449","147":"-","148":"5449","149":"25.585470085470085","150":"2.0829200555445349","151":"3.2495164410058028","152":"0.85504885993485347","153":"10.452729693741677","154":"4.92676431424767","155":"6.71","156":"18","157":"4.7","158":"1","159":"1458","160":"36.200000000000003","161":"5.9670781893004117","162":"2.7","163":"16.7","164":"14.060356652949245","165":"38.68312757201646","166":"12.817558299039781","167":"2.8230415239726026","168":"3631.654","169":"488.42","170":"13.448968431463999","171":"3143.2339999999999","172":"3143.2339999999999","173":"-","174":"100","175":"-","176":"2612.7440000000001","177":"203.833","178":"148.30000000000001","179":"52.79","180":"28.038","181":"83.122796457406594","182":"6.4848178659304399","183":"4.7180706240769901","184":"1.6794804332098701","185":"0.89201122156352297","186":"49.718981335020601","187":"41.327807655805103","188":"3.2241853843720341","189":"2.3457766529579249","190":"0.83502056311293893","191":"0.44349889275545712","192":"0","193":"2217.7200000000003","194":"100","195":"64.599999999999994","196":"35.9","197":"135","198":"55.3","199":"42.5","200":"231","201":"8313","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.1911060091867691","213":"5.7000452538842046","214":"5795","215":"5109","216":"9.4327657075748679","217":"15","218":"1","219":"8","220":"6","221":"0.24126472544289115","222":"2.5884383088869711","223":"1","224":"39","225":"1.6154192178554356","226":"(17.9)","227":"(20.5)","228":"(12.8)","229":"..","230":"..","231":"..","232":"(30.8)","233":"1","234":"-1.92080470771099","235":"10","236":"6","237":"0.34705696380748247","238":"135","239":"5","240":"0.33312310253858302","241":"165","242":"163","243":"147","244":"4.7299999999999995","245":"1.84","246":"38.9","247":"0.6","248":"12.7","249":"0","250":"0","251":"0.05","252":"1.1000000000000001","253":"0.01","254":"0.2","255":"0.06","256":"1.3","257":"0.01","258":"0.2","259":"0.04","260":"0.8","261":"0","262":"0","263":"0.04","264":"0.8","265":"0.18","266":"3.8","267":"0.23","268":"4.9000000000000004","269":"0","270":"0","271":"1.67","272":"35.299999999999997","273":"63220","274":"34359","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"77.75","295":"-","296":"80.7962813257882","297":"82.699357483542897","298":"82.028907511340037","299":"77.317611314066625","300":"81.339109079746237"},{"1":"בני ברק","2":"6100","3":"תל אביב","4":"עירייה","5":"0","6":"1950","7":"0","8":"27","9":"501","10":"בני ברק","11":"7.3485409722344235","12":"28903","13":"212395","14":"99.9","15":"99.4","16":"-","17":"-","18":"-","19":"-","20":"108983","21":"103412","22":"16.635043197815392","23":"13.913698533392971","24":"11.242731702723699","25":"10.468231361378564","26":"15.490006826902706","27":"15.480119588502554","28":"7.8608253489959745","29":"2.1846088655570988","30":"6.7247345747310439","31":"48.09858989147579","32":"2.526424821676593","33":"1438","34":"7898","35":"5.77","36":"22.6","37":"2.9","38":"720","39":"5.22","40":"7178","41":"34.084532664086964","42":"1.7250436556981583","43":"3.5664681371972033","44":"200","45":"29.5","46":"47.5","47":"12.5","48":"10.5","49":"-3150","50":"-3320","51":"4097","52":"2453","53":"1643","54":"1285","55":"1927","56":"767","57":"118","58":"7417","59":"4173","60":"3244","61":"2808","62":"2764","63":"1548","64":"297","65":"12839","66":"3330","67":"74.8","68":"334","69":"4.4000000000000004","70":"87","71":"12204","72":"0.17","73":"0.23","74":"4.68","75":"0.66","76":"0.1","77":"82.7339386203858","78":"7190.666666666667","79":"56.283405819263038","80":"12","81":"22","82":"154","83":"264.06861866847237","84":"179.4","85":"273.10491137634597","86":"14062","87":"15.635736921109691","88":"5239","89":"2075","90":"5.879646256060334","91":"36","92":"155","93":"124","94":"105","95":"103","96":"..","97":"13539","98":"11.876800354531355","99":"2639","100":"3035","101":"5533","102":"537","103":"185","104":"24.7","105":"48.9","106":"16.3","107":"10.1","108":"33214","109":"12995","110":"10905","111":"9314","112":"116279","113":"19617","114":"37660","115":"59002","116":"6468.8762509999997","117":"6971.843022","118":"6149.344865","119":"2.6893212702597813","120":"1.5221937129735519","121":"3.4805437509550341","122":"65137","123":"51.9","124":"4289","125":"8596.7104610000006","126":"-0.29117511183920364","127":"48.4","128":"0.40754572100000003","129":"19261","130":"6292","131":"6142","132":"5668","133":"1159","134":"209","135":"113","136":"115","137":"5","138":"110","139":"2213","140":"1495","141":"718","142":"35","143":"683","144":"57412","145":"37643","146":"19769","147":"646","148":"19123","149":"27.31285988483685","150":"1.537947174857907","151":"2.2014894835911285","152":"0.84550345887778633","153":"6.1794414735591205","154":"4.7831253713606658","155":"7.66","156":"8.1999999999999993","157":"2.7","158":"0.8","159":"3100","160":"25.1","161":"5.935483870967742","162":"4.8","163":"21.4","164":"14.709677419354838","165":"28.322580645161288","166":"14.560799737790889","167":"1.7191896454698932","168":"12336.198","169":"129.904","170":"1.1","171":"12206.294","172":"12206.294","173":"-","174":"100","175":"-","176":"9006.1669999999995","177":"613.28399999999999","178":"85.977999999999994","179":"701.75699999999995","180":"62.015000000000001","181":"73.782976225216302","182":"5.0243259747798996","183":"0.70437431705315301","184":"5.7491405663340602","185":"0.50805756440079197","186":"57.4697803620613","187":"42.402914381223702","188":"2.8874691023799994","189":"0.40480237293721605","190":"3.3040184561783468","191":"0.29197956637397304","192":"1","193":"9737.5641399726137","194":"100","195":"410.5","196":"314.60000000000002","197":"1916","198":"180.1","199":"65","200":"406","201":"47943","202":"1.44","203":"22.17","204":"3.18","205":"0.84","206":"0.05","207":"1.04","208":"11.77","209":"3.19","210":"2.4849999999999999","211":"0.05","212":"1.4142294964497681","213":"33.213516183962241","214":"24999","215":"19750","216":"8.5575696202531653","217":"204","218":"3","219":"30","220":"171","221":"0.96868830641874359","222":"8.1603264130565218","223":"3","224":"145","225":"1.3515213936515778","226":"24.8","227":"(12.4)","228":"20","229":"(9.7)","230":"(5.5)","231":"(17.9)","232":"(9.7)","233":"2","234":"-1.5423866895551801","235":"14","236":"2","237":"-1.0260732975176987","238":"27","239":"10","240":"3.99418166541613","241":"252","242":"252","243":"249.5","244":"7.3500000000000014","245":"3.2","246":"43.5","247":"1.1000000000000001","248":"15","249":"0.03","250":"0.4","251":"0.17","252":"2.2999999999999998","253":"0.01","254":"0.1","255":"1.05","256":"14.3","257":"0.41","258":"5.6","259":"0.24","260":"3.3","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0.2","270":"2.7","271":"0.94","272":"12.8","273":"212395","274":"66373","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"70.72","295":"-","296":"77.249541284403662","297":"77.267399067688018","298":"77.036032475930455","299":"73.906761105250567","300":"76.526568961638958"},{"1":"בת ים","2":"6200","3":"תל אביב","4":"עירייה","5":"0","6":"1958","7":"1","8":"25","9":"502","10":"בת ים","11":"9.4106910078970216","12":"15411.1","13":"126290","14":"99.2","15":"78.099999999999994","16":"-","17":"-","18":"-","19":"-","20":"60432","21":"65858","22":"5.854778683981313","23":"6.1635917333122183","24":"5.4636154881621666","25":"4.9964367725077201","26":"10.593871248713279","27":"19.774328925488955","28":"18.111489429091773","29":"5.9276268904901421","30":"23.112677171589201","31":"20.499643677250774","32":"10.371367487528703","33":"838","34":"1544","35":"2.09","36":"2.4","37":"( 1.4)","38":"1421","39":"5.76","40":"123","41":"0.96815032822090763","42":"-1.183711744297554","43":"36.029772745268822","44":"916","45":"20.742358078602621","46":"42.903930131004365","47":"24.344978165938866","48":"12.008733624454148","49":"-1765","50":"-2515","51":"3810","52":"1975","53":"1835","54":"625","55":"946","56":"1794","57":"445","58":"6324","59":"3079","60":"3245","61":"1654","62":"1285","63":"2762","64":"623","65":"6524","66":"629","67":"11.9","68":"590","69":"11.3","70":"10","71":"1200","72":"0.64","73":"0.1","74":"0.02","75":"0.18","76":"-","77":"81.146971024670904","78":"13579.333333333334","79":"59.864381192119012","80":"30","81":"40","82":"361","83":"373.77271008635779","84":"420","85":"359.05963363369636","86":"15158","87":"20.632111939892198","88":"6167","89":"2700","90":"8.3289439920046462","91":"43","92":"183","93":"135","94":"115","95":"117","96":"..","97":"30054","98":"26.708591202502163","99":"3813","100":"9639","101":"5381","102":"638","103":"580","104":"37","105":"49.5","106":"7.2","107":"6.3","108":"18779","109":"13872","110":"4414","111":"493","112":"37602","113":"20514","114":"14194","115":"2894","116":"8233.3259039999994","117":"9678.788869","118":"6924.0454","119":"3.3116328867266231","120":"3.4550092911204366","121":"3.1171660818396063","122":"68837","123":"38.5","124":"5872","125":"9190.4518850000004","126":"1.0998460839208635","127":"43.1","128":"0.37252415100000003","129":"4703","130":"1408","131":"1524","132":"1581","133":"190","134":"46","135":"30","136":"27","137":"11","138":"16","139":"761","140":"448","141":"313","142":"141","143":"172","144":"16932","145":"9648","146":"7284","147":"3568","148":"3716","149":"24.558404558404558","150":"1.4938061695409277","151":"1.9308700834326578","152":"1.0398613518197575","153":"79.064417177914109","154":"64.647239263803684","155":"10.92","156":"27.3","157":"10.5","158":"1.5","159":"1985","160":"32.200000000000003","161":"8.6146095717884137","162":"4.5","163":"16.399999999999999","164":"38.639798488664987","165":"65.94458438287154","166":"9.7518582046883928","167":"3.3608700750469045","168":"9095.7369999999992","169":"373.62700000000001","170":"4.1","171":"8722.1110000000008","172":"8722.1110000000008","173":"-","174":"100","175":"-","176":"7056.3239999999996","177":"253.953","178":"532.00199999999995","179":"460.79700000000003","180":"46.764000000000003","181":"80.901570835497395","182":"2.9116005186818299","183":"6.0994644644472498","184":"5.2830909034625799","185":"0.53615466899637798","186":"69.063599147999497","187":"55.873530180297898","188":"2.0108558804665417","189":"4.2125092049314681","190":"3.6486923058650258","191":"0.3702876689550324","192":"0.9","193":"7312.787687559472","194":"100","195":"348.4","196":"345.1","197":"1575","198":"153.9","199":"85.3","200":"446","201":"53019","202":"7.2990000000000004","203":"99.399000000000001","204":"12.077999999999999","205":"4.5149999999999997","206":"0.309","207":"6.9989999999999997","208":"96.399000000000001","209":"14.781000000000001","210":"2.4950000000000001","211":"0.309","212":"1.6564611091322456","213":"37.032146057804077","214":"40936","215":"34116","216":"7.9210048071286199","217":"234","218":"4","219":"28","220":"202","221":"1.841846965883678","222":"5.7162399843658394","223":"4","224":"350","225":"3.4453905596298666","226":"27.4","227":"18.600000000000001","228":"23.7","229":"19.7","230":"(5.1)","231":"(2.3)","232":"(3.1)","233":"5","234":"-0.131687119252651","235":"112","236":"2","237":"-0.91067125830249118","238":"38","239":"9","240":"2.6834233787625901","241":"243","242":"243","243":"249.5","244":"8.1800000000000015","245":"4.1399999999999997","246":"50.6","247":"0.45","248":"5.5","249":"0.11","250":"1.3","251":"0.78","252":"9.5","253":"0.2","254":"2.4","255":"0.7","256":"8.6","257":"0.3","258":"3.7","259":"0.25","260":"3.1","261":"0","262":"0","263":"0.19","264":"2.2999999999999998","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"1.06","272":"13","273":"126290","274":"30505","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"39.1","295":"30.858011919834482","296":"52.334370114905482","297":"52.010995370370374","298":"52.26287567428718","299":"48.581342801807622","300":"50.758365265908836"},{"1":"גבעת שמואל","2":"0681","3":"המרכז","4":"עירייה","5":"0.41488225443843002","6":"2007","7":"0","8":"15","9":"427","10":"גבעת שמואל","11":"2.5752591122258188","12":"10946.1","13":"28162","14":"99.8","15":"98.7","16":"-","17":"-","18":"-","19":"-","20":"13995","21":"14166","22":"9.1932391165400187","23":"9.6797102478517143","24":"9.7684823521056749","25":"7.7835381009871458","26":"13.017541367800582","27":"18.556920673247639","28":"15.456998792699382","29":"3.5260279809672608","30":"13.013990483630424","31":"33.683687238122289","32":"5.6920673247638662","33":"978","34":"508","35":"2.88","36":"0.2","37":"..","38":"112","39":"3.68","40":"396","41":"14.293253965660474","42":"3.3485448217657421","43":"9.8288473829983669","44":"88","45":"30.681818181818183","46":"39.772727272727273","47":"12.5","48":"17.045454545454543","49":"495","50":"378","51":"1676","52":"834","53":"842","54":"440","55":"509","56":"608","57":"119","58":"1298","59":"638","60":"660","61":"379","62":"428","63":"435","64":"56","65":"1476","66":"297","67":"39","68":"88","69":"7.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1208.6666666666667","79":"43.357902405443738","80":"20","81":"26","82":"32.200000000000003","83":"262.29714351469715","84":"39.799999999999997","85":"296.44066062491453","86":"1878","87":"12.672064777327934","88":"726","89":"307","90":"4.958339024723398","91":"39","92":"197","93":"124","94":"108","95":"103","96":"-","97":"3296","98":"6.4320388349514559","99":"155","100":"645","101":"468","102":"86","103":"67","104":"37.1","105":"49.7","106":"8.6","107":"4.5999999999999996","108":"3641","109":"1959","110":"1473","111":"209","112":"9063","113":"2990","114":"4962","115":"1111","116":"13311.350039999999","117":"16057.342339999999","118":"10772.685680000001","119":"2.5945794342784989","120":"2.6437251868306921","121":"2.7180324209240769","122":"11980","123":"31.8","124":"1160","125":"13834.310939999999","126":"-4.2302754366631774","127":"36.6","128":"0.45502486399999997","129":"1565","130":"485","131":"527","132":"511","133":"42","134":"8","135":"5","136":"6","137":"3","138":"3","139":"182","140":"102","141":"80","142":"41","143":"39","144":"5403","145":"2889","146":"2514","147":"1330","148":"1184","149":"29.175257731958762","150":"0.21352313167259787","151":"..","152":"..","153":"91.284403669724767","154":"87.155963302752298","155":"59.62","156":"69.8","157":"31.9","158":"5.6","159":"490","160":"32.4","161":"6.3265306122448974","162":"4","163":"16.399999999999999","164":"42.04081632653061","165":"73.061224489795919","166":"12.36986301369863","167":"2.6613141380583243","168":"2117.79","169":"61.043999999999997","170":"2.8824387687164501","171":"2056.7460000000001","172":"2056.7460000000001","173":"-","174":"100","175":"-","176":"1668.453","177":"63.734999999999999","178":"170.80099999999999","179":"66.445999999999998","180":"33.762","181":"81.121003760308795","182":"3.0988269820386201","183":"8.3044284515443305","184":"3.2306371326357302","185":"1.6415250108666799","186":"73.032668134365494","187":"59.244833463532402","188":"2.2631560258504368","189":"6.0649456714721968","190":"2.3594204957034304","191":"1.1988495135288686","192":"3.1","193":"1613.260199746418","194":"100","195":"136.80000000000001","196":"130.9","197":"584","198":"62.3","199":"61.5","200":"240","201":"8922","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.3629565169667366","213":"38.288604001419721","214":"10990","215":"9741","216":"7.1142593162919621","217":"17","218":"-","219":"4","220":"13","221":"0.61359928640461636","222":"1.5468607825295724","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.11307383317847","235":"212","236":"3","237":"-0.78706161635956196","238":"46","239":"10","240":"3.8996438472108901","241":"251","242":"251","243":"243","244":"2.5700000000000003","245":"1.21","246":"47.1","247":"0.14000000000000001","248":"5.4","249":"0","250":"0","251":"0.03","252":"1.2","253":"0.06","254":"2.2999999999999998","255":"7.0000000000000007E-2","256":"2.7","257":"0","258":"0","259":"0.23","260":"8.9","261":"0.01","262":"0.4","263":"7.0000000000000007E-2","264":"2.7","265":"0","266":"0","267":"0","268":"0","269":"0.16","270":"6.2","271":"0.59","272":"23.09999999999998","273":"28162","274":"23274","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65.319999999999993","295":"-","296":"78.177752934600335","297":"75.893351034406464","298":"76.156798245614027","299":"74.56834723476598","300":"74.92307692307692"},{"1":"גבעתיים","2":"6300","3":"תל אביב","4":"עירייה","5":"0","6":"1959","7":"0","8":"17","9":"503","10":"גבעתיים","11":"3.2423756361420226","12":"18900","13":"61281","14":"99.9","15":"96.5","16":"-","17":"-","18":"-","19":"-","20":"29325","21":"31955","22":"7.6924332174736048","23":"7.0070658115892366","24":"6.0655015420766629","25":"4.8138901127592568","26":"11.504381455916189","27":"26.048856905076615","28":"16.576100259460517","29":"3.9979765343254843","30":"16.293794161322431","31":"23.782248984187596","32":"8.3190548457107418","33":"720","34":"980","35":"1.89","36":"0.2","37":"..","38":"451","39":"4.3899999999999997","40":"529","41":"8.6479305755660416","42":"0.36048799581648439","43":"8.511610450221113","44":"54","45":"14.814814814814813","46":"38.888888888888893","47":"20.37037037037037","48":"25.925925925925924","49":"-304","50":"-340","51":"3957","52":"2051","53":"1906","54":"494","55":"1386","56":"1925","57":"152","58":"4297","59":"2113","60":"2184","61":"944","62":"780","63":"2320","64":"253","65":"2696","66":"388","67":"15.5","68":"177","69":"7.7","70":"3","71":"412","72":"0.67","73":"-","74":"-","75":"-","76":"-","77":"85.403768475442305","78":"3356.3333333333335","79":"39.410697362287422","80":"22","81":"22","82":"113.8","83":"327.75287138739372","84":"144.80000000000001","85":"328.94881343214723","86":"5527","87":"14.918484128697907","88":"2161","89":"904","90":"5.848918721411752","91":"40","92":"215","93":"125","94":"110","95":"104","96":"..","97":"9360","98":"4.8717948717948714","99":"308","100":"1968","101":"1182","102":"203","103":"186","104":"39.4","105":"51.6","106":"5.7","107":"3.2","108":"7321","109":"5188","110":"2090","111":"43","112":"14786","113":"8021","114":"6527","115":"238","116":"14052.97567","117":"16970.189480000001","118":"11393.289500000001","119":"3.3354884302922772","120":"2.9931919370101756","121":"3.5046727920722276","122":"28542","123":"27.1","124":"3601","125":"13301.28319","126":"0.2798459699923983","127":"33.700000000000003","128":"0.439545309","129":"2590","130":"851","131":"822","132":"829","133":"88","134":"14","135":"10","136":"5","137":"-","138":"5","139":"302","140":"210","141":"92","142":"-","143":"92","144":"8550","145":"5821","146":"2729","147":"-","148":"2729","149":"28.865384615384617","150":"0.54570259208731242","151":"0.48413125336202256","152":"0.60908084163898124","153":"94.965277777777786","154":"90.798611111111114","155":"58.29","156":"55.4","157":"21.7","158":"4.5","159":"777","160":"30.8","161":"8.2368082368082369","162":"3.6","163":"15.8","164":"46.074646074646076","165":"71.04247104247105","166":"13.339009287925697","167":"2.3359637925031915","168":"4438.1409999999996","169":"267.25599999999997","170":"6.0","171":"4170.8850000000002","172":"4170.8850000000002","173":"-","174":"100","175":"-","176":"3496.0079999999998","177":"100.66500000000001","178":"176.8","179":"253.72200000000001","180":"57.529000000000003","181":"83.819333306960004","182":"2.41351655583887","183":"4.23890852900524","184":"6.0831693993001501","185":"1.3792995970879101","186":"68.062744778067895","187":"57.049738903394299","188":"1.6427056135770235","189":"2.8851174934725847","190":"4.140372062663185","191":"0.93878916449086158","192":"0.8","193":"3426.0779057934615","194":"99.9","195":"42.6","196":"31.1","197":"226","198":"71.7","199":"70.5","200":"450","201":"24736","202":"1.3089999999999999","203":"4.8265000000000002","204":"4.4020000000000001","205":"2.431","206":"0.57399999999999995","207":"0.96299999999999997","208":"3.4430000000000001","209":"1.597","210":"1.1160000000000001","211":"0.34","212":"1.3653493250338207","213":"40.16300821647669","214":"24348","215":"20815","216":"6.9852029786211869","217":"66","218":"1","219":"6","220":"59","221":"1.078947860089525","222":"2.7106949236076887","223":"1","224":"33","225":"0.71331794872238263","226":"(30.3)","227":"(18.2)","228":"(36.4)","229":"..","230":"-","231":"..","232":"..","233":"9","234":"1.5333600600994599","235":"242","236":"2","237":"-0.96024536321618115","238":"35","239":"10","240":"4.9728792961100297","241":"255","242":"255","243":"249.5","244":"3.23","245":"2.13","246":"65.900000000000006","247":"0.21","248":"6.5","249":"0.03","250":"0.9","251":"0.09","252":"2.8","253":"0.06","254":"1.9","255":"0.53","256":"16.399999999999999","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0.08","264":"2.5","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0.1","272":"3.1","273":"61281","274":"28770","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"49.74","295":"-","296":"71.611698817672689","297":"70.716072868633816","298":"70.024524452321586","299":"69.290804904598573","300":"68.973064996655935"},{"1":"דימונה","2":"2200","3":"הדרום","4":"עירייה","5":"129.29538524950999","6":"1969","7":"0","8":"15","9":"607","10":"דימונה","11":"220.45560487225202","12":"162.80000000000001","13":"35892","14":"99.3","15":"90.4","16":"-","17":"-","18":"-","19":"-","20":"17841","21":"18051","22":"8.6927449013707783","23":"8.3723392399420486","24":"7.4194806642148672","25":"7.5392845202273486","26":"14.557561573609718","27":"18.848211300568373","28":"16.636019168616961","29":"4.9175303688844307","30":"13.022400534938148","31":"29.095620193915078","32":"5.0178312715925557","33":"820","34":"667","35":"2.8","36":"2.8","37":"( 4.2)","38":"255","39":"6.44","40":"412","41":"11.579272244065066","42":"1.7666095087968614","43":"15.401760838069764","44":"20","45":"25","46":"30","47":"30","48":"15","49":"109","50":"89","51":"1085","52":"578","53":"507","54":"325","55":"307","56":"407","57":"46","58":"996","59":"543","60":"453","61":"267","62":"289","63":"391","64":"49","65":"2765","66":"302","67":"22.2","68":"210","69":"16.2","70":"8","71":"1165","72":"0.3","73":"1.28","74":"0.11","75":"0.59","76":"1.02","77":"..","78":"3111.3333333333335","79":"77.22130894710989","80":"25","81":"37","82":"60.6","83":"354.8436261608291","84":"64.599999999999994","85":"315.89448495550619","86":"4223","87":"20.395054573553558","88":"1619","89":"667","90":"7.8745136186770424","91":"39","92":"171","93":"122","94":"106","95":"100","96":"..","97":"4914","98":"32.926332926332925","99":"2884","100":"1576","101":"1888","102":"168","103":"237","104":"67.400000000000006","105":"27.3","106":"0.3","107":"4.9000000000000004","108":"6236","109":"3993","110":"1815","111":"428","112":"14463","113":"5926","114":"6006","115":"2531","116":"9563.1284020000003","117":"12206.58698","118":"6704.3127240000003","119":"1.5196779420433293","120":"0.82222269348994903","121":"2.1408789727023203","122":"19341","123":"37.700000000000003","124":"835","125":"9706.2503140000008","126":"2.5191561709576593","127":"46.5","128":"0.40443148200000001","129":"1973","130":"652","131":"637","132":"636","133":"48","134":"24","135":"15","136":"17","137":"7","138":"10","139":"312","140":"175","141":"137","142":"61","143":"76","144":"6848","145":"3629","146":"3219","147":"1554","148":"1665","149":"22.193548387096776","150":"1.1058451816745656","151":"1.6927899686520376","152":"0.50955414012738853","153":"78.658536585365852","154":"64.024390243902445","155":"14.11","156":"27.6","157":"9.6","158":"2.4","159":"801","160":"33.6","161":"4.4943820224719104","162":"3.4","163":"18.3","164":"42.57178526841448","165":"78.027465667915109","166":"9.7078651685393265","167":"3.5166377314814814","168":"3565.6669999999999","169":"169.54300000000001","170":"4.8","171":"3396.1239999999998","172":"3396.1239999999998","173":"-","174":"100","175":"-","176":"2055.16","177":"184.066","178":"415.74900000000002","179":"78.724999999999994","180":"116.538","181":"60.514869303947698","182":"5.4198845507407896","183":"12.2418674936486","184":"2.3180837919934598","185":"3.4315001454599399","186":"94.618003510433795","187":"57.257961162343598","188":"5.1281865544813749","189":"11.583010614883126","190":"2.1933246036831693","191":"3.2468169280918286","192":"0","193":"2461.9653314521515","194":"99.900002653630068","195":"35.700000000000003","196":"21.8","197":"94","198":"49.7","199":"28.7","200":"150","201":"13669","202":"-","203":"-","204":"-","205":"5.1999999999999998E-2","206":"-","207":"-","208":"-","209":"-","210":"5.1999999999999998E-2","211":"-","212":"1.6802519003309686","213":"2.1732684778505198","214":"14036","215":"12201","216":"7.2903040734366034","217":"17","218":"-","219":"6","220":"11","221":"0.47778550521627705","222":"1.2111712738671987","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.31238174232524302","235":"100","236":"6","237":"0.42118061972792686","238":"139","239":"2","240":"-0.96949698874382695","241":"22","242":"23","243":"26","244":"220.52","245":"4.3","246":"1.9","247":"0.28999999999999998","248":"0.1","249":"0.05","250":"0","251":"0.22","252":"0.1","253":"0.19","254":"0.1","255":"0.23","256":"0.1","257":"0.75","258":"0.3","259":"1.03","260":"0.5","261":"0.01","262":"0","263":"0.48","264":"0.2","265":"2.92","266":"1.3","267":"0.62","268":"0.3","269":"3.72","270":"1.7","271":"205.71","272":"93.4","273":"35892","274":"8347","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"63.09","295":"-","296":"60.142463399792391","297":"60.200263692406374","298":"62.224427589140141","299":"56.347734825957673","300":"63.573062088268429"},{"1":"הוד השרון","2":"9700","3":"המרכז","4":"עירייה","5":"7.0025399999485103","6":"1990","7":"0","8":"17","9":"423","10":"הוד השרון","11":"19.268610728997654","12":"3395.2","13":"65363","14":"99.9","15":"97.7","16":"-","17":"-","18":"-","19":"-","20":"31772","21":"33591","22":"7.631228676774322","23":"8.6822820249988517","24":"8.5170509309548219","25":"7.5440233771399718","26":"10.606918287104325","27":"18.152471581781743","28":"19.523277695332222","29":"4.5515046738980773","30":"14.792772669553111","31":"29.542707648057771","32":"5.6928231568318468","33":"893","34":"875","35":"2.37","36":"2.4","37":"( 2.7)","38":"300","39":"3.86","40":"575","41":"8.8562007732012109","42":"1.3557185727742791","43":"7.1600140752413441","44":"59","45":"25.423728813559322","46":"42.372881355932201","47":"18.64406779661017","48":"13.559322033898304","49":"315","50":"197","51":"2455","52":"1206","53":"1249","54":"657","55":"363","56":"1222","57":"213","58":"2258","59":"1112","60":"1146","61":"523","62":"626","63":"969","64":"140","65":"2507","66":"237","67":"11.3","68":"222","69":"8.3000000000000007","70":"7","71":"511","72":"0.46","73":"0.23","74":"-","75":"0.09","76":"0.02","77":"85.762799999999999","78":"3255.6666666666665","79":"42.96926934400323","80":"21","81":"27","82":"88.8","83":"281.67236173202355","84":"103","85":"287.31616637219992","86":"5409","87":"14.875010312680473","88":"2165","89":"862","90":"5.9678041788411713","91":"41","92":"211","93":"127","94":"113","95":"112","96":"..","97":"8765","98":"5.955504848830576","99":"329","100":"1258","101":"1383","102":"189","103":"190","104":"45.9","105":"42.4","106":"9.3000000000000007","107":"2.2999999999999998","108":"6845","109":"4625","110":"2121","111":"99","112":"14356","113":"7091","114":"6704","115":"561","116":"13867.60061","117":"17295.846809999999","118":"10679.072480000001","119":"2.0933699484219748","120":"1.7669369373375599","121":"2.3391614387236803","122":"28596","123":"31.2","124":"3632","125":"13441.11325","126":"1.9964737353989293","127":"33.700000000000003","128":"0.48509491500000002","129":"3322","130":"1022","131":"1087","132":"1075","133":"138","134":"28","135":"17","136":"13","137":"6","138":"7","139":"454","140":"253","141":"201","142":"84","143":"117","144":"12711","145":"6928","146":"5783","147":"2681","148":"3102","149":"28.358078602620086","150":"0.98929614012325651","151":"1.0268300761841669","152":"0.95328884652049573","153":"90.461538461538453","154":"86.358974358974365","155":"56.68","156":"55","157":"18.8","158":"3.5","159":"1304","160":"30.8","161":"7.2852760736196318","162":"3.3","163":"16.399999999999999","164":"47.392638036809814","165":"71.855828220858896","166":"11.207712532865907","167":"2.7940256490459805","168":"6177.5230000000001","169":"319.464","170":"5.2","171":"5858.0590000000002","172":"5400.5349999999999","173":"457.524","174":"92.189836258050661","175":"7.8101637419493386","176":"4192.28","177":"271.649","178":"545.85799999999995","179":"112.63","180":"71.483999999999995","181":"77.627123979383498","182":"5.0300386906112102","183":"10.1074800922501","184":"2.0855341183790101","185":"1.32364663871265","186":"82.623732080840796","187":"64.138426938788001","188":"4.156005691293239","189":"8.3511772715450636","190":"1.7231461224240014","191":"1.0936462524669921","192":"0.3","193":"4263.2458343172766","194":"99.903504039882336","195":"149","196":"85.8","197":"361","198":"63.2","199":"41","200":"144","201":"20729","202":"-","203":"-","204":"1.5529999999999999","205":"0.54800000000000004","206":"-","207":"-","208":"-","209":"1.5529999999999999","210":"0.20799999999999999","211":"-","212":"1.6721021065499648","213":"20.502209198384303","214":"31049","215":"28004","216":"6.6937937437508923","217":"39","218":"1","219":"5","220":"33","221":"0.6006814437475605","222":"1.2560791007761924","223":"1","224":"39","225":"0.87232378332640326","226":"(35.9)","227":"..","228":"(15.4)","229":"..","230":"(15.4)","231":"..","232":"..","233":"9","234":"1.5529052868364901","235":"245","236":"7","237":"0.5904878691292329","238":"145","239":"8","240":"2.1282579698598298","241":"236","242":"236","243":"233","244":"19.34","245":"6.82","246":"35.299999999999997","247":"0.43","248":"2.2000000000000002","249":"0.02","250":"0.1","251":"0.08","252":"0.4","253":"0.16","254":"0.8","255":"0.36","256":"1.9","257":"0.22","258":"1.1000000000000001","259":"0.63","260":"3.3","261":"0.11","262":"0.6","263":"0.28999999999999998","264":"1.5","265":"0.25","266":"1.3","267":"0.87","268":"4.5","269":"4.28","270":"22.1","271":"4.82","272":"24.9","273":"65363","274":"9584","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65","295":"50.58793125726838","296":"76.691861487080331","297":"75.494709283298789","298":"75.587433467480196","299":"74.430922504571541","300":"74.357079818566191"},{"1":"הרצלייה","2":"6400","3":"תל אביב","4":"עירייה","5":"0","6":"1960","7":"1","8":"21","9":"504","10":"הרצלייה","11":"24.069510504409447","12":"4760.2","13":"103318","14":"99.8","15":"95.1","16":"-","17":"-","18":"-","19":"-","20":"50499","21":"52820","22":"7.2533343657445943","23":"7.3878704581970229","24":"6.6493737780444837","25":"5.7434328964943182","26":"11.075514431173659","27":"20.893745523529297","28":"16.813140014324706","29":"4.7803867670686619","30":"19.404169650980467","31":"24.831103970266554","32":"8.3634990998664325","33":"867","34":"1448","35":"2.2200000000000002","36":"1.8","37":"( 1.4)","38":"654","39":"4.18","40":"794","41":"7.8503249568339006","42":"4.3974556317850784","43":"12.725759306219633","44":"566","45":"24.204946996466433","46":"36.219081272084807","47":"19.78798586572438","48":"19.78798586572438","49":"3505","50":"2826","51":"6476","52":"3271","53":"3205","54":"1598","55":"1395","56":"3098","57":"385","58":"3650","59":"1824","60":"1826","61":"725","62":"1036","63":"1606","64":"283","65":"5338","66":"510","67":"14","68":"365","69":"8.9","70":"17","71":"1168","72":"0.66","73":"0.19","74":"-","75":"0.27","76":"0.05","77":"84.784766121544294","78":"6401","79":"42.737023898925756","80":"22","81":"31","82":"213.6","83":"327.60924161979182","84":"238.8","85":"330.32459842300545","86":"8713","87":"14.871392240864326","88":"3452","89":"1456","90":"5.9969077358720009","91":"41","92":"206","93":"128","94":"112","95":"107","96":"..","97":"18623","98":"6.2395961982494761","99":"650","100":"2861","101":"2457","102":"367","103":"369","104":"37.5","105":"47.5","106":"11.6","107":"3.5","108":"12036","109":"8504","110":"3336","111":"196","112":"24588","113":"12940","114":"10537","115":"1111","116":"12760.046319999999","117":"15552.16496","118":"10131.538070000001","119":"3.4619721168866135","120":"3.4967706769724494","121":"3.4472614167717408","122":"45920","123":"32.9","124":"5978","125":"12581.189479999999","126":"3.3409841917788619","127":"36.9","128":"0.49059898000000002","129":"4169","130":"1239","131":"1404","132":"1407","133":"119","134":"33","135":"17","136":"22","137":"12","138":"10","139":"576","140":"299","141":"277","142":"134","143":"143","144":"15352","145":"7891","146":"7461","147":"3847","148":"3614","149":"28.397769516728623","150":"0.81766148814390838","151":"0.95164609053497939","152":"0.66666666666666674","153":"87.119234116623147","154":"80.417754569190606","155":"48.73","156":"50.1","157":"19.8","158":"3.5","159":"1665","160":"30.9","161":"9.3093093093093096","162":"3.3","163":"15.9","164":"44.144144144144143","165":"71.051051051051047","166":"10.716178521617852","167":"2.9092210581115379","168":"11905.044","169":"255.434","170":"2.1","171":"11649.609","172":"11569.956","173":"79.653000000000006","174":"99.316260313972776","175":"0.68373968602723068","176":"8443.9709999999995","177":"458.149","178":"982.24300000000005","179":"1058.1179999999999","180":"178.709","181":"72.981882816311696","182":"3.95981661121413","183":"8.4896008670733796","184":"9.1453942560710004","185":"1.54459546299013","186":"111.981765389082","187":"81.726393728223002","188":"4.4342721641502125","189":"9.5068041037553233","190":"10.241173054587689","191":"1.7296651180797522","192":"1.3","193":"7849.8740500994882","194":"99.199999903193302","195":"288.3","196":"265.3","197":"1172","198":"395.6","199":"360.2","200":"2182","201":"39605","202":"0.185","203":"0.73799999999999999","204":"3.9529999999999998","205":"4.0789999999999997","206":"0.21","207":"0.16500000000000001","208":"1.32","209":"5.5419999999999998","210":"5.6509999999999998","211":"0.21","212":"2.1973563006357808","213":"18.807539076735861","214":"50571","215":"45009","216":"6.843853451531916","217":"97","218":"-","219":"15","220":"82","221":"0.95904473654016154","222":"1.9180953510905461","223":"-","224":"86","225":"1.1591555632592974","226":"24.4","227":"24.4","228":"25.6","229":"(11.6)","230":"(5.8)","231":"..","232":"..","233":"8","234":"1.2469367713378501","235":"225","236":"8","237":"0.94408385165294739","238":"164","239":"8","240":"2.1274916816227001","241":"235","242":"235","243":"249.5","244":"21.669999999999998","245":"10.63","246":"49.1","247":"0.51","248":"2.4","249":"0.01","250":"0","251":"0.14000000000000001","252":"0.6","253":"0.42","254":"1.9","255":"0.61","256":"2.8","257":"0.37","258":"1.7","259":"0.9","260":"4.2","261":"0","262":"0","263":"0.52","264":"2.4","265":"0.01","266":"0","267":"0.32","268":"1.5","269":"1.45","270":"6.7","271":"5.78","272":"26.7","273":"103318","274":"9719","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"52.5","295":"-","296":"67.810273947235217","297":"66.462469645014465","298":"66.352254360359936","299":"65.322102968701884","300":"65.638915126163809"},{"1":"חדרה","2":"6500","3":"חיפה","4":"עירייה","5":"32.909416236580597","6":"1952","7":"1","8":"21","9":"302","10":"חדרה","11":"56.275143229175633","12":"1972.1","13":"100631","14":"99.1","15":"92.3","16":"-","17":"-","18":"-","19":"-","20":"49300","21":"51331","22":"8.2618676153471586","23":"8.2290745396547784","24":"7.2413073506176033","25":"6.3668253321541073","26":"12.212936371495861","27":"19.859685385219265","28":"16.514791664596398","29":"5.1644125567668011","30":"16.150092913714463","31":"27.519352883306336","32":"6.4085619739444111","33":"860","34":"1636","35":"2.5299999999999998","36":"3.8","37":"( 2.3)","38":"804","39":"5.51","40":"832","41":"8.3392257473393148","42":"1.7413163271577901","43":"23.358607188639681","44":"269","45":"24.907063197026023","46":"32.713754646840151","47":"23.42007434944238","48":"18.959107806691449","49":"901","50":"630","51":"3513","52":"1716","53":"1797","54":"905","55":"797","56":"1499","57":"312","58":"2883","59":"1494","60":"1389","61":"828","62":"671","63":"1217","64":"167","65":"5423","66":"593","67":"16.5","68":"450","69":"11.5","70":"21","71":"1574","72":"0.31","73":"-","74":"0.56000000000000005","75":"0.61","76":"0.11","77":"81.564862321982801","78":"7844.333333333333","79":"61.857789834564684","80":"29","81":"37","82":"178.6","83":"331.31099725825658","84":"201.2","85":"322.19863256174756","86":"10405","87":"18.184836939424656","88":"4092","89":"1690","90":"7.1937134117398864","91":"40","92":"181","93":"126","94":"110","95":"109","96":"10","97":"16034","98":"21.292253960334289","99":"2665","100":"4516","101":"3291","102":"405","103":"396","104":"53.7","105":"15.2","106":"21","107":"10.1","108":"11355","109":"7567","110":"3304","111":"484","112":"24854","113":"11311","114":"10719","115":"2824","116":"9439.2602810000008","117":"11524.34519","118":"7491.5172830000001","119":"2.5102832042373624","120":"2.5788159037851477","121":"2.4668691452511826","122":"48802","123":"37.1","124":"4157","125":"9712.5458529999996","126":"0.60068281940861556","127":"41.8","128":"0.40789518400000002","129":"5291","130":"1598","131":"1747","132":"1711","133":"235","134":"49","135":"33","136":"25","137":"7","138":"18","139":"734","140":"440","141":"294","142":"129","143":"165","144":"17529","145":"10198","146":"7331","147":"3261","148":"4070","149":"26.392441860465116","150":"0.91224463574457149","151":"1.0005130836326321","152":"0.82368082368082363","153":"75.52","154":"63.44","155":"24.21","156":"30.9","157":"11.1","158":"2.2999999999999998","159":"1866","160":"30.5","161":"6.0557341907824229","162":"3.3","163":"16.8","164":"37.620578778135048","165":"72.40085744908896","166":"10.767441860465116","167":"2.8413663749005345","168":"12281.263000000001","169":"726.31899999999996","170":"5.9","171":"11554.941000000001","172":"11407.401","173":"147.54","174":"98.723143631802188","175":"1.2768563681978125","176":"6220.4059999999999","177":"241.24799999999999","178":"519.65499999999997","179":"947.34299999999996","180":"62.182000000000002","181":"54.5295589653104","182":"2.1148373661242101","183":"4.5554193671793097","184":"8.3046341314174796","185":"0.54510220644455198","186":"113.359842989168","187":"61.814627844579199","188":"2.3973765278743913","189":"5.1640166948226174","190":"9.4141210374639765","191":"0.61792705952499249","192":"0","193":"6903.9527022136099","194":"100","195":"264.39999999999998","196":"225.5","197":"1170","198":"170.8","199":"159","200":"915","201":"35912","202":"0.45","203":"5.85","204":"4.0430000000000001","205":"2.766","206":"0.63","207":"-","208":"-","209":"2.6789999999999998","210":"2.766","211":"-","212":"2.0247395726601871","213":"18.996343383734164","214":"40792","215":"36179","216":"7.5720998369219714","217":"162","218":"1","219":"37","220":"124","221":"1.6237434748425106","222":"3.9713669346930769","223":"1","224":"240","225":"3.375667960297644","226":"31.7","227":"14.6","228":"27.1","229":"16.7","230":"(4.2)","231":"(2.9)","232":"(2.9)","233":"6","234":"0.23991544046744701","235":"150","236":"8","237":"1.0704510700253074","238":"169","239":"6","240":"0.78025705783728805","241":"189","242":"188","243":"184","244":"50.949999999999996","245":"9.57","246":"18.8","247":"0.66","248":"1.3","249":"0.19","250":"0.4","251":"0.22","252":"0.4","253":"0.27","254":"0.5","255":"1.02","256":"2","257":"0.96","258":"1.9","259":"1.27","260":"2.5","261":"0.03","262":"0.1","263":"0.28999999999999998","264":"0.6","265":"1.73","266":"3.4","267":"7.76","268":"15.2","269":"11.02","270":"21.6","271":"15.96","272":"31.3","273":"100631","274":"10515","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"56.23","295":"-","296":"62.832127600481414","297":"62.293117750069129","298":"63.025418636850496","299":"59.077227824655274","300":"62.748156374390142"},{"1":"חולון","2":"6600","3":"תל אביב","4":"עירייה","5":"0","6":"1950","7":"0","8":"27","9":"505","10":"חולון","11":"19.041558811713799","12":"10369.700000000001","13":"197464","14":"99.8","15":"91.4","16":"-","17":"-","18":"-","19":"-","20":"95420","21":"102045","22":"7.1091439452254592","23":"7.6520277113803026","24":"7.3486812786128102","25":"6.3434347526637769","26":"11.278511526151602","27":"19.951484827614149","28":"17.366203459871166","29":"4.8565814528217803","30":"18.094437467082606","31":"25.94295669083985","32":"7.9487906656403196","33":"871","34":"2735","35":"2.29","36":"4.2","37":"1.5","38":"1564","39":"5","40":"1171","41":"5.9334590856826814","42":"0.11051678137019394","43":"17.39101810963011","44":"302","45":"26.158940397350992","46":"30.794701986754969","47":"28.476821192052981","48":"14.569536423841059","49":"-1574","50":"-1912","51":"5006","52":"2483","53":"2523","54":"1201","55":"1182","56":"2216","57":"407","58":"6918","59":"3471","60":"3447","61":"1997","62":"1484","63":"2909","64":"528","65":"9167","66":"1074","67":"15.4","68":"705","69":"8.5","70":"10","71":"982","72":"0.37","73":"-","74":"-","75":"0.1","76":"0.02","77":"82.773007092663207","78":"16074.666666666666","79":"57.057490660900726","80":"26","81":"32","82":"428.2","83":"350.90783651216077","84":"469.2","85":"326.93618411060316","86":"20655","87":"18.527156119657352","88":"8316","89":"3553","90":"7.4449418084153978","91":"42","92":"189","93":"133","94":"114","95":"114","96":"15","97":"35989","98":"15.529745199922198","99":"3295","100":"10934","101":"6481","102":"949","103":"815","104":"37.799999999999997","105":"51.5","106":"5.4","107":"5.3","108":"25693","109":"17598","110":"7374","111":"721","112":"54219","113":"26443","114":"23698","115":"4078","116":"10046.34974","117":"12026.622649999999","118":"8272.2473549999995","119":"3.2012752161717506","120":"3.5804287317526162","121":"2.6989165886777355","122":"96404","123":"34.299999999999997","124":"9984","125":"10748.68917","126":"2.5335614259822004","127":"37.299999999999997","128":"0.40997605799999998","129":"8930","130":"2744","131":"2946","132":"2978","133":"262","134":"60","135":"39","136":"41","137":"17","138":"24","139":"1156","140":"636","141":"520","142":"231","143":"289","144":"29470","145":"16141","146":"13329","147":"6520","148":"6809","149":"27.390990990990989","150":"0.73791183895397761","151":"1.1336135524137052","152":"0.32903395630429061","153":"82.189607298690987","154":"69.773899246330814","155":"24.6","156":"39.700000000000003","157":"15.5","158":"2.5","159":"3141","160":"32.299999999999997","161":"7.6090417064629099","162":"4","163":"16","164":"43.075453677172874","165":"67.494428525947143","166":"10.829428989751099","167":"3.0304873926857296","168":"15112.163","169":"829.64499999999998","170":"5.5","171":"14282.518","172":"14282.518","173":"-","174":"100","175":"-","176":"11237.875","177":"498.34699999999998","178":"786.70100000000002","179":"1084.604","180":"167.61500000000001","181":"78.682729473892493","182":"3.4892096757728601","183":"5.5081393911073704","184":"7.59392706524158","185":"1.1735675740090099","186":"72.329730988939801","187":"56.911006563221697","188":"2.5237359721265649","189":"3.9840224040837824","190":"5.4926670177855206","191":"0.84883826925414252","192":"0","193":"11675.862669296579","194":"99.900060380977422","195":"194.6","196":"151.30000000000001","197":"791","198":"284.5","199":"138.69999999999999","200":"738","201":"68471","202":"0.44","203":"3.4375","204":"3.1150000000000002","205":"3.9550000000000001","206":"0.41899999999999998","207":"1.383","208":"13.108000000000001","209":"2.3580000000000001","210":"3.145","211":"1.9059999999999999","212":"1.8224558276355487","213":"36.323295541110198","214":"106104","215":"91140","216":"5.6613780996269476","217":"329","218":"5","219":"28","220":"296","221":"1.6670435859859967","222":"3.1007313579129909","223":"7","224":"307","225":"2.114572642802532","226":"27.7","227":"21.8","228":"24.1","229":"16","230":"(5.9)","231":"(2.3)","232":"(2.3)","233":"7","234":"0.44584222429297599","235":"166","236":"5","237":"-0.16027694469773598","238":"100","239":"9","240":"3.04956408875465","241":"247","242":"247","243":"249.5","244":"19.050000000000004","245":"8.2200000000000006","246":"43.1","247":"0.59","248":"3.1","249":"0.13","250":"0.7","251":"0.05","252":"0.3","253":"0.53","254":"2.8","255":"1.49","256":"7.8","257":"1.65","258":"8.6999999999999993","259":"0.96","260":"5","261":"0","262":"0","263":"0.22","264":"1.2","265":"0","266":"0","267":"0.16","268":"0.8","269":"0.14000000000000001","270":"0.7","271":"4.91","272":"25.8","273":"197464","274":"24022","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"46.67","295":"-","296":"64.371972263559513","297":"63.942796195669324","298":"63.933136552731121","299":"61.040167752790651","300":"64.082687338501287"},{"1":"חיפה","2":"4000","3":"חיפה","4":"עירייה","5":"79.647755976194802","6":"1877","7":"1","8":"31","9":"304","10":"חיפה","11":"72.929670270692682","12":"4304","13":"282832","14":"87.8","15":"85.3","16":"12.2","17":"49.9","18":"48.4","19":"1.4","20":"136494","21":"146338","22":"6.7036261809130506","23":"6.8789953046331389","24":"6.2263110256265204","25":"5.7136391921706169","26":"12.972011653561125","27":"18.934915426825818","28":"16.366606324602589","29":"5.2324348022854554","30":"20.971460089381683","31":"23.189384510946429","32":"9.808296090965662","33":"869","34":"3838","35":"2.12","36":"6.2","37":"1.6","38":"2734","39":"4.97","40":"1104","41":"3.8971499955568962","42":"-0.31880504994229852","43":"24.053501725405894","44":"2011","45":"21.730482347090998","46":"44.803580308304326","47":"22.77473893585281","48":"10.691198408751864","49":"-1661","50":"-3532","51":"7991","52":"4094","53":"3897","54":"1422","55":"2785","56":"3277","57":"507","58":"11523","59":"5834","60":"5689","61":"2729","62":"2931","63":"4861","64":"1002","65":"17923","66":"1470","67":"13","68":"1051","69":"9.1999999999999993","70":"73","71":"9583","72":"0.89","73":"1.48","74":"0.28000000000000003","75":"0.54","76":"0.18","77":"83.164444392122803","78":"21987","79":"47.96689937821516","80":"26","81":"35","82":"677.6","83":"340.73420144198496","84":"831.8","85":"353.25672720693052","86":"21689","87":"13.523759641345082","88":"8599","89":"3789","90":"5.3518304143794264","91":"40","92":"174","93":"126","94":"111","95":"108","96":"12","97":"56704","98":"21.250705417607225","99":"8921","100":"11901","101":"11282","102":"1322","103":"1320","104":"48.7","105":"38.200000000000003","106":"9.5","107":"3.6","108":"35149","109":"25160","110":"8545","111":"1444","112":"73783","113":"37767","114":"27373","115":"8643","116":"10798.16101","117":"13280.17409","118":"8424.9508210000004","119":"2.9561736067432287","120":"3.1262207854664048","121":"2.6917729996283057","122":"137442","123":"37.700000000000003","124":"11621","125":"11029.107540000001","126":"-0.47223321438221166","127":"42.2","128":"0.473584016","129":"11697","130":"3580","131":"3727","132":"3845","133":"545","134":"124","135":"78","136":"71","137":"22","138":"49","139":"1857","140":"1091","141":"766","142":"245","143":"521","144":"44319","145":"25761","146":"18558","147":"6280","148":"12278","149":"26.608426270136306","150":"1.1033355468151402","151":"1.2901290129012901","152":"0.90833159323449575","153":"76.808444582427811","154":"66.625271654765612","155":"35.619999999999997","156":"46.2","157":"24.2","158":"4.7","159":"4965","160":"30.5","161":"6.666666666666667","162":"3.7","163":"17.100000000000001","164":"45.659617321248739","165":"73.172205438066456","166":"9.6885820731974572","167":"3.1644235336696149","168":"27886.732","169":"2252.6","170":"8.1","171":"25634.132000000001","172":"25634.132000000001","173":"-","174":"100","175":"-","176":"13634.962","177":"805.327","178":"1035.249","179":"1598.472","180":"245.53899999999999","181":"53.190652213228802","182":"3.1416199308016401","183":"4.03855687409271","184":"6.2357172850635196","185":"0.95785962247522205","186":"104.326350875622","187":"55.491866461005003","188":"3.2775374321865933","189":"4.2132790147775232","190":"6.5054962944271928","191":"0.99929999063940966","192":"0.2","193":"22400.874736167294","194":"99.990128510488802","195":"108.9","196":"70.400000000000006","197":"566","198":"149.30000000000001","199":"115.7","200":"1017","201":"124808","202":"15.7","203":"267.95999999999998","204":"5.7850000000000001","205":"1.9","206":"-","207":"16.7","208":"278.56100000000004","209":"5.7850000000000001","210":"1.9","211":"-","212":"1.8051859859692567","213":"27.915059136322391","214":"133604","215":"118940","216":"6.1657726584832693","217":"424","218":"9","219":"60","220":"355","221":"1.4967315200327211","222":"3.173557677913835","223":"9","224":"482","225":"2.208130501428871","226":"20.100000000000001","227":"15.8","228":"21.6","229":"25.1","230":"6.4","231":"6.2","232":"4.8","233":"7","234":"0.43715788936632899","235":"165","236":"9","237":"1.8893681648599678","238":"196","239":"6","240":"0.90784806470450696","241":"198","242":"217","243":"125","244":"65.56","245":"20.309999999999999","246":"31","247":"2.23","248":"3.4","249":"0.33","250":"0.5","251":"1.03","252":"1.6","253":"1.01","254":"1.5","255":"4.47","256":"6.8","257":"3.77","258":"5.8","259":"2.87","260":"4.4000000000000004","261":"0","262":"0","263":"1.05","264":"1.6","265":"10.67","266":"16.3","267":"0.03","268":"0","269":"1.79","270":"2.7","271":"16","272":"24.4","273":"282832","274":"13926","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"48.89","295":"-","296":"58.743837396012367","297":"58.288610854085363","298":"58.282156978211496","299":"55.111057750030014","300":"55.528796803689019"},{"1":"טבריה","2":"6700","3":"הצפון","4":"עירייה","5":"113.77774800412","6":"1877","7":"0","8":"15","9":"207","10":"טבריה","11":"16.195577273065691","12":"2883.2","13":"46698","14":"98.5","15":"93.9","16":"-","17":"-","18":"-","19":"-","20":"23369","21":"23329","22":"11.26386569017945","23":"8.8354961668593948","24":"7.3878966979313887","25":"7.0388453466957897","26":"15.204077262409525","27":"16.43967621739689","28":"14.636601139235085","29":"5.2593258811940551","30":"13.934215598098419","31":"31.851471155081587","32":"5.3064371065141973","33":"940","34":"1076","35":"3.51","36":"2.8","37":"( 2.8)","38":"326","39":"5.79","40":"750","41":"16.204827365552077","42":"1.8124330613090791","43":"11.092552143560752","44":"52","45":"30.76923076923077","46":"51.923076923076927","47":"7.6923076923076925","48":"9.6153846153846168","49":"283","50":"221","51":"1788","52":"919","53":"869","54":"595","55":"631","56":"497","57":"65","58":"1567","59":"825","60":"742","61":"482","62":"403","63":"596","64":"86","65":"2529","66":"386","67":"23.7","68":"180","69":"10.6","70":"18","71":"1116","72":"0.57999999999999996","73":"0.26","74":"0.61","75":"0.86","76":"0.12","77":"..","78":"2994","79":"54.953311992077971","80":"21","81":"36","82":"89","83":"374.57961387201772","84":"77.400000000000006","85":"285.33687980281763","86":"5907","87":"23.239436619718308","88":"2360","89":"1028","90":"9.3118686868686869","91":"39","92":"164","93":"126","94":"112","95":"110","96":"..","97":"6629","98":"21.81324483330819","99":"2715","100":"1726","101":"3145","102":"257","103":"203","104":"72.8","105":"8.1999999999999993","106":"8.6","107":"10.5","108":"6573","109":"4245","110":"1836","111":"492","112":"15312","113":"6310","114":"6023","115":"2979","116":"7508.2308800000001","117":"9051.3130139999994","118":"6059.3909439999998","119":"5.6802257525024658","120":"6.1098645674160235","121":"5.3158631856090821","122":"22350","123":"44.6","124":"1742","125":"8512.4772929999999","126":"4.425993773163639","127":"46.1","128":"0.39798590299999997","129":"2850","130":"994","131":"883","132":"850","133":"123","134":"38","135":"23","136":"21","137":"5","138":"16","139":"428","140":"235","141":"193","142":"65","143":"128","144":"8975","145":"4952","146":"4023","147":"1458","148":"2565","149":"23.005405405405405","150":"1.1221294363256786","151":"1.3116474291710387","152":"0.93457943925233633","153":"75","154":"48.726114649681527","155":"11.43","156":"26.7","157":"7.9","158":"2","159":"1088","160":"31.4","161":"6.5257352941176476","162":"3.6","163":"16.7","164":"35.294117647058826","165":"69.577205882352942","166":"9.0220440881763526","167":"3.5269880053309639","168":"4627.76","169":"489.73","170":"10.6","171":"4138.03","172":"4138.03","173":"-","174":"100","175":"-","176":"2595.0169999999998","177":"153.97900000000001","178":"245.143","179":"290.75400000000002","180":"38.479999999999997","181":"62.711410985420599","182":"3.72107017107174","183":"5.9241474808060799","184":"7.0263869522453897","185":"0.92991109295969299","186":"88.612574414321799","187":"55.570195725726997","188":"3.297336074350079","189":"5.249539594843462","190":"6.2262623666966466","191":"0.82401815923594157","192":"0.7","193":"3009.9947200250317","194":"95.000011162851848","195":"50.2","196":"35.299999999999997","197":"215","198":"35.9","199":"35.9","200":"284","201":"17487","202":"1.2","203":"6.1","204":"25.103000000000002","205":"24.745000000000001","206":"-","207":"-","208":"-","209":"24.616","210":"29.178000000000001","211":"-","212":"2.5532278317568777","213":"6.7077978014681214","214":"16464","215":"14257","216":"7.4399242477379532","217":"51","218":"-","219":"7","220":"44","221":"1.1019282608575411","222":"3.0976676384839652","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.58163279539188595","235":"81","236":"6","237":"0.38764026040579208","238":"138","239":"3","240":"-0.56194454190272103","241":"54","242":"67","243":"47","244":"16.220000000000002","245":"4.29","246":"26.4","247":"0.49","248":"3","249":"0","250":"0","251":"0.21","252":"1.3","253":"0.49","254":"3","255":"0.67","256":"4.0999999999999996","257":"0.23","258":"1.4","259":"0.38","260":"2.2999999999999998","261":"0","262":"0","263":"0.12","264":"0.7","265":"3.83","266":"23.6","267":"0.41","268":"2.5","269":"2.17","270":"13.4","271":"2.93","272":"18.29999999999999","273":"46698","274":"10885","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"64.05","295":"-","296":"59.318175268724247","297":"59.882836056629237","298":"60.611505661561281","299":"55.680825276924374","300":"61.737779957495512"},{"1":"טייבה","2":"2730","3":"המרכז","4":"עירייה","5":"20.610403797740101","6":"1990","7":"0","8":"15","9":"402","10":"טייבה","11":"18.909047127950529","12":"2400.6999999999998","13":"45388","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"22851","21":"22537","22":"9.4782761963514588","23":"9.3350665374107695","24":"10.207543844187891","25":"10.465321230281132","26":"17.612584824182605","27":"17.962897682206751","28":"15.640697981845422","29":"3.3290737639904822","30":"5.9663347140213272","31":"35.27143738433066","32":"2.1591610117211597","33":"833","34":"830","35":"2.46","36":"2.8","37":"( 3.4)","38":"197","39":"6.62","40":"633","41":"14.070877503886013","42":"1.8001122735799129","43":"5.5080638054111224E-2","44":"3","45":"100","46":"0","47":"0","48":"0","49":"128","50":"98","51":"302","52":"113","53":"189","54":"126","55":"106","56":"69","57":"1","58":"204","59":"76","60":"128","61":"62","62":"79","63":"62","64":"1","65":"5","66":"416","67":"31.5","68":"153","69":"8.6","70":"2","71":"51","72":"-","73":"7.0000000000000007E-2","74":"-","75":"-","76":"0.04","77":"..","78":"2927.6666666666665","79":"94.564775480017943","80":"31","81":"48","82":"34.200000000000003","83":"280.49597617267835","84":"37.200000000000003","85":"235.1039579359373","86":"4296","87":"16.888784054723434","88":"1812","89":"966","90":"7.2159611325713833","91":"38","92":"152","93":"125","94":"120","95":"120","96":"-","97":"2891","98":"18.851608439986165","99":"1735","100":"1312","101":"1635","102":"165","103":"120","104":"71.599999999999994","105":"11.4","106":"12.1","107":"4.9000000000000004","108":"6507","109":"4005","110":"2201","111":"301","112":"14956","113":"6084","114":"7260","115":"1612","116":"6533.4012300000004","117":"7414.0361919999996","118":"5558.272191","119":"3.6337403685261727","120":"2.7781142653306334","121":"5.1697066332871966","122":"19364","123":"51.9","124":"1763","125":"8478.2759740000001","126":"0.13864054413088578","127":"42.9","128":"0.37262126800000001","129":"2415","130":"786","131":"778","132":"813","133":"38","134":"16","135":"12","136":"8","137":"4","138":"4","139":"389","140":"205","141":"184","142":"96","143":"88","144":"10487","145":"4991","146":"5496","147":"2790","148":"2706","149":"27.549707602339183","150":"1.9435276861019435","151":"3.5192811681018341","152":"0.43118936399568808","153":"86.726659167604055","154":"70.52868391451068","155":"15.08","156":"36.799999999999997","157":"19.5","158":"3.4","159":"959","160":"31.8","161":"4.4838373305526593","162":"2.8","163":"19","164":"47.13242961418144","165":"67.778936392075067","166":"11.725446428571429","167":"2.7363411383971066","168":"5638.9250000000002","169":"1847.84","170":"32.8","171":"3791.085","172":"3783.3960000000002","173":"7.6890000000000001","174":"99.79718207320596","175":"0.20281792679404442","176":"3334.5610000000001","177":"100.417","178":"10.175000000000001","179":"159.97300000000001","180":"122.312","181":"88.136716325755998","182":"2.6541498695880601","183":"0.26893827661709202","184":"4.2282911965863503","185":"3.2328627508196299","186":"83.358582854121195","187":"73.469517703307105","188":"2.2124617181131159","189":"0.2241831361403045","190":"3.5246436204199441","191":"2.6948685747020074","192":"1.4","193":"2516.2672499999999","194":"68","195":"43.2","196":"20.7","197":"100","198":"24.3","199":"18.100000000000001","200":"87","201":"10424","202":"0.76700000000000002","203":"10.738","204":"8.5760000000000005","205":"2.08","206":"-","207":"3.4","208":"40.400000000000006","209":"8.5760000000000005","210":"2.08","211":"0.31","212":"..","213":"..","214":"19968","215":"16306","216":"8.8671041334478105","217":"28","218":"1","219":"9","220":"18","221":"0.62240848358421541","222":"1.4022435897435896","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.73828725938631801","235":"63","236":"4","237":"-0.27988968022662919","238":"92","239":"6","240":"0.923731000460152","241":"199","242":"195","243":"200","244":"18.89","245":"6.08","246":"32.200000000000003","247":"0.14000000000000001","248":"0.7","249":"0.01","250":"0.1","251":"0.04","252":"0.2","253":"0.08","254":"0.4","255":"0.39","256":"2.1","257":"1.01","258":"5.3","259":"0.27","260":"1.4","261":"0.05","262":"0.3","263":"0","264":"0","265":"0","266":"0","267":"5.55","268":"29.4","269":"3.74","270":"19.8","271":"1.53","272":"8.1","273":"45388","274":"7465","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"61.829206303100712","297":"66.617741820004298","298":"70.941919102867018","299":"43.401588823448847","300":"57.713141393913524"},{"1":"טירה","2":"2720","3":"המרכז","4":"עירייה","5":"13.182365896897901","6":"1991","7":"0","8":"15","9":"403","10":"טירה","11":"11.850899768790226","12":"2307.8000000000002","13":"27392","14":"-","15":"-","16":"99.7","17":"99.9","18":"-","19":"-","20":"13768","21":"13624","22":"8.7872371495327108","23":"8.8602511682242984","24":"8.3747079439252339","25":"9.1559579439252339","26":"17.669392523364486","27":"19.859813084112151","28":"15.833089953271028","29":"4.0887850467289724","30":"7.3744158878504669","31":"31.315712616822431","32":"2.7124707943925235","33":"741","34":"438","35":"2.06","36":"1.4","37":"( 3.0)","38":"137","39":"5.97","40":"301","41":"11.060327975421181","42":"1.3174304842429905","43":"0.11317172897196261","44":"3","45":"100","46":"0","47":"0","48":"0","49":"32","50":"20","51":"154","52":"50","53":"104","54":"53","55":"53","56":"48","57":"0","58":"134","59":"53","60":"81","61":"36","62":"59","63":"38","64":"1","65":"7","66":"325","67":"38.1","68":"123","69":"11","70":"3","71":"99","72":"-","73":"-","74":"-","75":"0.1","76":"0.27","77":"..","78":"1854","79":"87.253845284836402","80":"34","81":"56","82":"22.6","83":"276.63484102151114","84":"27","85":"264.20767612589344","86":"2243","87":"13.797982283464567","88":"858","89":"469","90":"5.3245624922427703","91":"37","92":"161","93":"120","94":"108","95":"118","96":"-","97":"2078","98":"28.296438883541867","99":"453","100":"984","101":"1158","102":"90","103":"69","104":"74.099999999999994","105":"17.3","106":"0.7","107":"7.9","108":"3696","109":"2576","110":"1035","111":"85","112":"7686","113":"3866","114":"3357","115":"463","116":"6984.0822950000002","117":"7926.5885850000004","118":"5964.7702660000004","119":"1.040379643230982","120":"0.88356689366029251","121":"1.1223473460474143","122":"11392","123":"48.8","124":"1163","125":"8720.5458350000008","126":"0.43647894697895762","127":"38.299999999999997","128":"0.37288115700000002","129":"1391","130":"441","131":"475","132":"448","133":"27","134":"16","135":"9","136":"11","137":"4","138":"7","139":"249","140":"134","141":"115","142":"52","143":"63","144":"5534","145":"2734","146":"2800","147":"1309","148":"1491","149":"25.604166666666668","150":"0.82987551867219922","151":"1.0107816711590296","152":"0.63920454545454553","153":"70.391061452513966","154":"57.169459962756051","155":"18","156":"32.4","157":"21.3","158":"3.4","159":"603","160":"32.200000000000003","161":"3.3167495854063018","162":"3","163":"19.899999999999999","164":"44.94195688225539","165":"77.611940298507463","166":"9.7557117750439364","167":"3.3166996937488742","168":"2941.4189999999999","169":"990.78","170":"33.7","171":"1950.64","172":"1669.4649999999999","173":"281.17500000000001","174":"85.585500143542632","175":"14.414499856457368","176":"1440.2449999999999","177":"56.792999999999999","178":"-","179":"157.5","180":"14.927","181":"86.269852916952402","182":"3.4018682631861101","183":"-","184":"9.4341600452839707","185":"0.89411877457748501","186":"60.947174357476598","187":"52.5790376752336","188":"2.0733425817757007","189":"-","190":"5.7498539719626169","191":"0.54494012850467288","192":"0","193":"1358.5545","194":"90","195":"18.600000000000001","196":"16","197":"100","198":"22.5","199":"12.9","200":"85","201":"6862","202":"-","203":"-","204":"-","205":"3.6850000000000001","206":"-","207":"1.2","208":"14.399999999999999","209":"1.58","210":"-","211":"-","212":"2.0185737266576127","213":"10.391614680619117","214":"13501","215":"10997","216":"8.3099027007365649","217":"11","218":"-","219":"3","220":"8","221":"0.40419803232436208","222":"0.81475446263239759","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.34857835831770101","235":"96","236":"5","237":"6.5465682770634845E-2","238":"120","239":"6","240":"1.1124041551702799","241":"209","242":"204","243":"218","244":"11.88","245":"6.64","246":"55.9","247":"0.11","248":"0.9","249":"0","250":"0","251":"0.04","252":"0.3","253":"0.03","254":"0.3","255":"0.18","256":"1.5","257":"0.25","258":"2.1","259":"0.16","260":"1.3","261":"0.08","262":"0.7","263":"0.02","264":"0.2","265":"0","266":"0","267":"1.19","268":"10","269":"2.5499999999999998","270":"21.5","271":"0.63","272":"5.3","273":"27392","274":"4125","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"85.92","295":"-","296":"59.648632014770882","297":"67.240901789176306","298":"72.475052089044851","299":"47.098464994384123","300":"62.270303845954757"},{"1":"טירת כרמל","2":"2100","3":"חיפה","4":"עירייה","5":"69.6584891755694","6":"1992","7":"1","8":"13","9":"355","10":"מורדות הכרמל","11":"6.710787250437229","12":"4523.7","13":"26806","14":"99.3","15":"93.1","16":"-","17":"-","18":"-","19":"-","20":"13185","21":"13621","22":"10.180556591807804","23":"8.5391330299186752","24":"6.0023875251809296","25":"5.2077893009027827","26":"11.411624263224651","27":"23.759606058345145","28":"14.963067969857494","29":"5.4166977542341268","30":"14.51913750652839","31":"27.807207341639931","32":"5.1369096470939342","33":"800","34":"514","35":"2.79","36":"0.2","37":"..","38":"209","39":"5.91","40":"305","41":"11.937035527912888","42":"10.331720880933474","43":"18.21234052077893","44":"42","45":"33.333333333333329","46":"19.047619047619047","47":"30.952380952380953","48":"16.666666666666664","49":"2201","50":"2128","51":"2768","52":"1352","53":"1416","54":"745","55":"444","56":"1352","57":"227","58":"640","59":"333","60":"307","61":"198","62":"131","63":"268","64":"43","65":"1855","66":"131","67":"15.5","68":"102","69":"10.6","70":"3","71":"93","72":"-","73":"-","74":"0.04","75":"0.25","76":"0.1","77":"..","78":"1862.6666666666667","79":"65.187571445387761","80":"34","81":"43","82":"..","83":"..","84":"..","85":"..","86":"2726","87":"17.280507131537242","88":"1071","89":"447","90":"7.1007094079427162","91":"40","92":"170","93":"125","94":"109","95":"105","96":"..","97":"4035","98":"20.768277571251549","99":"1092","100":"889","101":"1187","102":"108","103":"118","104":"65.5","105":"22.1","106":"3","107":"9.4","108":"2787","109":"1916","110":"812","111":"59","112":"5809","113":"2879","114":"2604","115":"326","116":"9024.8402920000008","117":"11037.885200000001","118":"7130.73747","119":"5.8599868697519986","120":"5.7126921627928207","121":"6.2538227200721996","122":"11760","123":"36.700000000000003","124":"750","125":"8893.3721299999997","126":"-3.1921568660854827","127":"43.7","128":"0.388946915","129":"1517","130":"507","131":"514","132":"449","133":"47","134":"9","135":"6","136":"6","137":"3","138":"3","139":"145","140":"91","141":"54","142":"26","143":"28","144":"3387","145":"2099","146":"1288","147":"664","148":"624","149":"25.324675324675326","150":"0.85178875638841567","151":"1.2208657047724751","152":"0.46511627906976744","153":"74.350649350649363","154":"60.714285714285708","155":"21.99","156":"31.3","157":"10.7","158":"2.4","159":"484","160":"31.5","161":"6.1983471074380168","162":"4","163":"14.7","164":"38.016528925619838","165":"75.413223140495873","166":"8.2945544554455441","167":"3.8400477469412118","168":"2250.4929999999999","169":"225.09800000000001","170":"10.0","171":"2025.395","172":"2023.375","173":"2.02","174":"99.900266367794927","175":"9.9733632205076056E-2","176":"1502.11","177":"68.05","178":"149.37200000000001","179":"150.13999999999999","180":"54.204999999999998","181":"74.237845184407206","182":"3.3631926854883498","183":"7.3823191449929002","184":"7.4202755297460898","185":"2.6789398900352102","186":"75.482168171304906","187":"56.0363351488473","188":"2.5386107587853464","189":"5.5723345519659775","190":"5.6009848541371339","191":"2.0221219130045514","192":"0","193":"1522.5449987961554","194":"100","195":"46.1","196":"46.1","197":"314","198":"79.400000000000006","199":"67.599999999999994","200":"469","201":"11093","202":"-","203":"-","204":"2.6219999999999999","205":"11.034000000000001","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6879705000420859","213":"18.862615642139634","214":"10380","215":"9461","216":"7.3772328506500369","217":"16","218":"-","219":"5","220":"11","221":"0.62620514244788916","222":"1.5414258188824663","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"1.37216313538487E-2","235":"134","236":"5","237":"1.5889047406578909E-2","238":"114","239":"5","240":"4.9580484646614603E-2","241":"128","242":"129","243":"135","244":"5.97","245":"1.91","246":"32","247":"0.13","248":"2.2000000000000002","249":"0.05","250":"0.8","251":"0.04","252":"0.7","253":"7.0000000000000007E-2","254":"1.2","255":"0.22","256":"3.7","257":"0.3","258":"5","259":"0.19","260":"3.2","261":"0","262":"0","263":"0.04","264":"0.7","265":"0.85","266":"14.2","267":"0.15","268":"2.5","269":"0.14000000000000001","270":"2.2999999999999998","271":"1.88","272":"31.5","273":"26806","274":"14035","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.2","295":"60.74918566775245","296":"64.71327143637356","297":"65.184387617765822","298":"66.379768356178943","299":"62.829785066720987","300":"68.51692419230595"},{"1":"טמרה","2":"8900","3":"הצפון","4":"עירייה","5":"93.378868793267003","6":"1996","7":"0","8":"15","9":"263","10":"שפלת הגליל","11":"29.770120467097442","12":"1189.3","13":"35405","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"17893","21":"17512","22":"8.7981923457138826","23":"8.7162830108741698","24":"9.7952266629007205","25":"10.046603587063974","26":"17.957915548651322","27":"19.186555571246998","28":"16.105069905380596","29":"3.4966812597090806","30":"5.9002965682813162","31":"33.246716565456857","32":"2.1183448665442732","33":"762","34":"599","35":"2.2000000000000002","36":"2.6","37":"( 4.2)","38":"138","39":"5.58","40":"461","41":"13.118477558135037","42":"1.5151174156011677","43":"3.9542437508826439E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"39","50":"33","51":"176","52":"61","53":"115","54":"46","55":"80","56":"49","57":"1","58":"143","59":"46","60":"97","61":"33","62":"62","63":"46","64":"2","65":"5","66":"342","67":"33.700000000000003","68":"97","69":"6.6","70":"8","71":"336","72":"-","73":"-","74":"-","75":"0.52","76":"0.45","77":"..","78":"2077","79":"87.575071870989888","80":"27","81":"42","82":"29.6","83":"301.67243150047722","84":"28.2","85":"226.71841506428248","86":"3106","87":"15.043347701845306","88":"1301","89":"775","90":"6.390922041558186","91":"37","92":"147","93":"120","94":"120","95":"120","96":"..","97":"2038","98":"38.223748773307165","99":"1802","100":"907","101":"1345","102":"143","103":"104","104":"88.6","105":"1.2","106":"1.7","107":"8.5","108":"5093","109":"3308","110":"1658","111":"127","112":"11148","113":"5082","114":"5399","115":"667","116":"6122.4708330000003","117":"7301.6617390000001","118":"4750.3308710000001","119":"1.5888558214286252","120":"1.8690025786170628","121":"2.0124105004718507","122":"14717","123":"54.5","124":"1177","125":"9353.3999870000007","126":"-2.7363175735981238","127":"35.299999999999997","128":"0.37184787200000002","129":"1862","130":"636","131":"594","132":"607","133":"25","134":"22","135":"12","136":"15","137":"6","138":"9","139":"354","140":"176","141":"178","142":"77","143":"101","144":"8199","145":"3967","146":"4232","147":"2008","148":"2224","149":"25.475524475524477","150":"0.50456511292647765","151":"..","152":"..","153":"69.28374655647383","154":"51.515151515151516","155":"14.23","156":"34.9","157":"18.600000000000001","158":"3.4","159":"951","160":"32.1","161":"2.7339642481598316","162":"2.8","163":"18.3","164":"47.949526813880126","165":"79.915878023133544","166":"9.3234960272417702","167":"3.4929388848307767","168":"2839.8429999999998","169":"499.108","170":"17.6","171":"2340.7350000000001","172":"2229.6550000000002","173":"111.08","174":"95.254482032353081","175":"4.7455179676469141","176":"1715.789","177":"136.208","178":"12.821","179":"191.93899999999999","180":"72.489999999999995","181":"76.953116065041499","182":"6.1089271658619797","183":"0.57502169618169596","184":"8.6084618472364607","185":"3.2511756303105201","186":"62.973930972151599","187":"48.460402191718899","188":"3.8470315765689431","189":"0.36211376602835676","190":"5.4210868214426933","191":"2.0473930972151613","192":"0.5","193":"1967.5405042999998","194":"93.000000000050832","195":"10.7","196":"9.6999999999999993","197":"46","198":"18.100000000000001","199":"14.8","200":"74","201":"8013","202":"-","203":"-","204":"2.4","205":"0.5","206":"0.183","207":"-","208":"-","209":"2.4","210":"0.47099999999999997","211":"0.183","212":"1.8139677611875134","213":"10.01703973482552","214":"15710","215":"13053","216":"8.6846701907607446","217":"9","218":"-","219":"1","220":"8","221":"0.25610910634103112","222":"0.57288351368555068","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.88321082921055205","235":"49","236":"6","237":"0.2504104950434215","238":"126","239":"4","240":"-4.7869043307893801E-2","241":"120","242":"142","243":"85","244":"29.710000000000004","245":"4.99","246":"16.8","247":"0.15","248":"0.5","249":"0.04","250":"0.1","251":"0.04","252":"0.1","253":"0.15","254":"0.5","255":"0.43","256":"1.4","257":"0.21","258":"0.7","259":"0.28999999999999998","260":"1","261":"0.23","262":"0.8","263":"0","264":"0","265":"5.94","266":"20","267":"5.19","268":"17.5","269":"8.3000000000000007","270":"27.9","271":"3.75","272":"12.699999999999994","273":"35405","274":"7095","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"91.03","295":"86.553444804342121","296":"58.525511350865365","297":"72.422041105598865","298":"80.232558139534888","299":"52.372665534804753","300":"63.51467167285638"},{"1":"יבנה","2":"2660","3":"המרכז","4":"עירייה","5":"14.7045742668973","6":"1986","7":"0","8":"15","9":"404","10":"יבנה","11":"29.179850385943677","12":"1837.8","13":"53595","14":"99.9","15":"96.8","16":"-","17":"-","18":"-","19":"-","20":"26611","21":"26985","22":"11.293963989178096","23":"11.467487638772274","24":"8.1033678514786835","25":"5.7206828995242089","26":"10.79205149734117","27":"22.929377740460865","28":"13.676648941132568","29":"4.2447989551264111","30":"11.771620486985727","31":"34.385670305065773","32":"3.3603880959044687","33":"936","34":"1007","35":"2.75","36":"2","37":"( 2.0)","38":"210","39":"4.8","40":"797","41":"15.411272074293004","42":"7.5438486382387424","43":"9.9766769288179873","44":"36","45":"30.555555555555557","46":"38.888888888888893","47":"16.666666666666664","48":"13.888888888888889","49":"2942","50":"2880","51":"4215","52":"2043","53":"2172","54":"1681","55":"570","56":"1799","57":"165","58":"1335","59":"697","60":"638","61":"420","62":"267","63":"580","64":"68","65":"3464","66":"304","67":"22.3","68":"176","69":"8.5","70":"2","71":"132","72":"0.26","73":"-","74":"-","75":"-","76":"-","77":"..","78":"2797","79":"57.875026556742668","80":"24","81":"34","82":"62","83":"300.8254605729386","84":"67.599999999999994","85":"304.55632717034462","86":"4670","87":"15.994246181245291","88":"1776","89":"738","90":"6.25","91":"40","92":"193","93":"128","94":"106","95":"103","96":"..","97":"6014","98":"13.219155304289989","99":"771","100":"1459","101":"1340","102":"187","103":"200","104":"48.4","105":"40.200000000000003","106":"7.1","107":"4.4000000000000004","108":"5630","109":"3624","110":"1786","111":"220","112":"12478","113":"5502","114":"5772","115":"1204","116":"10496.53867","117":"12937.747020000001","118":"8153.6450560000003","119":"3.4280918360448887","120":"2.6811704466897179","121":"4.4177895236569675","122":"23260","123":"32.9","124":"1944","125":"11591.36321","126":"1.6613036903705192","127":"33.799999999999997","128":"0.41501019900000002","129":"3832","130":"1242","131":"1225","132":"1237","133":"128","134":"27","135":"19","136":"12","137":"5","138":"7","139":"381","140":"255","141":"126","142":"65","143":"61","144":"9672","145":"6257","146":"3415","147":"1890","148":"1525","149":"26.812785388127853","150":"2.2460172368764688","151":"3.3070866141732282","152":"1.1954261954261955","153":"87.033747779751337","154":"72.824156305506222","155":"32.590000000000003","156":"44.6","157":"14.1","158":"2.5","159":"1027","160":"31.9","161":"7.7896786757546259","162":"3.9","163":"15.2","164":"37.195715676728334","165":"73.222979552093477","166":"11.485207100591715","167":"2.8063884595569295","168":"4538.7569999999996","169":"301.60599999999999","170":"6.6","171":"4237.152","172":"4237.152","173":"-","174":"100","175":"-","176":"3042.221","177":"116.791","178":"499.06200000000001","179":"94.713999999999999","180":"-","181":"71.798722349351607","182":"2.75635615621059","183":"11.7782416113465","184":"2.23532221643217","185":"-","186":"79.0587181640078","187":"56.7631495475324","188":"2.1791398451348072","189":"9.3117268401903157","190":"1.7672170911465621","191":"-","192":"1.4","193":"2782.4156000395496","194":"99.950129664311106","195":"40.799999999999997","196":"33.299999999999997","197":"160","198":"326.8","199":"310.39999999999998","200":"1426","201":"16201","202":"7.8310000000000004","203":"48.417000000000002","204":"3.8","205":"-","206":"0.16200000000000001","207":"7.8310000000000004","208":"48.417000000000002","209":"-","210":"1","211":"0.16200000000000001","212":"1.6313082787108553","213":"21.449576316981815","214":"22520","215":"19758","216":"7.288035226237473","217":"32","218":"-","219":"9","220":"23","221":"0.61877127525392239","222":"1.4209591474245116","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.53649245271005097","235":"170","236":"4","237":"-0.33414103875892259","238":"86","239":"7","240":"1.28102000904515","241":"215","242":"213","243":"215","244":"29.14","245":"3.65","246":"12.5","247":"0.33","248":"1.1000000000000001","249":"0","250":"0","251":"0.06","252":"0.2","253":"0.27","254":"0.9","255":"0.3","256":"1","257":"1","258":"3.4","259":"0.54","260":"1.9","261":"0","262":"0","263":"0.14000000000000001","264":"0.5","265":"0.55000000000000004","266":"1.9","267":"1.52","268":"5.2","269":"1.39","270":"4.8","271":"19.39","272":"66.600000000000009","273":"53595","274":"14684","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.5","295":"-","296":"74.57442626916216","297":"74.120648259303721","298":"74.945611682312617","299":"70.978960680616225","300":"75.612404332512384"},{"1":"יהוד-מונוסון","2":"9400","3":"המרכז","4":"עירייה","5":"2.0072604137025798","6":"1995","7":"0","8":"15","9":"411","10":"יהוד-נווה אפרים","11":"5.7305046321330355","12":"5331.3","13":"30619","14":"99.9","15":"97.9","16":"-","17":"-","18":"-","19":"-","20":"15010","21":"15609","22":"7.1687514288513672","23":"7.9558444103334534","24":"7.903589274633398","25":"7.2634638623077175","26":"11.855383911950096","27":"17.244194781018322","28":"18.442796956138345","29":"4.9544400535615143","30":"17.214801267187042","31":"27.460073810379175","32":"6.4404454750318427","33":"905","34":"416","35":"2.4500000000000002","36":"0.4","37":"..","38":"225","39":"4.62","40":"191","41":"6.2995312586639347","42":"1.9946390935834017","43":"6.1399784447565242","44":"23","45":"34.782608695652172","46":"43.478260869565219","47":"0","48":"21.739130434782609","49":"390","50":"334","51":"1351","52":"663","53":"688","54":"399","55":"250","56":"588","57":"114","58":"1017","59":"505","60":"512","61":"247","62":"289","63":"411","64":"70","65":"1499","66":"143","67":"13.9","68":"72","69":"5.6","70":"3","71":"141","72":"0.47","73":"-","74":"-","75":"-","76":"-","77":"..","78":"2024.3333333333333","79":"50.321818874133605","80":"26","81":"34","82":"56.8","83":"318.58999226739581","84":"58.8","85":"304.76184306349109","86":"3034","87":"17.800985684111712","88":"1197","89":"497","90":"7.0453207769276052","91":"41","92":"199","93":"130","94":"110","95":"103","96":"..","97":"4999","98":"6.5013002600520107","99":"309","100":"943","101":"791","102":"126","103":"149","104":"48.4","105":"36.4","106":"11.1","107":"4","108":"3831","109":"2588","110":"1167","111":"76","112":"8125","113":"3971","114":"3729","115":"425","116":"11837.49092","117":"14365.08035","118":"9504.0395709999993","119":"2.9039002716921392","120":"2.5331379510192376","121":"3.0704053314025481","122":"15374","123":"31.8","124":"1645","125":"12343.52838","126":"0.15689461267922589","127":"36.299999999999997","128":"0.44931326199999999","129":"1530","130":"478","131":"489","132":"494","133":"69","134":"12","135":"7","136":"6","137":"3","138":"3","139":"223","140":"114","141":"109","142":"42","143":"67","144":"6011","145":"2832","146":"3179","147":"1354","148":"1825","149":"26.656862745098039","150":"0.99447513812154686","151":"1.051156271899089","152":"0.93167701863354035","153":"86.590909090909093","154":"79.772727272727266","155":"37.04","156":"51.1","157":"16.399999999999999","158":"3.2","159":"590","160":"31.6","161":"5.7627118644067794","162":"3.3","163":"18.5","164":"50.677966101694913","165":"70.677966101694906","166":"11.61271676300578","167":"2.750456280073005","168":"2731.5680000000002","169":"137.88300000000001","170":"5.0","171":"2593.6849999999999","172":"2537.134","173":"56.551000000000002","174":"97.819665842228332","175":"2.1803341577716644","176":"2001.87","177":"41.488","178":"223.01599999999999","179":"121.96299999999999","180":"2.726","181":"78.902809232780001","182":"1.6352309338016799","183":"8.7900757311202309","184":"4.8071170068273901","185":"0.10744406877997","186":"82.864132209811203","187":"65.382128159905903","188":"1.3550199229211575","189":"7.283819975178","190":"3.9833757920177675","191":"8.9032595205434717E-2","192":"0","193":"2047.5405145109441","194":"100","195":"2.2999999999999998","196":"2.2999999999999998","197":"8","198":"152.30000000000001","199":"108.9","200":"506","201":"10234","202":"-","203":"-","204":"2.9580000000000002","205":"0.85199999999999998","206":"-","207":"-","208":"-","209":"3.24","210":"1.4319999999999999","211":"-","212":"1.7977518424215893","213":"53.372831971318256","214":"15232","215":"13213","216":"6.9125860894573528","217":"22","218":"-","219":"7","220":"15","221":"0.72560045911312332","222":"1.444327731092437","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.99147431450716705","235":"208","236":"3","237":"-0.65471477708871462","238":"57","239":"8","240":"2.2800991855560202","241":"238","242":"238","243":"240","244":"5.74","245":"2.75","246":"47.9","247":"0.15","248":"2.6","249":"0.01","250":"0.2","251":"0.04","252":"0.7","253":"0.11","254":"1.9","255":"0.13","256":"2.2999999999999998","257":"0.41","258":"7.1","259":"0.28000000000000003","260":"4.9000000000000004","261":"0","262":"0","263":"0.04","264":"0.7","265":"0","266":"0","267":"0.11","268":"1.9","269":"1.01","270":"17.600000000000001","271":"0.7","272":"12.2","273":"30619","274":"11134","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.03","295":"53.642440138759625","296":"74.566724436741765","297":"74.026142099132912","298":"72.919452953104098","299":"71.732535782952354","300":"74.271824661146127"},{"1":"יקנעם עילית","2":"0240","3":"הצפון","4":"עירייה","5":"67.706645175523505","6":"2007","7":"0","8":"13","9":"222","10":"יקנעם עילית","11":"8.3113655378284665","12":"2906.6","13":"24158","14":"99.9","15":"90.4","16":"-","17":"-","18":"-","19":"-","20":"11903","21":"12254","22":"7.492342081298121","23":"8.5851477771338693","24":"8.7258879046278661","25":"8.3285040152330492","26":"12.720423876148688","27":"18.151337031211192","28":"19.782266743935757","29":"4.3546651212848744","30":"11.855286033612053","31":"29.696166901233546","32":"4.2801556420233462","33":"818","34":"341","35":"2.4","36":"0.2","37":"..","38":"111","39":"4.57","40":"230","41":"9.5339662540956827","42":"0.27741794586887636","43":"21.102740293070617","44":"65","45":"33.846153846153847","46":"29.230769230769234","47":"23.076923076923077","48":"13.846153846153847","49":"-124","50":"-176","51":"690","52":"351","53":"339","54":"202","55":"106","56":"319","57":"63","58":"866","59":"439","60":"427","61":"261","62":"199","63":"361","64":"45","65":"941","66":"103","67":"13.4","68":"67","69":"6.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1379.3333333333333","79":"57.171718835764423","80":"23","81":"34","82":"30.8","83":"307.71091762850915","84":"41.4","85":"346.5093759945093","86":"2260","87":"16.263672999424294","88":"863","89":"324","90":"6.2252037798456321","91":"40","92":"185","93":"124","94":"106","95":"103","96":"..","97":"2931","98":"21.050835892186967","99":"435","100":"681","101":"662","102":"78","103":"77","104":"52.3","105":"35.6","106":"0.7","107":"11.4","108":"2869","109":"2018","110":"802","111":"49","112":"5799","113":"2969","114":"2569","115":"261","116":"11690.84734","117":"14693.915929999999","118":"8743.5201500000003","119":"2.8723113405995093","120":"2.817984173202448","121":"2.107284381324015","122":"11956","123":"32","124":"699","125":"11418.719069999999","126":"-1.4944740940329382","127":"36.1","128":"0.430354456","129":"1258","130":"363","131":"412","132":"429","133":"54","134":"8","135":"6","136":"3","137":"2","138":"1","139":"160","140":"93","141":"67","142":"37","143":"30","144":"4164","145":"2247","146":"1917","147":"1018","148":"899","149":"26.469135802469136","150":"0.33222591362126247","151":"..","152":"..","153":"87.804878048780495","154":"72.682926829268297","155":"41.64","156":"38.200000000000003","157":"14.5","158":"3.5","159":"435","160":"32.1","161":"5.0574712643678161","162":"3.9","163":"16.2","164":"47.356321839080465","165":"75.172413793103445","166":"11.751396648044693","167":"2.7958164963156644","168":"2046.172","169":"185.262","170":"9.1","171":"1860.91","172":"1860.91","173":"-","174":"100","175":"-","176":"1292.8489999999999","177":"61.174999999999997","178":"164.71600000000001","179":"283.56599999999997","180":"16.289000000000001","181":"69.474020774782204","182":"3.2873701576110599","183":"8.8513684165274","184":"15.238028706385601","185":"0.87532443804375304","186":"77.030797251428098","187":"53.516392085437502","188":"2.5322874410133287","189":"6.8182796589121617","190":"11.737974997930293","191":"0.67426939316168555","192":"0","193":"1324.9690209947","194":"100","195":"13.7","196":"8.8000000000000007","197":"36","198":"3.2","199":"0.5","200":"1","201":"7632","202":"1.085","203":"5.4249999999999998","204":"0.33","205":"0.15","206":"1.1759999999999999","207":"-","208":"-","209":"0.33200000000000002","210":"2.99","211":"0.92600000000000005","212":"1.8338846684876995","213":"45.591034920002684","214":"9775","215":"9044","216":"6.6772445820433433","217":"2","218":"-","219":"1","220":"1","221":"8.2904054383440715E-2","222":"0.20460358056265984","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.78941585779461099","235":"193","236":"7","237":"0.64328451654167962","238":"149","239":"5","240":"6.1561334313886898E-2","241":"130","242":"128","243":"138","244":"8.35","245":"2.2999999999999998","246":"27.5","247":"0.14000000000000001","248":"1.7","249":"0.02","250":"0.2","251":"0.02","252":"0.2","253":"0.12","254":"1.4","255":"0.09","256":"1.1000000000000001","257":"0.52","258":"6.2","259":"0.24","260":"2.9","261":"0","262":"0","263":"0.13","264":"1.6","265":"1.83","266":"21.9","267":"0.27","268":"3.2","269":"0.14000000000000001","270":"1.7","271":"2.5299999999999998","272":"30.400000000000009","273":"24158","274":"10503","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"59.75","295":"-","296":"69.921143700005672","297":"69.448951048951045","298":"69.409095938917787","299":"67.172428741736212","300":"67.554006232504094"},{"1":"ירושלים","2":"3000","3":"ירושלים","4":"עירייה","5":"53.4009571806411","6":"1877","7":"0","8":"31","9":"101","10":"ירושלים","11":"125.54822032195699","12":"7662.3","13":"966210","14":"61.1","15":"97.6","16":"38.9","17":"96.5","18":"3.4","19":"-","20":"483132","21":"483078","22":"12.254064851326316","23":"10.97370136926755","24":"10.08176276378841","25":"9.4052017677316524","26":"16.425518262075531","27":"16.68571014582751","28":"11.528653191335216","29":"3.2138975999006427","30":"9.4314900487471665","31":"38.959232464992084","32":"4.1151509506215005","33":"1090","34":"25847","35":"3.86","36":"84.4","37":"3.3","38":"4125","39":"4.76","40":"21722","41":"22.658251873843884","42":"1.5834137589755528","43":"7.9207418677099186","44":"3696","45":"21.509740259740258","46":"45.048701298701296","47":"14.745670995670995","48":"18.695887445887447","49":"-6557","50":"-10790","51":"11933","52":"6347","53":"5586","54":"2896","55":"5565","56":"2971","57":"501","58":"22712","59":"11740","60":"10971","61":"7692","62":"7970","63":"5986","64":"1064","65":"45813","66":"12789","67":"47.2","68":"2639","69":"7.4","70":"306","71":"26901","72":"0.4","73":"0.47","74":"1.72","75":"0.15","76":"0.09","77":"83.275713688018897","78":"43612","79":"56.122871273895257","80":"20","81":"34","82":"706.4","83":"273.08937516387158","84":"853","85":"284.22360869311848","86":"67895","87":"14.175179708166047","88":"27565","89":"15570","90":"5.804428759138843","91":"37","92":"165","93":"121","94":"116","95":"120","96":"39","97":"81764","98":"14.694731177535346","99":"28503","100":"21909","101":"23791","102":"3239","103":"1865","104":"41.6","105":"12.9","106":"36.700000000000003","107":"8.6999999999999993","108":"144610","109":"71296","110":"50657","111":"22657","112":"417573","113":"108399","114":"171917","115":"137257","116":"7990.4896129999997","117":"8913.5576409999994","118":"6934.9505349999999","119":"2.8226985921374848","120":"3.0966271343825014","121":"2.4137531951729851","122":"331224","123":"46.2","124":"27472","125":"9618.7687299999998","126":"0.34729954192271872","127":"46.1","128":"0.43005373600000002","129":"58640","130":"17917","131":"19132","132":"18879","133":"2712","134":"738","135":"437","136":"454","137":"84","138":"370","139":"9068","140":"5619","141":"3449","142":"804","143":"2645","144":"218039","145":"135860","146":"82179","147":"19247","148":"62932","149":"26.3256611165524","150":"3.183396038163337","151":"4.1888071223757297","152":"2.1015383951496323","153":"39.425162689804772","154":"33.839479392624725","155":"17.22","156":"20.5","157":"10.8","158":"2.7","159":"18968","160":"28","161":"7.0223534373681993","162":"4","163":"16.3","164":"30.704344158582874","165":"57.739350485027416","166":"11.229847434119279","167":"2.4940272110187829","168":"70344.490000000005","169":"4141.0590000000002","170":"5.5  *","171":"66203.430999999997","172":"65926.134000000005","173":"277.29700000000003","174":"99.58114406487482","175":"0.41885593512517505","176":"38629.612999999998","177":"343.99599999999998","178":"2805.3530000000001","179":"3737.1320000000001","180":"1492.6220000000001","181":"58.595295455972","182":"0.52179003853009198","183":"4.2552972998538001","184":"5.6686654794591798","185":"2.2640824047107002","186":"68.231753171415306","187":"39.980597365580302","188":"0.35602649116288504","189":"2.9034639503461466","190":"3.8678298380578116","191":"1.5448231179796503","192":"0","193":"51634.397250000002","194":"77.756727517527096","195":"1033.9000000000001","196":"699.8","197":"3239","198":"943.3","199":"410.9","200":"1800","201":"241118","202":"27.114000000000001","203":"279.69900000000001","204":"14.914","205":"21.251999999999999","206":"-","207":"51.45","208":"641.97","209":"70.997","210":"34.134999999999998","211":"0.28199999999999997","212":"1.5984949546074747","213":"40.054428453260293","214":"275070","215":"231110","216":"9.092540348751676","217":"809","218":"16","219":"153","220":"640","221":"0.84386915412667818","222":"2.9410695459337624","223":"16","224":"1316","225":"2.2951011797796705","226":"25.8","227":"19.8","228":"15","229":"22.7","230":"5","231":"2.6","232":"9.1999999999999993","233":"2","234":"-1.1177864031325699","235":"31","236":"10","237":"2.8704132725321396","238":"200","239":"9","240":"3.49093523232998","241":"250","242":"250","243":"152","244":"126.02","245":"48.28","246":"38.299999999999997","247":"4.38","248":"3.5","249":"0.69","250":"0.5","251":"2.89","252":"2.2999999999999998","253":"2.56","254":"2","255":"2.73","256":"2.2000000000000002","257":"1.68","258":"1.3","259":"4.32","260":"3.4","261":"0.02","262":"0","263":"2.4700000000000002","264":"2","265":"17.43","266":"13.8","267":"8.01","268":"6.4","269":"7.59","270":"6","271":"22.97","272":"18.299999999999994","273":"966210","274":"20013","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"39.86","295":"35.011950193162136","296":"63.887358686485086","297":"63.372464539865426","298":"63.273965061744121","299":"59.104294188547257","300":"61.601619901648832"},{"1":"כפר יונה","2":"0168","3":"המרכז","4":"עירייה","5":"21.763138865009498","6":"1940","7":"0","8":"13","9":"430","10":"כפר יונה","11":"11.511183245425007","12":"2423.5","13":"27898","14":"100","15":"96.7","16":"-","17":"-","18":"-","19":"-","20":"13843","21":"14055","22":"9.0938418524625426","23":"9.5920854541544198","24":"9.5920854541544198","25":"7.76758190551294","26":"11.52412359308911","27":"21.076779697469352","28":"17.460032977274356","29":"4.2225249121800843","30":"9.6709441537027736","31":"33.04896408344684","32":"2.9141873969460175","33":"842","34":"447","35":"2.52","36":"0.6","37":"..","38":"79","39":"3.9","40":"368","41":"13.609472123853587","42":"6.5509775097346932","43":"9.9612875474944431","44":"37","45":"21.621621621621621","46":"18.918918918918919","47":"35.135135135135137","48":"24.324324324324326","49":"1316","50":"1284","51":"2195","52":"1064","53":"1131","54":"720","55":"356","56":"999","57":"120","58":"911","59":"445","60":"466","61":"254","62":"221","63":"370","64":"66","65":"1171","66":"158","67":"20.7","68":"103","69":"9.6999999999999993","70":"4","71":"131","72":"0.14000000000000001","73":"-","74":"-","75":"0.32","76":"0.04","77":"..","78":"1185.6666666666667","79":"55.043429407129054","80":"26","81":"39","82":"24.2","83":"260.88221595094092","84":"32.200000000000003","85":"318.39597860749353","86":"2504","87":"15.89336718502063","88":"976","89":"391","90":"6.369094231271208","91":"40","92":"194","93":"126","94":"109","95":"103","96":"-","97":"2521","98":"8.8853629512098369","99":"285","100":"413","101":"670","102":"73","103":"73","104":"50.7","105":"32.200000000000003","106":"9.3000000000000007","107":"7.8","108":"2714","109":"1639","110":"1008","111":"67","112":"6126","113":"2524","114":"3230","115":"372","116":"11320.785400000001","117":"13971.29767","118":"8835.1330130000006","119":"2.6422009028266746","120":"1.8268794979925396","121":"3.6313178005301205","122":"10873","123":"33.799999999999997","124":"1231","125":"11976.819159999999","126":"4.7930207838825289","127":"32.700000000000003","128":"0.42448437","129":"1486","130":"441","131":"499","132":"492","133":"54","134":"10","135":"7","136":"5","137":"3","138":"2","139":"189","140":"116","141":"73","142":"40","143":"33","144":"5002","145":"2814","146":"2188","147":"1218","148":"970","149":"26.623762376237625","150":"0.60491493383742911","151":"0.68078668683812404","152":"0.52910052910052907","153":"82.891566265060248","154":"68.9156626506024","155":"37.909999999999997","156":"36.200000000000003","157":"11.5","158":"2.5","159":"482","160":"32","161":"7.2614107883817436","162":"3.3","163":"14.8","164":"47.302904564315348","165":"73.651452282157678","166":"12.360493827160493","167":"2.6428286056731922","168":"2696.4140000000002","169":"291.399","170":"10.8","171":"2405.0160000000001","172":"2371.39","173":"33.625999999999998","174":"98.601838823525497","175":"1.3981611764745017","176":"1723.1279999999999","177":"60.83","178":"148.47999999999999","179":"51.616","180":"54.375999999999998","181":"72.663205967807897","182":"2.5651622044454898","183":"6.2613066598071203","184":"2.1766137160062198","185":"2.2930011512235402","186":"85.005197691508101","187":"61.767501881922797","188":"2.1805212029967378","189":"5.322436104240599","190":"1.8502347922715705","191":"1.949170161666129","192":"0.8","193":"1576.156586947109","194":"99.865316237131495","195":"18.899999999999999","196":"17.7","197":"58","198":"102.7","199":"75","200":"354","201":"8297","202":"0.84","203":"8.2200000000000006","204":"-","205":"-","206":"-","207":"0.09","208":"1.7999999999999998","209":"-","210":"-","211":"-","212":"1.518438031936451","213":"17.125919328328614","214":"11698","215":"10323","216":"7.0570570570570572","217":"17","218":"-","219":"1","220":"16","221":"0.62869844050410584","222":"1.4532398700632587","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.81060178577907405","235":"196","236":"4","237":"-0.4299579173451481","238":"80","239":"6","240":"0.93781056974754895","241":"201","242":"197","243":"199","244":"11.55","245":"3","246":"26","247":"0.18","248":"1.6","249":"0.02","250":"0.2","251":"0.01","252":"0.1","253":"0.1","254":"0.9","255":"7.0000000000000007E-2","256":"0.6","257":"0.04","258":"0.3","259":"0.1","260":"0.9","261":"0","262":"0","263":"0.01","264":"0.1","265":"0","266":"0","267":"3.38","268":"29.3","269":"2.91","270":"25.2","271":"1.73","272":"14.799999999999997","273":"27898","274":"9299","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"72.17","295":"-","296":"73.997018601335157","297":"73.057092555331991","298":"73.643363851330861","299":"71.469296995267683","300":"73.766596063439579"},{"1":"כפר סבא","2":"6900","3":"המרכז","4":"עירייה","5":"6.8591548130669704","6":"1963","7":"0","8":"21","9":"405","10":"כפר סבא","11":"14.483891434719341","12":"7027.3","13":"101801","14":"99.8","15":"96.2","16":"-","17":"-","18":"-","19":"-","20":"49137","21":"52664","22":"7.0863743971080835","23":"8.3378355811828957","24":"7.7612204202316279","25":"6.6482647518197266","26":"9.5509867290105213","27":"18.526340605691495","28":"17.22085244742193","29":"4.7288337049734288","30":"20.139291362560289","31":"27.412304397795701","32":"8.4783057140892524","33":"999","34":"1320","35":"2.34","36":"0.8","37":"..","38":"690","39":"4.29","40":"630","41":"6.1876820665093835","42":"-2.883374880576639E-2","43":"11.811278867594622","44":"170","45":"29.411764705882355","46":"26.47058823529412","47":"14.117647058823529","48":"30","49":"-650","50":"-804","51":"2992","52":"1516","53":"1476","54":"679","55":"500","56":"1463","57":"350","58":"3796","59":"1912","60":"1884","61":"988","62":"848","63":"1686","64":"274","65":"4296","66":"444","67":"12.9","68":"346","69":"8","70":"24","71":"2936","72":"1.44","73":"0.82","74":"-","75":"0.46","76":"0.17","77":"85.028198613243802","78":"6782.333333333333","79":"44.972907823863764","80":"20","81":"30","82":"181.2","83":"287.21098280643025","84":"224.4","85":"309.22335756656753","86":"8257","87":"15.265580802011499","88":"3231","89":"1374","90":"5.9366100137804318","91":"41","92":"203","93":"129","94":"110","95":"105","96":"..","97":"19232","98":"8.4754575707154736","99":"664","100":"3332","101":"2800","102":"410","103":"331","104":"55.5","105":"34.700000000000003","106":"7.7","107":"2.2000000000000002","108":"12402","109":"8373","110":"3833","111":"196","112":"26064","113":"12837","114":"12145","115":"1082","116":"12686.89212","117":"15614.815360000001","118":"9992.6828750000004","119":"1.9242056903600924","120":"1.5330097069792714","121":"2.648920998758908","122":"49314","123":"31.5","124":"5513","125":"12260.35528","126":"-0.42757406524474018","127":"36.4","128":"0.46023552000000001","129":"4992","130":"1461","131":"1618","132":"1648","133":"265","134":"42","135":"23","136":"28","137":"14","138":"14","139":"725","140":"395","141":"330","142":"157","143":"173","144":"19256","145":"10174","146":"9082","147":"4582","148":"4500","149":"27.096685082872927","150":"0.68861900588456237","151":"0.81582200247218783","152":"0.55809233891425669","153":"87.886597938144334","154":"82.044673539518897","155":"49.94","156":"50.3","157":"16.600000000000001","158":"2.8","159":"2047","160":"31.2","161":"7.4255007327796774","162":"3.3","163":"16.3","164":"44.846116267708844","165":"73.717635564240354","166":"10.940214326001128","167":"2.8816827344434706","168":"8934.1319999999996","169":"231.94300000000001","170":"2.5961447625801801","171":"8702.1880000000001","172":"8421.8269999999993","173":"280.36099999999999","174":"96.778270016690058","175":"3.2217299833099449","176":"6027.0730000000003","177":"228.333","178":"718.56700000000001","179":"515.75800000000004","180":"66.397999999999996","181":"71.564911034149702","182":"2.7112050627494502","183":"8.5321985360183703","184":"6.1240631041221798","185":"0.78840375134754004","186":"82.728332727576401","187":"59.204457716525397","188":"2.2429347452382591","189":"7.0585455938546771","190":"5.0663353012249388","191":"0.65223327865148673","192":"0","193":"6158.798806499196","194":"99.899999980621203","195":"133.19999999999999","196":"68.599999999999994","197":"308","198":"57.5","199":"44.1","200":"230","201":"34502","202":"-","203":"-","204":"-","205":"10.87","206":"-","207":"-","208":"-","209":"-","210":"5.72","211":"-","212":"1.7671721942920791","213":"22.098269245805898","214":"46671","215":"41112","216":"6.9717114224557308","217":"102","218":"-","219":"18","220":"84","221":"1.0018151917205669","222":"2.1855113453750725","223":"-","224":"83","225":"1.1296749829800172","226":"30.1","227":"(19.3)","228":"(21.7)","229":"(15.7)","230":"..","231":"..","232":"..","233":"8","234":"1.20863836016679","235":"222","236":"6","237":"0.25278304704860161","238":"127","239":"8","240":"1.9475765315756","241":"230","242":"230","243":"234","244":"14.530000000000001","245":"6.99","246":"48.1","247":"0.63","248":"4.3","249":"0.09","250":"0.6","251":"0.18","252":"1.2","253":"0.35","254":"2.4","255":"0.76","256":"5.2","257":"0.7","258":"4.8","259":"0.55000000000000004","260":"3.8","261":"0.01","262":"0.1","263":"0.5","264":"3.4","265":"0","266":"0","267":"0.31","268":"2.1","269":"2.31","270":"15.9","271":"1.1499999999999999","272":"8.099999999999989","273":"101801","274":"14564","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"59.81","295":"46.738748348464831","296":"73.208536128790712","297":"72.070907350546349","298":"72.208467442436245","299":"69.90810318066471","300":"69.885119346195722"},{"1":"כפר קאסם","2":"0634","3":"המרכז","4":"עירייה","5":"10.9260298343663","6":"1958","7":"0","8":"13","9":"451","10":"קסם","11":"9.2997164713261693","12":"2659.7","13":"24757","14":"-","15":"-","16":"99.8","17":"99.9","18":"-","19":"-","20":"12683","21":"12074","22":"10.817142626327907","23":"10.025447348224745","24":"9.9729369471260654","25":"10.461687603506078","26":"19.121864523165165","27":"17.914125297895545","28":"14.480752918366523","29":"2.7790119966070201","30":"4.4270307387809504","31":"36.9390475421093","32":"1.4945268005008685","33":"842","34":"542","35":"2.81","36":"2.6","37":"( 4.9)","38":"78","39":"6.23","40":"464","41":"18.933553789644048","42":"2.0637211193329392","43":"4.0392616229753202E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"1","50":"-5","51":"123","52":"52","53":"71","54":"36","55":"46","56":"40","57":"1","58":"128","59":"51","60":"77","61":"51","62":"41","63":"36","64":"0","65":"8","66":"341","67":"49.7","68":"59","69":"6.1","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1519.3333333333333","79":"111.99970615986307","80":"32","81":"45","82":"12.6","83":"209.85869368483441","84":"17.8","85":"243.51642633906405","86":"1696","87":"12.362417085793426","88":"709","89":"402","90":"5.2510739149755592","91":"37","92":"157","93":"120","94":"120","95":"120","96":"-","97":"1136","98":"23.239436619718308","99":"429","100":"516","101":"878","102":"101","103":"89","104":"86.7","105":"0.6","106":"6","107":"6.8","108":"3677","109":"2249","110":"1256","111":"172","112":"8498","113":"3401","114":"4150","115":"947","116":"6392.2238379999999","117":"7476.5119459999996","118":"5129.424884","119":"1.0732425720438421","120":"0.87901935284799837","121":"2.0544717336747453","122":"10295","123":"51.4","124":"1059","125":"8338.9899019999993","126":"1.6622391065421516","127":"37.4","128":"0.34727840199999999","129":"1453","130":"475","131":"481","132":"477","133":"20","134":"12","135":"8","136":"6","137":"2","138":"4","139":"247","140":"126","141":"121","142":"54","143":"67","144":"6181","145":"2952","146":"3229","147":"1483","148":"1746","149":"26.778846153846153","150":"0.63439065108514192","151":"0.78023407022106639","152":"0.48043925875085791","153":"64.86486486486487","154":"38.803088803088805","155":"14.02","156":"30","157":"16.899999999999999","158":"3.1","159":"626","160":"31.2","161":"2.3961661341853033","162":"2.7","163":"17.5","164":"46.645367412140573","165":"80.511182108626201","166":"10.445945945945946","167":"3.0058214747736094","168":"2732.7350000000001","169":"937.71699999999998","170":"34.3","171":"1795.018","172":"1772.43","173":"22.588000000000001","174":"98.741628217655759","175":"1.258371782344244","176":"1536.6389999999999","177":"44.853000000000002","178":"-","179":"167.196","180":"23.742000000000001","181":"86.696738376127698","182":"2.5305935918484801","183":"-","184":"9.4331510976456094","185":"1.3395169343782301","186":"71.595976732913201","187":"62.071376635966999","188":"1.8118031992244303","189":"-","190":"6.7537566650508971","191":"0.95904023267086769","192":"1.4","193":"1371.9423319228729","194":"90.00000241936462","195":"28.8","196":"14.1","197":"62","198":"40.6","199":"14.4","200":"65","201":"5263","202":"6.0129999999999999","203":"22.925000000000001","204":"-","205":"-","206":"0.17","207":"6.0129999999999999","208":"22.925000000000001","209":"-","210":"-","211":"0.17","212":"1.7588962615174224","213":"36.08530289397207","214":"11995","215":"8917","216":"7.8553325109341703","217":"13","218":"1","219":"4","220":"8","221":"0.53046594669261338","222":"1.0837849103793247","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.68019694139603604","235":"73","236":"5","237":"4.3671426818631724E-2","238":"118","239":"7","240":"1.4382943188220001","241":"219","242":"218","243":"229","244":"9.2299999999999969","245":"5.52","246":"59.8","247":"0.09","248":"1","249":"0.01","250":"0.1","251":"0.02","252":"0.2","253":"0.04","254":"0.4","255":"0.39","256":"4.2","257":"0.1","258":"1.1000000000000001","259":"0.2","260":"2.2000000000000002","261":"0.05","262":"0.5","263":"0","264":"0","265":"0.42","266":"4.5999999999999996","267":"1.23","268":"13.3","269":"0.12","270":"1.3","271":"1.04","272":"11.3","273":"24757","274":"4485","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"92.33","295":"-","296":"64.615594515314825","297":"70.311242286020928","298":"73.882026553933542","299":"56.253591266040992","300":"66.879445559000544"},{"1":"כרמיאל","2":"1139","3":"הצפון","4":"עירייה","5":"111.152918115096","6":"1984","7":"0","8":"17","9":"208","10":"כרמיאל","11":"22.029350026490558","12":"2102.1999999999998","13":"46311","14":"96.2","15":"82","16":"-","17":"-","18":"-","19":"-","20":"22525","21":"23786","22":"6.6658029409859427","23":"7.179719721016605","24":"6.9594696724320357","25":"7.3200751441342229","26":"11.984193820042755","27":"17.449418064822613","28":"17.045626309084234","29":"5.9899375958195673","30":"19.405756731662024","31":"24.948716287707025","32":"7.3697393707758412","33":"906","34":"638","35":"2.4500000000000002","36":"2.6","37":"( 4.1)","38":"388","39":"5.49","40":"250","41":"5.4093115037311597","42":"0.40992504760083648","43":"35.345814169419789","44":"508","45":"21.8503937007874","46":"56.102362204724407","47":"15.551181102362206","48":"6.4960629921259834","49":"-74","50":"-580","51":"1103","52":"580","53":"523","54":"244","55":"298","56":"470","57":"91","58":"1683","59":"869","60":"814","61":"308","62":"546","63":"677","64":"152","65":"3456","66":"223","67":"13.1","68":"183","69":"9.4","70":"14","71":"1405","72":"0.86","73":"1","74":"1.04","75":"0.05","76":"0.09","77":"..","78":"4070.6666666666665","79":"58.185433043371475","80":"22","81":"33","82":"109.2","83":"368.80592268461731","84":"127.8","85":"365.27843396650837","86":"4267","87":"16.409645040956814","88":"1687","89":"695","90":"6.4643445606774721","91":"42","92":"176","93":"129","94":"109","95":"105","96":"11","97":"9280","98":"31.530172413793103","99":"1482","100":"2613","101":"1697","102":"195","103":"201","104":"52.8","105":"34.4","106":"7","107":"5.7","108":"6344","109":"4632","110":"1513","111":"199","112":"12888","113":"6830","114":"4859","115":"1199","116":"9448.6655150000006","117":"11508.487090000001","118":"7431.3075909999998","119":"2.9479029818436642","120":"3.4229248134525658","121":"2.300224024510622","122":"24388","123":"36.299999999999997","124":"1637","125":"8967.3042600000008","126":"-1.9112705552311038","127":"45.3","128":"0.403837267","129":"2029","130":"593","131":"628","132":"655","133":"153","134":"24","135":"12","136":"18","137":"5","138":"13","139":"334","140":"160","141":"174","142":"65","143":"109","144":"7559","145":"3909","146":"3650","147":"1620","148":"2030","149":"26.917293233082706","150":"1.1344770337576093","151":"1.6304347826086956","152":"0.62006764374295376","153":"81.607142857142861","154":"65.357142857142861","155":"22.74","156":"40.4","157":"12.2","158":"2.8","159":"961","160":"30.1","161":"6.0353798126951093","162":"3.4","163":"17.7","164":"42.35171696149844","165":"74.609781477627465","166":"9.0546318289786232","167":"3.3729013641133263","168":"4462.5820000000003","169":"343.00799999999998","170":"7.7","171":"4119.5739999999996","172":"4105.5690000000004","173":"14.005000000000001","174":"99.660037664088563","175":"0.3399623359114316","176":"2456.9949999999999","177":"143.91900000000001","178":"534.23199999999997","179":"360.13400000000001","180":"45.604999999999997","181":"59.845419721359001","182":"3.5054580741427102","183":"13.012374167868099","184":"8.7718413696128401","185":"1.1108082704248801","186":"88.652134482088499","187":"53.054241972749502","188":"3.1076634061022221","189":"11.535747446610957","190":"7.7764246075446435","191":"0.98475524173522488","192":"0.6","193":"3078.3750018059459","194":"99.90014861742975","195":"44.2","196":"27","197":"146","198":"62","199":"46.3","200":"265","201":"16858","202":"-","203":"-","204":"1.4","205":"1.59","206":"-","207":"-","208":"-","209":"0.67","210":"11.269","211":"-","212":"1.5885785913202737","213":"16.999356065773835","214":"19080","215":"16033","216":"7.1270504584294896","217":"45","218":"-","219":"4","220":"41","221":"0.97367607067160877","222":"2.3584905660377355","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.13444280694607899","235":"141","236":"7","237":"0.63750191845925253","238":"147","239":"4","240":"-0.28211262053109798","241":"88","242":"109","243":"49","244":"22.08","245":"4.66","246":"21.1","247":"0.5","248":"2.2999999999999998","249":"0.02","250":"0.1","251":"0.12","252":"0.5","253":"0.15","254":"0.7","255":"0.35","256":"1.6","257":"1.2","258":"5.4","259":"0.52","260":"2.4","261":"0","262":"0","263":"0.95","264":"4.3","265":"5.85","266":"26.5","267":"1.1299999999999999","268":"5.0999999999999996","269":"0.55000000000000004","270":"2.5","271":"6.08","272":"27.5","273":"46311","274":"9938","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"55.41","295":"-","296":"60.556822040064027","297":"59.304263799975843","298":"59.371370499419285","299":"56.582477341389726","300":"57.125876619517413"},{"1":"לוד","2":"7000","3":"המרכז","4":"עירייה","5":"12.507920141508","6":"1877","7":"0","8":"19","9":"406","10":"לוד","11":"14.785789128180209","12":"5585.9","13":"82629","14":"70.2","15":"89.1","16":"29.8","17":"97","18":"3","19":"-","20":"41078","21":"41551","22":"11.820305219717049","23":"10.640332086797613","24":"8.4377155720146675","25":"7.2577424390952325","26":"14.300064142129276","27":"17.584625252635274","28":"13.711892918950973","29":"3.933243776398117","30":"12.315288821116074","31":"35.373779181643251","32":"5.0974839342119598","33":"1019","34":"1852","35":"3.41","36":"4.4000000000000004","37":"2.6","38":"501","39":"5.58","40":"1351","41":"16.5198459383978","42":"2.0972379170207489","43":"18.285347759261274","44":"76","45":"23.684210526315788","46":"34.210526315789473","47":"26.315789473684209","48":"15.789473684210526","49":"230","50":"128","51":"2914","52":"1462","53":"1452","54":"1145","55":"935","56":"724","57":"110","58":"2786","59":"1404","60":"1382","61":"937","62":"633","63":"1040","64":"176","65":"3226","66":"627","67":"24.6","68":"267","69":"8.9","70":"15","71":"1194","72":"0.48","73":"0.17","74":"0.46","75":"0.32","76":"0.04","77":"80.960514197590399","78":"5797","79":"68.818634344863028","80":"21","81":"36","82":"123.6","83":"337.51957273574601","84":"136.6","85":"310.95722292238503","86":"7604","87":"17.741483901073263","88":"3096","89":"1480","90":"7.2752908001409944","91":"41","92":"184","93":"132","94":"114","95":"120","96":"..","97":"9926","98":"29.478138222849083","99":"3683","100":"3968","101":"3037","102":"349","103":"339","104":"60.6","105":"20.8","106":"8.4","107":"10.3","108":"11364","109":"6778","110":"3520","111":"1066","112":"27937","113":"10056","114":"11797","115":"6084","116":"8088.0139559999998","117":"9569.6204570000009","118":"6588.9169300000003","119":"4.2215435542144242","120":"4.0219938310418257","121":"4.6604241409726965","122":"37492","123":"39.799999999999997","124":"2255","125":"9187.9606800000001","126":"1.7043000517787954","127":"41.1","128":"0.36538877400000003","129":"5598","130":"1842","131":"1783","132":"1737","133":"236","134":"45","135":"31","136":"23","137":"5","138":"18","139":"752","140":"509","141":"243","142":"66","143":"177","144":"17295","145":"11173","146":"6122","147":"1733","148":"4389","149":"25.134986225895318","150":"1.4728359038488259","151":"2.0005557099194218","152":"0.94496942745969981","153":"67.218831734960773","154":"47.253705318221442","155":"12.99","156":"29.2","157":"10.5","158":"2","159":"1980","160":"31.5","161":"6.1111111111111107","162":"4.9000000000000004","163":"15.6","164":"36.818181818181813","165":"69.646464646464651","166":"10.078005865102639","167":"3.1703427806552988","168":"5993.9369999999999","169":"611.82299999999998","170":"10.2","171":"5382.1130000000003","172":"5380.3519999999999","173":"1.7609999999999999","174":"99.967280508603224","175":"3.271949139678041E-2","176":"3943.116","177":"240.17","178":"346.24700000000001","179":"429.07600000000002","180":"85.123000000000005","181":"73.2873103307534","182":"4.4638335068349599","183":"6.4353955957908298","184":"7.9748670765654204","185":"1.58210808844698","186":"65.114572365634302","187":"47.720727589587199","188":"2.9066066393154943","189":"4.1903811010662118","190":"5.1928015587747645","191":"1.030183107625652","192":"0.4","193":"3601.673538016772","194":"99.900002041773533","195":"70.7","196":"46.5","197":"306","198":"99.7","199":"75.8","200":"503","201":"25526","202":"-","203":"-","204":"9.9789999999999992","205":"8.3480000000000008","206":"0.31900000000000001","207":"2.1","208":"16.597999999999999","209":"5.8879999999999999","210":"2.2000000000000002","211":"0.31900000000000001","212":"2.0291076187653334","213":"14.897059573286658","214":"53567","215":"49071","216":"4.4532616005379957","217":"53","218":"1","219":"26","220":"26","221":"0.64807685768696022","222":"0.98941512498366535","223":"1","224":"294","225":"5.6696109431976334","226":"24.1","227":"19.399999999999999","228":"25.9","229":"18","230":"(3.4)","231":"(3.4)","232":"(5.8)","233":"4","234":"-0.56337181299057704","235":"82","236":"4","237":"-0.46033606820089656","238":"76","239":"8","240":"1.74032364672705","241":"228","242":"228","243":"222","244":"14.8","245":"5.35","246":"36.1","247":"0.66","248":"4.5","249":"0.02","250":"0.1","251":"0.22","252":"1.5","253":"0.21","254":"1.4","255":"0.37","256":"2.5","257":"0.9","258":"6.1","259":"0.42","260":"2.8","261":"0.02","262":"0.1","263":"0.05","264":"0.3","265":"0","266":"0","267":"1.1599999999999999","268":"7.8","269":"3.4","270":"23","271":"2.02","272":"13.800000000000017","273":"82629","274":"15445","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"56.39","295":"-","296":"56.139007402545303","297":"58.647992462675745","298":"62.092101250381212","299":"53.166035959053417","300":"60.682991441380253"},{"1":"מגאר","2":"0481","3":"הצפון","4":"עירייה","5":"115.41366092374901","6":"2021","7":"0","8":"13","9":"251","10":"הגליל המזרחי","11":"21.112882142060084","12":"1119","13":"23624","14":"-","15":"-","16":"99.9","17":"21.7","18":"21.2","19":"57","20":"12168","21":"11457","22":"8.6606840501185243","23":"8.3686081950558755","24":"8.5040636640704363","25":"8.5167626142905526","26":"18.841009143244158","27":"21.948018963765662","28":"15.763630206569591","29":"3.2932610904165256","30":"6.1039620724686756","31":"30.43515069420928","32":"2.1926854046732136","33":"671","34":"382","35":"2","36":"1.2","37":"( 3.0)","38":"85","39":"5.44","40":"297","41":"12.665435231529422","42":"1.5008444411254231","43":"4.2329834067050456E-3","44":"0","45":"0","46":"0","47":"0","48":"0","49":"41","50":"36","51":"190","52":"65","53":"125","54":"43","55":"79","56":"67","57":"1","58":"154","59":"52","60":"102","61":"27","62":"73","63":"54","64":"0","65":"4","66":"255","67":"37.200000000000003","68":"26","69":"2.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"665","79":"66.3780251340159","80":"24","81":"29","82":"20.6","83":"314.54114082017867","84":"20.2","85":"251.4090438568862","86":"2448","87":"16.876938986556357","88":"1049","89":"593","90":"7.3167329287856591","91":"37","92":"154","93":"117","94":"123","95":"129","96":"..","97":"1404","98":"26.566951566951566","99":"1619","100":"559","101":"1333","102":"122","103":"66","104":"59.8","105":"7","106":"13.5","107":"19.7","108":"3477","109":"2377","110":"1048","111":"52","112":"7245","113":"3583","114":"3387","115":"275","116":"7065.6906470000004","117":"9011.7549149999995","118":"4369.3978029999998","119":"2.0990346856531117","120":"3.1171832352864692","121":"2.1558756921299826","122":"10043","123":"51.9","124":"888","125":"8512.6320809999997","126":"-3.1945852682453757","127":"44.1","128":"0.39758717799999999","129":"1159","130":"376","131":"402","132":"370","133":"11","134":"10","135":"7","136":"8","137":"4","138":"4","139":"185","140":"101","141":"84","142":"41","143":"43","144":"4553","145":"2383","146":"2170","147":"1070","148":"1100","149":"25.152173913043477","150":"0.72156196943972828","151":"1.0109519797809603","152":"0.42771599657827203","153":"88.333333333333329","154":"62.61904761904762","155":"14.6","156":"41","157":"18.399999999999999","158":"3.6","159":"532","160":"31.4","161":"3.3834586466165413","162":"3.5","163":"19.100000000000001","164":"49.060150375939848","165":"85.338345864661662","166":"9.7341772151898738","167":"7.0483870967741939","168":"1955.002","169":"364.48","170":"18.6","171":"1590.5229999999999","172":"1455.105","173":"135.41800000000001","174":"91.485945189098175","175":"8.5140548109018237","176":"1134.1099999999999","177":"33.884999999999998","178":"5.9690000000000003","179":"63.905000000000001","180":"3.3460000000000001","181":"77.940079925503696","182":"2.3286979290154299","183":"0.41021094697633498","184":"4.39177928740538","185":"0.22994904147810599","186":"61.591746031745998","187":"48.004656084656098","188":"1.4342857142857144","189":"0.25265608465608463","190":"2.7049735449735448","191":"0.14162962962962963","192":"0.5","193":"1094.7945455230301","194":"100","195":"6.5","196":"6.4","197":"27","198":"14.2","199":"13.7","200":"60","201":"4670","202":"2.79","203":"23.07","204":"0.65","205":"0.65","206":"0.25","207":"1.54","208":"13.37","209":"0.59299999999999997","210":"0.55000000000000004","211":"0.25","212":"2.2610394181375479","213":"5.1763583297131959","214":"9895","215":"8540","216":"7.8992974238875879","217":"4","218":"-","219":"1","220":"3","221":"0.17057825227649054","222":"0.40424456796361796","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.82264769796075898","235":"56","236":"5","237":"4.8230844652649763E-2","238":"119","239":"3","240":"-0.53555102536209298","241":"58","242":"73","243":"44","244":"21.12","245":"4.4400000000000004","246":"21","247":"0.06","248":"0.3","249":"0.04","250":"0.2","251":"0.01","252":"0","253":"0.02","254":"0.1","255":"0.01","256":"0","257":"0.03","258":"0.1","259":"0.12","260":"0.6","261":"0.15","262":"0.7","263":"0","264":"0","265":"3.86","266":"18.3","267":"10.61","268":"50.2","269":"0.15","270":"0.7","271":"1.62","272":"7.7999999999999945","273":"23624","274":"5321","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"84.88","295":"73.014490950929783","296":"47.565638541932195","297":"52.757642609517809","298":"54.263275991024685","299":"43.387273390923468","300":"44.032220131702729"},{"1":"מגדל העמק","2":"0874","3":"הצפון","4":"עירייה","5":"85.875669631892194","6":"1988","7":"0","8":"15","9":"221","10":"מגדל העמק","11":"8.7134119647128472","12":"2986.8","13":"26029","14":"100","15":"88.8","16":"-","17":"-","18":"-","19":"-","20":"12915","21":"13113","22":"8.5519996926505044","23":"8.2984363594452333","24":"7.5876906527334897","25":"8.3944830765684433","26":"13.281340043797304","27":"17.538130546697914","28":"15.843866456644513","29":"5.1865227246532717","30":"15.317530446809329","31":"29.178992662030812","32":"5.7666448960774517","33":"929","34":"461","35":"2.93","36":"2.4","37":"( 5.2)","38":"204","39":"6.19","40":"257","41":"9.9323276940094747","42":"1.1939506767953105","43":"24.123093472665104","44":"94","45":"18.085106382978726","46":"39.361702127659576","47":"27.659574468085108","48":"14.893617021276595","49":"45","50":"-42","51":"893","52":"455","53":"438","54":"278","55":"241","56":"327","57":"47","58":"935","59":"475","60":"460","61":"251","62":"284","63":"339","64":"61","65":"1651","66":"185","67":"20.2","68":"95","69":"9.3000000000000007","70":"10","71":"941","72":"0.38","73":"1.58","74":"1.17","75":"0.18","76":"0.35","77":"..","78":"2046.3333333333333","79":"63.012884970441441","80":"30","81":"35","82":"52.4","83":"365.06585182009457","84":"53.2","85":"325.00531212484344","86":"2820","87":"19.652937486932885","88":"1110","89":"448","90":"7.7600671140939603","91":"41","92":"162","93":"128","94":"109","95":"103","96":"..","97":"4343","98":"30.370711489753628","99":"1132","100":"1408","101":"1560","102":"121","103":"109","104":"68","105":"24.6","106":"0.5","107":"6.9","108":"3846","109":"2575","110":"1046","111":"225","112":"8531","113":"3801","114":"3401","115":"1329","116":"8065.2315900000003","117":"9858.9034510000001","118":"6329.1037980000001","119":"3.0841844866843715","120":"3.3434872307356533","121":"2.8519801984736359","122":"13679","123":"40.5","124":"729","125":"8855.7117600000001","126":"3.3629248807558465","127":"47.5","128":"0.37850977499999999","129":"1410","130":"487","131":"423","132":"445","133":"55","134":"26","135":"13","136":"15","137":"5","138":"10","139":"271","140":"153","141":"118","142":"50","143":"68","144":"5586","145":"3172","146":"2414","147":"950","148":"1464","149":"23.307692307692307","150":"1.7418490397498883","151":"2.4778761061946901","152":"0.99188458070333629","153":"69.350649350649348","154":"54.025974025974023","155":"15.61","156":"34.6","157":"10.199999999999999","158":"2.5","159":"728","160":"32.700000000000003","161":"7.0054945054945055","162":"3.5","163":"17.600000000000001","164":"31.043956043956044","165":"64.14835164835165","166":"8.5310136157337375","167":"3.8966128746231603","168":"3205.2759999999998","169":"118.911","170":"3.7","171":"3086.3649999999998","172":"3086.3649999999998","173":"-","174":"100","175":"-","176":"1347.837","177":"75.619","178":"103.517","179":"185.78899999999999","180":"30.181999999999999","181":"43.670693518103","182":"2.4500990647574099","183":"3.3540103001427202","184":"6.0196703889526999","185":"0.97791414819698896","186":"118.57409043758901","187":"51.782127626877703","188":"2.9051826808559684","189":"3.9769872065772791","190":"7.1377694110415302","191":"1.1595528064850744","192":"0","193":"2415.7717499999999","194":"100","195":"32.799999999999997","196":"29.2","197":"209","198":"13.8","199":"7.9","200":"64","201":"9564","202":"0.41","203":"2.2000000000000002","204":"-","205":"-","206":"0.1","207":"0.61","208":"3.4000000000000004","209":"-","210":"-","211":"0.3","212":"2.3357778276007113","213":"5.1957200390129108","214":"9242","215":"8374","216":"7.7775256747074275","217":"17","218":"1","219":"4","220":"12","221":"0.65700222100451777","222":"1.8394286950876435","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.31574055982551202","235":"99","236":"4","237":"-0.33743266560161206","238":"85","239":"4","240":"4.4554349601361402E-3","241":"124","242":"143","243":"108","244":"8.6999999999999993","245":"2.39","246":"27.5","247":"0.33","248":"3.8","249":"0.03","250":"0.3","251":"0.08","252":"0.9","253":"0.14000000000000001","254":"1.6","255":"0.11","256":"1.3","257":"0.8","258":"9.1999999999999993","259":"0.38","260":"4.4000000000000004","261":"0","262":"0","263":"0.41","264":"4.7","265":"1.82","266":"20.9","267":"0.79","268":"9.1","269":"0.09","270":"1","271":"1.33","272":"15.3","273":"26029","274":"10891","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65.98","295":"-","296":"63.252643948296118","297":"63.656076176110119","298":"63.673162006966024","299":"60.548612086317469","300":"63.973491897780399"},{"1":"מודיעין-מכבים-רעות","2":"1200","3":"המרכז","4":"עירייה","5":"25.053588454095099","6":"2001","7":"0","8":"19","9":"420","10":"מודיעין-מכבים-רעות","11":"48.329486071309738","12":"2009.1","13":"97097","14":"100","15":"97.8","16":"-","17":"-","18":"-","19":"-","20":"47985","21":"49112","22":"6.5892870016581355","23":"9.0754606218523737","24":"11.041535783803825","25":"10.080641008476061","26":"12.345386572190696","27":"15.942820066531407","28":"21.424966785791529","29":"3.9661369558276776","30":"9.5327353059311815","31":"33.115338269977443","32":"3.5891943108437956","33":"863","34":"1078","35":"2.31","36":"1.2","37":"( 1.1)","38":"254","39":"3.2","40":"824","41":"8.5943258639228244","42":"2.5772971121595418","43":"11.357714450497957","44":"285","45":"29.473684210526311","46":"25.964912280701753","47":"14.736842105263156","48":"29.82456140350877","49":"1672","50":"1310","51":"3942","52":"1911","53":"2031","54":"1303","55":"545","56":"1690","57":"404","58":"2632","59":"1336","60":"1296","61":"580","62":"979","63":"927","64":"146","65":"5566","66":"413","67":"14.7","68":"97","69":"4.3","70":"4","71":"337","72":"0.3","73":"-","74":"0.04","75":"0.01","76":"-","77":"86.711110228759296","78":"705.33333333333337","79":"60.332255202613233","80":"21","81":"30","82":"94.8","83":"286.20347012658397","84":"111.4","85":"285.69645804007837","86":"7134","87":"13.193275756847225","88":"2804","89":"1158","90":"5.2594065348688899","91":"40","92":"205","93":"123","94":"110","95":"104","96":"..","97":"8246","98":"6.0999272374484601","99":"317","100":"1323","101":"1336","102":"172","103":"182","104":"35.9","105":"46.3","106":"14.6","107":"3.2","108":"11227","109":"6717","110":"4162","111":"348","112":"25662","113":"10176","114":"13599","115":"1887","116":"14092.19541","117":"17374.14918","118":"10967.159449999999","119":"1.2297143818978507","120":"0.65054911214041944","121":"2.0598258031215844","122":"43770","123":"30.3","124":"3874","125":"13282.51737","126":"-1.4223284095039368","127":"33.200000000000003","128":"0.44768530200000001","129":"4461","130":"1290","131":"1373","132":"1588","133":"210","134":"44","135":"31","136":"26","137":"11","138":"15","139":"882","140":"456","141":"426","142":"195","143":"231","144":"23464","145":"11293","146":"12171","147":"6075","148":"6096","149":"27.970822281167109","150":"0.50313427911580333","151":"0.64840330685686498","152":"0.3526448362720403","153":"92.824658918645781","154":"87.771601819100553","155":"56.96","156":"54.9","157":"18.100000000000001","158":"4.3","159":"2477","160":"31.9","161":"4.6427129592248688","162":"3.1","163":"17.899999999999999","164":"52.684699232943075","165":"80.419862737182086","166":"10.404330534688466","167":"3.1034189849224889","168":"8828.3490000000002","169":"488.30900000000003","170":"5.5","171":"8340.0400000000009","172":"8339.9529999999995","173":"8.6999999999999994E-2","174":"99.998956839535552","175":"1.0431604644582041E-3","176":"5427.4750000000004","177":"392.39699999999999","178":"1581.1020000000001","179":"549.26300000000003","180":"349.84699999999998","181":"65.078004636237196","182":"4.7050265151374404","183":"18.958164392533099","184":"6.5859244050895702","185":"4.1948317934165802","186":"85.8930039033132","187":"55.897453062401503","188":"4.0412886082989177","189":"16.283736881675026","190":"5.6568483063328427","191":"3.6030670360567267","192":"0.2","193":"5532.7913802348003","194":"100","195":"154.19999999999999","196":"134.19999999999999","197":"463","198":"171.8","199":"65.8","200":"381","201":"26733","202":"-","203":"-","204":"7.1449999999999996","205":"4.6550000000000002","206":"-","207":"-","208":"-","209":"7.1449999999999996","210":"4.6550000000000002","211":"-","212":"1.4900972864633497","213":"18.231658732901487","214":"40650","215":"36675","216":"6.2210497614178593","217":"56","218":"2","219":"14","220":"40","221":"0.58408039851902682","222":"1.3776137761377614","223":"2","224":"37","225":"0.6013433360025392","226":"..","227":"..","228":"29.7","229":"-","230":"..","231":"(35.1)","232":"..","233":"9","234":"1.4012512484734401","235":"237","236":"8","237":"1.1983772883315353","238":"174","239":"6","240":"1.1283234348057201","241":"210","242":"209","243":"194","244":"48.289999999999992","245":"7.94","246":"16.399999999999999","247":"0.79","248":"1.6","249":"0.03","250":"0.1","251":"0.09","252":"0.2","253":"0.22","254":"0.5","255":"0.48","256":"1","257":"0.61","258":"1.3","259":"0.73","260":"1.5","261":"0","262":"0","263":"1.38","264":"2.9","265":"17.829999999999998","266":"36.9","267":"0.82","268":"1.7","269":"2.64","270":"5.5","271":"14.73","272":"30.400000000000006","273":"97097","274":"12229","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"64.739999999999995","295":"-","296":"78.071602929210741","297":"76.259108530249165","298":"76.054793649784671","299":"74.9164289876407","300":"74.690805062705891"},{"1":"מודיעין עילית","2":"3797","3":"אזור יהודה והשומרון","4":"עירייה","5":"27.470660871263501","6":"1996","7":"0","8":"17","9":"730","10":"מודיעין עילית","11":"..","12":"..","13":"80996","14":"100","15":"100","16":"-","17":"-","18":"-","19":"-","20":"40891","21":"40106","22":"19.994814558743641","23":"19.317003308805372","24":"16.389698256704033","25":"10.354832337399378","26":"12.014173539434045","27":"15.442737912983358","28":"5.064447627043311","29":"0.42347770260259765","30":"0.99758012741369939","31":"62.884586893179907","32":"0.35804237246283765","33":"2035","34":"3212","35":"7.06","36":"10","37":"3.1","38":"47","39":"3.83","40":"3165","41":"39.820504799908626","42":"3.8855306198986597","43":"3.6088201886512912","44":"92","45":"20.652173913043477","46":"53.260869565217398","47":"10.869565217391305","48":"15.217391304347828","49":"-158","50":"-266","51":"1735","52":"1047","53":"688","54":"683","55":"811","56":"208","57":"33","58":"2001","59":"1114","60":"887","61":"773","62":"955","63":"260","64":"13","65":"3357","66":"1006","67":"95.1","68":"377","69":"9.6","70":"11","71":"1956","72":"-","73":"0.14000000000000001","74":"2.37","75":"-","76":"-","77":"84.214908904029102","78":"3546.3333333333335","79":"45.972238806133078","80":"10","81":"18","82":"13.8","83":"259.5065639734031","84":"16.2","85":"225.09715082630845","86":"3876","87":"14.440594612719348","88":"1397","89":"490","90":"5.3105755340986844","91":"34","92":"144","93":"125","94":"100","95":"103","96":"..","97":"812","98":"13.177339901477833","99":"617","100":"218","101":"1169","102":"97","103":"14","104":"31.2","105":"19","106":"32.6","107":"17.2","108":"9007","109":"1479","110":"1969","111":"5559","112":"46532","113":"2203","114":"7055","115":"37274","116":"5092.4109989999997","117":"5254.3023359999997","118":"5015.7039269999996","119":"1.7142926173628226","120":"-2.1078611936555247","121":"3.7444877256118003","122":"14467","123":"61.9","124":"1173","125":"5868.1700039999996","126":"-4.0053288341452165","127":"65","128":"0.38940115800000002","129":"10050","130":"2934","131":"2894","132":"2777","133":"1445","134":"85","135":"48","136":"41","137":"-","138":"41","139":"979","140":"773","141":"206","142":"-","143":"206","144":"26696","145":"19825","146":"6871","147":"-","148":"6871","149":"27.725314183123878","150":"1.8781814990345795","151":"2.8339350180505414","152":"0.97369320122992831","153":"2.620967741935484","154":"1.6129032258064515","155":"4.2","156":"9.5","157":"2.4","158":"0.5","159":"1245","160":"23.4","161":"7.1485943775100393","162":"0.8","163":"15.4","164":"5.0602409638554215","165":"22.811244979919678","166":"15.371887550200803","167":"1.5216846065419585","168":"4181.1000000000004","169":"208.73699999999999","170":"4.9923943459855096","171":"3972.3629999999998","172":"3972.3629999999998","173":"-","174":"100","175":"-","176":"3017.5210000000002","177":"665.32500000000005","178":"65.638000000000005","179":"67.881","180":"19.247","181":"75.962871469701994","182":"16.748846970933901","183":"1.65236661402797","184":"1.7088317457392499","185":"0.48452268838472201","186":"49.0433349383311","187":"37.254725483659897","188":"8.2141931182636387","189":"0.81037569292689848","190":"0.83806807659542948","191":"0.23762608491672532","192":"0.8","193":"2582.7128078904002","194":"100","195":"63","196":"38.799999999999997","197":"150","198":"104.8","199":"85.9","200":"529","201":"10876","202":"-","203":"-","204":"-","205":"0.43","206":"-","207":"-","208":"-","209":"-","210":"0.43","211":"-","212":"0.95697030902082059","213":"32.785175746901636","214":"5188","215":"4575","216":"9.7464480874316948","217":"3","218":"-","219":"3","220":"-","221":"3.7744554312709594E-2","222":"0.57825751734772557","223":"-","224":"15","225":"0.52962847621650355","226":"..","227":"(33.3)","228":"..","229":"..","230":"-","231":"..","232":"..","233":"1","234":"-2.24707836306029","235":"6","236":"3","237":"-0.68093402733591135","238":"54","239":"6","240":"0.87060101889777997","241":"195","242":"193","243":"190","244":"4.0699999999999994","245":"1.51","246":"37.1","247":"0.68","248":"16.7","249":"0.01","250":"0.2","251":"0.03","252":"0.7","253":"0","254":"0","255":"0.03","256":"0.7","257":"0.06","258":"1.5","259":"0.04","260":"1","261":"0","262":"0","263":"0.04","264":"1","265":"0","266":"0","267":"0.02","268":"0.5","269":"0.01","270":"0.2","271":"1.64","272":"40.399999999999991","273":"80996","274":"53640","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.15","295":"-","296":"84.474148061104586","297":"84.506488399528109","298":"83.438672037783022","299":"81.020702306079656","300":"82.033218959706062"},{"1":"מעלה אדומים","2":"3616","3":"אזור יהודה והשומרון","4":"עירייה","5":"62.733960297794802","6":"1991","7":"0","8":"15","9":"706","10":"מעלה אדומים","11":"..","12":"..","13":"37555","14":"99.9","15":"96.5","16":"-","17":"-","18":"-","19":"-","20":"18410","21":"19145","22":"8.7498335774197837","23":"8.787112235388097","24":"8.7232059645852758","25":"8.6007189455465323","26":"15.587804553321794","27":"16.445213686592997","28":"16.679536679536678","29":"5.1977100252962325","30":"11.231527093596059","31":"31.476501131673544","32":"4.1006523765144456","33":"855","34":"686","35":"2.88","36":"0.4","37":"..","38":"128","39":"3.8","40":"558","41":"14.800771953848955","42":"-0.76835001088738863","43":"14.64252429769671","44":"69","45":"21.739130434782609","46":"37.681159420289859","47":"28.985507246376812","48":"11.594202898550725","49":"-872","50":"-920","51":"785","52":"383","53":"402","54":"225","55":"233","56":"278","57":"49","58":"1705","59":"848","60":"857","61":"472","62":"515","63":"606","64":"112","65":"1759","66":"266","67":"21.5","68":"157","69":"10.199999999999999","70":"5","71":"467","72":"0.3","73":"0.02","74":"0.34","75":"0.41","76":"0.16","77":"..","78":"1860.3333333333333","79":"48.661934894407267","80":"23","81":"32","82":"45.4","83":"290.04038010733871","84":"56.6","85":"296.08881599101284","86":"3875","87":"18.249034567203541","88":"1444","89":"651","90":"6.776161426560301","91":"39","92":"177","93":"120","94":"103","95":"98","96":"..","97":"3924","98":"17.380224260958204","99":"495","100":"950","101":"940","102":"115","103":"137","104":"43.4","105":"22.2","106":"29","107":"5.4","108":"5463","109":"3174","110":"1930","111":"359","112":"13148","113":"4739","114":"6414","115":"1995","116":"9957.0763879999995","117":"11753.15641","118":"8321.3516290000007","119":"2.8113749275583411","120":"3.189662434833429","121":"2.1898973801570465","122":"20374","123":"34.6","124":"1209","125":"10434.7572","126":"-2.2898130004031514","127":"38.5","128":"0.38990833899999999","129":"2050","130":"649","131":"660","132":"631","133":"110","134":"21","135":"14","136":"14","137":"6","138":"8","139":"371","140":"191","141":"180","142":"83","143":"97","144":"8305","145":"4029","146":"4276","147":"2097","148":"2179","149":"24.453947368421051","150":"0.63275736188853737","151":"0.86496876501681885","152":"0.39447731755424065","153":"88.512518409425624","154":"73.784977908689257","155":"26.67","156":"45.6","157":"16.100000000000001","158":"4","159":"1083","160":"31.1","161":"5.7248384118190216","162":"3.9","163":"16.600000000000001","164":"42.659279778393348","165":"80.332409972299175","166":"8.6134020618556697","167":"3.6563734290843808","168":"3855.0219999999999","169":"233.00299999999999","170":"6.0441419011357098","171":"3622.0189999999998","172":"3622.0189999999998","173":"-","174":"100","175":"-","176":"2161.7330000000002","177":"179.23","178":"572.67399999999998","179":"320.38900000000001","180":"40.331000000000003","181":"59.683093876647298","182":"4.9483451080737","183":"15.810905464604099","184":"8.8455913676874705","185":"1.1134949871880799","186":"96.445719611236896","187":"57.561789375582499","188":"4.7724670483291174","189":"15.248941552389828","190":"8.5311942484356269","191":"1.073918253228598","192":"0","193":"2537.4322499999998","194":"100","195":"126.1","196":"96.7","197":"478","198":"76.7","199":"11.6","200":"86","201":"9871","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"0.34899999999999998","211":"-","212":"2.0190327042281515","213":"22.477467373528555","214":"14399","215":"13028","216":"7.3031931225053732","217":"16","218":"-","219":"4","220":"12","221":"0.4243948947340202","222":"1.1111882769636781","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.32741824469073799","235":"159","236":"9","237":"1.6028327393371871","238":"191","239":"5","240":"0.29127019106806501","241":"162","242":"158","243":"141","244":"46.180000000000007","245":"2.86","246":"6.2","247":"0.3","248":"0.6","249":"0.04","250":"0.1","251":"0.06","252":"0.1","253":"7.0000000000000007E-2","254":"0.2","255":"0.1","256":"0.2","257":"1.23","258":"2.7","259":"0.85","260":"1.8","261":"0","262":"0","263":"0.28999999999999998","264":"0.6","265":"4.46","266":"9.6999999999999993","267":"0.14000000000000001","268":"0.3","269":"1.19","270":"2.6","271":"34.590000000000003","272":"74.900000000000006","273":"37555","274":"13131","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"61.67","295":"-","296":"73.120442544631629","297":"70.208878220056604","298":"71.242016626824139","299":"67.366996652660077","300":"70.037666121810815"},{"1":"מעלות-תרשיחא","2":"1063","3":"הצפון","4":"עירייה","5":"121.379957244869","6":"1996","7":"0","8":"13","9":"223","10":"מעלות-תרשיחא","11":"9.2605771713608238","12":"2409.6","13":"22315","14":"77.7","15":"83.1","16":"22.3","17":"48.9","18":"47.5","19":"1.1000000000000001","20":"11165","21":"11150","22":"7.2776159533945775","23":"7.7212637239524984","24":"7.958772126372395","25":"6.6950481738740759","26":"13.712749271790276","27":"18.068563746358951","28":"17.70557920681156","29":"5.90634102621555","30":"14.949585480618419","31":"26.708492045709164","32":"5.6867577862424374","33":"805","34":"371","35":"2.71","36":"1.4","37":"( 4.2)","38":"176","39":"5.49","40":"195","41":"8.7765533269904719","42":"0.87178014991133068","43":"28.626484427515127","44":"14","45":"0","46":"14.285714285714285","47":"50","48":"35.714285714285715","49":"-38","50":"-25","51":"716","52":"367","53":"349","54":"216","55":"158","56":"307","57":"35","58":"741","59":"369","60":"372","61":"185","62":"230","63":"275","64":"51","65":"867","66":"161","67":"21.3","68":"81","69":"8.6","70":"8","71":"518","72":"0.82","73":"-","74":"1.1399999999999999","75":"0.18","76":"0.2","77":"..","78":"1716.6666666666667","79":"61.119503579345682","80":"23","81":"39","82":"44.8","83":"373.35598902818663","84":"50.4","85":"355.62892180884984","86":"2396","87":"18.316642458527635","88":"969","89":"439","90":"7.4412532637075719","91":"40","92":"169","93":"128","94":"113","95":"114","96":"..","97":"3441","98":"37.925021795989537","99":"862","100":"863","101":"749","102":"82","103":"70","104":"60.5","105":"11.7","106":"19.7","107":"8","108":"2989","109":"2086","110":"760","111":"143","112":"6426","113":"3083","114":"2508","115":"835","116":"8774.7969420000009","117":"10537.40854","118":"6969.097229","119":"1.6674525359166026","120":"2.1000798207294613","121":"1.7350711405315522","122":"11594","123":"37.700000000000003","124":"751","125":"9574.363609","126":"-2.2697440499616084","127":"41.5","128":"0.37947676000000002","129":"1067","130":"329","131":"326","132":"365","133":"47","134":"13","135":"8","136":"9","137":"4","138":"5","139":"187","140":"103","141":"84","142":"38","143":"46","144":"4307","145":"2354","146":"1953","147":"975","148":"978","149":"24.415730337078653","150":"1.3986013986013985","151":"1.4866204162537164","152":"1.3091641490433032","153":"72.61904761904762","154":"61.607142857142861","155":"20.76","156":"38.6","157":"15.8","158":"3.1","159":"533","160":"32","161":"3.75234521575985","162":"3.4","163":"19.100000000000001","164":"39.587242026266416","165":"75.422138836772973","166":"9.0399159663865554","167":"3.6144550313734602","168":"1731.9670000000001","169":"150.14099999999999","170":"8.7","171":"1581.826","172":"1563.885","173":"17.940999999999999","174":"98.865804456368778","175":"1.1341955436312212","176":"1100.395","177":"39.395000000000003","178":"165.04599999999999","179":"40.488","180":"33.250999999999998","181":"70.362910316295597","182":"2.5190471166358099","183":"10.5535892984459","184":"2.5889371660959699","185":"2.1261793546200698","186":"70.085372411938707","187":"49.314107735054201","188":"1.7654835529264139","189":"7.3965223626422878","190":"1.8144662543694541","191":"1.490140718831227","192":"0.3","193":"811.1210625474738","194":"99.750000327493495","195":"8.9","196":"7.8","197":"51","198":"6","199":"4.3","200":"14","201":"7454","202":"-","203":"-","204":"0.6","205":"0.15","206":"-","207":"-","208":"-","209":"0.6","210":"0.15","211":"-","212":"1.7390366722042381","213":"2.6019493365917996","214":"9067","215":"8071","216":"7.9879816627431541","217":"5","218":"-","219":"3","220":"2","221":"0.2250398288971916","222":"0.55145031432667913","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-3.7052862466301198E-2","235":"124","236":"6","237":"0.2856546052573003","238":"130","239":"3","240":"-0.617962187359689","241":"46","242":"66","243":"34","244":"9.2799999999999994","245":"2.89","246":"31.1","247":"0.21","248":"2.2999999999999998","249":"0.03","250":"0.3","251":"0.1","252":"1.1000000000000001","253":"0.17","254":"1.8","255":"0.16","256":"1.7","257":"0.4","258":"4.3","259":"0.15","260":"1.6","261":"0.01","262":"0.1","263":"0.13","264":"1.4","265":"2.89","266":"31.1","267":"0.95","268":"10.199999999999999","269":"0.17","270":"1.8","271":"1.02","272":"11.200000000000003","273":"22315","274":"7721","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"70.27","295":"63.561199675763305","296":"59.620520810149124","297":"62.535848224134128","298":"63.64974646965814","299":"58.252010723860593","300":"60.70730031188878"},{"1":"נהרייה","2":"9100","3":"הצפון","4":"עירייה","5":"105.95180954412","6":"1961","7":"1","8":"17","9":"210","10":"נהרייה","11":"13.82690562454764","12":"5302.7","13":"60806","14":"97.6","15":"85.6","16":"-","17":"-","18":"-","19":"-","20":"29553","21":"31253","22":"7.0025984277867312","23":"7.2476400355228101","24":"6.9072131039700029","25":"6.5207380850573955","26":"11.822846429628655","27":"18.042627372298785","28":"18.531066013222379","29":"5.6441798506726313","30":"18.28109068184061","31":"25.037002927342698","32":"7.222971417294346","33":"851","34":"903","35":"2.54","36":"0.6","37":"..","38":"462","39":"5.43","40":"441","41":"7.3523096718718035","42":"2.7899097728230089","43":"24.543630562773412","44":"682","45":"29.178885630498534","46":"32.111436950146626","47":"26.392961876832842","48":"12.316715542521994","49":"1166","50":"457","51":"2484","52":"1212","53":"1272","54":"511","55":"579","56":"1116","57":"278","58":"2027","59":"996","60":"1031","61":"492","62":"466","63":"920","64":"149","65":"4663","66":"329","67":"15.1","68":"250","69":"10.3","70":"17","71":"976","72":"0.96","73":"-","74":"0.2","75":"0.27","76":"0.21","77":"81.836926922172097","78":"4883.333333333333","79":"58.415082904435252","80":"26","81":"32","82":"132","83":"370.43429086239303","84":"147.19999999999999","85":"356.0891024749979","86":"6363","87":"18.19247483989021","88":"2503","89":"1037","90":"7.2370323252182969","91":"40","92":"175","93":"127","94":"110","95":"103","96":"..","97":"11060","98":"22.188065099457503","99":"2917","100":"2469","101":"2063","102":"243","103":"349","104":"54.1","105":"27.7","106":"8.4","107":"9.8000000000000007","108":"7935","109":"5592","110":"2147","111":"196","112":"16360","113":"8366","114":"6884","115":"1110","116":"9912.3943999999992","117":"12168.65105","118":"7660.5091700000003","119":"2.5510721218986898","120":"2.3703639715265012","121":"2.771456534936112","122":"29907","123":"36.4","124":"2276","125":"10994.91655","126":"1.8679030302088728","127":"40","128":"0.41173984299999999","129":"2792","130":"830","131":"937","132":"862","133":"163","134":"22","135":"17","136":"11","137":"4","138":"7","139":"374","140":"218","141":"156","142":"66","143":"90","144":"9089","145":"5184","146":"3905","147":"1813","148":"2092","149":"26.752808988764045","150":"1.0912698412698412","151":"1.3481363996827915","152":"0.83399523431294664","153":"78.75706214689265","154":"63.61581920903955","155":"22.53","156":"39.799999999999997","157":"13.4","158":"2.8","159":"1024","160":"31.8","161":"7.421875","162":"3.4","163":"16.8","164":"42.67578125","165":"74.609375","166":"10.289623717217788","167":"3.1586879432624113","168":"5681.7250000000004","169":"465.21899999999999","170":"8.1879886830143995","171":"5216.5060000000003","172":"5133.3119999999999","173":"83.194000000000003","174":"98.405177718572546","175":"1.5948222814274535","176":"3543.9520000000002","177":"262.59800000000001","178":"577.12599999999998","179":"174.887","180":"74.506","181":"69.038312886495106","182":"5.1155667140434904","183":"11.242761008876901","184":"3.40690376895073","185":"1.4514216162976299","186":"84.419754304603103","187":"58.281974114822297","188":"4.3185488512835697","189":"9.4911112207476105","190":"2.8760997911424671","191":"1.225286562402355","192":"0","193":"4203.4826400000002","194":"100","195":"188.5","196":"187.9","197":"1203","198":"88.6","199":"81.7","200":"600","201":"23350","202":"-","203":"-","204":"7.2409999999999997","205":"6.76","206":"-","207":"-","208":"-","209":"10.811","210":"6.76","211":"-","212":"1.8272637019987841","213":"8.0401724780144797","214":"24061","215":"21287","216":"7.095833137595716","217":"78","218":"1","219":"11","220":"66","221":"1.3004085133922916","222":"3.2417605253314492","223":"1","224":"93","225":"2.1227598891508479","226":"(16.1)","227":"(19.4)","228":"28","229":"25.8","230":"..","231":"..","232":"(6.5)","233":"6","234":"0.24896204985619999","235":"152","236":"6","237":"0.22369563652983918","238":"125","239":"4","240":"-0.299140837750482","241":"86","242":"99","243":"60","244":"11.469999999999999","245":"4.6100000000000003","246":"40.200000000000003","247":"0.42","248":"3.7","249":"0.16","250":"1.4","251":"0.2","252":"1.7","253":"0.33","254":"2.9","255":"0.46","256":"4","257":"0.49","258":"4.3","259":"0.3","260":"2.6","261":"0.02","262":"0.2","263":"0.14000000000000001","264":"1.2","265":"0.56999999999999995","266":"5","267":"1.1100000000000001","268":"9.6999999999999993","269":"0.7","270":"6.1","271":"1.96","272":"16.999999999999979","273":"60806","274":"13190","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65.39","295":"-","296":"62.932537217736282","297":"61.52135054617677","298":"62.716723281431008","299":"59.236072436771458","300":"60.801292524416375"},{"1":"נוף הגליל","2":"1061","3":"הצפון","4":"עירייה","5":"87.868297851580394","6":"1974","7":"0","8":"17","9":"212","10":"נוף הגליל","11":"32.861154206076712","12":"1298.7","13":"42657","14":"68.2","15":"77.7","16":"31.8","17":"38.1","18":"61.7","19":"0.1","20":"20520","21":"22137","22":"7.853341772745388","23":"7.3868298286330498","24":"6.3154933539630074","25":"6.2193778277891081","26":"13.488993600112526","27":"18.006423330285767","28":"16.937431136741917","29":"5.4879621164170009","30":"18.304147033312233","31":"25.039266708863728","32":"7.841620367114424","33":"855","34":"663","35":"2.44","36":"2.4","37":"( 3.7)","38":"469","39":"6.14","40":"194","41":"4.5865867141655601","42":"1.7179438404771474","43":"33.164545092247458","44":"273","45":"35.897435897435898","46":"27.472527472527474","47":"25.274725274725274","48":"11.355311355311356","49":"497","50":"225","51":"2290","52":"1121","53":"1169","54":"737","55":"726","56":"736","57":"91","58":"2065","59":"1018","60":"1047","61":"479","62":"508","63":"855","64":"223","65":"1845","66":"221","67":"13.8","68":"179","69":"5.4","70":"11","71":"753","72":"1.05","73":"-","74":"0.21","75":"0.39","76":"0.14000000000000001","77":"..","78":"4019","79":"62.431414706863833","80":"22","81":"37","82":"             115.0","83":"             411.1","84":"             124.8","85":"             355.5","86":"4980","87":"20.386441788112002","88":"2062","89":"908","90":"8.4807107016533685","91":"41","92":"170","93":"130","94":"115","95":"120","96":"..","97":"8296","98":"40.139826422372231","99":"2795","100":"2801","101":"2013","102":"251","103":"37","104":"59.6","105":"27.5","106":"7","107":"6","108":"5428","109":"4224","110":"1091","111":"113","112":"10341","113":"6216","114":"3441","115":"684","116":"8107.2840800000004","117":"9754.1781549999996","118":"6538.9090539999997","119":"1.8929078693596058","120":"2.532421129154061","121":"1.1035741336802518","122":"22440","123":"40.799999999999997","124":"1291","125":"9345.6522010000008","126":"-1.2834809120890966","127":"43.8","128":"0.393120884","129":"1918","130":"613","131":"631","132":"601","133":"73","134":"17","135":"13","136":"7","137":"2","138":"5","139":"190","140":"122","141":"68","142":"26","143":"42","144":"3815","145":"2313","146":"1502","147":"659","148":"843","149":"21.591397849462364","150":"1.4724310776942355","151":"1.9230769230769231","152":"1.0126582278481013","153":"78.608695652173907","154":"69.913043478260875","155":"18.54","156":"33.299999999999997","157":"15.6","158":"2.7","159":"520","160":"30.7","161":"8.0769230769230766","162":"3.8","163":"17.600000000000001","164":"38.269230769230766","165":"77.5","166":"8.5427927927927936","167":"3.6562088056947006","168":"3379.04","169":"238.31200000000001","170":"7.1","171":"3140.7280000000001","172":"3140.7280000000001","173":"-","174":"100","175":"-","176":"2041.9680000000001","177":"100.075","178":"195.37899999999999","179":"348.74099999999999","180":"100.53700000000001","181":"65.015754309192005","182":"3.1863631616618799","183":"6.2208188674727598","184":"11.103826883448701","185":"3.2010731269947601","186":"73.624041820014497","187":"47.867226142197403","188":"2.3459293466794815","189":"4.5800182845355026","190":"8.1750861482922712","191":"2.3567594177078695","192":"0","193":"2371.2230795060991","194":"100","195":"103.7","196":"53.4","197":"318","198":"39.1","199":"8.3000000000000007","200":"24","201":"16766","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6704478215204226","213":"26.875941533325186","214":"16311","215":"14773","216":"7.5017261219792868","217":"44","218":"3","219":"8","220":"33","221":"1.040256780532395","222":"2.697566059714303","223":"3","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.16609228071958401","235":"109","236":"9","237":"1.8538822105962378","238":"195","239":"5","240":"0.13946022674292499","241":"137","242":"161","243":"100","244":"32.879999999999995","245":"3.59","246":"10.9","247":"0.21","248":"0.6","249":"0.05","250":"0.2","251":"0.13","252":"0.4","253":"0.18","254":"0.5","255":"0.44","256":"1.3","257":"1.05","258":"3.2","259":"0.36","260":"1.1000000000000001","261":"0.01","262":"0","263":"0.22","264":"0.7","265":"16.77","266":"51","267":"3.8","268":"11.6","269":"0.72","270":"2.2000000000000002","271":"5.35","272":"16.3","273":"42657","274":"11882","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"59.8","295":"-","296":"55.183035486991493","297":"56.282490173703557","298":"56.679046969352434","299":"50.464177598385476","300":"52.798576617985027"},{"1":"נס ציונה","2":"7200","3":"המרכז","4":"עירייה","5":"8.8594822813368701","6":"1992","7":"0","8":"15","9":"407","10":"נס ציונה","11":"15.675229156860601","12":"3218.9","13":"50456","14":"99.9","15":"98","16":"-","17":"-","18":"-","19":"-","20":"24845","21":"25611","22":"6.5760266370699227","23":"9.1128904391945458","24":"10.000792769938164","25":"8.4905660377358494","26":"10.276280323450134","27":"17.696606944664659","28":"19.876724274615505","29":"4.0887109560805452","30":"13.881401617250674","31":"31.140003171079751","32":"5.1807515459013791","33":"925","34":"528","35":"2.0499999999999998","36":"1.2","37":"( 1.9)","38":"203","39":"3.87","40":"325","41":"6.4253508019929519","42":"-0.4930529496641185","43":"6.6414301569684477","44":"19","45":"42.105263157894733","46":"42.105263157894733","47":"5.2631578947368416","48":"10.526315789473683","49":"-431","50":"-455","51":"1119","52":"554","53":"565","54":"332","55":"155","56":"545","57":"87","58":"1574","59":"789","60":"785","61":"407","62":"430","63":"657","64":"80","65":"1581","66":"162","67":"10.199999999999999","68":"170","69":"9.9","70":"9","71":"801","72":"0.2","73":"-","74":"-","75":"1.34","76":"0.05","77":"85.943689660353101","78":"2525.3333333333335","79":"44.744596049656657","80":"23","81":"32","82":"65","83":"271.21416905557606","84":"78.599999999999994","85":"286.39640144064975","86":"4027","87":"14.658027881920429","88":"1584","89":"659","90":"5.7470430302590527","91":"41","92":"202","93":"127","94":"110","95":"106","96":"..","97":"6198","98":"7.8251048725395291","99":"425","100":"1166","101":"917","102":"156","103":"167","104":"44","105":"41.2","106":"13.2","107":"1.6","108":"5571","109":"3514","110":"1962","111":"95","112":"12144","113":"5402","114":"6227","115":"515","116":"13332.95505","117":"16415.968410000001","118":"10437.72572","119":"0.65553270323668311","120":"0.55976443777574492","121":"0.70347415927822787","122":"22094","123":"29.8","124":"2207","125":"13096.977489999999","126":"0.12512323607893894","127":"32.299999999999997","128":"0.44082243599999998","129":"2417","130":"685","131":"752","132":"856","133":"124","134":"21","135":"15","136":"11","137":"5","138":"6","139":"409","140":"236","141":"173","142":"84","143":"89","144":"10883","145":"5964","146":"4919","147":"2630","148":"2289","149":"27.895","150":"0.61384999040859389","151":"0.84647941515967673","152":"0.3825554705432288","153":"91.161616161616166","154":"83.333333333333343","155":"53.79","156":"56.8","157":"17.7","158":"3.3","159":"1110","160":"31.6","161":"6.3063063063063058","162":"3.7","163":"17.100000000000001","164":"49.189189189189193","165":"76.666666666666671","166":"11.054435483870968","167":"2.8791719861389748","168":"4421.51","169":"157.80000000000001","170":"3.6","171":"4263.71","172":"4258.3760000000002","173":"5.3339999999999996","174":"99.874897683003766","175":"0.12510231699623098","176":"2999.2939999999999","177":"150.392","178":"426.14600000000002","179":"270.18400000000003","180":"22.815999999999999","181":"70.432812884536304","182":"3.53167498595709","183":"10.007242197495","184":"6.3447661737714096","185":"0.53579110909886796","186":"84.397811954970706","187":"59.443752972887303","188":"2.9806564135087998","189":"8.4458934517203108","190":"5.3548438243221819","191":"0.45219597272871415","192":"0","193":"3302.0162760520911","194":"100","195":"106.4","196":"23.8","197":"99","198":"93","199":"18.399999999999999","200":"83","201":"14211","202":"0.12","203":"1.2","204":"1.9990000000000001","205":"3.0659999999999998","206":"0.12","207":"0.12","208":"1.2","209":"1.9990000000000001","210":"1.7749999999999999","211":"0.12","212":"1.4527301794246741","213":"19.77120213610544","214":"20958","215":"18973","216":"6.6726927739419173","217":"34","218":"-","219":"4","220":"30","221":"0.67219054543926271","222":"1.6222922034545282","223":"-","224":"39","225":"1.134669566765703","226":"(25.6)","227":"(12.8)","228":"(28.2)","229":"(25.6)","230":"..","231":"..","232":"..","233":"8","234":"1.3263762085864399","235":"232","236":"6","237":"0.32276828829977083","238":"132","239":"8","240":"2.2290849481389401","241":"237","242":"237","243":"231","244":"15.660000000000002","245":"4.22","246":"26.9","247":"0.39","248":"2.5","249":"7.0000000000000007E-2","250":"0.4","251":"7.0000000000000007E-2","252":"0.4","253":"0.15","254":"1","255":"0.45","256":"2.9","257":"0.25","258":"1.6","259":"0.45","260":"2.9","261":"0.01","262":"0.1","263":"0.15","264":"1","265":"0","266":"0","267":"1.98","268":"12.6","269":"3.12","270":"19.899999999999999","271":"4.3499999999999996","272":"27.8","273":"50456","274":"11956","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"67","295":"-","296":"76.515693996896999","297":"75.658597365610532","298":"75.626181474480148","299":"74.159761932547553","300":"74.702988809941601"},{"1":"נצרת","2":"7300","3":"הצפון","4":"עירייה","5":"85.826737206613203","6":"1877","7":"0","8":"19","9":"211","10":"נצרת","11":"14.172268207355073","12":"5498","13":"77925","14":"-","15":"-","16":"99.8","17":"72.8","18":"27.2","19":"-","20":"38899","21":"39026","22":"7.9910170035290342","23":"8.281039461020212","24":"8.2848893166506254","25":"8.8598010907924287","26":"17.773500160410652","27":"18.769329483477701","28":"16.760988129611807","29":"4.2451074751363489","30":"9.0356111645813275","31":"29.582290664100096","32":"3.6701957009945461","33":"738","34":"1260","35":"2.13","36":"5.6","37":"4.4","38":"448","39":"5.64","40":"812","41":"10.429213858283495","42":"0.17146031348573842","43":"2.8232274623034969E-2","44":"7","45":"42.857142857142854","46":"14.285714285714285","47":"28.571428571428569","48":"14.285714285714285","49":"-728","50":"-769","51":"559","52":"202","53":"357","54":"151","55":"214","56":"185","57":"9","58":"1328","59":"568","60":"760","61":"353","62":"448","63":"489","64":"38","65":"658","66":"851","67":"33.799999999999997","68":"177","69":"8.4","70":"6","71":"150","72":"0.06","73":"-","74":"-","75":"0.1","76":"0.03","77":"80.339399343782205","78":"6043.666666666667","79":"85.989650667815766","80":"26","81":"42","82":"96.6","83":"327.14166625553554","84":"97","85":"273.16037280646418","86":"9369","87":"20.184850051706306","88":"4283","89":"2550","90":"9.2687571685169559","91":"38","92":"155","93":"122","94":"133","95":"145","96":"..","97":"6724","98":"30.517549077929804","99":"4695","100":"2630","101":"3194","102":"365","103":"428","104":"63.5","105":"14.7","106":"13.2","107":"8.6","108":"11401","109":"7519","110":"3598","111":"284","112":"24652","113":"11453","114":"11708","115":"1491","116":"6959.3258889999997","117":"7971.7431539999998","118":"5663.0832540000001","119":"2.5170146394902781","120":"2.5914411446730012","121":"3.1772638731012437","122":"36034","123":"51","124":"3356","125":"9595.6913060000006","126":"-4.0294318989094968","127":"38.6","128":"0.39137334299999998","129":"3799","130":"1193","131":"1292","132":"1264","133":"50","134":"52","135":"29","136":"35","137":"11","138":"24","139":"778","140":"419","141":"359","142":"103","143":"256","144":"19775","145":"11080","146":"8695","147":"2497","148":"6198","149":"28.797468354430379","150":"1.1099770349578975","151":"1.6074669432201192","152":"0.62798291886460689","153":"69.832402234636874","154":"50.418994413407823","155":"16.43","156":"33.5","157":"16.399999999999999","158":"2.9","159":"1901","160":"30.8","161":"4.3135192004208314","162":"3","163":"18.600000000000001","164":"42.135718043135192","165":"72.277748553392954","166":"10.998337028824833","167":"2.8154830905700319","168":"5905.2640000000001","169":"1266.2429999999999","170":"21.4","171":"4639.0209999999997","172":"4625.76","173":"13.260999999999999","174":"99.714142272690722","175":"0.28585772730927494","176":"3623.0920000000001","177":"207.30799999999999","178":"51.874000000000002","179":"494.51600000000002","180":"52.343000000000004","181":"78.324253744249603","182":"4.4815986994569501","183":"1.12141572411885","184":"10.6904811317492","185":"1.1315545985956901","186":"59.361693936477401","187":"46.494603785691403","188":"2.6603529034327877","189":"0.66569136990696187","190":"6.3460506897658009","191":"0.67170997754250883","192":"0.1","193":"3727.6645631358833","194":"99.365913976441149","195":"67.8","196":"59.7","197":"360","198":"18.100000000000001","199":"17.2","200":"99","201":"17553","202":"1.29","203":"6.42","204":"0.65","205":"0.8","206":"0.48","207":"-","208":"-","209":"0.65","210":"0.75","211":"0.13","212":"1.8063334952298868","213":"15.96931406064502","214":"36321","215":"29534","216":"8.3062571950971762","217":"46","218":"2","219":"13","220":"31","221":"0.5908175338436461","222":"1.2664849536081055","223":"2","224":"145","225":"2.6885513510526793","226":"20","227":"20.7","228":"17.899999999999999","229":"16.600000000000001","230":"(11.7)","231":"..","232":"(12.4)","233":"3","234":"-0.66567688695628602","235":"74","236":"5","237":"0.1435353342436699","238":"123","239":"5","240":"0.28908821602745499","241":"161","242":"177","243":"109","244":"14.240000000000002","245":"5.61","246":"39.4","247":"0.4","248":"2.8","249":"0.11","250":"0.8","251":"0.23","252":"1.6","253":"0.11","254":"0.8","255":"1.1499999999999999","256":"8.1","257":"0.09","258":"0.6","259":"0.3","260":"2.1","261":"0.01","262":"0.1","263":"0.05","264":"0.4","265":"1.79","266":"12.6","267":"0.33","268":"2.2999999999999998","269":"0.47","270":"3.3","271":"3.59","272":"25.100000000000005","273":"77925","274":"13890","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"81.709999999999994","295":"-","296":"39.830998755281286","297":"55.752782761684117","298":"60.33727513548142","299":"39.033000767459711","300":"48.285421462054131"},{"1":"נשר","2":"2500","3":"חיפה","4":"עירייה","5":"81.197565264819104","6":"1995","7":"0","8":"13","9":"355","10":"מורדות הכרמל","11":"12.943834850007233","12":"1835.6","13":"23760","14":"98.6","15":"87.4","16":"-","17":"-","18":"-","19":"-","20":"11537","21":"12223","22":"6.2584175084175087","23":"6.237373737373737","24":"5.8754208754208754","25":"5.6228956228956228","26":"13.16077441077441","27":"19.654882154882156","28":"17.487373737373737","29":"6.2289562289562292","30":"19.473905723905723","31":"21.776094276094277","32":"7.916666666666667","33":"769","34":"295","35":"1.88","36":"-","37":"-","38":"186","39":"4.51","40":"109","41":"4.5608163895078251","42":"-1.1603825294805148","43":"28.514309764309765","44":"35","45":"25.714285714285712","46":"20","47":"28.571428571428569","48":"25.714285714285712","49":"-392","50":"-447","51":"828","52":"408","53":"420","54":"138","55":"251","56":"343","57":"96","58":"1275","59":"626","60":"649","61":"308","62":"321","63":"545","64":"101","65":"722","66":"101","67":"10.9","68":"85","69":"8.3000000000000007","70":"2","71":"298","72":"0.42","73":"-","74":"-","75":"0.82","76":"-","77":"..","78":"1817.3333333333333","79":"50.450703979852641","80":"30","81":"39","82":"51.2","83":"323.04568522328617","84":"55.4","85":"307.10539068220447","86":"2315","87":"16.149284966864318","88":"889","89":"383","90":"6.1467192145474661","91":"41","92":"173","93":"124","94":"107","95":"103","96":"..","97":"4149","98":"25.186791998071826","99":"584","100":"853","101":"812","102":"92","103":"114","104":"47.9","105":"41.7","106":"4","107":"6.4","108":"3044","109":"2290","110":"737","111":"17","112":"5853","113":"3445","114":"2316","115":"92","116":"11110.01417","117":"13695.976699999999","118":"8587.2731070000009","119":"3.3165040243770871","120":"3.4950282803118071","121":"3.1663068420629825","122":"12525","123":"33","124":"915","125":"10847.468070000001","126":"6.6851849667941776","127":"41.6","128":"0.42720394","129":"836","130":"261","131":"282","132":"255","133":"38","134":"9","135":"5","136":"4","137":"2","138":"2","139":"113","140":"60","141":"53","142":"25","143":"28","144":"2764","145":"1464","146":"1300","147":"650","148":"650","149":"26.320754716981131","150":"0.390625","151":"..","152":"..","153":"87.795275590551185","154":"76.377952755905511","155":"31.03","156":"40.799999999999997","157":"18.100000000000001","158":"4.3","159":"334","160":"32.1","161":"6.5868263473053901","162":"3.8","163":"17.2","164":"48.50299401197605","165":"77.544910179640709","166":"9.7508771929824558","167":"3.3494062612450524","168":"1773.7909999999999","169":"79.022000000000006","170":"4.4549780667508196","171":"1694.769","172":"1694.769","173":"-","174":"100","175":"-","176":"1293.2570000000001","177":"34.395000000000003","178":"120.271","179":"139.84200000000001","180":"2.7360000000000002","181":"76.308747681837502","182":"2.0294801238398898","183":"7.0966013657318499","184":"8.2513900124441708","185":"0.161437930479021","186":"71.331663790563596","187":"54.432299339197797","188":"1.4476619386337808","189":"5.0621238267603852","190":"5.88585378172482","191":"0.11515636179973905","192":"1.6","193":"1329.9544529183718","194":"100","195":"54.2","196":"35.6","197":"182","198":"1.6","199":"1.5","200":"8","201":"9960","202":"-","203":"-","204":"0.2","205":"0.05","206":"-","207":"-","208":"-","209":"0.2","210":"0.05","211":"-","212":"1.4782879334610943","213":"23.735893901590277","214":"10011","215":"9038","216":"6.9733348085859701","217":"42","218":"1","219":"5","220":"36","221":"1.7573787922874189","222":"4.1953850764159428","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.63828618648084001","235":"182","236":"5","237":"0.16055571827786261","238":"124","239":"5","240":"0.25233409068925999","241":"156","242":"171","243":"123","244":"12.98","245":"1.73","246":"13.3","247":"0.2","248":"1.5","249":"0.01","250":"0.1","251":"0.06","252":"0.5","253":"0.09","254":"0.7","255":"0.34","256":"2.6","257":"0.53","258":"4.0999999999999996","259":"0.45","260":"3.5","261":"0","262":"0","263":"0.06","264":"0.5","265":"5.35","266":"41.2","267":"0","268":"0","269":"1.21","270":"9.3000000000000007","271":"2.95","272":"22.7","273":"23760","274":"13734","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"55.98","295":"-","296":"64.356486210418794","297":"63.66228740197576","298":"63.963827422451246","299":"60.12443725024027","300":"62.16656485440847"},{"1":"נתיבות","2":"0246","3":"הדרום","4":"עירייה","5":"72.683338938096","6":"2000","7":"0","8":"15","9":"609","10":"נתיבות","11":"16.218598714850565","12":"2588.1999999999998","13":"42039","14":"99.9","15":"96.8","16":"-","17":"-","18":"-","19":"-","20":"20892","21":"21147","22":"14.593591664882609","23":"12.543114726801303","24":"9.9931016437117908","25":"7.6666904541021434","26":"15.880491924165655","27":"18.882466281310212","28":"11.044506291776683","29":"2.9853231523109494","30":"6.4083351173909939","31":"41.863507695235377","32":"2.3811222912057852","33":"1049","34":"1274","35":"4.22","36":"4.8","37":"4.2","38":"152","39":"5.35","40":"1122","41":"27.452479396221953","42":"5.8843135293140421","43":"10.192916101715074","44":"22","45":"27.27272727272727","46":"27.27272727272727","47":"13.636363636363635","48":"31.818181818181817","49":"1332","50":"1321","51":"2644","52":"1355","53":"1289","54":"958","55":"810","56":"791","57":"85","58":"1323","59":"686","60":"637","61":"518","62":"384","63":"406","64":"15","65":"2661","66":"589","67":"58.8","68":"149","69":"10.4","70":"4","71":"405","72":"0.62","73":"0.33","74":"0.08","75":"-","76":"-","77":"..","78":"1536.6666666666667","79":"63.367768016040387","80":"20","81":"30","82":"28.8","83":"273.48367937879641","84":"32.799999999999997","85":"274.77111720402524","86":"4172","87":"19.719241858486551","88":"1574","89":"616","90":"7.6444876153472565","91":"37","92":"163","93":"120","94":"104","95":"103","96":"..","97":"2731","98":"29.622848773343097","99":"1646","100":"966","101":"1449","102":"113","103":"109","104":"55","105":"32.5","106":"11.5","107":"1","108":"5076","109":"2458","110":"1670","111":"948","112":"15157","113":"3634","114":"5699","115":"5824","116":"7393.7025469999999","117":"8900.4836940000005","118":"6028.6553130000002","119":"4.0344322038554425","120":"4.9170152657479704","121":"2.7283935439205598","122":"16311","123":"46.1","124":"1011","125":"9807.2970879999993","126":"-1.1531122325126986","127":"39.6","128":"0.38440563300000002","129":"3461","130":"1118","131":"1151","132":"1011","133":"181","134":"34","135":"20","136":"18","137":"4","138":"14","139":"374","140":"269","141":"105","142":"30","143":"75","144":"8495","145":"6110","146":"2385","147":"656","148":"1729","149":"23.90566037735849","150":"1.8485915492957745","151":"3.0537830446672745","152":"0.72340425531914898","153":"61.254019292604497","154":"38.10289389067524","155":"17.02","156":"29.7","157":"9.6","158":"2.5","159":"913","160":"34.4","161":"5.9145673603504934","162":"4.8","163":"16.5","164":"33.187294633077762","165":"50.492880613362544","166":"9.8243243243243246","167":"3.58134300362636","168":"3643.3440000000001","169":"327.42399999999998","170":"9.0","171":"3315.92","172":"3315.92","173":"-","174":"100","175":"-","176":"2117.4029999999998","177":"275.15300000000002","178":"415.50799999999998","179":"113.699","180":"190.51499999999999","181":"63.855672030688297","182":"8.2979384303601993","183":"12.5307003787787","184":"3.4288824820864199","185":"5.7454643055321002","186":"78.877233045505406","187":"50.367587240419603","188":"6.5451842336877659","189":"9.8838697400033304","190":"2.7046076262518137","191":"4.5318632698208807","192":"0","193":"2916.9949172639999","194":"100","195":"212.3","196":"173.5","197":"1097","198":"273.89999999999998","199":"244.9","200":"1644","201":"11543","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.829734047955093","213":"4.8702561275231293","214":"12068","215":"10710","216":"7.7769374416433239","217":"19","218":"1","219":"4","220":"14","221":"0.46488155840304551","222":"1.5744116672190918","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.70996529747197801","235":"69","236":"3","237":"-0.5903996066802335","238":"63","239":"4","240":"-0.27703233587522602","241":"90","242":"71","243":"133","244":"16.29","245":"3.4","246":"20.9","247":"0.39","248":"2.4","249":"0.02","250":"0.1","251":"0.1","252":"0.6","253":"0.16","254":"1","255":"0.35","256":"2.1","257":"0.57999999999999996","258":"3.6","259":"0.2","260":"1.2","261":"0","262":"0","263":"0.24","264":"1.5","265":"0.97","266":"6","267":"0.33","268":"2","269":"8.14","270":"50","271":"1.41","272":"8.5999999999999908","273":"42039","274":"12364","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"78.94","295":"-","296":"75.025443603699287","297":"75.59038027435318","298":"76.349787484745193","299":"70.333666333666329","300":"75.548533693105156"},{"1":"נתניה","2":"7400","3":"המרכז","4":"עירייה","5":"15.610240355553801","6":"1948","7":"1","8":"27","9":"408","10":"נתניה","11":"34.748858512695904","12":"7234.2","13":"224066","14":"99.7","15":"90.5","16":"-","17":"-","18":"-","19":"-","20":"109136","21":"114929","22":"8.0221898904786979","23":"8.1806253514589446","24":"7.4665500343648743","25":"6.3615184811618004","26":"11.838922460346504","27":"18.378959770781822","28":"15.970294466808888","29":"4.973534583560201","30":"18.807404961038266","31":"27.543223871537851","32":"8.1310863763355439","33":"955","34":"3568","35":"2.65","36":"6.2","37":"1.7","38":"1801","39":"4.8600000000000003","40":"1767","41":"7.9203026597345367","42":"0.87177627202558483","43":"28.668338793034192","44":"2687","45":"22.739114253814662","46":"31.522143654633421","47":"25.046520282843321","48":"20.692221808708595","49":"1245","50":"-966","51":"5814","52":"2944","53":"2870","54":"1338","55":"1407","56":"2444","57":"625","58":"6780","59":"3426","60":"3354","61":"2029","62":"1579","63":"2690","64":"482","65":"14780","66":"1462","67":"19.100000000000001","68":"897","69":"9.6999999999999993","70":"34","71":"3055","72":"0.45","73":"0.38","74":"0.17","75":"0.35","76":"0.03","77":"83.010690860389602","78":"16379.666666666666","79":"52.426923960104212","80":"27","81":"36","82":"436.4","83":"319.34985049123884","84":"459.6","85":"302.89597083337543","86":"23335","87":"19.180660699167344","88":"9432","89":"4070","90":"7.7625157398339191","91":"40","92":"178","93":"128","94":"114","95":"115","96":"21","97":"37461","98":"20.624115747043593","99":"5089","100":"9603","101":"7592","102":"911","103":"775","104":"43.4","105":"31.2","106":"10.1","107":"15.2","108":"28980","109":"18472","110":"8992","111":"1516","112":"66036","113":"27862","114":"29429","115":"8745","116":"9293.1442310000002","117":"11187.94447","118":"7528.9188430000004","119":"3.2348866728284964","120":"2.9961866024617922","121":"3.4871478553566426","122":"103655","123":"39.4","124":"9814","125":"10137.88501","126":"2.3271706365074474","127":"41.4","128":"0.42829972799999999","129":"11191","130":"3443","131":"3537","132":"3726","133":"485","134":"91","135":"58","136":"50","137":"17","138":"33","139":"1531","140":"888","141":"643","142":"271","143":"372","144":"37660","145":"22003","146":"15657","147":"6832","148":"8825","149":"27.272475795297371","150":"0.79812468605235254","151":"0.94370679249423906","152":"0.64743298500681501","153":"78.740157480314963","154":"63.916466963368713","155":"23.76","156":"34.6","157":"13.4","158":"2.2999999999999998","159":"4005","160":"31.2","161":"6.1423220973782771","162":"4","163":"16.7","164":"40.124843945068669","165":"72.259675405742811","166":"10.837410071942447","167":"2.9108072225172599","168":"18960.142","169":"384.51799999999997","170":"2.0","171":"18575.623","172":"18547.824000000001","173":"27.798999999999999","174":"99.850346876656573","175":"0.14965312334342704","176":"13061.242","177":"602.58199999999999","178":"1443.6189999999999","179":"1069.6320000000001","180":"252.55500000000001","181":"70.419264792502602","182":"3.24880140932967","183":"7.7832252568697404","184":"5.7668864139056701","185":"1.3616421332420401","186":"82.778395651281301","187":"58.291940767452502","188":"2.68930582953237","189":"6.4428293449251557","190":"4.7737363098372798","191":"1.1271455731793312","192":"0.2","193":"14168.043410158381","194":"99.942580074294767","195":"403.7","196":"328","197":"1425","198":"287.2","199":"218","200":"984","201":"79075","202":"1.07","203":"8.5299999999999994","204":"1.85","205":"3.62","206":"0.55000000000000004","207":"1.07","208":"8.5299999999999994","209":"1.9570000000000001","210":"3.6360000000000001","211":"3.26","212":"1.7178807656275354","213":"20.595589690155069","214":"84547","215":"74857","216":"6.914276553962889","217":"256","218":"4","219":"44","220":"208","221":"1.1474801816027398","222":"3.0279016405076464","223":"4","224":"418","225":"2.6095300286361582","226":"28","227":"20.6","228":"23.7","229":"16.3","230":"(3.3)","231":"(4.1)","232":"(4.1)","233":"6","234":"0.118555854898135","235":"139","236":"9","237":"1.3834753081193061","238":"180","239":"7","240":"1.50535863683445","241":"223","242":"224","243":"213","244":"30.88","245":"11.9","246":"38.5","247":"1.44","248":"4.7","249":"0.17","250":"0.6","251":"0.4","252":"1.3","253":"0.69","254":"2.2000000000000002","255":"1.57","256":"5.0999999999999996","257":"1.17","258":"3.8","259":"1.05","260":"3.4","261":"0.01","262":"0","263":"1.07","264":"3.5","265":"0","266":"0","267":"1.07","268":"3.5","269":"2.23","270":"7.2","271":"8.11","272":"26.200000000000006","273":"224066","274":"18829","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"48.04","295":"-","296":"60.32581384432725","297":"59.22545027193965","298":"59.800230752980553","299":"56.495909309662586","300":"58.286036266775945"},{"1":"סח'נין","2":"7500","3":"הצפון","4":"עירייה","5":"105.837195032552","6":"1995","7":"0","8":"15","9":"262","10":"לב הגליל","11":"11.528603883351417","12":"2840.2","13":"32743","14":"-","15":"-","16":"99.9","17":"95","18":"5","19":"-","20":"16804","21":"15940","22":"9.1653177778456456","23":"9.5928900833766004","24":"9.5837278196866507","25":"9.1744800415355954","26":"17.124270836514675","27":"20.444064380172861","28":"16.256909873866171","29":"3.1334941819625568","30":"5.5278990929358951","31":"33.839293894878296","32":"2.1195370002748679","33":"756","34":"580","35":"2.2400000000000002","36":"2","37":"( 3.3)","38":"92","39":"4.9000000000000004","40":"488","41":"15.029732308713573","42":"1.705100877103888","43":"2.1378615276547656E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"48","50":"39","51":"241","52":"71","53":"170","54":"59","55":"107","56":"75","57":"0","58":"202","59":"76","60":"126","61":"54","62":"84","63":"64","64":"0","65":"18","66":"374","67":"42.8","68":"61","69":"4.4000000000000004","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"1714.3333333333333","79":"83.038275356606249","80":"31","81":"39","82":"25","83":"299.78213600166049","84":"22.4","85":"218.44864009727942","86":"4076","87":"21.377248649499133","88":"1857","89":"1061","90":"9.8467575163052121","91":"37","92":"146","93":"120","94":"133","95":"153","96":"..","97":"1743","98":"38.496844520940904","99":"2296","100":"995","101":"1187","102":"123","103":"128","104":"73.900000000000006","105":"0.6","106":"18.3","107":"7.2","108":"4951","109":"3122","110":"1710","111":"119","112":"11053","113":"4832","114":"5599","115":"622","116":"6711.5620730000001","117":"8024.953775","118":"5093.3756709999998","119":"1.4900048965292179","120":"1.7575296923228567","121":"1.7312574915717027","122":"14687","123":"54.6","124":"1291","125":"8628.0411679999997","126":"-3.9505872929189056","127":"40","128":"0.40004063400000001","129":"1980","130":"655","131":"629","132":"668","133":"28","134":"18","135":"10","136":"9","137":"3","138":"6","139":"306","140":"160","141":"146","142":"64","143":"82","144":"7856","145":"3984","146":"3872","147":"1784","148":"2088","149":"25.728571428571428","150":"0.87599233506706808","151":"1.4827018121911038","152":"0.27292576419213971","153":"85.964912280701753","154":"64.912280701754383","155":"17.75","156":"34.799999999999997","157":"25.1","158":"3.8","159":"786","160":"32.6","161":"2.9262086513994912","162":"2.7","163":"20.100000000000001","164":"57.633587786259547","165":"78.371501272264638","166":"11.015384615384615","167":"3.0137125444388015","168":"2367.4940000000001","169":"257.37700000000001","170":"10.9","171":"2110.1170000000002","172":"2008.2950000000001","173":"101.822","174":"95.174580366870657","175":"4.8254196331293482","176":"1549.6869999999999","177":"91.343000000000004","178":"76.513999999999996","179":"186.934","180":"48.832000000000001","181":"77.164311020044394","182":"4.5482859838818497","183":"3.8098984461944099","184":"9.3080946773257907","185":"2.4315152903333401","186":"61.333221353530398","187":"47.327357683850501","188":"2.789610310285854","189":"2.3367334473491326","190":"5.7089543122404107","191":"1.4913266552650868","192":"0","193":"1512.101566103478","194":"98.000134337673799","195":"7.3","196":"4.4000000000000004","197":"24","198":"25.3","199":"18","200":"80","201":"8681","202":"2.41","203":"3.16","204":"5.84","205":"-","206":"0.375","207":"1.81","208":"2.56","209":"5.399","210":"1.9410000000000001","211":"0.30499999999999999","212":"..","213":"..","214":"14967","215":"12923","216":"8.7037065696819624","217":"22","218":"-","219":"4","220":"18","221":"0.67756989916331689","222":"1.4699004476515001","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.61424182336882804","235":"77","236":"3","237":"-0.62712053074382679","238":"61","239":"4","240":"-0.26765515739833201","241":"91","242":"107","243":"61","244":"11.490000000000002","245":"4.38","246":"38.1","247":"0.2","248":"1.7","249":"0.02","250":"0.2","251":"0.01","252":"0.1","253":"0.08","254":"0.7","255":"0.15","256":"1.3","257":"0.2","258":"1.7","259":"0.03","260":"0.3","261":"0.01","262":"0.1","263":"0","264":"0","265":"0.95","266":"8.3000000000000007","267":"4.32","268":"37.6","269":"0.01","270":"0.1","271":"1.1299999999999999","272":"9.8000000000000007","273":"32743","274":"7476","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"93.29","295":"-","296":"81.383510157476564","297":"72.10093839646035","298":"79.245283018867923","299":"70.254271491995155","300":"68.414702460464511"},{"1":"עכו","2":"7600","3":"הצפון","4":"עירייה","5":"97.064840812384404","6":"1877","7":"1","8":"17","9":"213","10":"עכו","11":"18.094545165134832","12":"3348.7","13":"49614","14":"66.900000000000006","15":"86.4","16":"33.1","17":"91.1","18":"8.1999999999999993","19":"0.7","20":"24562","21":"25052","22":"7.6147861490708264","23":"7.8364977627282624","24":"7.3588100133026968","25":"7.5039303422421089","26":"13.512315072358609","27":"19.714193574394326","28":"16.291772483573187","29":"5.6133349457814328","30":"14.556375216672713","31":"27.139517071794252","32":"5.381545531503205","33":"814","34":"762","35":"2.2599999999999998","36":"2.2000000000000002","37":"( 2.6)","38":"419","39":"6.36","40":"343","41":"6.9210964952472329","42":"0.22498209642994027","43":"18.097714354819207","44":"396","45":"24.747474747474747","46":"40.909090909090914","47":"23.737373737373737","48":"10.606060606060606","49":"-207","50":"-544","51":"870","52":"421","53":"449","54":"183","55":"265","56":"359","57":"63","58":"1414","59":"686","60":"728","61":"360","62":"339","63":"592","64":"123","65":"2858","66":"429","67":"23.3","68":"265","69":"13.5","70":"11","71":"1389","72":"0.78","73":"0.97","74":"0.31","75":"0.57999999999999996","76":"0.16","77":"..","78":"4357.333333333333","79":"70.68727926898282","80":"31","81":"32","82":"101.2","83":"381.69214995994179","84":"109.4","85":"349.69733055140051","86":"5899","87":"20.424485838930824","88":"2305","89":"1013","90":"7.9879401164402548","91":"40","92":"164","93":"126","94":"108","95":"103","96":"..","97":"7459","98":"31.760289583054028","99":"4249","100":"1903","101":"2409","102":"242","103":"239","104":"61","105":"10.1","106":"10","107":"18.899999999999999","108":"7993","109":"5586","110":"2216","111":"191","112":"16495","113":"8287","114":"7174","115":"1034","116":"7907.2198429999999","117":"9557.1991980000003","118":"6228.2085939999997","119":"2.3446211588981303","120":"2.6804066353999456","121":"2.1835123008513646","122":"25456","123":"42.5","124":"1674","125":"9746.573891","126":"2.2687918384446171","127":"39.5","128":"0.37825119499999998","129":"2464","130":"784","131":"811","132":"806","133":"63","134":"27","135":"17","136":"15","137":"4","138":"11","139":"413","140":"222","141":"191","142":"67","143":"124","144":"9146","145":"4970","146":"4176","147":"1636","148":"2540","149":"25.005586592178769","150":"0.85308056872037907","151":"0.99384761003312827","152":"0.71191267204556241","153":"82.541899441340789","154":"51.256983240223462","155":"14.93","156":"34.299999999999997","157":"13.6","158":"2.6","159":"1209","160":"32.1","161":"7.1133167907361461","162":"4","163":"17.2","164":"38.213399503722087","165":"72.125723738626974","166":"8.5418994413407816","167":"3.8406365816437757","168":"4344.4930000000004","169":"181.048","170":"4.2","171":"4163.4449999999997","172":"3974.817","173":"188.62799999999999","174":"95.469424959378586","175":"4.5305750406214083","176":"2436.5259999999998","177":"147.142","178":"477.012","179":"232.22900000000001","180":"56.963000000000001","181":"61.299073642887201","182":"3.7018559596580198","183":"12.0008543789563","184":"5.8425079695492901","185":"1.4330974231014899","186":"80.113211730323499","187":"49.108656656253103","188":"2.9656757029124257","189":"9.6142698780610694","190":"4.6806207800060466","191":"1.1481003728711074","192":"0.2","193":"3663.0974500000002","194":"100","195":"42.1","196":"10.3","197":"60","198":"38.1","199":"18.2","200":"111","201":"17476","202":"-","203":"-","204":"3.14","205":"0.92","206":"-","207":"1.1000000000000001","208":"28.000000000000004","209":"3.34","210":"0.91600000000000004","211":"-","212":"1.7848928780861026","213":"8.8899200858905711","214":"19076","215":"16972","216":"7.7779283525807212","217":"62","218":"1","219":"8","220":"53","221":"1.2510436813566428","222":"3.2501572656741455","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.45842916286551","235":"94","236":"7","237":"0.65237189139117657","238":"152","239":"4","240":"-7.7755259615175501E-2","241":"115","242":"141","243":"77","244":"14.84","245":"3.32","246":"22.4","247":"0.66","248":"4.4000000000000004","249":"0.12","250":"0.8","251":"0.26","252":"1.8","253":"0.33","254":"2.2000000000000002","255":"0.39","256":"2.6","257":"1.07","258":"7.2","259":"0.62","260":"4.2","261":"0","262":"0","263":"0.34","264":"2.2999999999999998","265":"0.21","266":"1.4","267":"2.2400000000000002","268":"15.1","269":"1.08","270":"7.3","271":"4.2","272":"28.3","273":"49614","274":"14944","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"55.22","295":"-","296":"58.325317429780689","297":"61.580205594071238","298":"63.143612083125042","299":"52.692736370319423","300":"58.887425177378731"},{"1":"עפולה","2":"7700","3":"הצפון","4":"עירייה","5":"76.541580923111596","6":"1972","7":"0","8":"17","9":"215","10":"עפולה","11":"29.170349800769984","12":"2025.1","13":"59075","14":"98.9","15":"89.6","16":"-","17":"-","18":"-","19":"-","20":"28829","21":"30246","22":"10.979263647905205","23":"8.5501481168006777","24":"7.0622090562843844","25":"6.2750740584003388","26":"13.965298349555649","27":"18.877697841726619","28":"14.425730004231909","29":"5.1002962336013544","30":"14.764282691493865","31":"30.297079983072365","32":"5.4134574693186623","33":"910","34":"1284","35":"3.2","36":"2.2000000000000002","37":"( 1.9)","38":"401","39":"5.57","40":"883","41":"15.244706108338647","42":"4.0621158261840975","43":"21.467625899280577","44":"143","45":"30.069930069930066","46":"37.06293706293706","47":"19.58041958041958","48":"13.286713286713287","49":"1529","50":"1392","51":"3412","52":"1705","53":"1707","54":"947","55":"975","56":"1238","57":"252","58":"2020","59":"1023","60":"997","61":"637","62":"493","63":"792","64":"98","65":"4400","66":"376","67":"19.3","68":"254","69":"11.7","70":"19","71":"1311","72":"0.46","73":"1.02","74":"0.44","75":"0.26","76":"0.12","77":"81.170877323058605","78":"3892.3333333333335","79":"59.544924063649226","80":"22","81":"38","82":"100.2","83":"367.41966434700976","84":"107.2","85":"340.19131323029154","86":"6182","87":"18.851009330975181","88":"2353","89":"934","90":"7.2771695428960221","91":"39","92":"168","93":"124","94":"105","95":"103","96":"..","97":"8854","98":"27.049920939688278","99":"2306","100":"2423","101":"2834","102":"270","103":"227","104":"79.3","105":"12.7","106":"5.8","107":"2.2000000000000002","108":"6106","109":"4052","110":"1805","111":"249","112":"13380","113":"6059","114":"5886","115":"1435","116":"8450.4020120000005","117":"10166.772209999999","118":"6801.4784689999997","119":"2.4690556029160149","120":"2.991269667023233","121":"1.7999928045678182","122":"26295","123":"39.6","124":"1718","125":"9626.7667980000006","126":"0.66780888403790151","127":"44.9","128":"0.39119051599999999","129":"3446","130":"1183","131":"1077","132":"1063","133":"123","134":"31","135":"22","136":"18","137":"7","138":"11","139":"413","140":"222","141":"191","142":"89","143":"102","144":"9405","145":"4970","146":"4435","147":"2241","148":"2194","149":"24.745945945945945","150":"1.389543099387659","151":"1.3809523809523809","152":"1.3979496738117427","153":"79.35578330893118","154":"59.736456808199122","155":"18.66","156":"35.200000000000003","157":"10.9","158":"2.6","159":"1172","160":"30.9","161":"6.9112627986348123","162":"4.4000000000000004","163":"15.5","164":"38.225255972696246","165":"79.948805460750847","166":"9.1626262626262633","167":"3.4375482306250689","168":"5416.5919999999996","169":"624.50699999999995","170":"11.5","171":"4792.085","172":"4771.7370000000001","173":"20.347999999999999","174":"99.575383157852997","175":"0.42461684214699863","176":"3178.337","177":"282.45999999999998","178":"367.94200000000001","179":"549.75400000000002","180":"130.191","181":"66.607547733665996","182":"5.9194377225735604","183":"7.7108608458513102","184":"11.521045690489601","185":"2.72837752793165","186":"80.772851919561305","187":"53.800815898165098","188":"4.7812986661249912","189":"6.2282822127429078","190":"9.3058771751641949","191":"2.2037883404428196","192":"0","193":"4218.2638803174004","194":"100","195":"126.1","196":"94.2","197":"644","198":"88","199":"38.6","200":"214","201":"21653","202":"0.7","203":"5","204":"-","205":"-","206":"0.1","207":"0.7","208":"5","209":"-","210":"-","211":"0.1","212":"1.9933094246253704","213":"37.021866582176926","214":"21437","215":"19432","216":"7.1885549608892552","217":"65","218":"1","219":"12","220":"52","221":"1.1222037339094135","222":"3.0321406913280775","223":"1","224":"119","225":"3.0503231548236371","226":"21","227":"22.7","228":"26.1","229":"21","230":"..","231":"..","232":"(5.0)","233":"5","234":"-0.21278593263111001","235":"104","236":"9","237":"1.4346625599650513","238":"183","239":"5","240":"5.5434498672790503E-2","241":"129","242":"140","243":"129","244":"29.200000000000006","245":"5.82","246":"19.899999999999999","247":"0.42","248":"1.4","249":"0.17","250":"0.6","251":"0.23","252":"0.8","253":"0.23","254":"0.8","255":"0.85","256":"2.9","257":"0.54","258":"1.8","259":"0.49","260":"1.7","261":"0","262":"0","263":"0.21","264":"0.7","265":"3.98","266":"13.6","267":"1.38","268":"4.7","269":"11.08","270":"37.9","271":"3.8","272":"13.200000000000003","273":"59075","274":"10150","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"63.53","295":"-","296":"64.720459952418722","297":"63.951135061325019","298":"63.233639041210701","299":"59.304039427018566","300":"63.270111183780251"},{"1":"עראבה","2":"0531","3":"הצפון","4":"עירייה","5":"109.25414465773","6":"2016","7":"0","8":"15","9":"262","10":"לב הגליל","11":"8.3985981205581233","12":"3172","13":"26641","14":"-","15":"-","16":"99.9","17":"98.8","18":"-","19":"-","20":"13448","21":"13193","22":"9.5604519349874248","23":"9.992117413010023","24":"10.442550955294472","25":"10.832926691940994","26":"18.024848917082693","27":"18.760557036147294","28":"14.518974512968732","29":"2.8377313163920275","30":"5.0223339964716036","31":"36.218610412522054","32":"1.8167486205472767","33":"847","34":"458","35":"2.19","36":"1.6","37":"( 3.2)","38":"71","39":"5.55","40":"387","41":"14.633409453132252","42":"1.4797570724171152","43":"3.0028902818963251E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"3","50":"3","51":"165","52":"49","53":"116","54":"39","55":"67","56":"57","57":"2","58":"162","59":"54","60":"108","61":"42","62":"72","63":"48","64":"0","65":"18","66":"265","67":"36.1","68":"46","69":"4.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1447.6666666666667","79":"93.546974675533306","80":"28","81":"45","82":"20.2","83":"320.4580952939807","84":"17","85":"201.41359363053186","86":"2312","87":"15.669264656048798","88":"1030","89":"654","90":"7.0761198131354774","91":"37","92":"150","93":"122","94":"129","95":"136","96":"-","97":"1417","98":"31.0515172900494","99":"1786","100":"745","101":"938","102":"112","103":"75","104":"48.6","105":"4.9000000000000004","106":"27.1","107":"19.399999999999999","108":"4030","109":"2375","110":"1500","111":"155","112":"9449","113":"3667","114":"4976","115":"806","116":"6558.3620309999997","117":"7646.1722559999998","118":"5212.7388970000002","119":"9.9387286571706035E-2","120":"1.0938477629800269","121":"-0.44093020856369458","122":"10326","123":"56.4","124":"939","125":"10098.81099","126":"-0.21382530264045796","127":"37.6","128":"0.40906099499999998","129":"1561","130":"508","131":"519","132":"510","133":"24","134":"12","135":"9","136":"8","137":"3","138":"5","139":"253","140":"135","141":"118","142":"56","143":"62","144":"6428","145":"3261","146":"3167","147":"1636","148":"1531","149":"26.495798319327729","150":"1.0523150932050511","151":"1.524390243902439","152":"0.59311981020166071","153":"85.121107266435985","154":"58.996539792387551","155":"18.04","156":"28.1","157":"19.399999999999999","158":"3.7","159":"631","160":"32.700000000000003","161":"2.6941362916006342","162":"3.5","163":"19.3","164":"50.713153724247228","165":"72.900158478605391","166":"11.027397260273972","167":"2.9961180124223601","168":"2100.7420000000002","169":"265.82","170":"12.7","171":"1834.922","172":"1767.9870000000001","173":"66.935000000000002","174":"96.352161018288513","175":"3.6478389817114842","176":"1447.33","177":"74.085999999999999","178":"25.827000000000002","179":"107.976","180":"40.524999999999999","181":"81.863158496074902","182":"4.1904154272627601","183":"1.46081390869955","184":"6.1072847255098601","185":"2.29215486312965","186":"66.363387260237999","187":"54.327164896212601","188":"2.7809016178071393","189":"0.96944559138170494","190":"4.0530010134754697","191":"1.5211516084231071","192":"0","193":"1283.6932509294002","194":"100","195":"6.9","196":"6.9","197":"31","198":"19.3","199":"16.2","200":"72","201":"6390","202":"9.9550000000000001","203":"47.575000000000003","204":"8.82","205":"-","206":"0.25","207":"7.0609999999999999","208":"32.361000000000004","209":"-","210":"-","211":"0.25","212":"2.3135278796246439","213":"8.5531299987583083","214":"11065","215":"9191","216":"8.3159612664563163","217":"9","218":"-","219":"4","220":"5","221":"0.3403118477472617","222":"0.81337550835969274","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.86253519650034205","235":"51","236":"4","237":"-0.53217141527203249","238":"68","239":"3","240":"-0.32585484310019502","241":"83","242":"98","243":"52","244":"8.36","245":"4.01","246":"48","247":"7.0000000000000007E-2","248":"0.8","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.02","254":"0.2","255":"0.01","256":"0.1","257":"0","258":"0","259":"0.04","260":"0.5","261":"0.01","262":"0.1","263":"0","264":"0","265":"0.44","266":"5.3","267":"3.26","268":"39","269":"0.05","270":"0.6","271":"0.44","272":"5.3","273":"26641","274":"6644","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"83.9","295":"-","296":"59.444991385675607","297":"65.900266925503516","298":"72.143497757847527","299":"55.149520840549592","300":"56.869746745042029"},{"1":"ערד","2":"2560","3":"הדרום","4":"עירייה","5":"122.078469319544","6":"1995","7":"0","8":"15","9":"610","10":"ערד","11":"126.13097794292001","12":"218.7","13":"27582","14":"96.6","15":"84.1","16":"-","17":"-","18":"-","19":"-","20":"13565","21":"14016","22":"12.761946196795011","23":"10.655499963744472","24":"7.3453701689507653","25":"6.8377927633964184","26":"14.734246972663332","27":"14.82488579508375","28":"13.588572257269233","29":"4.5174389094336886","30":"14.730621419766514","31":"34.816184468131389","32":"6.507867449786092","33":"1098","34":"691","35":"3.98","36":"2","37":"( 2.8)","38":"209","39":"5.61","40":"482","41":"17.594500227346479","42":"1.3726648811799009","43":"26.955985787832642","44":"37","45":"18.918918918918919","46":"37.837837837837839","47":"24.324324324324326","48":"18.918918918918919","49":"-98","50":"-184","51":"816","52":"433","53":"383","54":"284","55":"297","56":"201","57":"34","58":"1000","59":"525","60":"475","61":"260","62":"283","63":"368","64":"89","65":"1788","66":"140","67":"15.9","68":"125","69":"12.2","70":"8","71":"835","72":"0.79","73":"0.86","74":"0.98","75":"-","76":"0.44","77":"..","78":"2552.3333333333335","79":"79.227622822224845","80":"14","81":"30","82":"55.2","83":"374.15058903549385","84":"63","85":"348.67068461906035","86":"3344","87":"24.139175629827474","88":"1263","89":"522","90":"9.1027027027027039","91":"41","92":"174","93":"130","94":"105","95":"96","96":"..","97":"4194","98":"38.912732474964237","99":"1050","100":"1191","101":"1424","102":"116","103":"139","104":"33.1","105":"57.3","106":"0.6","107":"9","108":"4581","109":"2568","110":"1179","111":"834","112":"12824","113":"3739","114":"3977","115":"5108","116":"7962.2476360000001","117":"9791.4056430000001","118":"6102.2993939999997","119":"-0.72269062490157854","120":"-3.0762725869417751","121":"1.2550370443905834","122":"13539","123":"43.7","124":"926","125":"7826.3168219999998","126":"-3.6825305143937337","127":"51.7","128":"0.40041050099999997","129":"2034","130":"674","131":"642","132":"645","133":"73","134":"17","135":"11","136":"8","137":"2","138":"6","139":"221","140":"147","141":"74","142":"23","143":"51","144":"4860","145":"3145","146":"1715","147":"577","148":"1138","149":"23.322033898305083","150":"1.0633156114064766","151":"1.0082493125572869","152":"1.1247443762781186","153":"59.33147632311978","154":"47.632311977715879","155":"13.74","156":"23","157":"6.6","158":"1.6","159":"493","160":"27.8","161":"9.939148073022313","162":"3.5","163":"15.5","164":"31.237322515212984","165":"59.026369168356993","166":"10.723076923076922","167":"2.5898749743799958","168":"2468.0590000000002","169":"125.506","170":"5.1","171":"2342.5529999999999","172":"2342.2869999999998","173":"0.26600000000000001","174":"99.988644867373338","175":"1.1355132626668426E-2","176":"1496.6890000000001","177":"46.329000000000001","178":"377.01299999999998","179":"80.536000000000001","180":"32.122999999999998","181":"63.898617035401699","182":"1.97793865568139","183":"16.0959352974251","184":"3.4383489299133698","185":"1.3714374028460199","186":"84.920854180262495","187":"54.263251395837898","188":"1.6796824015662388","189":"13.668805742875788","190":"2.9198752809803494","191":"1.1646363570444493","192":"0","193":"1184.1973953792001","194":"99.90000000000002","195":"9.1","196":"6.6","197":"40","198":"11.6","199":"10.9","200":"85","201":"9415","202":"0.44900000000000001","203":"5.0057999999999998","204":"1.198","205":"0.57299999999999995","206":"4.9000000000000002E-2","207":"4.9000000000000002E-2","208":"0.20600000000000002","209":"1.198","210":"0.57299999999999995","211":"4.9000000000000002E-2","212":"1.4228994892078595","213":"5.87455380553354","214":"10798","215":"8441","216":"8.6213718753702171","217":"10","218":"-","219":"2","220":"8","221":"0.36503112504868218","222":"0.92609742544915719","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.69604210177858605","235":"70","236":"7","237":"0.59271300427258644","238":"146","239":"2","240":"-0.93231461739903598","241":"26","242":"22","243":"33","244":"126.03","245":"5.21","246":"4.0999999999999996","247":"0.34","248":"0.3","249":"0","250":"0","251":"0.08","252":"0.1","253":"0.25","254":"0.2","255":"0.13","256":"0.1","257":"0.7","258":"0.6","259":"0.87","260":"0.7","261":"0","262":"0","263":"0.19","264":"0.2","265":"0.49","266":"0.4","267":"1.07","268":"0.8","269":"30.1","270":"23.9","271":"86.6","272":"68.600000000000009","273":"27582","274":"5294","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"63.62","295":"-","296":"60.708639449455973","297":"59.717248755987541","298":"59.372530792470371","299":"56.898068818598624","300":"57.049572335142095"},{"1":"פתח תקווה","2":"7900","3":"המרכז","4":"עירייה","5":"4.2329036440192498","6":"1937","7":"0","8":"29","9":"410","10":"פתח תקווה","11":"35.766131829894576","12":"7051.9","13":"252270","14":"99.8","15":"91.7","16":"-","17":"-","18":"-","19":"-","20":"123536","21":"128733","22":"8.1262139770880406","23":"8.8635192452531015","24":"8.1285923811788958","25":"6.9782376025686768","26":"11.042930193839933","27":"18.893249296388788","28":"17.062670947794029","29":"4.2823165655844928","30":"16.62187338962223","31":"29.516391168192808","32":"7.0888333927934353","33":"950","34":"3906","35":"2.63","36":"8.1999999999999993","37":"2.0","38":"1752","39":"4.67","40":"2154","41":"8.5688086635302305","42":"0.71291385898931026","43":"18.324810718674435","44":"383","45":"24.281984334203656","46":"34.203655352480418","47":"27.676240208877285","48":"13.838120104438643","49":"-452","50":"-907","51":"7765","52":"3937","53":"3828","54":"2100","55":"1940","56":"3080","57":"645","58":"8671","59":"4437","60":"4234","61":"2693","62":"1973","63":"3524","64":"481","65":"13282","66":"1558","67":"19.2","68":"927","69":"8.9","70":"42","71":"3342","72":"0.11","73":"0.11","74":"0.5","75":"0.62","76":"-","77":"83.501592594838797","78":"17238.333333333332","79":"53.526336983504891","80":"24","81":"32","82":"435","83":"316.75146816515633","84":"521","85":"330.63284725602273","86":"22912","87":"16.824420081801694","88":"9124","89":"3834","90":"6.7058650595325595","91":"41","92":"193","93":"132","94":"112","95":"109","96":"16","97":"40235","98":"15.04660121784516","99":"2871","100":"9175","101":"7171","102":"945","103":"910","104":"54.2","105":"33.9","106":"7.9","107":"4","108":"31656","109":"20288","110":"9988","111":"1380","112":"71038","113":"30690","114":"32519","115":"7829","116":"10999.68555","117":"13182.54184","118":"8987.7409750000006","119":"2.6941794567952204","120":"2.3666934593936206","121":"3.1000895729773159","122":"122522","123":"32.4","124":"10411","125":"11831.511780000001","126":"3.5472204933350016","127":"37.200000000000003","128":"0.42612122899999999","129":"13937","130":"4448","131":"4452","132":"4607","133":"430","134":"125","135":"74","136":"77","137":"27","138":"50","139":"1997","140":"1174","141":"823","142":"311","143":"512","144":"49868","145":"28934","146":"20934","147":"8633","148":"12301","149":"26.993736951983298","150":"0.60363079417991794","151":"0.8106441096131819","152":"0.38709677419354838","153":"78.617083091226036","154":"68.797210923881465","155":"35.01","156":"40.700000000000003","157":"16.3","158":"2.7","159":"5164","160":"30.8","161":"7.0294345468628965","162":"3.8","163":"16.5","164":"40.201394268009295","165":"68.628969790859799","166":"10.642671854734111","167":"2.9178802835496516","168":"20810.097000000002","169":"673.05","170":"3.2","171":"20137.046999999999","172":"20078.123","173":"58.923999999999999","174":"99.707385099711985","175":"0.29261490028801146","176":"14834.630999999999","177":"432.01","178":"1231.3109999999999","179":"2423.7370000000001","180":"114.75700000000001","181":"73.884550861651803","182":"2.15164535051409","183":"6.1326001439477196","184":"12.071531786113701","185":"0.57155243047370496","186":"79.589816466484294","187":"58.804578427874901","188":"1.7124905854838071","189":"4.8809251991913429","190":"9.6077099932611887","191":"0.45489753042375231","192":"0.4","193":"16118.595390370941","194":"100","195":"430.9","196":"268.5","197":"1373","198":"241.9","199":"140.4","200":"608","201":"86968","202":"-","203":"-","204":"9.2170000000000005","205":"9.2089999999999996","206":"-","207":"-","208":"-","209":"2.6509999999999998","210":"4.5179999999999998","211":"-","212":"1.8555117644888668","213":"9.1881117596198081","214":"102751","215":"88476","216":"7.1490799764907997","217":"301","218":"4","219":"48","220":"249","221":"1.1974054817653665","222":"2.9294118792031218","223":"4","224":"361","225":"2.0649551372766157","226":"19.7","227":"20.2","228":"20.8","229":"16.3","230":"(5.0)","231":"13.9","232":"(4.2)","233":"7","234":"0.60785712806535797","235":"178","236":"6","237":"0.36381227822113715","238":"137","239":"9","240":"3.0875192253966302","241":"248","242":"248","243":"236","244":"35.85","245":"12.07","246":"33.700000000000003","247":"1.54","248":"4.3","249":"0.3","250":"0.8","251":"1.1200000000000001","252":"3.1","253":"0.43","254":"1.2","255":"2.13","256":"5.9","257":"2.4300000000000002","258":"6.8","259":"1.76","260":"4.9000000000000004","261":"0.01","262":"0","263":"0.31","264":"0.9","265":"0.05","266":"0.1","267":"1.56","268":"4.4000000000000004","269":"4.78","270":"13.3","271":"7.36","272":"20.600000000000009","273":"252270","274":"20901","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"56.19","295":"-","296":"69.486415998817407","297":"68.848343169834266","298":"68.853304708506158","299":"66.089440098806094","300":"67.80476708035286"},{"1":"צפת","2":"8000","3":"הצפון","4":"עירייה","5":"142.696019474091","6":"1877","7":"0","8":"15","9":"216","10":"צפת","11":"29.938776493463081","12":"1251.5999999999999","13":"37472","14":"97.9","15":"93.8","16":"-","17":"-","18":"-","19":"-","20":"19057","21":"18415","22":"13.500747224594363","23":"11.568637916310845","24":"10.573228010247652","25":"9.156169940222032","26":"15.641011955593509","27":"14.565542271562768","28":"11.275085397096499","29":"3.914923142613151","30":"9.8019854824935955","31":"41.006618274978649","32":"3.914923142613151","33":"1203","34":"1053","35":"4.68","36":"2.4","37":"( 2.3)","38":"209","39":"5.48","40":"844","41":"22.95567092194414","42":"3.9126506511233288","43":"14.010461144321093","44":"128","45":"31.25","46":"35.9375","47":"22.65625","48":"10.15625","49":"184","50":"90","51":"1903","52":"993","53":"910","54":"640","55":"703","56":"532","57":"28","58":"1813","59":"931","60":"882","61":"585","62":"594","63":"528","64":"106","65":"2004","66":"445","67":"41","68":"164","69":"13.2","70":"13","71":"1621","72":"0.65","73":"0.41","74":"1.52","75":"-","76":"1.91","77":"..","78":"1578","79":"48.211214322407656","80":"..","81":"..","82":"46","83":"319.99036760585881","84":"49.8","85":"300.28852115820513","86":"3144","87":"17.659944953097792","88":"1220","89":"540","90":"6.9694373036275348","91":"37","92":"148","93":"119","94":"108","95":"104","96":"..","97":"3550","98":"24.760563380281692","99":"2623","100":"972","101":"2019","102":"118","103":"110","104":"46.1","105":"20.9","106":"14.3","107":"18.7","108":"5845","109":"2960","110":"1768","111":"1117","112":"17382","113":"4381","114":"5985","115":"7016","116":"6750.8220419999998","117":"7900.9660649999996","118":"5706.6123369999996","119":"3.8773226545220307","120":"4.7378865807039539","121":"3.088698065215234","122":"14790","123":"52.2","124":"1191","125":"8167.4500879999996","126":"4.3624395939309002","127":"50","128":"0.41226485299999999","129":"2608","130":"855","131":"793","132":"772","133":"188","134":"37","135":"24","136":"18","137":"5","138":"13","139":"390","140":"242","141":"148","142":"52","143":"96","144":"8630","145":"5217","146":"3413","147":"1195","148":"2218","149":"23.708108108108107","150":"3.3028455284552845","151":"4.6161565479177122","152":"1.9557385486361298","153":"49.016100178890873","154":"33.989266547406082","155":"16.23","156":"29.7","157":"9","158":"2.5","159":"1049","160":"28.3","161":"7.1496663489037173","162":"3.4","163":"16.8","164":"35.462345090562444","165":"56.81601525262154","166":"8.2735655737704921","167":"3.4255108359133128","168":"3325.806","169":"545.21900000000005","170":"16.4","171":"2780.587","172":"2767.6109999999999","173":"12.976000000000001","174":"99.5333359466904","175":"0.46666405330960697","176":"1826.44","177":"181.55099999999999","178":"104.934","179":"211.166","180":"1.8420000000000001","181":"65.993378404696301","182":"6.5598452961778202","183":"3.7915010454865201","184":"7.6299017455849096","185":"6.6555596144111301E-2","186":"73.856136418221098","187":"48.740159581565401","188":"4.8448482907693542","189":"2.800256184452806","190":"5.635150641795426","191":"4.9155391882155154E-2","192":"0","193":"1773.7182445831288","194":"100","195":"19.3","196":"16.8","197":"93","198":"12.1","199":"7","200":"47","201":"10465","202":"0.25","203":"2.5","204":"2.5","205":"-","206":"-","207":"0.25","208":"2.5","209":"2.62","210":"-","211":"-","212":"1.8759097443715982","213":"1.7859575895749478","214":"9654","215":"8393","216":"8.3972357917312053","217":"17","218":"1","219":"3","220":"13","221":"0.46237725790645784","222":"1.7609281126993992","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.22139621555085","235":"23","236":"8","237":"1.3072873779150553","238":"177","239":"2","240":"-0.94921574284739096","241":"25","242":"36","243":"18","244":"29.95","245":"3.26","246":"10.9","247":"0.43","248":"1.4","249":"0.12","250":"0.4","251":"0.45","252":"1.5","253":"0.17","254":"0.6","255":"0.19","256":"0.6","257":"0.13","258":"0.4","259":"0.34","260":"1.1000000000000001","261":"0.08","262":"0.3","263":"0.09","264":"0.3","265":"10.33","266":"34.5","267":"0.28000000000000003","268":"0.9","269":"0.05","270":"0.2","271":"14.03","272":"46.899999999999991","273":"37472","274":"11494","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.12","295":"61.784539473684205","296":"61.121204256423567","297":"61.222207887154347","298":"62.592529566919083","299":"56.011089641266906","300":"60.253437137651154"},{"1":"קלנסווה","2":"0638","3":"המרכז","4":"עירייה","5":"24.229198984475602","6":"2000","7":"0","8":"13","9":"458","10":"מזרח השרון","11":"8.3653811722466234","12":"2832","13":"23877","14":"-","15":"-","16":"99.8","17":"99.9","18":"-","19":"-","20":"12220","21":"11657","22":"11.048289148553001","23":"10.306989990367299","24":"10.340495037064958","25":"10.41588139213469","26":"18.431963814549565","27":"17.983833814968378","28":"13.908782510365624","29":"3.0028898102776731","30":"4.5608744817188089","31":"37.898395945889348","32":"1.5202914939062697","33":"875","34":"490","35":"2.7","36":"1.4","37":"( 2.7)","38":"77","39":"6.17","40":"413","41":"17.430047091351028","42":"1.5526871328623315","43":"5.863383172090296E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-59","50":"-76","51":"159","52":"60","53":"99","54":"56","55":"61","56":"42","57":"0","58":"235","59":"98","60":"137","61":"96","62":"73","63":"65","64":"1","65":"26","66":"258","67":"38.4","68":"77","69":"8.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1636.6666666666667","79":"118.7048474807255","80":"34","81":"57","82":"10.8","83":"188.83504751851959","84":"12.8","85":"193.71502389304246","86":"1800","87":"13.803680981595093","88":"730","89":"417","90":"5.6813759825667365","91":"36","92":"158","93":"122","94":"115","95":"120","96":"-","97":"1167","98":"20.908311910882606","99":"691","100":"555","101":"890","102":"86","103":"72","104":"78.5","105":"16.7","106":"1.1000000000000001","107":"3.8","108":"3500","109":"1987","110":"1307","111":"206","112":"8598","113":"3079","114":"4399","115":"1120","116":"6808.0021749999996","117":"8085.705567","118":"5168.2580330000001","119":"1.4721177008997888","120":"2.3879429166227206","121":"0.71685775396927998","122":"9807","123":"49.1","124":"880","125":"8845.1629580000008","126":"4.2129707738969291","127":"37.700000000000003","128":"0.36559327000000003","129":"1463","130":"513","131":"459","132":"456","133":"35","134":"13","135":"7","136":"6","137":"2","138":"4","139":"236","140":"130","141":"106","142":"47","143":"59","144":"5890","145":"3165","146":"2725","147":"1265","148":"1460","149":"27.08653846153846","150":"0.4869565217391304","151":"0.69735006973500702","152":"0.27758501040943789","153":"71.929824561403507","154":"51.267056530214425","155":"12.88","156":"24.2","157":"18.100000000000001","158":"3.2","159":"572","160":"32.200000000000003","161":"3.6713286713286712","162":"2.5","163":"18.2","164":"43.18181818181818","165":"70.104895104895107","166":"11.343570057581575","167":"2.8774957698815569","168":"2077.4180000000001","169":"353.90699999999998","170":"17.035907073107101","171":"1723.511","172":"1315.413","173":"408.09800000000001","174":"76.321706098771642","175":"23.678293901228365","176":"1147.8789999999999","177":"24.068000000000001","178":"14.297000000000001","179":"75.433000000000007","180":"35.854999999999997","181":"87.263771910418996","182":"1.8296915113352199","183":"1.0868829789579399","184":"5.7345487690938102","185":"2.7257598944209902","186":"55.091217489634403","187":"48.074674372827403","188":"1.0079993298990662","189":"0.59877706579553547","190":"3.1592327344306237","191":"1.5016543116806969","192":"1","193":"1022.8940238326516","194":"85.000000349488573","195":"16.3","196":"13.8","197":"63","198":"16.399999999999999","199":"14.8","200":"78","201":"4539","202":"0.3","203":"0.3","204":"-","205":"0.6","206":"-","207":"0.3","208":"3","209":"-","210":"0.6","211":"-","212":"1.7897484484271751","213":"12.374703686149861","214":"9992","215":"8214","216":"9.4648161675188707","217":"16","218":"-","219":"9","220":"7","221":"0.67525606165040308","222":"1.6012810248198557","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.79137928241656996","235":"58","236":"5","237":"1.8588624419861938E-2","238":"115","239":"6","240":"0.79402176937117397","241":"191","242":"184","243":"195","244":"8.3899999999999988","245":"4.3899999999999997","246":"52.3","247":"0.06","248":"0.7","249":"0.01","250":"0.1","251":"0","252":"0","253":"0.05","254":"0.6","255":"0.31","256":"3.7","257":"0.01","258":"0.1","259":"7.0000000000000007E-2","260":"0.8","261":"0.19","262":"2.2999999999999998","263":"0","264":"0","265":"0","266":"0","267":"0.31","268":"3.7","269":"2.84","270":"33.799999999999997","271":"0.15","272":"1.9000000000000086","273":"23877","274":"5439","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"72.42","295":"65.429647381033902","296":"47.665689568885398","297":"65.547877591312925","298":"72.585019820571674","299":"35.03171818059117","300":"54.273670557717246"},{"1":"קריית אונו","2":"2620","3":"תל אביב","4":"עירייה","5":"0","6":"1992","7":"0","8":"15","9":"508","10":"קריית אונו","11":"4.6046702149314473","12":"9099.5","13":"41900","14":"99.9","15":"97.3","16":"-","17":"-","18":"-","19":"-","20":"20309","21":"21591","22":"6.8735083532219567","23":"9.0978520286396183","24":"9.4582338902147978","25":"7.3436754176610979","26":"9.2267303102625302","27":"19.761336515513126","28":"18.983293556085918","29":"3.9045346062052504","30":"15.350835322195705","31":"30.07398568019093","32":"6.8758949880668254","33":"928","34":"472","35":"2.02","36":"0.6","37":"..","38":"230","39":"3.8","40":"242","41":"5.8500333345708322","42":"2.6095095276134401","43":"7.2505966587112169","44":"45","45":"35.555555555555557","46":"20","47":"24.444444444444443","48":"20","49":"736","50":"666","51":"2190","52":"1044","53":"1146","54":"598","55":"358","56":"1014","57":"220","58":"1524","59":"778","60":"746","61":"364","62":"370","63":"686","64":"104","65":"1785","66":"107","67":"8.3000000000000007","68":"139","69":"8.1999999999999993","70":"6","71":"347","72":"0.51","73":"-","74":"-","75":"0.34","76":"-","77":"..","78":"2179.3333333333335","79":"42.988333587014772","80":"21","81":"25","82":"62","83":"292.15301488257296","84":"83","85":"327.60344320595334","86":"3045","87":"13.388734995383194","88":"1215","89":"492","90":"5.4076909382232508","91":"41","92":"211","93":"131","94":"112","95":"109","96":"..","97":"6104","98":"7.5524246395806029","99":"267","100":"1190","101":"758","102":"133","103":"90","104":"40.5","105":"48.6","106":"4.9000000000000004","107":"6.1","108":"4766","109":"3111","110":"1599","111":"56","112":"10273","113":"4908","114":"5047","115":"318","116":"14504.46515","117":"17525.274519999999","118":"11789.747810000001","119":"1.0514794560049223","120":"0.85335013013416727","121":"1.6403700985745617","122":"17445","123":"28.2","124":"1966","125":"13912.594010000001","126":"2.6177681020905563","127":"33.1","128":"0.46536313400000001","129":"2036","130":"593","131":"643","132":"692","133":"108","134":"15","135":"9","136":"6","137":"3","138":"3","139":"295","140":"171","141":"124","142":"60","143":"64","144":"8511","145":"4618","146":"3893","147":"1960","148":"1933","149":"28.894736842105264","150":"0.35897435897435898","151":"0.34930139720558884","152":"0.36919831223628691","153":"93.474426807760139","154":"90.476190476190482","155":"58.63","156":"61.1","157":"22.3","158":"3.7","159":"775","160":"30.7","161":"6.4516129032258061","162":"2.8","163":"15.6","164":"50.322580645161288","165":"75.225806451612897","166":"12.558823529411764","167":"2.4621779859484776","168":"3466.971","169":"60.472000000000001","170":"1.7","171":"3406.5","172":"3406.5","173":"-","174":"100","175":"-","176":"2766.0540000000001","177":"118.339","178":"202.57599999999999","179":"39.335999999999999","180":"20.265999999999998","181":"81.199319301135901","182":"3.4739185304325599","183":"5.94675060817573","184":"1.1547339365137099","185":"0.59492164829638905","186":"81.300715990453497","187":"66.015608591885396","188":"2.8243198090692125","189":"4.8347494033412888","190":"0.93880668257756561","191":"0.48367541766109784","192":"0","193":"2646.1160358012721","194":"100","195":"346.2","196":"240.3","197":"1171","198":"143.19999999999999","199":"142.5","200":"653","201":"14461","202":"-","203":"-","204":"0.95","205":"2.2549999999999999","206":"0.746","207":"-","208":"-","209":"2.3879999999999999","210":"1.5860000000000001","211":"0.746","212":"1.4313932321806377","213":"33.788491885868858","214":"17807","215":"15943","216":"6.713604716803613","217":"40","218":"-","219":"3","220":"37","221":"0.96694765860674914","222":"2.2463076318301791","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.60215653359704","235":"246","236":"2","237":"-1.2191121824275102","238":"16","239":"9","240":"3.2101109625237099","241":"249","242":"249","243":"249.5","244":"4.5999999999999996","245":"2.78","246":"60.4","247":"0.22","248":"4.8","249":"0.01","250":"0.2","251":"0.02","252":"0.4","253":"0.09","254":"2","255":"0.08","256":"1.7","257":"0","258":"0","259":"0.19","260":"4.0999999999999996","261":"0","262":"0","263":"0.06","264":"1.3","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"1.1499999999999999","272":"25.099999999999994","273":"41900","274":"15072","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"60.47","295":"-","296":"75.434260451839734","297":"74.554345564264409","298":"74.104958478343264","299":"73.061196904673395","300":"73.268408703757274"},{"1":"קריית אתא","2":"6800","3":"חיפה","4":"עירייה","5":"86.501708833343699","6":"1967","7":"0","8":"17","9":"305","10":"קריית אתא","11":"17.336641635478188","12":"3452.2","13":"60102","14":"99.8","15":"92","16":"-","17":"-","18":"-","19":"-","20":"29416","21":"30686","22":"8.0063891384646109","23":"7.8433330005657051","24":"6.8417024391867161","25":"6.1445542577618051","26":"12.685101993278094","27":"19.189045289674219","28":"16.640045256397457","29":"5.4939935443080099","30":"17.159162756647035","31":"26.39679212006256","32":"6.5222455159562074","33":"852","34":"941","35":"2.4300000000000002","36":"1.8","37":"( 1.9)","38":"467","39":"5.43","40":"474","41":"7.9352736356608204","42":"1.2432511859880151","43":"16.666666666666664","44":"69","45":"40.579710144927539","46":"28.985507246376812","47":"11.594202898550725","48":"18.840579710144929","49":"262","50":"162","51":"1995","52":"990","53":"1005","54":"551","55":"505","56":"791","57":"148","58":"1833","59":"906","60":"927","61":"471","62":"464","63":"756","64":"142","65":"3290","66":"376","67":"18.100000000000001","68":"225","69":"9","70":"15","71":"1036","72":"0.89","73":"-","74":"0.13","75":"0.64","76":"0.09","77":"81.538859229746194","78":"4967","79":"61.076648792055892","80":"32","81":"34","82":"126.4","83":"363.17906657443802","84":"128.19999999999999","85":"325.6199581313744","86":"5951","87":"17.280831663617622","88":"2337","89":"957","90":"6.8025032746325138","91":"40","92":"171","93":"126","94":"110","95":"105","96":"..","97":"10226","98":"22.28632896538236","99":"1802","100":"2823","101":"2566","102":"297","103":"321","104":"58.1","105":"30.8","106":"6.3","107":"4.9000000000000004","108":"7042","109":"4798","110":"2034","111":"210","112":"14971","113":"7185","114":"6570","115":"1216","116":"9523.3264029999991","117":"11782.87297","118":"7378.4906380000002","119":"3.6043408712911784","120":"3.5745149738066528","121":"3.6139506841662339","122":"29219","123":"36.6","124":"2062","125":"9907.5564670000003","126":"1.5323276843129952","127":"38.6","128":"0.41334204600000002","129":"3039","130":"979","131":"963","132":"950","133":"147","134":"23","135":"15","136":"12","137":"4","138":"8","139":"366","140":"208","141":"158","142":"73","143":"85","144":"8899","145":"5023","146":"3876","147":"1967","148":"1909","149":"27.720238095238095","150":"0.89916506101477189","151":"1.094736842105263","152":"0.69686411149825789","153":"80.61497326203208","154":"66.844919786096256","155":"22.53","156":"37.299999999999997","157":"13.1","158":"2.7","159":"1031","160":"31","161":"7.7594568380213396","162":"3.6","163":"16.399999999999999","164":"38.506304558680895","165":"73.908826382153251","166":"9.8832035595105676","167":"3.1553179516038266","168":"4502.3710000000001","169":"210.52099999999999","170":"4.7","171":"4291.8500000000004","172":"4290.1239999999998","173":"1.726","174":"99.959784242226547","175":"4.0215757773454333E-2","176":"3277.66","177":"32.753999999999998","178":"573.46199999999999","179":"284.29599999999999","180":"30.265999999999998","181":"76.400122700416105","182":"0.76347443570395601","183":"13.3670262211535","184":"6.6267548443821198","185":"0.70548077398229103","186":"71.381907123009597","187":"54.5358646278764","188":"0.54498261260211978","189":"9.5416382422921409","190":"4.7303039882863844","191":"0.50358563085472785","192":"0.3","193":"4066.0037194538522","194":"99.991946883903879","195":"43.1","196":"35.200000000000003","197":"252","198":"109.4","199":"57.5","200":"368","201":"22007","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.0098028005446156","213":"39.491838391982107","214":"24117","215":"21468","216":"7.0535681013601641","217":"70","218":"-","219":"8","220":"62","221":"1.1718758533676317","222":"2.9025168967947921","223":"-","224":"109","225":"2.5009728554960828","226":"21.1","227":"(17.4)","228":"31.2","229":"21.1","230":"..","231":"..","232":"..","233":"6","234":"0.15357222626498601","235":"142","236":"9","237":"1.3607185307095362","238":"178","239":"5","240":"0.29480270038565198","241":"163","242":"180","243":"103","244":"17.439999999999998","245":"6.1","246":"35","247":"0.36","248":"2.1","249":"0","250":"0","251":"0.18","252":"1","253":"0.15","254":"0.9","255":"0.42","256":"2.4","257":"1.07","258":"6.1","259":"0.6","260":"3.4","261":"0","262":"0","263":"0.15","264":"0.9","265":"1.6","266":"9.1999999999999993","267":"0.5","268":"2.9","269":"4.07","270":"23.3","271":"2.2400000000000002","272":"12.8","273":"60102","274":"9853","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"48.62","295":"-","296":"65.737526884010137","297":"65.289641577820646","298":"66.131655086481814","299":"61.779532851621575","300":"64.970762642068848"},{"1":"קריית ביאליק","2":"9500","3":"חיפה","4":"עירייה","5":"86.467944093445595","6":"1976","7":"0","8":"15","9":"352","10":"קריות","11":"8.5899580051880218","12":"5044.2","13":"43267","14":"99.9","15":"90.2","16":"-","17":"-","18":"-","19":"-","20":"20840","21":"22427","22":"7.3936256269212102","23":"7.6039475812975246","24":"6.4413987565581161","25":"5.4706820440520492","26":"10.872027180067951","27":"20.576883074860749","28":"16.060739131439664","29":"5.2904060831580653","30":"20.290290521644671","31":"24.783322162387037","32":"8.2395359049622119","33":"894","34":"616","35":"2.2400000000000002","36":"0.6","37":"..","38":"390","39":"5.13","40":"226","41":"5.3064750895833432","42":"3.2332170692553177","43":"21.697829754778468","44":"76","45":"35.526315789473685","46":"26.315789473684209","47":"26.315789473684209","48":"11.842105263157894","49":"1106","50":"1025","51":"2830","52":"1388","53":"1442","54":"689","55":"568","56":"1347","57":"226","58":"1805","59":"884","60":"921","61":"371","62":"430","63":"818","64":"186","65":"1888","66":"208","67":"13.7","68":"152","69":"8.8000000000000007","70":"6","71":"602","72":"1.32","73":"-","74":"-","75":"-","76":"0.12","77":"..","78":"3681.6666666666665","79":"57.487512702406917","80":"29","81":"39","82":"101.6","83":"369.55724892109271","84":"121","85":"368.38637052065963","86":"4148","87":"17.04190632703369","88":"1557","89":"659","90":"6.4853382205931354","91":"41","92":"176","93":"126","94":"103","95":"100","96":"..","97":"8710","98":"17.876004592422504","99":"1183","100":"2306","101":"1708","102":"217","103":"261","104":"62.9","105":"30.7","106":"3.2","107":"3.2","108":"5051","109":"3637","110":"1359","111":"55","112":"10053","113":"5479","114":"4268","115":"306","116":"10037.9395","117":"12395.85448","118":"7796.4396429999997","119":"2.5708617487476326","120":"2.3179333533281499","121":"2.8532327144390024","122":"20347","123":"35","124":"1450","125":"10325.372139999999","126":"0.12493372185893303","127":"39.700000000000003","128":"0.417846422","129":"2018","130":"632","131":"639","132":"648","133":"99","134":"12","135":"8","136":"6","137":"3","138":"3","139":"251","140":"124","141":"127","142":"58","143":"69","144":"6105","145":"3178","146":"2927","147":"1457","148":"1470","149":"28.037037037037038","150":"1.2400964519462625","151":"1.6108247422680411","152":"0.81421169504071056","153":"83.227176220806797","154":"68.365180467091292","155":"29.13","156":"38.4","157":"12","158":"2.7","159":"704","160":"31.4","161":"8.8068181818181817","162":"4.5","163":"14.8","164":"40.767045454545453","165":"76.278409090909093","166":"10.018092105263158","167":"3.1548185847972419","168":"3166.9110000000001","169":"132.54300000000001","170":"4.2","171":"3034.3679999999999","172":"3026.665","173":"7.7030000000000003","174":"99.746141535898076","175":"0.25385846410191515","176":"2342.627","177":"160.94999999999999","178":"210.70400000000001","179":"202.27199999999999","180":"25.847999999999999","181":"77.399613105513794","182":"5.3177342058007699","183":"6.9615897365582304","184":"6.6829992747793403","185":"0.85400928084211503","186":"69.951580844966301","187":"54.142252935194598","188":"3.719839142091153","189":"4.8697420726634002","190":"4.6748636405657757","191":"0.59739299251178701","192":"0.3","193":"2369.5264412220331","194":"100","195":"149.19999999999999","196":"120.1","197":"653","198":"90.7","199":"89.1","200":"505","201":"18131","202":"1.35","203":"301.2","204":"2.097","205":"2.3650000000000002","206":"-","207":"0.16800000000000001","208":"300.01799999999997","209":"-","210":"-","211":"-","212":"1.7032176719871299","213":"43.506323497352639","214":"17886","215":"16346","216":"6.8184265263673067","217":"15","218":"-","219":"2","220":"13","221":"0.35219967408739","222":"0.83864475008386441","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.39173811471277198","235":"162","236":"8","237":"1.003534440506989","238":"166","239":"6","240":"0.65556766979915304","241":"179","242":"206","243":"104","244":"8.620000000000001","245":"2.63","246":"30.5","247":"0.26","248":"3","249":"0.05","250":"0.6","251":"0.12","252":"1.4","253":"0.11","254":"1.3","255":"0.47","256":"5.5","257":"0.44","258":"5.0999999999999996","259":"0.25","260":"2.9","261":"0","262":"0","263":"0.05","264":"0.6","265":"7.0000000000000007E-2","266":"0.8","267":"0.12","268":"1.4","269":"2.76","270":"32","271":"1.29","272":"14.900000000000006","273":"43267","274":"16451","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"54.38","295":"-","296":"64.780829924021049","297":"63.51094613158741","298":"63.969798170466099","299":"60.962672460006203","300":"62.646570721223171"},{"1":"קריית גת","2":"2630","3":"הדרום","4":"עירייה","5":"50.112774150565599","6":"1972","7":"0","8":"17","9":"606","10":"קריית גת","11":"15.849294034884318","12":"3822.1","13":"60582","14":"99.9","15":"93.4","16":"-","17":"-","18":"-","19":"-","20":"29972","21":"30610","22":"11.825294641972864","23":"10.189495229606154","24":"7.7613812683635404","25":"6.48872602423162","26":"14.4102208576805","27":"18.789409395530026","28":"12.932884355088971","29":"4.9519659304743984","30":"12.65062229705193","31":"33.706381433429073","32":"4.7736951569773201","33":"958","34":"1432","35":"3.42","36":"3.8","37":"( 2.8)","38":"421","39":"5.83","40":"1011","41":"16.982503815232242","42":"3.5898447855673652","43":"22.216169819418308","44":"75","45":"29.333333333333332","46":"36","47":"29.333333333333332","48":"5.3333333333333339","49":"1105","50":"1032","51":"2804","52":"1398","53":"1406","54":"1037","55":"761","56":"904","57":"102","58":"1772","59":"886","60":"886","61":"616","62":"458","63":"628","64":"70","65":"3732","66":"469","67":"25.4","68":"215","69":"9.5","70":"13","71":"1286","72":"0.48","73":"-","74":"0.83","75":"0.28999999999999998","76":"0.6","77":"80.992200545285002","78":"4194.333333333333","79":"66.010849760249457","80":"23","81":"34","82":"91.2","83":"335.50612822791066","84":"95.6","85":"297.0796817449106","86":"6423","87":"19.703058376023804","88":"2572","89":"1030","90":"7.9885700086967324","91":"39","92":"172","93":"128","94":"112","95":"115","96":"..","97":"7857","98":"31.106020109456537","99":"2707","100":"2704","101":"2374","102":"264","103":"278","104":"49.5","105":"25.7","106":"10.8","107":"14","108":"7750","109":"4787","110":"2292","111":"671","112":"18807","113":"7192","114":"7549","115":"4066","116":"7950.2312160000001","117":"9634.9604180000006","118":"6298.4684900000002","119":"3.7744279502169409","120":"3.0572220293297203","121":"4.5394017562202515","122":"28136","123":"40.6","124":"1723","125":"9860.6926010000006","126":"0.85849154384480819","127":"39.4","128":"0.373577202","129":"4039","130":"1315","131":"1367","132":"1189","133":"168","134":"40","135":"26","136":"21","137":"7","138":"14","139":"482","140":"290","141":"192","142":"79","143":"113","144":"11596","145":"6868","146":"4728","147":"2014","148":"2714","149":"24.872","150":"1.5264187866927592","151":"2.4482109227871938","152":"0.52953156822810588","153":"66.950182260024306","154":"52.612393681652492","155":"16.309999999999999","156":"30.6","157":"10.8","158":"2.2000000000000002","159":"1200","160":"32.200000000000003","161":"5.416666666666667","162":"4.5999999999999996","163":"17.7","164":"38.5","165":"72.833333333333343","166":"10.74573055028463","167":"3.0288716228147625","168":"9292.5020000000004","169":"156.57","170":"1.7","171":"9135.9320000000007","172":"9135.9320000000007","173":"-","174":"100","175":"-","176":"3087.0459999999998","177":"187.845","178":"464.09100000000001","179":"389.75299999999999","180":"80.031000000000006","181":"33.790159558981003","182":"2.0561120638813901","183":"5.0798429760641799","184":"4.2661547831135298","185":"0.876002579703965","186":"150.805235965072","187":"50.957329855895402","188":"3.1007246496426273","189":"7.660669186708704","190":"6.4335847873095524","191":"1.3210577573826778","192":"0","193":"7165.1631417097706","194":"100","195":"391.4","196":"80.599999999999994","197":"477","198":"152.9","199":"126.5","200":"804","201":"19966","202":"3.8180000000000001","203":"34.064999999999998","204":"4","205":"4","206":"0.88800000000000001","207":"3.8180000000000001","208":"34.064999999999998","209":"3.27","210":"1.3","211":"-","212":"1.7198601603926149","213":"17.900009879278265","214":"18396","215":"16333","216":"7.5113573746402986","217":"34","218":"-","219":"5","220":"29","221":"0.57112277914727627","222":"1.8482278756251358","223":"-","224":"179","225":"4.6126709297366526","226":"34.6","227":"19.600000000000001","228":"26.8","229":"12.3","230":"..","231":"(3.4)","232":"..","233":"4","234":"-0.464015407367106","235":"92","236":"5","237":"-4.3873181254990637E-2","238":"109","239":"5","240":"0.19613847488069699","241":"148","242":"132","243":"156","244":"15.899999999999999","245":"3.99","246":"25.1","247":"0.53","248":"3.3","249":"0.01","250":"0.1","251":"0.12","252":"0.8","253":"0.19","254":"1.2","255":"0.52","256":"3.3","257":"2.0499999999999998","258":"12.9","259":"0.34","260":"2.1","261":"0","262":"0","263":"0.32","264":"2","265":"0.69","266":"4.3","267":"7.0000000000000007E-2","268":"0.4","269":"2.96","270":"18.600000000000001","271":"4.1100000000000003","272":"25.900000000000009","273":"60582","274":"15183","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"69.5","295":"-","296":"66.582745887881842","297":"67.042648176291792","298":"68.106662914233453","299":"62.581804774633611","300":"68.513704062747863"},{"1":"קריית ים","2":"9600","3":"חיפה","4":"עירייה","5":"85.964759726773906","6":"1976","7":"1","8":"15","9":"352","10":"קריות","11":"11.338843429027715","12":"3869.8","13":"39441","14":"99.8","15":"81.900000000000006","16":"-","17":"-","18":"-","19":"-","20":"18823","21":"20618","22":"5.3168023123145964","23":"6.1534950939377806","24":"5.9075581247939963","25":"5.2052432747648387","26":"10.74009279683578","27":"18.605004944093711","28":"17.494485433939303","29":"6.5819832154357139","30":"23.995334803884283","31":"20.539540072513375","32":"10.050455110164549","33":"872","34":"417","35":"1.86","36":"1.4","37":"( 3.0)","38":"477","39":"5.77","40":"-60","41":"-1.5209129716572081","42":"-4.340035614883675E-2","43":"38.15065540934561","44":"227","45":"23.348017621145374","46":"39.647577092511014","47":"24.229074889867842","48":"12.77533039647577","49":"-138","50":"-329","51":"1758","52":"889","53":"869","54":"346","55":"427","56":"771","57":"214","58":"2087","59":"1001","60":"1086","61":"478","62":"434","63":"984","64":"191","65":"1499","66":"168","67":"10.5","68":"180","69":"10.8","70":"9","71":"970","72":"1.18","73":"7.0000000000000007E-2","74":"-","75":"0.8","76":"0.42","77":"..","78":"4380.333333333333","79":"62.125289556720475","80":"37","81":"43","82":"116.6","83":"381.68313082469274","84":"125","85":"348.95924953600803","86":"4004","87":"17.64731808365287","88":"1589","89":"709","90":"6.9754170324846365","91":"42","92":"172","93":"130","94":"110","95":"105","96":"..","97":"9366","98":"30.407858210548792","99":"1660","100":"3235","101":"1981","102":"213","103":"221","104":"62.8","105":"28.8","106":"3.1","107":"5.2","108":"5524","109":"4132","110":"1304","111":"88","112":"10776","113":"6100","114":"4168","115":"508","116":"8485.4321650000002","117":"10346.95781","118":"6668.8936940000003","119":"2.8113342144848286","120":"2.7437539340622319","121":"2.9052565877558001","122":"20276","123":"39.799999999999997","124":"1262","125":"8407.4417969999995","126":"-0.49843493588768162","127":"47","128":"0.39607062199999998","129":"1415","130":"440","131":"449","132":"442","133":"84","134":"13","135":"9","136":"7","137":"4","138":"3","139":"212","140":"122","141":"90","142":"46","143":"44","144":"4921","145":"2710","146":"2211","147":"1170","148":"1041","149":"25.31","150":"1.2020162853819309","151":"1.7214397496087637","152":"0.69177555726364337","153":"74.939759036144579","154":"60","155":"14.37","156":"31.4","157":"10.5","158":"1.9","159":"651","160":"31","161":"5.5299539170506913","162":"4.5999999999999996","163":"16.399999999999999","164":"40.092165898617509","165":"79.569892473118273","166":"8.8049645390070914","167":"3.586387434554974","168":"2718.3040000000001","169":"207.203","170":"7.6","171":"2511.1010000000001","172":"2511.1010000000001","173":"-","174":"100","175":"-","176":"2033.452","177":"27.61","178":"297.04199999999997","179":"94.227000000000004","180":"42.286999999999999","181":"80.978503055034395","182":"1.0995177015978299","183":"11.829153825353901","184":"3.75241776416002","185":"1.6840023559386901","186":"63.665660970539001","187":"51.555499214035798","188":"0.70001521221033414","189":"7.53110897013336","190":"2.389001571928401","191":"1.0721312306678161","192":"0.4","193":"2044.3233606981275","194":"100","195":"41.8","196":"28.2","197":"244","198":"13.3","199":"12.5","200":"88","201":"15974","202":"0.55700000000000005","203":"5.0419999999999998","204":"-","205":"-","206":"0.55000000000000004","207":"0.28699999999999998","208":"1.1419999999999999","209":"-","210":"-","211":"0.55000000000000004","212":"1.5794150389777246","213":"38.554220681799862","214":"12857","215":"11852","216":"7.338677016537293","217":"47","218":"1","219":"7","220":"39","221":"1.1913818277981463","222":"3.6555961732908147","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.14787953050168501","235":"111","236":"3","237":"-0.81590385923675823","238":"43","239":"6","240":"0.45311077340244099","241":"169","242":"190","243":"106","244":"10.17","245":"2.37","246":"23.3","247":"0.25","248":"2.5","249":"0.03","250":"0.3","251":"0.06","252":"0.6","253":"7.0000000000000007E-2","254":"0.7","255":"0.24","256":"2.4","257":"0.04","258":"0.4","259":"0.05","260":"0.5","261":"0","262":"0","263":"0.16","264":"1.6","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"6.9","272":"67.7","273":"39441","274":"16642","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"47.33","295":"-","296":"57.837067879252722","297":"56.65909277560295","298":"57.522923224305458","299":"53.426091748174677","300":"55.630667318238579"},{"1":"קריית מוצקין","2":"8200","3":"חיפה","4":"עירייה","5":"86.012869605254195","6":"1976","7":"0","8":"15","9":"352","10":"קריות","11":"3.8352373695274062","12":"12141.3","13":"46565","14":"99.9","15":"89.2","16":"-","17":"-","18":"-","19":"-","20":"21997","21":"24568","22":"7.6452271019005691","23":"6.9730484269300979","24":"6.1763126811983247","25":"5.4482980779555463","26":"10.535810157843875","27":"20.384408890797811","28":"16.097927628046815","29":"5.3860195425748953","30":"21.350799957049286","31":"24.084612906689575","32":"8.9337485235692036","33":"908","34":"704","35":"2.34","36":"1","37":"( 1.5)","38":"449","39":"5.25","40":"255","41":"5.5418224545428014","42":"2.4235302412865423","43":"23.567056802319339","44":"144","45":"33.333333333333329","46":"34.027777777777779","47":"21.527777777777779","48":"11.111111111111111","49":"836","50":"673","51":"2769","52":"1329","53":"1440","54":"593","55":"598","56":"1272","57":"306","58":"2096","59":"1045","60":"1051","61":"463","62":"470","63":"976","64":"187","65":"2071","66":"236","67":"14.6","68":"218","69":"11.3","70":"4","71":"775","72":"1.35","73":"0.28999999999999998","74":"-","75":"7.0000000000000007E-2","76":"-","77":"..","78":"4053.6666666666665","79":"58.207165597294861","80":"34","81":"37","82":"119.2","83":"406.75469262333957","84":"123.8","85":"353.40377256552512","86":"4403","87":"16.920298209207594","88":"1681","89":"691","90":"6.4998839996906659","91":"41","92":"176","93":"126","94":"106","95":"103","96":"..","97":"10159","98":"18.230140761886013","99":"1122","100":"2684","101":"1645","102":"218","103":"241","104":"56.7","105":"37.5","106":"2.9","107":"2.9","108":"5154","109":"3779","110":"1325","111":"50","112":"10110","113":"5644","114":"4202","115":"264","116":"10504.18881","117":"13042.38989","118":"8135.8768769999997","119":"2.1094424628709696","120":"1.7821691797486494","121":"2.5058397875918681","122":"22267","123":"34","124":"1512","125":"10954.21046","126":"5.4584491086091314","127":"40.1","128":"0.42337927400000003","129":"2266","130":"775","131":"694","132":"695","133":"102","134":"14","135":"8","136":"7","137":"3","138":"4","139":"265","140":"145","141":"120","142":"59","143":"61","144":"6976","145":"3633","146":"3343","147":"1693","148":"1650","149":"27.1875","150":"0.52323791935980302","151":"0.63411540900443886","152":"0.41866028708133973","153":"83.467741935483872","154":"70.967741935483872","155":"31.24","156":"43.5","157":"14.3","158":"2.9","159":"700","160":"31.9","161":"5.8571428571428577","162":"3.5","163":"16.8","164":"41.571428571428569","165":"80.142857142857139","166":"11.718120805369127","167":"2.7510022909507446","168":"3275.62","169":"134.93899999999999","170":"4.1","171":"3140.681","172":"3140.681","173":"-","174":"100","175":"-","176":"2579.056","177":"149.61199999999999","178":"292.12099999999998","179":"95.122","180":"19.422999999999998","181":"82.117731791289899","182":"4.7636802336818","183":"9.3011993258786898","184":"3.0287061946119298","185":"0.61843275391547303","186":"67.447245785461206","187":"55.386148394717097","188":"3.2129711156447978","189":"6.2734027703210566","190":"2.0427789111993988","191":"0.41711585955116504","192":"0.9","193":"2440.8843324857289","194":"100","195":"62.5","196":"32.700000000000003","197":"196","198":"32.9","199":"26.7","200":"196","201":"20111","202":"-","203":"-","204":"-","205":"0.03","206":"-","207":"-","208":"-","209":"0.57999999999999996","210":"0.03","211":"-","212":"1.4593257799442814","213":"8.4152426053580704","214":"18511","215":"17310","216":"6.7525129982668979","217":"27","218":"1","219":"2","220":"24","221":"0.5867812010692377","222":"1.458592188428502","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.45041441349051697","235":"167","236":"4","237":"-0.45564113818274998","238":"79","239":"6","240":"0.56139431136771001","241":"175","242":"201","243":"105","244":"3.83","245":"2.44","246":"63.7","247":"0.22","248":"5.7","249":"0","250":"0","251":"0.06","252":"1.6","253":"0.22","254":"5.7","255":"0.17","256":"4.4000000000000004","257":"0.03","258":"0.8","259":"0.1","260":"2.6","261":"0","262":"0","263":"0.03","264":"0.8","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0.56000000000000005","272":"14.700000000000008","273":"46565","274":"19084","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"54.38","295":"-","296":"66.889020388401747","297":"65.620845519808555","298":"65.372159764092572","299":"61.910921726779279","300":"63.347167968749993"},{"1":"קריית מלאכי","2":"1034","3":"הדרום","4":"עירייה","5":"35.688688353996298","6":"1998","7":"0","8":"13","9":"617","10":"קריית מלאכי","11":"4.5786791518254732","12":"5464","13":"25022","14":"99.7","15":"98.3","16":"-","17":"-","18":"-","19":"-","20":"12636","21":"12386","22":"12.105347294380945","23":"10.798497322356326","24":"8.4485652625689394","25":"6.0906402365917991","26":"16.025897210454801","27":"19.362960594676686","28":"12.049396531052674","29":"4.7638078490927986","30":"10.354887698825033","31":"35.209016065862045","32":"3.5928383022939814","33":"916","34":"654","35":"3.69","36":"2.2000000000000002","37":"( 3.6)","38":"139","39":"5.89","40":"515","41":"20.847838998218442","42":"2.6151570580826871","43":"14.155543122052594","44":"23","45":"26.086956521739129","46":"39.130434782608695","47":"30.434782608695656","48":"4.3478260869565215","49":"122","50":"98","51":"903","52":"490","53":"413","54":"329","55":"270","56":"276","57":"28","58":"805","59":"402","60":"403","61":"298","62":"200","63":"277","64":"30","65":"1298","66":"253","67":"33","68":"85","69":"9.4","70":"5","71":"282","72":"-","73":"-","74":"0.66","75":"0.15","76":"0.34","77":"..","78":"1561.3333333333333","79":"69.441935494105167","80":"26","81":"35","82":"32.799999999999997","83":"334.51434100791954","84":"35.799999999999997","85":"327.26576234925221","86":"2879","87":"21.045321637426902","88":"1141","89":"521","90":"8.4063950489943267","91":"38","92":"168","93":"124","94":"111","95":"112","96":"..","97":"2651","98":"25.763862693323276","99":"1351","100":"935","101":"1190","102":"105","103":"138","104":"63.1","105":"11.3","106":"3.5","107":"22.2","108":"3895","109":"2220","110":"1293","111":"382","112":"9886","113":"3358","114":"4305","115":"2223","116":"7396.285202","117":"8994.0430639999995","118":"5751.0876559999997","119":"4.9535245821637375","120":"4.4427597763568638","121":"5.551943168124307","122":"12168","123":"43","124":"819","125":"9620.9258740000005","126":"5.4896638246517249","127":"37.5","128":"0.36233349599999998","129":"1845","130":"644","131":"584","132":"552","133":"65","134":"16","135":"10","136":"10","137":"3","138":"7","139":"225","140":"141","141":"84","142":"30","143":"54","144":"4726","145":"3127","146":"1599","147":"706","148":"893","149":"23.733333333333334","150":"1.8843120070113932","151":"3.3480176211453743","152":"0.4359197907585004","153":"71.428571428571431","154":"58.358662613981757","155":"13.66","156":"28.3","157":"9.5","158":"2.2000000000000002","159":"606","160":"31.2","161":"5.6105610561056105","162":"3.3","163":"19.100000000000001","164":"37.293729372937293","165":"69.471947194719476","166":"9.0056925996204935","167":"3.5067425200168563","168":"2401.3820000000001","169":"195.26499999999999","170":"8.1","171":"2206.1170000000002","172":"2206.1170000000002","173":"-","174":"100","175":"-","176":"1308.5219999999999","177":"51.432000000000002","178":"145.227","179":"168.40100000000001","180":"98.093000000000004","181":"59.313354640755698","182":"2.3313360080177099","183":"6.5829237524573703","184":"7.6333666800083604","185":"4.4464096872468701","186":"88.170616681987099","187":"52.296950561528298","188":"2.0555533351984332","189":"5.8042044682466729","190":"6.7303864753606968","191":"3.9204268414531795","192":"2.1","193":"1435.0417000711127","194":"100","195":"76.400000000000006","196":"60.3","197":"303","198":"63.3","199":"38.5","200":"244","201":"7715","202":"-","203":"-","204":"0.97799999999999998","205":"13.901","206":"-","207":"-","208":"-","209":"0.97799999999999998","210":"13.901","211":"-","212":"2.1470805775350894","213":"14.986444280481228","214":"8935","215":"7694","216":"8.186768910839616","217":"9","218":"-","219":"1","220":"8","221":"0.36433116695915724","222":"1.0072747621712368","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.60639180027829198","235":"79","236":"2","237":"-1.0253439542815277","238":"28","239":"6","240":"0.500798567660934","241":"173","242":"165","243":"178","244":"4.5999999999999996","245":"1.88","246":"40.9","247":"0.22","248":"4.8","249":"0.02","250":"0.4","251":"0.05","252":"1.1000000000000001","253":"0.09","254":"2","255":"0.17","256":"3.7","257":"0.55000000000000004","258":"12","259":"7.0000000000000007E-2","260":"1.5","261":"0","262":"0","263":"0.09","264":"2","265":"0","266":"0","267":"0.04","268":"0.9","269":"1","270":"21.7","271":"0.42","272":"8.9999999999999911","273":"25022","274":"13310","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"67.63","295":"-","296":"66.771196970593465","297":"67.75613190940031","298":"69.365236076427209","299":"62.464969974263653","300":"70.50604019373155"},{"1":"קריית שמונה","2":"2800","3":"הצפון","4":"עירייה","5":"163.263017244091","6":"1974","7":"0","8":"13","9":"217","10":"קריית שמונה","11":"14.382708204554193","12":"1552.9","13":"22336","14":"96.6","15":"92.3","16":"-","17":"-","18":"-","19":"-","20":"11142","21":"11194","22":"7.2036174785100284","23":"6.5947349570200577","24":"7.2439111747850999","25":"6.7872492836676219","26":"16.386103151862464","27":"17.621776504297994","28":"16.990508595988537","29":"6.4559455587392547","30":"14.707199140401146","31":"24.892550143266476","32":"5.2381805157593124","33":"740","34":"322","35":"2.19","36":"0.4","37":"..","38":"164","39":"5.8","40":"158","41":"7.069563601233579","42":"-0.12278913030559124","43":"14.02220630372493","44":"19","45":"31.578947368421051","46":"36.84210526315789","47":"26.315789473684209","48":"5.2631578947368416","49":"-164","50":"-175","51":"686","52":"353","53":"333","54":"131","55":"270","56":"257","57":"28","58":"861","59":"443","60":"418","61":"244","62":"225","63":"359","64":"33","65":"1068","66":"183","67":"20.3","68":"101","69":"11.8","70":"4","71":"410","72":"-","73":"0.93","74":"0.78","75":"-","76":"0.13","77":"..","78":"1674","79":"58.765015311439598","80":"36","81":"34","82":"48","83":"385.32924280911408","84":"45","85":"319.71776066684157","86":"2905","87":"21.369721936148302","88":"1165","89":"521","90":"8.5806879281137221","91":"40","92":"168","93":"126","94":"111","95":"107","96":"..","97":"3406","98":"22.812683499706399","99":"837","100":"970","101":"1386","102":"121","103":"115","104":"72.5","105":"15.6","106":"0.5","107":"11.3","108":"3430","109":"2320","110":"990","111":"120","112":"7349","113":"3482","114":"3218","115":"649","116":"8370.9009979999992","117":"10099.45895","118":"6636.0394399999996","119":"3.223899930487506","120":"3.3695615108831234","121":"3.0670279767303077","122":"12637","123":"38.299999999999997","124":"781","125":"9574.7189880000005","126":"0.37692453578788143","127":"42.6","128":"0.37776615699999999","129":"952","130":"327","131":"316","132":"289","133":"20","134":"14","135":"9","136":"11","137":"4","138":"7","139":"182","140":"93","141":"89","142":"38","143":"51","144":"3679","145":"1895","146":"1784","147":"909","148":"875","149":"24.114285714285714","150":"0.77639751552795033","151":"0.61099796334012213","152":"0.94736842105263164","153":"75.903614457831324","154":"59.036144578313255","155":"16.71","156":"33.9","157":"17.3","158":"4.2","159":"541","160":"32.700000000000003","161":"5.1756007393715349","162":"3.5","163":"18.3","164":"43.438077634011094","165":"78.003696857670974","166":"7.6771488469601676","167":"4.3509011469142544","168":"2222.2159999999999","169":"139.816","170":"6.3","171":"2082.4","172":"2074.5239999999999","173":"7.8760000000000003","174":"99.621782558586247","175":"0.37821744141375335","176":"1365.8209999999999","177":"88.584999999999994","178":"187.233","179":"286.09699999999998","180":"23.603000000000002","181":"65.837801828274806","182":"4.2701361854574804","183":"9.0253475014027291","184":"13.790970844396099","185":"1.1377549741531101","186":"92.878044412607494","187":"61.148862822349599","188":"3.966018982808023","189":"8.3825662607449853","190":"12.808784025787965","191":"1.056724570200573","192":"0.9","193":"1418.29125","194":"100","195":"28.9","196":"20.100000000000001","197":"134","198":"19.2","199":"16","200":"104","201":"8484","202":"0.995","203":"10.505000000000001","204":"2.2999999999999998","205":"1.85","206":"0.92","207":"0.995","208":"10.504999999999999","209":"2.78","210":"2.4300000000000002","211":"0.92","212":"1.8851900398004668","213":"12.412634078667294","214":"9744","215":"8536","216":"7.6583880037488283","217":"17","218":"2","219":"4","220":"11","221":"0.7606492482339926","222":"1.7446633825944171","223":"2","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-8.5961467323038804E-2","235":"115","236":"5","237":"-8.1581428580809592E-2","238":"107","239":"1","240":"-1.2619952260959999","241":"11","242":"18","243":"11","244":"14.46","245":"3","246":"20.7","247":"0.24","248":"1.7","249":"0.04","250":"0.3","251":"0.14000000000000001","252":"1","253":"0.18","254":"1.2","255":"0.24","256":"1.7","257":"0.56999999999999995","258":"3.9","259":"0.59","260":"4.0999999999999996","261":"0","262":"0","263":"0.14000000000000001","264":"1","265":"4.5599999999999996","266":"31.5","267":"1.55","268":"10.7","269":"1.1499999999999999","270":"8","271":"2.06","272":"14.2","273":"22336","274":"7445","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"65.430000000000007","295":"58.22488978594572","296":"60.415183217396063","297":"60.183053820015346","298":"61.363138286215211","299":"57.160008731717973","300":"61.107523409751373"},{"1":"ראש העין","2":"2640","3":"המרכז","4":"עירייה","5":"11.562317949743999","6":"1994","7":"0","8":"17","9":"418","10":"ראש העין","11":"15.86435605199968","12":"4516.8999999999996","13":"71651","14":"99.9","15":"96.8","16":"-","17":"-","18":"-","19":"-","20":"35913","21":"35738","22":"12.304085079063796","23":"10.315278223611672","24":"7.2308830302438212","25":"5.6914767414271958","26":"12.364098198210772","27":"23.513977474145509","28":"15.292180151009756","29":"4.5930970956441639","30":"8.6977153145106136","31":"33.268202816429636","32":"2.9183123752634295","33":"793","34":"1711","35":"3.19","36":"2.6","37":"( 2.0)","38":"240","39":"4.4000000000000004","40":"1471","41":"21.12366585367014","42":"5.9551092304380404","43":"7.6830749047466185","44":"46","45":"36.95652173913043","46":"26.086956521739129","47":"15.217391304347828","48":"21.739130434782609","49":"2555","50":"2481","51":"4700","52":"2378","53":"2322","54":"1455","55":"878","56":"2155","57":"212","58":"2219","59":"1098","60":"1121","61":"634","62":"615","63":"873","64":"97","65":"2963","66":"462","67":"24","68":"286","69":"10.7","70":"9","71":"654","72":"-","73":"-","74":"0.27","75":"0.67","76":"0.03","77":"83.758449407590504","78":"3154","79":"62.165353295930721","80":"24","81":"34","82":"64","83":"303.84845204525675","84":"68.400000000000006","85":"288.25587524570142","86":"6876","87":"16.537194256716131","88":"2660","89":"1080","90":"6.5345026653892457","91":"39","92":"199","93":"126","94":"108","95":"104","96":"..","97":"5838","98":"7.6738609112709835","99":"680","100":"1166","101":"1442","102":"174","103":"157","104":"54.4","105":"33.1","106":"7.5","107":"4.9000000000000004","108":"5190","109":"3238","110":"1669","111":"283","112":"11909","113":"4829","114":"5474","115":"1606","116":"11269.58016","117":"13586.37609","118":"9141.3820259999993","119":"3.9312917392687163","120":"4.1682434649150002","121":"3.5696096254104415","122":"29013","123":"31.8","124":"2498","125":"11079.511479999999","126":"-1.9823925197426484","127":"37.1","128":"0.41543314199999998","129":"5214","130":"1776","131":"1667","132":"1494","133":"277","134":"28","135":"22","136":"10","137":"5","138":"5","139":"453","140":"302","141":"151","142":"78","143":"73","144":"11511","145":"7485","146":"4026","147":"2187","148":"1839","149":"27.333333333333332","150":"0.8203125","151":"1.1218568665377175","152":"0.51282051282051277","153":"80.490956072351423","154":"73.514211886304921","155":"36.65","156":"41.5","157":"15.1","158":"3.2","159":"1285","160":"30.5","161":"7.0038910505836576","162":"4.0999999999999996","163":"16.7","164":"39.688715953307394","165":"68.404669260700388","166":"10.983527131782946","167":"2.791971768857521","168":"6030.2830000000004","169":"385.62799999999999","170":"6.4","171":"5644.6549999999997","172":"5643.22","173":"1.4350000000000001","174":"99.974577719984666","175":"2.5422280015341945E-2","176":"4469.2529999999997","177":"146.44","178":"547.11300000000006","179":"334.48500000000001","180":"91.82","181":"79.196859239937496","182":"2.5949723739283601","183":"9.6950499891905704","184":"5.9272011369395496","185":"1.6270852456576199","186":"78.759821914558103","187":"62.375305299297999","188":"2.0437956204379564","189":"7.6358041060138726","190":"4.6682530599712493","191":"1.2814894418779919","192":"0.3","193":"4309.5924696205857","194":"100","195":"81.599999999999994","196":"80.400000000000006","197":"491","198":"88.9","199":"58.4","200":"356","201":"21849","202":"-","203":"-","204":"3.992","205":"0.17899999999999999","206":"0.54200000000000004","207":"-","208":"-","209":"1.1000000000000001","210":"9.5830000000000002","211":"0.54200000000000004","212":"1.579339413417002","213":"18.436158153884382","214":"36511","215":"30720","216":"6.5999674479166668","217":"58","218":"1","219":"10","220":"47","221":"0.83288417370011436","222":"1.5885623510722795","223":"1","224":"67","225":"1.5286459117619948","226":"(23.9)","227":"(14.9)","228":"(19.4)","229":"(9.0)","230":"..","231":"(22.4)","232":"..","233":"7","234":"0.79012580014127798","235":"194","236":"5","237":"-1.6224017382523034E-2","238":"113","239":"8","240":"1.7403076644374","241":"227","242":"227","243":"224","244":"15.870000000000003","245":"6.44","246":"40.6","247":"0.36","248":"2.2999999999999998","249":"0.01","250":"0.1","251":"0.06","252":"0.4","253":"0.09","254":"0.6","255":"0.28999999999999998","256":"1.8","257":"0.42","258":"2.6","259":"0.48","260":"3","261":"0","262":"0","263":"0.23","264":"1.4","265":"1.54","266":"9.6999999999999993","267":"7.0000000000000007E-2","268":"0.4","269":"0.31","270":"2","271":"5.57","272":"35.1","273":"71651","274":"11126","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"71.239999999999995","295":"59.394382532398772","296":"77.618428942634424","297":"77.568621750611726","298":"77.371550682895105","299":"74.856050189068412","300":"77.577927891267194"},{"1":"ראשון לציון","2":"8300","3":"המרכז","4":"עירייה","5":"3.6401875391069001","6":"1950","7":"1","8":"29","9":"413","10":"ראשון לציון","11":"61.914522575569215","12":"4339","13":"257128","14":"99.9","15":"90.7","16":"-","17":"-","18":"-","19":"-","20":"126075","21":"131054","22":"6.9432344979932177","23":"6.8460066581624712","24":"6.3520892318222835","25":"6.359089636290097","26":"12.766793192495566","27":"18.794919262001805","28":"17.89847857876233","29":"5.5233191251050062","30":"18.516458728726548","31":"23.865156653495536","32":"7.2092498677701382","33":"819","34":"3580","35":"2.23","36":"5.6","37":"1.5","38":"1746","39":"4.3600000000000003","40":"1834","41":"7.147563867307082","42":"0.41978570924925407","43":"19.589076257739336","44":"556","45":"26.978417266187048","46":"33.992805755395686","47":"24.280575539568343","48":"14.748201438848922","49":"-1038","50":"-1553","51":"7232","52":"3636","53":"3596","54":"1572","55":"1825","56":"3306","57":"529","58":"8785","59":"4389","60":"4396","61":"2288","62":"2063","63":"3828","64":"606","65":"12815","66":"1368","67":"14.7","68":"957","69":"8.6999999999999993","70":"26","71":"3146","72":"0.37","73":"0.1","74":"0.42","75":"0.25","76":"0.08","77":"84.298075475070505","78":"18606","79":"50.727150331226014","80":"27","81":"33","82":"510.4","83":"330.05891287127389","84":"558.20000000000005","85":"317.953029793447","86":"27624","87":"18.383400103815902","88":"10882","89":"4533","90":"7.2306128279922124","91":"41","92":"193","93":"127","94":"111","95":"106","96":"..","97":"44560","98":"14.194344703770197","99":"3000","100":"10193","101":"6996","102":"1096","103":"1109","104":"40.9","105":"45","106":"9","107":"5","108":"30989","109":"21855","110":"8588","111":"546","112":"63216","113":"32751","114":"27367","115":"3098","116":"11058.814850000001","117":"13293.232889999999","118":"8950.1497830000008","119":"2.9292909751875484","120":"2.837052970666698","121":"2.9408127863078448","122":"132966","123":"32.200000000000003","124":"12342","125":"11758.47242","126":"-0.29872687349099536","127":"35.200000000000003","128":"0.42128814999999997","129":"10577","130":"3291","131":"3453","132":"3428","133":"405","134":"85","135":"59","136":"50","137":"18","138":"32","139":"1483","140":"831","141":"652","142":"276","143":"376","144":"37934","145":"20128","146":"17806","147":"8351","148":"9455","149":"26.64406779661017","150":"0.81480682063457799","151":"1.0477787091366304","152":"0.56742323097463288","153":"87.728706624605678","154":"75.772870662460562","155":"28.31","156":"44.7","157":"17.100000000000001","158":"3.1","159":"4020","160":"32.1","161":"6.2437810945273631","162":"4","163":"17.600000000000001","164":"46.517412935323385","165":"70.995024875621894","166":"10.959942363112392","167":"2.9660014198942966","168":"22070.996999999999","169":"1095.99","170":"5.0","171":"20975.008000000002","172":"20871.286","173":"103.72199999999999","174":"99.505497208868761","175":"0.49450279113123585","176":"14784.537","177":"874.28700000000003","178":"1995.8530000000001","179":"2087.0230000000001","180":"206.21100000000001","181":"70.836725553305598","182":"4.1889460775013001","183":"9.5626728930193501","184":"9.9994930835126201","185":"0.98801281454215995","186":"81.170486409545404","187":"57.498520198032899","188":"3.4001882323658554","189":"7.7620688448210817","190":"8.1166379521563101","191":"0.80197488420209306","192":"0.4","193":"16505.618601256381","194":"100","195":"695.7","196":"495.3","197":"2669","198":"366.9","199":"311.10000000000002","200":"1551","201":"84661","202":"5.194","203":"48.695","204":"-","205":"-","206":"-","207":"5.6139999999999999","208":"48.972000000000001","209":"-","210":"-","211":"-","212":"1.8839330073746579","213":"26.165509533174792","214":"144132","215":"125354","216":"5.7931378336550887","217":"162","218":"2","219":"51","220":"109","221":"0.63135515076540205","222":"1.1239696944467572","223":"2","224":"417","225":"2.1543184268619227","226":"25.7","227":"19.2","228":"17.7","229":"17.5","230":"5.5","231":"10.8","232":"(3.6)","233":"7","234":"0.76297465623656702","235":"190","236":"9","237":"1.4376186781666271","238":"184","239":"9","240":"2.78990022823224","241":"245","242":"245","243":"237","244":"59.339999999999996","245":"15.08","246":"25.4","247":"1.49","248":"2.5","249":"0.21","250":"0.4","251":"0.64","252":"1.1000000000000001","253":"0.83","254":"1.4","255":"2.2999999999999998","256":"3.9","257":"1.61","258":"2.7","259":"3.61","260":"6.1","261":"0.4","262":"0.7","263":"1.1200000000000001","264":"1.9","265":"0.98","266":"1.7","267":"2.11","268":"3.6","269":"5.0999999999999996","270":"8.6","271":"23.86","272":"39.999999999999986","273":"257128","274":"17051","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"51.58","295":"34.240684260014987","296":"67.732460270603909","297":"66.806947033240135","298":"66.891102116519676","299":"64.420465811290399","300":"66.197927730180083"},{"1":"רהט","2":"1161","3":"הדרום","4":"עירייה","5":"76.692465325732499","6":"1994","7":"0","8":"17","9":"618","10":"רהט","11":"33.481473413922131","12":"2356.6","13":"76237","14":"-","15":"-","16":"99.8","17":"100","18":"-","19":"-","20":"38166","21":"38071","22":"16.41197843566772","23":"13.831866416569383","24":"11.973188871545313","25":"11.419651875073782","26":"19.308209924314966","27":"15.049123129189239","28":"8.5286671826016232","29":"1.2552959848892271","30":"2.223329879192518","31":"48.960478507811168","32":"0.78308432913152404","33":"1265","34":"2385","35":"4.09","36":"20","37":"8.7","38":"154","39":"5.85","40":"2231","41":"29.745530578739455","42":"3.3468204653962061","43":"3.6727573225599115E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"64","50":"17","51":"370","52":"145","53":"225","54":"119","55":"158","56":"89","57":"4","58":"353","59":"149","60":"204","61":"151","62":"117","63":"83","64":"2","65":"1363","66":"1080","67":"55.8","68":"191","69":"8.5","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"79.088586825661807","78":"2381.3333333333335","79":"97.875109863158002","80":"19","81":"..","82":"24.2","83":"275.08530007188858","84":"25.4","85":"164.46198932357947","86":"3676","87":"10.791768194228341","88":"1507","89":"816","90":"4.5253896279391013","91":"34","92":"160","93":"117","94":"117","95":"129","96":"-","97":"1721","98":"49.099360836722838","99":"5485","100":"768","101":"2106","102":"261","103":"97","104":"80.7","105":"1.8","106":"5","107":"12.5","108":"10460","109":"4265","110":"3837","111":"2358","112":"33575","113":"6581","114":"13231","115":"13763","116":"5751.3646719999997","117":"6861.9437349999998","118":"4201.2981110000001","119":"1.6883709489508458","120":"1.1211599171175868","121":"3.3148845809395144","122":"22321","123":"56.9","124":"986","125":"10445.81775","126":"-6.3396447748811475","127":"36.1","128":"0.33549646","129":"6184","130":"2176","131":"1977","132":"1979","133":"52","134":"32","135":"22","136":"20","137":"9","138":"11","139":"757","140":"456","141":"301","142":"155","143":"146","144":"19476","145":"11279","146":"8197","147":"4479","148":"3718","149":"26.766009852216747","150":"2.9997683576557796","151":"4.3089239463150459","152":"1.7323911556872578","153":"63.351605324980419","154":"41.738449490994519","155":"8.49","156":"19.2","157":"10.9","158":"2.2999999999999998","159":"2031","160":"32.9","161":"4.9729197439684878","162":"4.2","163":"12.8","164":"32.791728212703106","165":"77.646479566715897","166":"10.764737991266376","167":"3.0991329040109528","168":"5000.9380000000001","169":"830.82899999999995","170":"16.6","171":"4170.1090000000004","172":"4069.0520000000001","173":"101.057","174":"97.576634087981873","175":"2.4233659120181272","176":"3280.4","177":"289.08199999999999","178":"78.953000000000003","179":"97.956000000000003","180":"140.22","181":"80.618286519808606","182":"7.1044066283743703","183":"1.94032909876797","184":"2.4073420541197299","185":"3.44601150341652","186":"53.373016081219298","187":"43.028411028620901","188":"3.791836092237467","189":"1.0356121619140062","190":"1.2848710616752801","191":"1.8392402738791678","192":"0","193":"3442.5771758108417","194":"87.00000095438412","195":"80.8","196":"68.099999999999994","197":"289","198":"93.8","199":"83.2","200":"329","201":"5870","202":"2","203":"12","204":"0.11","205":"7.5999999999999998E-2","206":"0.3","207":"2","208":"12","209":"0.11","210":"7.5999999999999998E-2","211":"0.3","212":"1.7311916086815371","213":"1.1594277925303236","214":"19449","215":"14834","216":"8.7937171363084801","217":"14","218":"2","219":"12","220":"-","221":"0.18665953747304004","222":"0.71983135379711038","223":"2","224":"284","225":"7.7959289329706589","226":"26.1","227":"29.6","228":"12.3","229":"16.899999999999999","230":"..","231":"(2.1)","232":"11.6","233":"1","234":"-1.87631668891526","235":"11","236":"6","237":"0.47002135263453709","238":"141","239":"4","240":"-0.13915539835780699","241":"104","242":"93","243":"128","244":"32.340000000000003","245":"9.65","246":"29.8","247":"0.39","248":"1.2","249":"0.02","250":"0.1","251":"0.16","252":"0.5","253":"0.18","254":"0.6","255":"0.27","256":"0.8","257":"0.24","258":"0.7","259":"0.11","260":"0.3","261":"0.01","262":"0","263":"0.01","264":"0","265":"1.04","266":"3.2","267":"0.52","268":"1.6","269":"14.58","270":"45.1","271":"5.16","272":"16.099999999999994","273":"76237","274":"7900","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"84.55","295":"-","296":"49.617052689858816","297":"59.541019154318754","298":"66.334186600759111","299":"47.77709428475562","300":"60.608668439993743"},{"1":"רחובות","2":"8400","3":"המרכז","4":"עירייה","5":"13.2562156765271","6":"1950","7":"0","8":"25","9":"414","10":"רחובות","11":"23.757669075745213","12":"6224.2","13":"147878","14":"99.7","15":"94.3","16":"-","17":"-","18":"-","19":"-","20":"72294","21":"75583","22":"9.183921881551008","23":"9.6721621877493611","24":"8.4502089560313234","25":"6.3592961765779901","26":"10.819729777248813","27":"20.148365544570524","28":"15.364016283693315","29":"4.0756569604674127","30":"15.926642232110254","31":"31.300802012469738","32":"6.7413678843370883","33":"984","34":"2654","35":"2.87","36":"6.6","37":"2.5","38":"891","39":"4.3899999999999997","40":"1763","41":"11.994296000732142","42":"1.2199696705792746","43":"15.662911318789813","44":"314","45":"27.70700636942675","46":"27.70700636942675","47":"30.254777070063692","48":"14.331210191082802","49":"-140","50":"-496","51":"4358","52":"2177","53":"2181","54":"1119","55":"1033","56":"1903","57":"303","58":"4853","59":"2468","60":"2385","61":"1480","62":"1096","63":"2010","64":"267","65":"7413","66":"826","67":"18.100000000000001","68":"483","69":"8.1","70":"19","71":"1265","72":"0.3","73":"0.22","74":"0.16","75":"0.14000000000000001","76":"0.04","77":"84.236147885635205","78":"8874.6666666666661","79":"49.600048027441389","80":"20","81":"32","82":"241.8","83":"315.17907673810578","84":"283.39999999999998","85":"322.16265133564883","86":"12260","87":"15.638752471458639","88":"4665","89":"1927","90":"5.9624233128834359","91":"40","92":"189","93":"128","94":"106","95":"103","96":"10","97":"21925","98":"13.550741163055873","99":"2327","100":"5149","101":"3967","102":"520","103":"514","104":"49.8","105":"23.1","106":"24.1","107":"3.1","108":"17568","109":"10566","110":"5851","111":"1151","112":"42073","113":"16161","114":"19110","115":"6802","116":"11348.202600000001","117":"13882.36404","118":"8992.6046979999992","119":"3.295011558732952","120":"2.9937457386663091","121":"3.664516106229132","122":"67200","123":"33.6","124":"5564","125":"11873.43088","126":"5.8797289882769999","127":"37","128":"0.43772397099999999","129":"8860","130":"2780","131":"2816","132":"2916","133":"348","134":"75","135":"43","136":"45","137":"15","138":"30","139":"1145","140":"678","141":"467","142":"195","143":"272","144":"29539","145":"17030","146":"12509","147":"5727","148":"6782","149":"27.339754816112084","150":"0.91811414392059554","151":"1.3267813267813269","152":"0.50125313283208017","153":"80.905077262693155","154":"72.240618101545252","155":"41.3","156":"42.8","157":"16.8","158":"3.3","159":"2966","160":"31.4","161":"6.3722184760620362","162":"4","163":"16.5","164":"41.773432231962239","165":"69.723533378287243","166":"11.255913144629702","167":"2.8124289503599846","168":"12650.907999999999","169":"904.73","170":"7.2","171":"11746.174999999999","172":"11339.636","173":"406.53899999999999","174":"96.538966940301833","175":"3.4610330596981571","176":"8416.7009999999991","177":"345.61599999999999","178":"792.54600000000005","179":"596.505","180":"89.275999999999996","181":"74.223725150990305","182":"3.0478577047924902","183":"6.9891655261980601","184":"5.2603535721646102","185":"0.78729151559260702","186":"76.682373307726607","187":"56.916519022437399","188":"2.3371698291835163","189":"5.3594584725246488","190":"4.033764319236127","191":"0.60371387224604067","192":"1.2","193":"9963.4703673855875","194":"100","195":"235.2","196":"190.4","197":"802","198":"145.19999999999999","199":"144.19999999999999","200":"771","201":"49268","202":"-","203":"-","204":"5.202","205":"0.68","206":"-","207":"-","208":"-","209":"8.6869999999999994","210":"-","211":"-","212":"1.9287492481953312","213":"17.605934126553471","214":"56475","215":"50695","216":"7.3528947627971197","217":"96","218":"1","219":"20","220":"75","221":"0.65312105279085964","222":"1.699867197875166","223":"1","224":"156","225":"1.566013649013577","226":"35.299999999999997","227":"12.8","228":"16.7","229":"21.8","230":"..","231":"(4.5)","232":"(7.1)","233":"7","234":"0.65792091319398005","235":"183","236":"5","237":"-2.7638045373481562E-2","238":"111","239":"8","240":"1.8927865472362899","241":"229","242":"229","243":"217","244":"23.730000000000004","245":"8.74","246":"36.799999999999997","247":"1.55","248":"6.5","249":"0.17","250":"0.7","251":"0.32","252":"1.3","253":"0.32","254":"1.3","255":"0.93","256":"3.9","257":"0.51","258":"2.1","259":"0.52","260":"2.2000000000000002","261":"0.06","262":"0.3","263":"0.3","264":"1.3","265":"0","266":"0","267":"2.57","268":"10.8","269":"4.1399999999999997","270":"17.399999999999999","271":"3.6","272":"15.400000000000002","273":"147878","274":"16920","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"55.02","295":"-","296":"69.418085337412307","297":"68.972964851489792","298":"69.248478408783754","299":"66.777582224177763","300":"68.868847310091084"},{"1":"רמלה","2":"8500","3":"המרכז","4":"עירייה","5":"11.0212399434393","6":"1877","7":"0","8":"19","9":"415","10":"רמלה","11":"11.992427685727728","12":"6487.8","13":"77798","14":"75.400000000000006","15":"93.1","16":"24.6","17":"80.7","18":"19.100000000000001","19":"0.1","20":"39507","21":"38291","22":"9.4848196611738089","23":"9.1094886758014351","24":"7.9680711586416102","25":"6.9012056865215046","26":"13.960513123730687","27":"19.843697781433971","28":"15.333299056531017","29":"4.7250571994138664","30":"12.672562276665209","31":"30.673025013496492","32":"4.9268618730558629","33":"857","34":"1545","35":"3.04","36":"3.8","37":"( 2.4)","38":"514","39":"5.57","40":"1031","41":"13.321690169260654","42":"1.0523526944942887","43":"18.041594899611816","44":"157","45":"29.29936305732484","46":"49.044585987261144","47":"14.64968152866242","48":"7.0063694267515926","49":"-315","50":"-494","51":"1995","52":"980","53":"1015","54":"649","55":"472","56":"778","57":"96","58":"2489","59":"1233","60":"1256","61":"870","62":"539","63":"936","64":"144","65":"2830","66":"630","67":"24.6","68":"256","69":"8.3000000000000007","70":"16","71":"1963","72":"0.32","73":"-","74":"0.04","75":"0.28999999999999998","76":"1.9","77":"81.020539521604803","78":"5839.666666666667","79":"69.195700771427681","80":"24","81":"37","82":"116.4","83":"311.30266812609551","84":"124","85":"301.57013951352371","86":"8003","87":"18.188222994931934","88":"3088","89":"1406","90":"7.033848116258941","91":"40","92":"182","93":"130","94":"108","95":"103","96":"..","97":"9790","98":"23.677221654749744","99":"2291","100":"3898","101":"3243","102":"346","103":"393","104":"63.8","105":"23.2","106":"8.9","107":"4.0999999999999996","108":"11417","109":"7011","110":"3778","111":"628","112":"26594","113":"10591","114":"12505","115":"3498","116":"8094.1763019999999","117":"9600.2433280000005","118":"6609.5191690000001","119":"3.2883192915249326","120":"3.5289561703857997","121":"3.19824244855893","122":"37716","123":"38.299999999999997","124":"2901","125":"9922.7772700000005","126":"1.8214567719532226E-2","127":"37.799999999999997","128":"0.35270628799999998","129":"4648","130":"1543","131":"1530","132":"1440","133":"135","134":"43","135":"27","136":"24","137":"7","138":"17","139":"653","140":"399","141":"254","142":"81","143":"173","144":"14281","145":"9051","146":"5230","147":"1767","148":"3463","149":"24.960655737704919","150":"1.3394129381590196","151":"1.99479618386817","152":"0.7024445068839561","153":"74.571917808219183","154":"57.534246575342465","155":"10.42","156":"27.5","157":"10.8","158":"1.9","159":"1709","160":"31.1","161":"7.1386775892334695","162":"4.5999999999999996","163":"15.5","164":"33.469865418373317","165":"72.147454651843177","166":"9.6473755047106327","167":"3.2500697544642856","168":"6638.3370000000004","169":"215.82400000000001","170":"3.3","171":"6422.5129999999999","172":"6418.0910000000003","173":"4.4219999999999997","174":"99.931148446098902","175":"6.8851553901097595E-2","176":"3881.308","177":"65.433000000000007","178":"234.142","179":"355.83100000000002","180":"188.11199999999999","181":"60.474493116411097","182":"1.01950876047099","183":"3.6481564377943498","184":"5.5441875161944596","185":"2.93096498631758","186":"82.496863672588006","187":"49.8895601429343","188":"0.84106275225584204","189":"3.0096146430499497","190":"4.5737808169875835","191":"2.4179541890537033","192":"0.5","193":"4608.2595193031993","194":"100","195":"140.6","196":"138.4","197":"688","198":"13.5","199":"9.4","200":"27","201":"23339","202":"3.516","203":"35.993499999999997","204":"-","205":"-","206":"0.21","207":"5.7160000000000002","208":"79.994000000000014","209":"-","210":"-","211":"0.21","212":"1.8307384038221819","213":"13.432885923105866","214":"31365","215":"25099","216":"7.9608350930315952","217":"42","218":"-","219":"15","220":"27","221":"0.54268766935882384","222":"1.3390722142515541","223":"-","224":"284","225":"5.3545161006905442","226":"36.299999999999997","227":"21.1","228":"14.8","229":"20.100000000000001","230":"(3.9)","231":"..","232":"(2.5)","233":"5","234":"-0.31769145133759402","235":"98","236":"5","237":"3.2495375495713255E-2","238":"116","239":"8","240":"1.9508066129294599","241":"231","242":"233","243":"228","244":"11.989999999999998","245":"4.8099999999999996","246":"40.1","247":"0.57999999999999996","248":"4.8","249":"0.04","250":"0.3","251":"0.41","252":"3.4","253":"0.17","254":"1.4","255":"0.61","256":"5.0999999999999996","257":"1.07","258":"8.9","259":"0.9","260":"7.5","261":"0","262":"0","263":"0.16","264":"1.3","265":"0.01","266":"0.1","267":"0.12","268":"1","269":"0.44","270":"3.7","271":"2.67","272":"22.400000000000009","273":"77798","274":"16174","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"58.66","295":"-","296":"58.877676504629626","297":"61.506427013286704","298":"64.039373473200172","299":"56.252880899195127","300":"63.829008591394668"},{"1":"רמת גן","2":"8600","3":"תל אביב","4":"עירייה","5":"0","6":"1950","7":"0","8":"25","9":"506","10":"רמת גן","11":"16.394928281133495","12":"10351.1","13":"169706","14":"99.4","15":"93.3","16":"-","17":"-","18":"-","19":"-","20":"81808","21":"87898","22":"6.9979847500972268","23":"6.2826299600485545","24":"5.6132370098876878","25":"5.0381247569325778","26":"13.206368661096249","27":"24.008579543445723","28":"16.877423308545367","29":"4.605022804143637","30":"17.370629205802977","31":"21.946189292069814","32":"8.3992316123177737","33":"704","34":"2486","35":"1.86","36":"2.8","37":"( 1.2)","38":"1243","39":"4.5199999999999996","40":"1243","41":"7.3711319008547598","42":"1.2829010735458297","43":"13.094999587521949","44":"403","45":"16.377171215880892","46":"38.461538461538467","47":"25.310173697270471","48":"19.851116625310176","49":"809","50":"505","51":"10089","52":"5173","53":"4916","54":"1469","55":"3494","56":"4634","57":"492","58":"9584","59":"4772","60":"4812","61":"2142","62":"2120","63":"4776","64":"546","65":"8125","66":"1093","67":"15.4","68":"629","69":"10","70":"18","71":"2657","72":"0.6","73":"0.56999999999999995","74":"0.08","75":"0.33","76":"0.01","77":"84.898438522975596","78":"9831","79":"41.336879537630239","80":"24","81":"28","82":"298.39999999999998","83":"295.22221739675535","84":"356.6","85":"283.27436754285776","86":"16516","87":"15.844965702499161","88":"6579","89":"2812","90":"6.3552936630602783","91":"41","92":"203","93":"127","94":"112","95":"111","96":"..","97":"27092","98":"8.1094049904030712","99":"1530","100":"6190","101":"4082","102":"659","103":"534","104":"39.299999999999997","105":"48.9","106":"6.1","107":"5.7","108":"18859","109":"13452","110":"5040","111":"367","112":"38497","113":"20489","114":"15975","115":"2033","116":"12339.145710000001","117":"14901.419879999999","118":"9985.4461709999996","119":"4.0833091693333268","120":"4.4949755358828725","121":"3.7270661819950757","122":"78651","123":"30.2","124":"9427","125":"12657.21204","126":"1.4155609633216937","127":"36.4","128":"0.445083689","129":"6400","130":"2038","131":"2093","132":"2033","133":"236","134":"44","135":"32","136":"17","137":"3","138":"14","139":"843","140":"581","141":"262","142":"31","143":"231","144":"22221","145":"14771","146":"7450","147":"793","148":"6657","149":"27.355392156862745","150":"0.68686868686868685","151":"0.84371233427079151","152":"0.52824055262088576","153":"86.315128688010049","154":"80.477087256748263","155":"44.69","156":"49.4","157":"22.8","158":"4.4000000000000004","159":"2271","160":"30.9","161":"7.4856891237340379","162":"3.6","163":"17.100000000000001","164":"43.989431968295904","165":"70.01321003963011","166":"11.311043566362715","167":"2.7674668577570762","168":"14062.046","169":"787.78200000000004","170":"5.6","171":"13274.261","172":"13270.287","173":"3.9740000000000002","174":"99.970062363547015","175":"2.9937636452982204E-2","176":"10031.91","177":"391.34199999999998","178":"1077.3440000000001","179":"1000.648","180":"188.35400000000001","181":"75.596765406031096","182":"2.9490086501500699","183":"8.1184661375146998","184":"7.5405134326378702","185":"1.4193661178467101","186":"78.195744405029899","187":"59.113466819087101","188":"2.3059997878684313","189":"6.3482964656523633","190":"5.8963619435965731","191":"1.1098841525933085","192":"0.2","193":"11462.083296802057","194":"99.663121450087758","195":"308.7","196":"302.10000000000002","197":"1712","198":"150.1","199":"147.6","200":"860","201":"68146","202":"-","203":"-","204":"4.2279999999999998","205":"5.3230000000000004","206":"0.15","207":"-","208":"-","209":"3.7730000000000001","210":"5.5220000000000002","211":"0.15","212":"1.6825720550739673","213":"38.130742648617968","214":"99563","215":"87608","216":"5.1421787964569443","217":"263","218":"1","219":"30","220":"232","221":"1.5596200240746596","222":"2.6415435452929303","223":"1","224":"174","225":"1.3516757283318221","226":"25.9","227":"12.6","228":"33.299999999999997","229":"11.5","230":"(4.6)","231":"(8.6)","232":"(3.4)","233":"8","234":"1.07764698849075","235":"210","236":"8","237":"0.86211309085790855","238":"161","239":"10","240":"4.1365324688425904","241":"253","242":"253","243":"249.5","244":"16.37","245":"8.0500000000000007","246":"49.2","247":"0.81","248":"4.9000000000000004","249":"0.38","250":"2.2999999999999998","251":"0.23","252":"1.4","253":"1.44","254":"8.8000000000000007","255":"1.58","256":"9.6999999999999993","257":"7.0000000000000007E-2","258":"0.4","259":"0.77","260":"4.7","261":"0.01","262":"0.1","263":"0.61","264":"3.7","265":"0","266":"0","267":"0.49","268":"3","269":"0.48","270":"2.9","271":"1.45","272":"8.9","273":"169706","274":"21081","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"48.76","295":"35.200876828300387","296":"67.122232323076688","297":"66.308845760356704","298":"66.010215365172968","299":"64.75817609137205","300":"65.232461975477335"},{"1":"רמת השרון","2":"2650","3":"תל אביב","4":"עירייה","5":"0","6":"1949","7":"0","8":"17","9":"553","10":"רמת השרון","11":"16.642611284344436","12":"2880.9","13":"47970","14":"99.9","15":"98.2","16":"-","17":"-","18":"-","19":"-","20":"23006","21":"24964","22":"6.5061496768813845","23":"8.0863039399624768","24":"8.9326662497394196","25":"7.8590785907859075","26":"9.0014592453616835","27":"16.633312486971022","28":"19.435063581405046","29":"4.2922659995830728","30":"19.253700229309985","31":"28.442776735459663","32":"9.1828225974567435","33":"1026","34":"585","35":"2.44","36":"0.8","37":"..","38":"318","39":"3.69","40":"267","41":"5.5927107706413031","42":"0.96405015562068286","43":"5.6743798207212839","44":"78","45":"35.897435897435898","46":"37.179487179487182","47":"11.538461538461538","48":"15.384615384615385","49":"107","50":"7","51":"1780","52":"890","53":"890","54":"471","55":"277","56":"867","57":"165","58":"1773","59":"899","60":"874","61":"402","62":"468","63":"750","64":"153","65":"2111","66":"153","67":"9.3000000000000007","68":"145","69":"7.4","70":"11","71":"1165","72":"0.78","73":"1.23","74":"7.0000000000000007E-2","75":"0.35","76":"0.03","77":"..","78":"2732.3333333333335","79":"38.26905767920772","80":"18","81":"25","82":"94","83":"313.81585574461184","84":"123.4","85":"354.21219848925443","86":"3508","87":"14.008465777493811","88":"1451","89":"599","90":"5.801447363160209","91":"42","92":"219","93":"131","94":"118","95":"125","96":"..","97":"8851","98":"4.0673370240650772","99":"255","100":"1219","101":"870","102":"161","103":"123","104":"32.4","105":"61.5","106":"3.5","107":"2.6","108":"5831","109":"3932","110":"1770","111":"129","112":"12441","113":"6080","114":"5593","115":"768","116":"14348.307790000001","117":"17485.20766","118":"11453.32064","119":"-0.23422192098924155","120":"-1.3014635218439263","121":"1.6298086092129127","122":"20446","123":"30.9","124":"3155","125":"14330.95125","126":"4.6585172124319119","127":"35.4","128":"0.51223596699999996","129":"2157","130":"607","131":"748","132":"727","133":"75","134":"22","135":"15","136":"8","137":"3","138":"5","139":"403","140":"211","141":"192","142":"80","143":"112","144":"11422","145":"5255","146":"6167","147":"2905","148":"3262","149":"25.927835051546392","150":"0.74333187581985127","151":"0.85324232081911267","152":"0.62780269058295957","153":"84.972677595628426","154":"82.103825136612016","155":"57.53","156":"53.1","157":"19.3","158":"3.2","159":"1121","160":"30.2","161":"9.36663693131133","162":"3.3","163":"15.5","164":"45.227475468331846","165":"65.566458519179307","166":"11.102812803103783","167":"2.740805451209924","168":"6227.4009999999998","169":"180.32","170":"2.9","171":"6047.0810000000001","172":"5313.143","173":"733.93799999999999","174":"87.862937506542409","175":"12.137062493457588","176":"3858.3380000000002","177":"218.99700000000001","178":"429.81299999999999","179":"224.62799999999999","180":"22.471","181":"72.618749391838307","182":"4.12179758760493","183":"8.0896185177022399","184":"4.2277800541035697","185":"0.42293233967164101","186":"110.762012966708","187":"80.433988617648893","188":"4.5653859784444117","189":"8.9602243115345335","190":"4.6827742917300759","191":"0.46844837290750274","192":"1.4","193":"4075.5904940780802","194":"100","195":"163.80000000000001","196":"163.1","197":"577","198":"56.2","199":"52.8","200":"200","201":"16345","202":"2.9","203":"25.86","204":"2.75","205":"5.149","206":"-","207":"0.8","208":"5.96","209":"2.29","210":"5.149","211":"-","212":"2.2982166616500619","213":"37.886525434025906","214":"24062","215":"21649","216":"6.3662062912836621","217":"33","218":"-","219":"4","220":"29","221":"0.69123391547252055","222":"1.3714570692378023","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.6504727950742799","235":"247","236":"7","237":"0.64789960365454713","238":"151","239":"8","240":"2.3516098562102998","241":"239","242":"239","243":"249.5","244":"16.600000000000001","245":"4.83","246":"29.1","247":"0.26","248":"1.6","249":"0.02","250":"0.1","251":"0.21","252":"1.3","253":"0.16","254":"1","255":"0.48","256":"2.9","257":"0.11","258":"0.7","259":"1.21","260":"7.3","261":"0.04","262":"0.2","263":"0.13","264":"0.8","265":"0.01","266":"0.1","267":"1.1499999999999999","268":"6.9","269":"3.84","270":"23.1","271":"4.1500000000000004","272":"24.900000000000006","273":"47970","274":"9932","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"59.97","295":"52.564439768542869","296":"73.178852765220213","297":"72.639629450099648","298":"72.614708404802741","299":"71.781783378529269","300":"71.422600700067918"},{"1":"רעננה","2":"8700","3":"המרכז","4":"עירייה","5":"2.5788503001912999","6":"1982","7":"0","8":"19","9":"416","10":"רעננה","11":"14.863022041591588","12":"5289","13":"78562","14":"99.9","15":"97.1","16":"-","17":"-","18":"-","19":"-","20":"38262","21":"40300","22":"7.0772129019118655","23":"7.7289274712965552","24":"7.7263817112598963","25":"7.4183447468241646","26":"11.653216567806318","27":"16.002647590438126","28":"18.032891219673633","29":"5.031694712456404","30":"19.327410198314706","31":"27.183625671444208","32":"8.0331457956772994","33":"972","34":"1123","35":"2.8","36":"1.6","37":"( 1.6)","38":"439","39":"3.79","40":"684","41":"8.8349701767779827","42":"2.9950652108257998","43":"21.427662228558336","44":"878","45":"29.384965831435078","46":"31.548974943052393","47":"19.47608200455581","48":"19.589977220956719","49":"1562","50":"505","51":"3628","52":"1787","53":"1841","54":"1039","55":"666","56":"1629","57":"294","58":"3123","59":"1539","60":"1584","61":"643","62":"997","63":"1228","64":"255","65":"4640","66":"411","67":"16.100000000000001","68":"244","69":"7.3","70":"13","71":"1777","72":"0.56999999999999995","73":"0.28999999999999998","74":"0.01","75":"1.1599999999999999","76":"0.3","77":"85.7867673130405","78":"4403.333333333333","79":"39.723449073050595","80":"18","81":"29","82":"147.80000000000001","83":"314.14746731183845","84":"166","85":"318.33694825667305","86":"6028","87":"14.24823315290614","88":"2413","89":"1007","90":"5.7497557604784717","91":"41","92":"204","93":"126","94":"113","95":"112","96":"..","97":"13448","98":"4.8483045806067819","99":"431","100":"1618","101":"1764","102":"335","103":"250","104":"35.700000000000003","105":"55.5","106":"6.6","107":"2.2000000000000002","108":"10487","109":"7020","110":"3161","111":"306","112":"22569","113":"10697","114":"10206","115":"1666","116":"12925.757600000001","117":"16018.21931","118":"9931.3637419999995","119":"2.4637507732914843","120":"2.7288223301453751","121":"2.0106025645462378","122":"36620","123":"34.200000000000003","124":"4786","125":"13019.419159999999","126":"0.85798307100966031","127":"36.6","128":"0.49190014799999998","129":"3467","130":"984","131":"1135","132":"1213","133":"135","134":"36","135":"21","136":"22","137":"9","138":"13","139":"580","140":"298","141":"282","142":"121","143":"161","144":"15098","145":"7528","146":"7570","147":"3521","148":"4049","149":"27.310077519379846","150":"0.76489533011272148","151":"0.91471616895345709","152":"0.61579651941097724","153":"89.722675367047316","154":"85.318107667210441","155":"45.66","156":"57","157":"20.3","158":"3.7","159":"1623","160":"30.9","161":"6.3462723351817614","162":"3.8","163":"17.5","164":"45.348120764017253","165":"71.842267406038189","166":"10.414432989690722","167":"2.9879891770606481","168":"8346.3580000000002","169":"786.43899999999996","170":"9.4","171":"7559.9189999999999","172":"7353.3639999999996","173":"206.55500000000001","174":"97.267761731309548","175":"2.7322382686904447","176":"5364.6409999999996","177":"191.108","178":"890.11599999999999","179":"641.26099999999997","180":"5.7489999999999997","181":"72.954922400142294","182":"2.5989193517415998","183":"12.104881520893001","184":"8.72064812785006","185":"7.8181904227779306E-2","186":"93.600692455544106","187":"68.286312546938106","188":"2.432606509591273","189":"11.330252924479067","190":"8.1625870342790954","191":"7.3178803732131717E-2","192":"0.6","193":"4873.9352858082229","194":"99.980001786178036","195":"169.2","196":"129.69999999999999","197":"635","198":"101.6","199":"60.1","200":"234","201":"26732","202":"-","203":"-","204":"4.05","205":"3.08","206":"-","207":"1.8480000000000001","208":"25.096","209":"8.6329999999999991","210":"6.12","211":"-","212":"1.7541560226012931","213":"20.022033261940138","214":"37252","215":"34391","216":"6.6938443197348141","217":"63","218":"2","219":"9","220":"52","221":"0.81374725312428775","222":"1.6911843659400836","223":"2","224":"59","225":"1.0645313490950132","226":"(20.3)","227":"(13.6)","228":"(22.0)","229":"(13.6)","230":"(18.6)","231":"..","232":"..","233":"8","234":"1.2321788639490501","235":"223","236":"4","237":"-0.45639060011893784","238":"77","239":"8","240":"2.0056350642491401","241":"234","242":"232","243":"238","244":"14.809999999999999","245":"6.61","246":"44.6","247":"0.42","248":"2.8","249":"0.1","250":"0.7","251":"0.17","252":"1.1000000000000001","253":"0.38","254":"2.6","255":"0.42","256":"2.8","257":"0.28000000000000003","258":"1.9","259":"0.74","260":"5","261":"0.09","262":"0.6","263":"0.28000000000000003","264":"1.9","265":"0","266":"0","267":"1.89","268":"12.8","269":"1.86","270":"12.6","271":"1.57","272":"10.6","273":"78562","274":"11885","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"56.83","295":"46.400094851350147","296":"68.480595953819758","297":"67.084418569020983","298":"67.372294964794619","299":"66.684080121794679","300":"66.605409751335216"},{"1":"שדרות","2":"1031","3":"הדרום","4":"עירייה","5":"60.972943261399401","6":"1996","7":"0","8":"15","9":"611","10":"שדרות","11":"10.656333161811544","12":"2867.1","13":"30553","14":"99.3","15":"93.9","16":"-","17":"-","18":"-","19":"-","20":"15803","21":"14749","22":"11.802441658756914","23":"9.4556999312669792","24":"6.915851143913855","25":"5.4659116944326254","26":"17.720027493208523","27":"21.029031518999769","28":"13.481491179262266","29":"4.4250973717801854","30":"9.7044480083788827","31":"31.005138611592969","32":"3.6166661211664977","33":"765","34":"819","35":"3.54","36":"2.4","37":"( 3.3)","38":"179","39":"6.03","40":"640","41":"21.467035182975007","42":"5.0867588976153826","43":"21.510162668150425","44":"21","45":"23.809523809523807","46":"38.095238095238095","47":"4.7619047619047619","48":"33.333333333333329","49":"895","50":"876","51":"1853","52":"991","53":"862","54":"437","55":"717","56":"645","57":"54","58":"977","59":"483","60":"494","61":"307","62":"294","63":"352","64":"24","65":"1949","66":"403","67":"40.9","68":"129","69":"12","70":"8","71":"761","72":"-","73":"-","74":"1.96","75":"0.28000000000000003","76":"0.37","77":"..","78":"1769.3333333333333","79":"66.092258833356183","80":"29","81":"39","82":"43.8","83":"386.14366125773955","84":"36.200000000000003","85":"272.30580953135251","86":"3185","87":"17.749665626393224","88":"1236","89":"545","90":"7.068107737176188","91":"39","92":"175","93":"124","94":"107","95":"103","96":"..","97":"3059","98":"32.82118339326577","99":"1316","100":"1412","101":"1053","102":"105","103":"110","104":"56.7","105":"25","106":"1.7","107":"16.600000000000001","108":"3286","109":"2012","110":"1031","111":"243","112":"7816","113":"2985","114":"3430","115":"1401","116":"8424.6100330000008","117":"10272.21809","118":"6493.2444759999998","119":"4.0995306645863261","120":"4.9294633793932174","121":"2.5672331077171151","122":"13761","123":"38.6","124":"843","125":"10708.221750000001","126":"0.148508428002736","127":"35.6","128":"0.36968919099999997","129":"1847","130":"634","131":"608","132":"560","133":"45","134":"13","135":"10","136":"6","137":"2","138":"4","139":"205","140":"130","141":"75","142":"37","143":"38","144":"4603","145":"2872","146":"1731","147":"942","148":"789","149":"24.201754385964911","150":"0.66698427822772743","151":"0.75471698113207553","152":"0.57747834456207892","153":"82.515337423312886","154":"67.484662576687114","155":"20.54","156":"37","157":"14.6","158":"3.9","159":"641","160":"31.1","161":"8.4243369734789386","162":"5.2","163":"15.9","164":"36.817472698907956","165":"71.294851794071761","166":"8.6123595505617985","167":"3.6858012611437267","168":"3199.3180000000002","169":"547.53700000000003","170":"17.114178709337398","171":"2651.7809999999999","172":"2651.7809999999999","173":"-","174":"100","175":"-","176":"1485.769","177":"112.066","178":"237.626","179":"167.88800000000001","180":"562.24599999999998","181":"56.029098933886303","182":"4.2260654254631103","183":"8.96099640204074","184":"6.3311412216921399","185":"21.202580454419099","186":"86.792819035773903","187":"48.6292344450627","188":"3.6679213170556082","189":"7.7775013910254316","190":"5.494975943442542","191":"18.402317284718357","192":"0","193":"1627.3072499999998","194":"100","195":"73.2","196":"53.9","197":"358","198":"66.900000000000006","199":"61.9","200":"459","201":"9812","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.4467748016148794","213":"1.8137543207434825","214":"11346","215":"9766","216":"7.2892079874354945","217":"21","218":"-","219":"9","220":"12","221":"0.70438709194136739","222":"1.8508725542041249","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.12741717411518999","235":"113","236":"3","237":"-0.75054014626516496","238":"49","239":"4","240":"-0.136474582519656","241":"105","242":"81","243":"144","244":"10.61","245":"2.73","246":"25.7","247":"0.25","248":"2.4","249":"0.02","250":"0.2","251":"0.11","252":"1","253":"0.11","254":"1","255":"0.17","256":"1.6","257":"0.72","258":"6.8","259":"0.28999999999999998","260":"2.7","261":"0.01","262":"0.1","263":"0.08","264":"0.8","265":"0.71","266":"6.7","267":"0","268":"0","269":"2.25","270":"21.2","271":"3.16","272":"29.8","273":"30553","274":"11192","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.45","295":"-","296":"64.771359807460897","297":"64.193564331965788","298":"65.397086579877069","299":"59.797139384874264","300":"65.555697987437512"},{"1":"שפרעם","2":"8800","3":"הצפון","4":"עירייה","5":"88.981870763665995","6":"1887","7":"0","8":"15","9":"261","10":"גבעות אלונים","11":"19.62968249107676","12":"2186.4","13":"43023","14":"-","15":"-","16":"99.7","17":"61.6","18":"24.6","19":"13.8","20":"21643","21":"21379","22":"7.8121005043813776","23":"7.9027496920251954","24":"8.1932919601143581","25":"9.7041117541779975","26":"18.187945982381517","27":"18.743462798967993","28":"17.764916440043699","29":"4.0513213862352693","30":"7.6354508053831669","31":"29.535364804871811","32":"2.9867745159565815","33":"702","34":"619","35":"1.93","36":"1.4","37":"( 2.2)","38":"171","39":"5.4","40":"448","41":"10.475603682002479","42":"1.2071368639176256","43":"0.16735234641935709","44":"..","45":"..","46":"..","47":"..","48":"..","49":"62","50":"56","51":"407","52":"154","53":"253","54":"131","55":"132","56":"138","57":"6","58":"351","59":"129","60":"222","61":"80","62":"142","63":"125","64":"4","65":"14","66":"415","67":"30.1","68":"88","69":"4.9000000000000004","70":"6","71":"277","72":"0.27","73":"-","74":"-","75":"0.36","76":"0.02","77":"..","78":"2813.3333333333335","79":"79.585755895822118","80":"25","81":"48","82":"47","83":"320.35878054624902","84":"45.2","85":"257.41701905215041","86":"4241","87":"16.252778416494213","88":"1778","89":"994","90":"6.8861347792408987","91":"37","92":"156","93":"122","94":"119","95":"123","96":"..","97":"3017","98":"31.687106397083195","99":"1996","100":"1146","101":"1716","102":"170","103":"183","104":"53.3","105":"33.799999999999997","106":"10.9","107":"1.9","108":"5647","109":"3808","110":"1697","111":"142","112":"11967","113":"5716","114":"5506","115":"745","116":"7105.648639","117":"8559.0654680000007","118":"5229.6836750000002","119":"3.2463075445208878","120":"3.8722085023556341","121":"2.5006312904778394","122":"18800","123":"49.6","124":"1463","125":"9125.5705469999994","126":"-4.7752136298217955","127":"37.700000000000003","128":"0.38618787199999999","129":"1959","130":"643","131":"647","132":"637","133":"32","134":"25","135":"15","136":"15","137":"5","138":"10","139":"337","140":"184","141":"153","142":"59","143":"94","144":"8275","145":"4518","146":"3757","147":"1482","148":"2275","149":"25.358490566037737","150":"0.64775519320973873","151":"0.89445438282647582","152":"0.40160642570281119","153":"76.381909547738687","154":"57.663316582914568","155":"12.51","156":"27.8","157":"14.5","158":"2.7","159":"838","160":"31.9","161":"4.4152744630071599","162":"2.9","163":"18.100000000000001","164":"52.267303102625299","165":"76.372315035799517","166":"10.391249999999999","167":"3.0922651269096595","168":"3636.9369999999999","169":"1067.3150000000001","170":"29.3","171":"2569.6219999999998","172":"2502.41","173":"67.212000000000003","174":"97.384362369251193","175":"2.6156376307488025","176":"1915.789","177":"172.72","178":"30.957999999999998","179":"151.06200000000001","180":"92.74","181":"76.557758320978607","182":"6.9021463309369802","183":"1.2371274091775499","184":"6.0366606591245997","185":"3.70602738959643","186":"58.164470167119902","187":"44.529414499221303","188":"4.0145968435487998","189":"0.71956860284034119","190":"3.5111916881667944","191":"2.1555911954071076","192":"0.3","193":"1988.4408888797532","194":"99.978636528630261","195":"30.3","196":"30","197":"133","198":"10.7","199":"8.4","200":"55","201":"11859","202":"2E-3","203":"1.2E-2","204":"4.3019999999999996","205":"4.931","206":"-","207":"-","208":"-","209":"2.6520000000000001","210":"2.0209999999999999","211":"-","212":"2.387079275202221","213":"12.332140576292835","214":"19145","215":"16309","216":"9.0448598130841127","217":"34","218":"-","219":"4","220":"30","221":"0.79502349372340242","222":"1.7759206059023245","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.73313413918729398","235":"64","236":"6","237":"0.33560346338786401","238":"133","239":"5","240":"0.151599746521379","241":"140","242":"166","243":"98","244":"19.72","245":"6.62","246":"33.6","247":"0.21","248":"1.1000000000000001","249":"0.01","250":"0.1","251":"0.06","252":"0.3","253":"0.11","254":"0.6","255":"0.52","256":"2.6","257":"0.11","258":"0.6","259":"0.71","260":"3.6","261":"0","262":"0","263":"0","264":"0","265":"2.23","266":"11.3","267":"3.07","268":"15.6","269":"2.57","270":"13","271":"3.5","272":"17.599999999999991","273":"43023","274":"6499","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"79.2","295":"-","296":"47.415035321407231","297":"59.218711986932192","298":"65.934065934065927","299":"44.825273324837347","300":"51.465587044534409"},{"1":"תל אביב -יפו","2":"5000","3":"תל אביב","4":"עירייה","5":"0","6":"1934","7":"1","8":"31","9":"507","10":"תל אביב-יפו","11":"57.177983095031159","12":"9034.2999999999993","13":"467875","14":"95.2","15":"94.3","16":"4.8","17":"83.3","18":"15.7","19":"0.9","20":"232582","21":"235293","22":"7.0422655623831147","23":"6.1146673791076678","24":"5.1774512423189956","25":"4.3208121827411166","26":"14.104621960993855","27":"27.970077477958856","28":"15.656104728827144","29":"4.2242051830082818","30":"15.389794282660967","31":"20.953459791611007","32":"6.9849853059043552","33":"614","34":"8221","35":"1.94","36":"10.6","37":"1.3","38":"3304","39":"5.0999999999999996","40":"4917","41":"10.555092192569472","42":"0.8769899003359285","43":"14.371573604060913","44":"3305","45":"15.975794251134644","46":"47.019667170953099","47":"21.422087745839637","48":"15.582450832072617","49":"221","50":"-2896","51":"20878","52":"10738","53":"10140","54":"1623","55":"10517","56":"7741","57":"997","58":"23772","59":"12040","60":"11732","61":"5307","62":"4523","63":"12633","64":"1309","65":"35065","66":"3439","67":"15.3","68":"1684","69":"11","70":"58","71":"6933","72":"0.55000000000000004","73":"0.47","74":"0.14000000000000001","75":"0.26","76":"7.0000000000000007E-2","77":"83.075259442203006","78":"25479","79":"42.823927858153532","80":"22","81":"31","82":"843.4","83":"325.88367154547279","84":"1027","85":"336.72316395708117","86":"40534","87":"13.431861486206612","88":"15979","89":"7013","90":"5.3135630700882217","91":"39","92":"214","93":"122","94":"111","95":"111","96":"19","97":"69336","98":"10.379889235029422","99":"6790","100":"14643","101":"14231","102":"1474","103":"1325","104":"39.5","105":"50.9","106":"5.4","107":"4.0999999999999996","108":"53099","109":"37198","110":"14805","111":"1096","112":"110466","113":"57123","114":"47085","115":"6258","116":"12590.862590000001","117":"15074.591210000001","118":"10113.01044","119":"0.71655873983491603","120":"-1.0140367105966441","121":"3.5945571497141948","122":"236408","123":"31.4","124":"32674","125":"12756.82022","126":"-0.30556187894632547","127":"36.700000000000003","128":"0.47078345999999999","129":"18759","130":"5697","131":"5878","132":"6559","133":"625","134":"175","135":"112","136":"101","137":"36","138":"65","139":"2616","140":"1520","141":"1096","142":"427","143":"669","144":"61912","145":"35427","146":"26485","147":"11887","148":"14598","149":"26.225570032573291","150":"1.2913699590451242","151":"1.5384615384615385","152":"1.0308496930190252","153":"80.403598346705564","154":"72.380257719426211","155":"47.39","156":"46.7","157":"22.4","158":"5","159":"6965","160":"30.3","161":"9.4615936826992098","162":"3.8","163":"15","164":"39.641062455132811","165":"65.269203158650384","166":"9.9301992031872501","167":"3.0791821799974324","168":"50493.72","169":"3948.2310000000002","170":"7.8","171":"46545.489000000001","172":"46481.902000000002","173":"63.587000000000003","174":"99.863387405812844","175":"0.13661259418716173","176":"31553.916000000001","177":"1017.434","178":"3674.7559999999999","179":"7675.5569999999998","180":"333.334","181":"67.884301813454101","182":"2.1888819356453202","183":"7.9057776979187402","184":"16.513000414096599","185":"0.71712638965908104","186":"99.346838364947899","187":"67.440910499599298","188":"2.1745850921720544","189":"7.8541405289874433","190":"16.405144536468075","191":"0.71244242586160833","192":"0.7","193":"36828.579490721138","194":"99.985015441604546","195":"704.5","196":"589.70000000000005","197":"4877","198":"644.79999999999995","199":"375.3","200":"2671","201":"216087","202":"9.1679999999999993","203":"97.7911","204":"4.5999999999999996","205":"6.0170000000000003","206":"1.8580000000000001","207":"7.4560000000000004","208":"87.888000000000005","209":"14.025","210":"5.9960000000000004","211":"1.609","212":"2.4054019314200565","213":"36.787854294472019","214":"267497","215":"221428","216":"5.8","217":"1345","218":"20","219":"201","220":"1124","221":"2.8872481185694405","222":"5.0280937730142767","223":"20","224":"865","225":"2.3703637124444641","226":"24.9","227":"15.4","228":"26.9","229":"20","230":"6.4","231":"3.4","232":"3.1","233":"8","234":"1.1849197549863899","235":"218","236":"9","237":"1.5498083742491044","238":"189","239":"10","240":"4.1900955297677598","241":"254","242":"254","243":"249.5","244":"51.730000000000004","245":"23.58","246":"45.6","247":"2.4900000000000002","248":"4.8","249":"0.36","250":"0.7","251":"0.94","252":"1.8","253":"2.08","254":"4","255":"5.79","256":"11.2","257":"0.88","258":"1.7","259":"2.81","260":"5.4","261":"0.01","262":"0","263":"3.92","264":"7.6","265":"0","266":"0","267":"0.74","268":"1.4","269":"0.15","270":"0.3","271":"7.98","272":"15.499999999999995","273":"467875","274":"19842","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"46.23","295":"-","296":"63.038522694759358","297":"62.138571790526797","298":"61.748286535485299","299":"59.99139330544886","300":"59.61825477684237"},{"1":"אבו גוש","2":"0472","3":"ירושלים","4":"מועצה מקומית","5":"41.316250851144801","6":"1992","7":"0","8":"9","9":"152","10":"הראל","11":"1.8912415325048653","12":"4172.3","13":"7880","14":"-","15":"-","16":"98.9","17":"99.8","18":"-","19":"-","20":"3937","21":"3943","22":"9.8223350253807098","23":"9.746192893401016","24":"9.1116751269035525","25":"8.9847715736040605","26":"16.522842639593907","27":"20.241116751269036","28":"14.961928934010153","29":"4.1116751269035534","30":"6.4847715736040605","31":"33.997461928934008","32":"2.1827411167512691","33":"791","34":"162","35":".","36":"0.6","37":"..","38":"15","39":"5.25","40":"147","41":"18.785391694526727","42":"1.4072016676067562","43":"0.27918781725888325","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-46","50":"-49","51":"71","52":"31","53":"40","54":"19","55":"18","56":"33","57":"1","58":"120","59":"55","60":"65","61":"35","62":"44","63":"38","64":"3","65":"81","66":"60","67":"26.8","68":"24","69":"7.4","70":"4","71":"31","72":"-","73":"0.3","74":"0.04","75":"0.06","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"873","87":"19.284294234592444","88":"352","89":"220","90":"7.8274405158994895","91":"37","92":"169","93":"120","94":"114","95":"119","96":"..","97":"491","98":"29.124236252545824","99":"337","100":"228","101":"322","102":"28","103":"18","104":"86.6","105":"2.6","106":"10.1","107":"0.7","108":"1098","109":"691","110":"360","111":"47","112":"2475","113":"1023","114":"1200","115":"252","116":"7294.0349740000001","117":"8216.1838260000004","118":"6029.7051009999996","119":"1.347461722716714","120":"0.97181156950256753","121":"2.1559330164763191","122":"3393","123":"41.9","124":"151","125":"10064.786120000001","126":"-7.6684529703875732","127":"40.4","128":"0.33387937200000001","129":"402","130":"118","131":"144","132":"138","133":"..","134":"5","135":"4","136":"4","137":"1","138":"3","139":"68","140":"36","141":"32","142":"11","143":"21","144":"1251","145":"625","146":"626","147":"283","148":"343","149":"22.826086956521738","150":"0.70838252656434475","151":"0.71258907363420432","152":"0.70422535211267612","153":"70.535714285714292","154":"48.214285714285715","155":"15.09","156":"41.2","157":"21.1","158":"3.6","159":"167","160":"30.5","161":"8.9820359281437128","162":"7.7","163":"12.6","164":"39.520958083832333","165":"80.838323353293418","166":"8.2287581699346397","167":"3.7362986497220017","168":"525.46400000000006","169":"31.175999999999998","170":"5.9","171":"494.28800000000001","172":"493.75299999999999","173":"0.53500000000000003","174":"99.891763506295931","175":"0.10823649370407536","176":"412.43799999999999","177":"-","178":"0.42","179":"26.922999999999998","180":"38.552","181":"83.531239303862506","182":"-","183":"8.50627743021308E-2","184":"5.4527263631815899","185":"7.8079525592755896","186":"62.651059510214402","187":"52.333206445882503","188":"-","189":"5.3292729349067376E-2","190":"3.4161908387260498","191":"4.8917650044410612","192":"0","193":"429.13528000000002","194":"90.000006524749026","195":"6.3","196":"3.5","197":"19","198":"7.6","199":"5.4","200":"26","201":"2022","202":"-","203":"-","204":"0.24399999999999999","205":"0.1","206":"-","207":"-","208":"-","209":"1.625","210":"0.22600000000000001","211":"-","212":"1.8484067279170748","213":"31.951366178386387","214":"2720","215":"2353","216":"8.9","217":"4","218":"-","219":"1","220":"3","221":"0.51116712093950278","222":"1.4705882352941175","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.71688683662960195","235":"67","236":"3","237":"-0.57504670460726948","238":"65","239":"6","240":"0.81028701242704604","241":"192","242":"198","243":"172","244":"1.8800000000000003","245":"1.2","246":"63.8","247":"0.05","248":"2.7","249":"0","250":"0","251":"0.04","252":"2.1","253":"0","254":"0","255":"0.01","256":"0.5","257":"0","258":"0","259":"0.02","260":"1.1000000000000001","261":"0","262":"0","263":"0","264":"0","265":"0.13","266":"6.9","267":"0.03","268":"1.6","269":"0.01","270":"0.5","271":"0.39","272":"20.800000000000008","273":"7880","274":"6567","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.53","295":"-","296":"40.684087529211808","297":"51.659663865546221","298":"56.37834474175483","299":"40.19350937311026","300":"55.14330585001963"},{"1":"אבו סנאן","2":"0473","3":"הצפון","4":"מועצה מקומית","5":"105.271006730932","6":"1964","7":"0","8":"11","9":"252","10":"הגליל המרכזי","11":"6.4553397166769448","12":"2239.1999999999998","13":"14455","14":"-","15":"-","16":"99.8","17":"54.7","18":"14.9","19":"30.4","20":"7398","21":"7057","22":"8.7720511933586991","23":"8.0456589415427189","24":"8.1840193704600477","25":"9.1940505015565552","26":"18.083708059494985","27":"20.484261501210653","28":"16.139744033206505","29":"3.6181252161881701","30":"7.4783811829816669","31":"30.16949152542373","32":"2.7257004496713941","33":"715","34":"212","35":"1.88","36":"1.6","37":"( 6.6)","38":"62","39":"5.05","40":"150","41":"10.430739454659482","42":"1.0377316064371342","43":"3.4590107229332409E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-8","50":"-12","51":"149","52":"61","53":"88","54":"28","55":"60","56":"60","57":"1","58":"161","59":"63","60":"98","61":"43","62":"69","63":"48","64":"1","65":"3","66":"155","67":"35.799999999999997","68":"32","69":"5.0999999999999996","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"848.33333333333337","79":"76.340288450826108","80":"22","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1316","87":"15.100401606425704","88":"563","89":"274","90":"6.5275362318840582","91":"37","92":"150","93":"121","94":"124","95":"129","96":"-","97":"955","98":"22.513089005235603","99":"659","100":"316","101":"588","102":"69","103":"45","104":"62.9","105":"8.1","106":"4.9000000000000004","107":"24.1","108":"1902","109":"1282","110":"577","111":"43","112":"4010","113":"1922","114":"1863","115":"225","116":"7071.1722309999996","117":"8592.9700159999993","118":"5130.2427610000004","119":"1.9512001106519961","120":"2.9836319281331569","121":"0.15362832238778878","122":"5841","123":"50.6","124":"626","125":"8456.8041809999995","126":"-0.74729347435122939","127":"41.7","128":"0.383716956","129":"656","130":"214","131":"219","132":"221","133":"..","134":"7","135":"4","136":"6","137":"3","138":"3","139":"106","140":"53","141":"53","142":"30","143":"23","144":"2422","145":"1216","146":"1206","147":"667","148":"539","149":"24.914893617021278","150":"1.3452914798206279","151":"1.7964071856287425","152":"0.89552238805970152","153":"81.25","154":"55.357142857142861","155":"13.54","156":"25.8","157":"12.1","158":"2.5","159":"302","160":"31.2","161":"4.6357615894039732","162":"2.5","163":"19.100000000000001","164":"43.046357615894038","165":"83.11258278145695","166":"8.9340659340659343","167":"3.5157851578515786","168":"976.21299999999997","169":"92.358000000000004","170":"9.5","171":"883.85500000000002","172":"873.98900000000003","173":"9.8659999999999997","174":"98.883753556861691","175":"1.1162464431382975","176":"766.327","177":"25","178":"-","179":"11.206","180":"54.396999999999998","181":"87.681538325997195","182":"2.8604479003740302","183":"-","184":"1.2821671668636601","185":"6.2239913774658504","186":"60.462746454513997","187":"53.014666205465197","188":"1.7295053614666205","189":"-","190":"0.77523348322379804","191":"3.7631961259079905","192":"0.4","193":"785.80462399999999","194":"80.000000610838853","195":"13.7","196":"11.6","197":"48","198":"13.8","199":"11.9","200":"55","201":"3627","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.7534806694567844","213":"0.6554130711463747","214":"6122","215":"5239","216":"8.8000000000000007","217":"11","218":"-","219":"-","220":"11","221":"0.76492089334169544","222":"1.7967984318850048","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.74584472462180496","235":"62","236":"5","237":"-0.18995859947599769","238":"98","239":"4","240":"-0.211694906241405","241":"97","242":"121","243":"63","244":"6.44","245":"2.0699999999999998","246":"32.1","247":"0.06","248":"0.9","249":"0","250":"0","251":"0.01","252":"0.2","253":"0.02","254":"0.3","255":"0.04","256":"0.6","257":"0.09","258":"1.4","259":"0.02","260":"0.3","261":"0.02","262":"0.3","263":"0","264":"0","265":"0","266":"0","267":"2.48","268":"38.5","269":"0.77","270":"12","271":"0.86","272":"13.4","273":"14455","274":"6983","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"85.05","295":"77.774258262063142","296":"52.469135802469133","297":"60.759086522997748","298":"64.635958395245169","299":"53.0757341576507","300":"54.509138120443424"},{"1":"אבן יהודה","2":"0182","3":"המרכז","4":"מועצה מקומית","5":"14.4853813589092","6":"1950","7":"0","8":"11","9":"457","10":"שרונים","11":"8.1419615057688421","12":"1752.2","13":"14266","14":"100","15":"98.3","16":"-","17":"-","18":"-","19":"-","20":"7029","21":"7238","22":"6.0423384270293008","23":"9.350904247862049","24":"10.710780877611104","25":"8.769101359876629","26":"10.192065049768681","27":"16.227393803448759","28":"20.391139772886582","29":"4.0656105425487175","30":"14.250665918968176","31":"31.65568484508622","32":"5.825038553203421","33":"966","34":"134","35":"1.93","36":"0.4","37":"..","38":"60","39":"4.0199999999999996","40":"74","41":"5.2321246253472395","42":"1.7559235289876938","43":"6.0213094069816346","44":"43","45":"25.581395348837212","46":"67.441860465116278","47":"4.6511627906976747","48":"2.3255813953488373","49":"186","50":"119","51":"664","52":"348","53":"316","54":"258","55":"67","56":"322","57":"17","58":"545","59":"268","60":"277","61":"117","62":"167","63":"219","64":"42","65":"337","66":"45","67":"10.199999999999999","68":"34","69":"5.9","70":"5","71":"347","72":"1.35","73":"0.3","74":"-","75":"0.83","76":"-","77":"..","78":"737.66666666666663","79":"45.201058487346067","80":"20","81":"23","82":"..","83":"..","84":"..","85":"..","86":"1143","87":"15.093093886174568","88":"473","89":"196","90":"6.2832093517534533","91":"40","92":"214","93":"129","94":"117","95":"124","96":"-","97":"1856","98":"2.9633620689655173","99":"57","100":"313","101":"234","102":"60","103":"47","104":"42.4","105":"40.200000000000003","106":"14.5","107":"2.9","108":"1620","109":"1057","110":"546","111":"17","112":"3469","113":"1633","114":"1746","115":"90","116":"14053.99749","117":"17492.78701","118":"10659.924230000001","119":"1.5778927009052701","120":"0.93635504992717333","121":"2.3233586553175201","122":"6265","123":"31.7","124":"899","125":"12517.089400000001","126":"-1.7199671719480114","127":"36.4","128":"0.50196575499999996","129":"671","130":"192","131":"252","132":"202","133":"25","134":"7","135":"5","136":"4","137":"1","138":"3","139":"149","140":"89","141":"60","142":"15","143":"45","144":"4186","145":"2465","146":"1721","147":"498","148":"1223","149":"27.402777777777779","150":"0.66066066066066065","151":"0.48426150121065376","152":"0.83432657926102505","153":"90.039840637450197","154":"81.673306772908376","155":"58.51","156":"47.2","157":"13.3","158":"3.1","159":"338","160":"30.8","161":"5.3254437869822491","162":"8.1999999999999993","163":"17","164":"45.857988165680474","165":"71.005917159763314","166":"13.705882352941176","167":"2.2558416785884599","168":"1575.2349999999999","169":"148.14500000000001","170":"9.4","171":"1427.09","172":"1385.077","173":"42.012999999999998","174":"97.056037110483572","175":"2.9439628895164285","176":"1106.7650000000001","177":"38.292999999999999","178":"84.626999999999995","179":"66.028000000000006","180":"33.661999999999999","181":"79.906387875908706","182":"2.76468384068178","183":"6.1099130228860901","184":"4.7670995908530696","185":"2.4303341980265398","186":"96.172545479794493","187":"76.848007221219305","188":"2.6588668240522151","189":"5.8760588807110121","190":"4.5846410220802669","191":"2.3373142619080682","192":"0.4","193":"1238.0983125000002","194":"99.888506430703984","195":"62.4","196":"19.100000000000001","197":"71","198":"13.3","199":"10.6","200":"51","201":"3704","202":"3.2229999999999999","203":"3.2229999999999999","204":"-","205":"-","206":"2.1800000000000002","207":"3.2229999999999999","208":"3.2229999999999994","209":"-","210":"-","211":"2.1800000000000002","212":"2.622226979027332","213":"18.340639903513829","214":"7356","215":"6525","216":"6.8","217":"3","218":"-","219":"1","220":"2","221":"0.21211316048705023","222":"0.40783034257748779","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.54307929253871","235":"243","236":"5","237":"-2.9945805737034589E-2","238":"110","239":"7","240":"1.21561610520485","241":"212","242":"210","243":"216","244":"8.11","245":"2.87","246":"35.4","247":"0.12","248":"1.5","249":"0","250":"0","251":"0.02","252":"0.2","253":"0.08","254":"1","255":"0.04","256":"0.5","257":"0.17","258":"2.1","259":"0.23","260":"2.8","261":"0.1","262":"1.2","263":"0","264":"0","265":"0","266":"0","267":"0.56999999999999995","268":"7","269":"3.39","270":"41.8","271":"0.52","272":"6.4999999999999947","273":"14266","274":"4971","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"56.08","295":"-","296":"77.107698566053088","297":"75.832828588734102","298":"76.185203824861603","299":"74.462655805280207","300":"73.784921546115584"},{"1":"אורנית","2":"3760","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"15.178513942691","6":"1990","7":"0","8":"9","9":"718","10":"אורנית","11":"..","12":"..","13":"9114","14":"99.8","15":"98.5","16":"-","17":"-","18":"-","19":"-","20":"4634","21":"4480","22":"7.0770243581303491","23":"9.9188062321702883","24":"11.224489795918368","25":"8.9752029844195746","26":"11.937678297125302","27":"16.875137151634849","28":"20.002194426157558","29":"4.3888523151195962","30":"9.6006144393241168","31":"34.178187403993853","32":"2.4906736888303707","33":"879","34":"113","35":"..","36":"-","37":"-","38":"17","39":"3.38","40":"96","41":"10.619944804749757","42":"1.6560346644693169","43":"4.9923195084485412","44":"9","45":"33.333333333333329","46":"22.222222222222221","47":"33.333333333333329","48":"11.111111111111111","49":"50","50":"40","51":"427","52":"219","53":"208","54":"159","55":"71","56":"181","57":"16","58":"387","59":"186","60":"201","61":"88","62":"136","63":"143","64":"20","65":"231","66":"60","67":"23.4","68":"32","69":"8.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"819","87":"16.166600868535333","88":"334","89":"144","90":"6.6125519699069493","91":"41","92":"208","93":"127","94":"114","95":"120","96":"-","97":"831","98":"3.8507821901323704","99":"27","100":"80","101":"161","102":"40","103":"25","104":"39.200000000000003","105":"53.4","106":"4","107":"3.4","108":"968","109":"626","110":"322","111":"20","112":"2138","113":"984","114":"1045","115":"109","116":"13425.20161","117":"16494.735250000002","118":"10512.03247","119":"0.91679051855912963","120":"0.84112756946899125","121":"0.89875199931894745","122":"4247","123":"29.6","124":"581","125":"11520.67301","126":"-0.23679027245493423","127":"37.299999999999997","128":"0.43568258900000001","129":"494","130":"127","131":"153","132":"180","133":"34","134":"4","135":"3","136":"1","137":"-","138":"1","139":"73","140":"52","141":"21","142":"-","143":"21","144":"2043","145":"1389","146":"654","147":"-","148":"654","149":"26.666666666666668","150":"0.87412587412587417","151":"0.50933786078098475","152":"1.2612612612612613","153":"90.588235294117652","154":"88.823529411764696","155":"51.66","156":"52.6","157":"17.7","158":"3.9","159":"184","160":"32.1","161":"6.5217391304347823","162":"4","163":"14.4","164":"47.826086956521742","165":"79.347826086956516","166":"13.264516129032257","167":"12.290556900726392","168":"912.577","169":"183.809","170":"20.141752421987398","171":"728.76800000000003","172":"728.76800000000003","173":"-","174":"100","175":"-","176":"677.90200000000004","177":"28.071000000000002","178":"6.4359999999999999","179":"4.6539999999999999","180":"10.122","181":"93.0202753139545","182":"3.8518431105646802","183":"0.88313427592869098","184":"0.638612013699833","185":"1.3889193817511201","186":"79.970152529353697","187":"74.388456051794094","188":"3.0803248107099748","189":"0.70624382749917702","190":"0.51069900142653357","191":"1.1107209480961264","192":"0","193":"540.89625000000001","194":"100","195":"16.3","196":"16.3","197":"57","198":"11.5","199":"11.5","200":"44","201":"2194","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6147489670525175","213":"31.14737774861381","214":"4529","215":"3975","216":"6.6","217":"3","218":"-","219":"-","220":"3","221":"0.3318732751484299","222":"0.66239788032678293","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.3114036350165801","235":"230","236":"4","237":"-0.31861981124771649","238":"90","239":"6","240":"0.96772886718168805","241":"203","242":"196","243":"214","244":"2.14","245":"1.23","246":"57.5","247":"0.05","248":"2.2999999999999998","249":"0","250":"0","251":"0","252":"0","253":"0.05","254":"2.2999999999999998","255":"0.01","256":"0.5","257":"0","258":"0","259":"0.01","260":"0.5","261":"0","262":"0","263":"0","264":"0","265":"0.01","266":"0.5","267":"0.14000000000000001","268":"6.5","269":"0.02","270":"0.9","271":"0.62","272":"29","273":"9114","274":"7410","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"76.099999999999994","295":"-","296":"79.88268864933417","297":"76.79105652653125","298":"76.888335150288114","299":"76.020878108688976","300":"75.326215895610915"},{"1":"אזור","2":"0565","3":"תל אביב","4":"מועצה מקומית","5":"0","6":"1951","7":"0","8":"11","9":"509","10":"אזור","11":"2.216257679253177","12":"6073.7","13":"13474","14":"99.7","15":"93.4","16":"-","17":"-","18":"-","19":"-","20":"6685","21":"6789","22":"8.8689327593884517","23":"8.4384740982633222","24":"7.2584236306961554","25":"5.3584681609024791","26":"12.631735193706398","27":"21.663945376280243","28":"15.904705358468162","29":"4.9502746029389932","30":"14.932462520409677","31":"27.935282766810154","32":"5.5217455840878733","33":"813","34":"241","35":"2.5499999999999998","36":"-","37":"-","38":"84","39":"4.68","40":"157","41":"11.713888703340158","42":"1.0620718716289304","43":"10.991539260798575","44":"9","45":"22.222222222222221","46":"55.555555555555557","47":"11.111111111111111","48":"11.111111111111111","49":"-21","50":"-50","51":"611","52":"306","53":"305","54":"149","55":"180","56":"253","57":"29","58":"661","59":"328","60":"333","61":"213","62":"130","63":"284","64":"34","65":"450","66":"92","67":"20.2","68":"45","69":"8.4","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"869.66666666666663","79":"52.369617365017135","80":"28","81":"31","82":"..","83":"..","84":"..","85":"..","86":"1422","87":"18.186468857910217","88":"579","89":"240","90":"7.424980764298537","91":"40","92":"192","93":"129","94":"115","95":"120","96":"..","97":"1831","98":"7.045330420535227","99":"185","100":"430","101":"372","102":"58","103":"59","104":"41.1","105":"53.2","106":"2.9","107":"2.7","108":"1610","109":"1030","110":"521","111":"59","112":"3584","113":"1568","114":"1684","115":"332","116":"10266.168019999999","117":"12091.123799999999","118":"8584.6962949999997","119":"4.0641625368474488","120":"3.586469437456663","121":"4.7852999487687065","122":"6085","123":"32.5","124":"753","125":"11943.172479999999","126":"0.84757834735169624","127":"32.4","128":"0.39603289600000002","129":"711","130":"255","131":"200","132":"236","133":"20","134":"4","135":"3","136":"1","137":"1","138":"-","139":"47","140":"36","141":"11","142":"11","143":"-","144":"1313","145":"963","146":"350","147":"350","148":"-","149":"26.75","150":"0.84210526315789469","151":"..","152":"..","153":"89.051094890510953","154":"72.992700729927009","155":"23.47","156":"33.6","157":"15.2","158":"2.6","159":"143","160":"30.6","161":"12.587412587412588","162":"5.5","163":"14.8","164":"41.95804195804196","165":"72.727272727272734","166":"12.25925925925926","167":"2.5521148036253778","168":"1284.8150000000001","169":"76.278000000000006","170":"5.9","171":"1208.537","172":"1195.6220000000001","173":"12.914999999999999","174":"98.931352536165633","175":"1.0686474638343717","176":"793.2","177":"42.786999999999999","178":"106.613","179":"94.893000000000001","180":"15.904","181":"66.3420378681557","182":"3.57863940275438","183":"8.9169486677227408","184":"7.9367057481377898","185":"1.3301862963378099","186":"88.742076746084805","187":"58.873302159875301","188":"3.1757589252579232","189":"7.9130854301194979","190":"7.0431975061233576","191":"1.1804349439619981","192":"0","193":"945.18059159265192","194":"100","195":"2.2000000000000002","196":"1.4","197":"6","198":"11.3","199":"11.3","200":"47","201":"3961","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.5555916228119036","213":"35.531970900794477","214":"6958","215":"5457","216":"7.3","217":"10","218":"1","219":"1","220":"8","221":"0.74610756072230322","222":"1.4371945961483186","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.58663906530036403","235":"174","236":"3","237":"-0.79340728711359321","238":"44","239":"9","240":"2.7270857636707202","241":"244","242":"244","243":"249.5","244":"2.2000000000000002","245":"1.26","246":"57.3","247":"0.06","248":"2.7","249":"0","250":"0","251":"0.01","252":"0.5","253":"0.05","254":"2.2999999999999998","255":"0.08","256":"3.6","257":"0.21","258":"9.5","259":"0.28000000000000003","260":"12.7","261":"0","262":"0","263":"0.05","264":"2.2999999999999998","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0.2","272":"9.1","273":"13474","274":"10694","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"62.39","295":"-","296":"69.06111511903535","297":"68.023915060303068","298":"68.82798118224585","299":"66.143001007049335","300":"68.271334792122545"},{"1":"אכסאל","2":"0478","3":"הצפון","4":"מועצה מקומית","5":"85.347011005019198","6":"..","7":"0","8":"11","9":"257","10":"מבוא העמקים","11":"9.3782880681493896","12":"1615","13":"15146","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"7831","21":"7315","22":"9.8970025089132445","23":"9.4282318764030109","24":"9.6791232008451082","25":"10.279941898851181","26":"19.001716624851447","27":"18.631982041463093","28":"15.073286676350191","29":"2.8918526343589068","30":"5.1168625379638186","31":"35.17100224481711","32":"1.5581671728509177","33":"799","34":"298","35":"2.5299999999999998","36":"0.4","37":"..","38":"49","39":"6.03","40":"249","41":"16.552976784396172","42":"1.3850960619603825","43":"0","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-46","50":"-55","51":"85","52":"24","53":"61","54":"25","55":"47","56":"13","57":"0","58":"140","59":"59","60":"81","61":"38","62":"55","63":"47","64":"0","65":"4","66":"200","67":"48.1","68":"26","69":"4.0999999999999996","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"946.33333333333337","79":"103.83970854005673","80":"25","81":"43","82":"..","83":"..","84":"..","85":"..","86":"1069","87":"12.389893370421882","88":"481","89":"311","90":"5.6448773618119938","91":"37","92":"158","93":"121","94":"131","95":"137","96":"-","97":"726","98":"37.74104683195592","99":"704","100":"364","101":"518","102":"92","103":"61","104":"84.6","105":"11.2","106":"0.8","107":"3.3","108":"2277","109":"1354","110":"847","111":"76","112":"5293","113":"2100","114":"2792","115":"401","116":"6840.9158740000003","117":"8138.9018759999999","118":"4902.7293250000002","119":"1.0499785675698758","120":"0.9045409754182554","121":"3.9271814390432258","122":"5889","123":"53.6","124":"726","125":"10688.76137","126":"-2.0613530897239829","127":"32","128":"0.40409767800000002","129":"926","130":"322","131":"314","132":"285","133":"5","134":"9","135":"6","136":"7","137":"2","138":"5","139":"156","140":"74","141":"82","142":"38","143":"44","144":"3498","145":"1690","146":"1808","147":"871","148":"937","149":"27.086206896551722","150":"0.90860502405130938","151":"1.3224821973550356","152":"0.45045045045045046","153":"69.375","154":"54.0625","155":"15.08","156":"24.4","157":"14.5","158":"2.9","159":"348","160":"31.7","161":"4.5977011494252871","162":"1.9","163":"17.2","164":"45.402298850574709","165":"80.747126436781613","166":"10.805555555555555","167":"2.9537275064267354","168":"1180.3720000000001","169":"145.768","170":"12.3","171":"1034.604","172":"890.01900000000001","173":"144.58500000000001","174":"86.025087859702836","175":"13.974912140297157","176":"764.85199999999998","177":"30.896999999999998","178":"16.524000000000001","179":"65.319000000000003","180":"12.082000000000001","181":"85.936592364882102","182":"3.4714989230566999","183":"1.8565895784247299","184":"7.3390568066524402","185":"1.3574991095695701","186":"58.762643602271197","187":"50.498613495312298","188":"2.0399445398124918","189":"1.0909811171266341","190":"4.3126237950614019","191":"0.79770236366037239","192":"0","193":"968.43270195855757","194":"100","195":"9.6","196":"9.1999999999999993","197":"40","198":"17.7","199":"16.3","200":"64","201":"3370","202":"0.61","203":"5.34","204":"-","205":"-","206":"-","207":"1E-3","208":"0.03","209":"-","210":"-","211":"1.4999999999999999E-2","212":"1.5776798613972738","213":"26.162550213448643","214":"6688","215":"5316","216":"8.0316018171044838","217":"5","218":"-","219":"2","220":"3","221":"0.33238909205614808","222":"0.74760765550239239","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.93888753624906396","235":"42","236":"4","237":"-0.49883289350864429","238":"73","239":"4","240":"-0.13636753508239199","241":"106","242":"106","243":"113","244":"9.35","245":"1.56","246":"16.7","247":"0.09","248":"1","249":"0.02","250":"0.2","251":"0.01","252":"0.1","253":"0.05","254":"0.5","255":"0.08","256":"0.9","257":"0.14000000000000001","258":"1.5","259":"0.02","260":"0.2","261":"0.09","262":"1","263":"0","264":"0","265":"0.39","266":"4.2","267":"4.76","268":"50.9","269":"1.88","270":"20.100000000000001","271":"0.26","272":"2.7000000000000197","273":"15146","274":"9709","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"90.58","295":"-","296":"51.585014409221898","297":"60.865901190350783","298":"67.998339732281835","299":"42.79107178765333","300":"50.83156062657126"},{"1":"אליכין","2":"0041","3":"המרכז","4":"מועצה מקומית","5":"30.2706887023691","6":"1977","7":"0","8":"9","9":"457","10":"שרונים","11":"1.6891032401175141","12":"..","13":"3461","14":"100","15":"98.9","16":"-","17":"-","18":"-","19":"-","20":"1722","21":"1739","22":"7.7434267552730427","23":"7.2233458537994801","24":"8.6102282577289806","25":"8.1768275065010112","26":"14.360011557353365","27":"15.949147645189251","28":"19.387460271597803","29":"5.6053163825483967","30":"12.944235770008667","31":"28.199942213233168","32":"5.2008090147356256","33":"808","34":"56","35":"..","36":"-","37":"-","38":"25","39":"..","40":"31","41":"8.9267664437495853","42":"-0.67462267634078898","43":"2.8026581912741979","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-59","50":"-59","51":"118","52":"54","53":"64","54":"41","55":"25","56":"50","57":"2","58":"177","59":"87","60":"90","61":"67","62":"36","63":"69","64":"5","65":"82","66":"27","67":"21.9","68":"12","69":"8.6999999999999993","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"402","87":"19.920713577799802","88":"160","89":"71","90":"7.8585461689587426","91":"40","92":"181","93":"123","94":"111","95":"109","96":"..","97":"429","98":"4.1958041958041958","99":"64","100":"136","101":"66","102":"11","103":"20","104":"75.400000000000006","105":"11.1","106":"8.8000000000000007","107":"4.7","108":"482","109":"289","110":"165","111":"28","112":"1139","113":"446","114":"525","115":"168","116":"9283.0658989999993","117":"11010.720209999999","118":"7767.7690970000003","119":"4.2387249932903881","120":"3.8653674419467876","121":"4.3251865485470331","122":"1802","123":"39.200000000000003","124":"215","125":"10382.37729","126":"9.1500524942597075","127":"33.5","128":"0.40474624300000001","129":"158","130":"54","131":"46","132":"52","133":"6","134":"1","135":"1","136":"-","137":"-","138":"-","139":"6","140":"6","141":"-","142":"-","143":"-","144":"136","145":"136","146":"-","147":"-","148":"-","149":"22.666666666666668","150":"..","151":"..","152":"..","153":"75.675675675675677","154":"64.86486486486487","155":"28.96","156":"..","157":"11","158":"3.2","159":"26","160":"27.3","161":"11.538461538461538","162":"4.9000000000000004","163":"16.2","164":"46.153846153846153","165":"69.230769230769226","166":"7.7222222222222223","167":"3.5611510791366907","168":"360.61200000000002","169":"17.369","170":"4.8165341142280402","171":"343.24299999999999","172":"343.24299999999999","173":"-","174":"100","175":"-","176":"311.637","177":"4.9989999999999997","178":"23.477","179":"0.89300000000000002","180":"0.86","181":"90.791946230513105","182":"1.45640260689949","183":"6.8397607525863604","184":"0.26016553869998799","185":"0.25055135865844302","186":"99.174516035827807","187":"90.042473273620402","188":"1.4443802369257439","189":"6.7832996243860153","190":"0.25801791389771744","191":"0.24848309737070212","192":"0","193":"182.21159999999998","194":"95","195":"2.1","196":"0.8","197":"3","198":"2.5","199":"0.5","200":"2","201":"1076","202":"5.8000000000000003E-2","203":"0.98599999999999999","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.1224959318323027","213":"17.01033966449879","214":"1776","215":"1541","216":"8.6","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.42919356031522099","235":"163","236":"1","237":"-1.9550290115536431","238":"1","239":"6","240":"0.65925907653513705","241":"180","242":"178","243":"187","244":"1.7000000000000002","245":"0.77","246":"45.3","247":"0.02","248":"1.2","249":"0","250":"0","251":"0.04","252":"2.4","253":"0.04","254":"2.4","255":"0","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.25","268":"14.7","269":"0.39","270":"22.9","271":"0.19","272":"11.099999999999991","273":"3461","274":"4495","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"80.900000000000006","295":"-","296":"76.263399693721283","297":"76.416184971098261","298":"75.920899573478096","299":"73.822188449848028","300":"75.779196395043186"},{"1":"אלפי מנשה","2":"3750","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"18.176151461841702","6":"1987","7":"0","8":"9","9":"703","10":"אלפי מנשה","11":"..","12":"..","13":"7966","14":"100","15":"96.1","16":"-","17":"-","18":"-","19":"-","20":"3990","21":"3976","22":"6.6030630178257592","23":"8.1973386894300777","24":"11.222696459954808","25":"9.2643735877479294","26":"11.662063771026864","27":"17.072558373085613","28":"20.687923675621391","29":"4.5192066281697212","30":"10.783329148882752","31":"31.483806176249058","32":"2.3223700728094401","33":"854","34":"83","35":"..","36":"0.6","37":"..","38":"26","39":"4.74","40":"57","41":"7.1413473797257829","42":"-0.39125308940799641","43":"8.172231985940245","44":"7","45":"42.857142857142854","46":"42.857142857142854","47":"14.285714285714285","48":"0","49":"-82","50":"-94","51":"268","52":"138","53":"130","54":"91","55":"40","56":"109","57":"28","58":"362","59":"187","60":"175","61":"93","62":"97","63":"137","64":"35","65":"193","66":"33","67":"13.4","68":"32","69":"9.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"799","87":"17.696566998892578","88":"319","89":"123","90":"7.0357300397000442","91":"42","92":"202","93":"130","94":"112","95":"104","96":"-","97":"855","98":"4.0935672514619883","99":"38","100":"60","101":"169","102":"36","103":"21","104":"45","105":"47.7","106":"5.5","107":"1.9","108":"1123","109":"773","110":"335","111":"15","112":"2352","113":"1211","114":"1055","115":"86","116":"12265.48912","117":"14836.856760000001","118":"9723.4720840000009","119":"1.0717536695618035","120":"1.8977076125685555","121":"-0.34335785156635046","122":"4007","123":"30.5","124":"455","125":"12668.361269999999","126":"4.4258156585294639","127":"33.4","128":"0.42158019899999999","129":"364","130":"134","131":"112","132":"113","133":"5","134":"3","135":"2","136":"1","137":"1","138":"-","139":"51","140":"33","141":"18","142":"18","143":"-","144":"1408","145":"918","146":"490","147":"490","148":"-","149":"28.375","150":"..","151":"..","152":"..","153":"92.215568862275461","154":"82.634730538922156","155":"38.5","156":"35.799999999999997","157":"14","158":"2.9","159":"128","160":"30.2","161":"7.03125","162":"3.3","163":"15.9","164":"40.625","165":"77.34375","166":"12.526785714285714","167":"1.6736381322957199","168":"789.56100000000004","169":"76.608000000000004","170":"9.7026068916777799","171":"712.95299999999997","172":"712.95299999999997","173":"-","174":"100","175":"-","176":"582.34199999999998","177":"6.7779999999999996","178":"103.239","179":"17","180":"1.0449999999999999","181":"81.680279064678899","182":"0.95069380450043695","183":"14.480477675246499","184":"2.3844489047665101","185":"0.14657347679300001","186":"89.488264089368599","187":"73.094263838333106","188":"0.85075938245261706","189":"12.958328103426634","190":"2.1338019329735158","191":"0.13116605999748965","192":"0","193":"493.77674999999999","194":"100","195":"7.4","196":"7.4","197":"36","198":"0.3","199":"0.3","200":"-","201":"2197","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.8228468401672013","213":"28.457087182067507","214":"3955","215":"3481","216":"6.7792475014697233","217":"3","218":"-","219":"2","220":"1","221":"0.37586038840662017","222":"0.75853350189633373","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.19150142177134","235":"219","236":"4","237":"-0.26927891313239061","238":"93","239":"6","240":"0.72038323033136997","241":"186","242":"175","243":"208","244":"4.5199999999999996","245":"1.1100000000000001","246":"24.6","247":"0.02","248":"0.4","249":"0.01","250":"0.2","251":"0.01","252":"0.2","253":"0.05","254":"1.1000000000000001","255":"0","256":"0","257":"0.02","258":"0.4","259":"0.01","260":"0.2","261":"0","262":"0","263":"0.15","264":"3.3","265":"0","266":"0","267":"0.41","268":"9.1","269":"0.04","270":"0.9","271":"2.69","272":"59.599999999999994","273":"7966","274":"7177","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"71.94","295":"-","296":"75.871125897390996","297":"74.138826380474299","298":"73.762886597938149","299":"73.399428667450849","300":"73.508392886820673"},{"1":"אלקנה","2":"3560","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"17.440387985746401","6":"1981","7":"0","8":"9","9":"702","10":"אלקנה","11":"..","12":"..","13":"4072","14":"100","15":"99.8","16":"-","17":"-","18":"-","19":"-","20":"2020","21":"2052","22":"11.591355599214145","23":"10.731827111984282","24":"9.7003929273084477","25":"7.8831041257367387","26":"13.777013752455796","27":"17.239685658153242","28":"11.665029469548134","29":"3.413555992141454","30":"13.973477406679764","31":"37.401768172888019","32":"4.788801571709234","33":"1169","34":"92","35":"..","36":"0.6","37":"..","38":"9","39":"..","40":"83","41":"20.793365450602582","42":"4.1008523336754337","43":"3.1188605108055012","44":"0","45":"0","46":"0","47":"0","48":"0","49":"81","50":"76","51":"371","52":"181","53":"190","54":"167","55":"95","56":"106","57":"3","58":"294","59":"150","60":"144","61":"127","62":"70","63":"92","64":"5","65":"147","66":"54","67":"69.2","68":"7","69":"3.8","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"256","87":"13.054563997960225","88":"98","89":"41","90":"5.0282195997947667","91":"38","92":"199","93":"127","94":"105","95":"103","96":"-","97":"515","98":"0.970873786407767","99":"..","100":"40","101":"45","102":"10","103":"8","104":"52.4","105":"34.200000000000003","106":"4.4000000000000004","107":"9","108":"635","109":"270","110":"295","111":"70","112":"1797","113":"407","114":"1017","115":"373","116":"12268.21444","117":"15448.524009999999","118":"9216.6242180000008","119":"-0.16816241476929061","120":"-1.136881893942232","121":"0.63695658655220644","122":"1985","123":"33.5","124":"145","125":"13370.668180000001","126":"-3.4157169681780508","127":"40","128":"0.45813607099999998","129":"252","130":"84","131":"82","132":"75","133":"11","134":"4","135":"1","136":"5","137":"3","138":"2","139":"57","140":"16","141":"41","142":"22","143":"19","144":"1585","145":"452","146":"1133","147":"666","148":"467","149":"28.25","150":"0.90702947845804993","151":"..","152":"..","153":"93.243243243243242","154":"91.891891891891902","155":"71.040000000000006","156":"..","157":"34.799999999999997","158":"6.4","159":"178","160":"31.4","161":"2.2471910112359552","162":"2.7","163":"17.100000000000001","164":"53.932584269662918","165":"80.337078651685388","166":"9.7073170731707314","167":"2.0567460317460315","168":"493.37299999999999","169":"55.616999999999997","170":"11.272809821372499","171":"437.75599999999997","172":"437.75599999999997","173":"-","174":"100","175":"-","176":"292.839","177":"99.578000000000003","178":"30","179":"2.706","180":"4.8159999999999998","181":"66.895485156114404","182":"22.747375250139299","183":"6.8531327954385501","184":"0.61815257814855795","185":"1.1001562514277401","186":"107.53033652665199","187":"71.932940309506293","188":"24.46032915745517","189":"7.3691967575534267","190":"0.66470154753131905","191":"1.1830017194792435","192":"0","193":"283.94911000000002","194":"56.10292280894982","195":"60.5","196":"55.7","197":"300","198":"18.7","199":"17.7","200":"132","201":"920","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.588868125588794","213":"5.0289914801077238","214":"1698","215":"1610","216":"7.7","217":"1","218":"-","219":"-","220":"1","221":"0.25052247530846483","222":"0.58892815076560656","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.02762984666282","235":"209","236":"3","237":"-0.63281537407666699","238":"60","239":"6","240":"0.77265032487968399","241":"188","242":"182","243":"209","244":"1.1400000000000001","245":"0.73","246":"64","247":"0.13","248":"11.4","249":"0.01","250":"0.9","251":"0.02","252":"1.8","253":"0.02","254":"1.8","255":"0.01","256":"0.9","257":"0.01","258":"0.9","259":"0.05","260":"4.4000000000000004","261":"0","262":"0","263":"0.01","264":"0.9","265":"0","266":"0","267":"0","268":"0","269":"0.01","270":"0.9","271":"0.14000000000000001","272":"12.099999999999969","273":"4072","274":"5578","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"75.86","295":"-","296":"84.886045581767291","297":"80.910543130990419","298":"82.807570977917976","299":"81.163859111791723","300":"80.622095101894885"},{"1":"אעבלין","2":"0529","3":"הצפון","4":"מועצה מקומית","5":"90.470919369712206","6":"1960","7":"0","8":"11","9":"261","10":"גבעות אלונים","11":"12.082672998724803","12":"1137.5999999999999","13":"13692","14":"-","15":"-","16":"99.9","17":"58","18":"42","19":"-","20":"6912","21":"6781","22":"7.9608530528775932","23":"9.0344726847794341","24":"9.3266140812153076","25":"9.4434706397896591","26":"17.462751971954425","27":"19.427402862985684","28":"16.812737364884605","29":"3.8124452234881683","30":"6.7265556529360211","31":"32.055214723926383","32":"2.3225241016652061","33":"739","34":"202","35":"1.9","36":"1","37":"( 4.7)","38":"46","39":"5.67","40":"156","41":"11.454055062416904","42":"1.0746591677511361","43":"3.6517674554484375E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-39","50":"-34","51":"107","52":"41","53":"66","54":"39","55":"39","56":"27","57":"2","58":"141","59":"44","60":"97","61":"41","62":"52","63":"48","64":"0","65":"0","66":"142","67":"34.299999999999997","68":"29","69":"5.0999999999999996","70":"3","71":"101","72":"-","73":"-","74":"-","75":"-","76":"0.75","77":"..","78":"810.66666666666663","79":"81.263891636758288","80":"31","81":"37","82":"..","83":"..","84":"..","85":"..","86":"1379","87":"17.028896023709557","88":"576","89":"331","90":"7.1793593418920612","91":"38","92":"151","93":"125","94":"119","95":"120","96":"-","97":"911","98":"33.369923161361143","99":"584","100":"390","101":"491","102":"58","103":"46","104":"73.599999999999994","105":"11.5","106":"11.1","107":"3.9","108":"1816","109":"1122","110":"642","111":"52","112":"4057","113":"1701","114":"2086","115":"270","116":"6617.7557909999996","117":"7866.0133759999999","118":"5080.113276","119":"1.591107639514","120":"1.6874833443027981","121":"1.7969935888443533","122":"5497","123":"50.4","124":"503","125":"7890.8948559999999","126":"-5.4407821766676019","127":"42.3","128":"0.37032949399999998","129":"692","130":"212","131":"247","132":"226","133":"7","134":"9","135":"7","136":"5","137":"1","138":"4","139":"162","140":"84","141":"78","142":"17","143":"61","144":"4005","145":"2201","146":"1804","147":"419","148":"1385","149":"27.38095238095238","150":"0.68634179821551133","151":"0.95497953615279674","152":"0.4143646408839779","153":"78.240740740740748","154":"61.574074074074069","155":"13.33","156":"38.9","157":"15.8","158":"2.8","159":"413","160":"31.1","161":"5.3268765133171918","162":"2.9","163":"16.600000000000001","164":"49.63680387409201","165":"73.607748184019371","166":"10.1183879093199","167":"3.0896191187453321","168":"1189.809","169":"130.57599999999999","170":"11.0","171":"1059.2329999999999","172":"917.274","173":"141.959","174":"86.597943983995961","175":"13.402056016004032","176":"706.923","177":"54.655999999999999","178":"1.177","179":"43.42","180":"18.753","181":"77.067811798873606","182":"5.9585249336621304","183":"0.12831498548961401","184":"4.7335910534911099","185":"2.04442729217224","186":"66.988534287592202","187":"51.626597531585503","188":"3.991528518220989","189":"8.5956328050828895E-2","190":"3.1709632659022859","191":"1.3695318776016943","192":"0","193":"756.89583367626904","194":"90.000011014412181","195":"6.3","196":"5.6","197":"25","198":"3.7","199":"3","200":"18","201":"3195","202":"0.5","203":"3.6","204":"0.84","205":"0.4","206":"-","207":"0.5","208":"3.5999999999999996","209":"0.84","210":"0.41199999999999998","211":"-","212":"..","213":"..","214":"6015","215":"4958","216":"8.8000000000000007","217":"3","218":"1","219":"1","220":"1","221":"0.22027028966186357","222":"0.49875311720698251","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.71465630220486698","235":"68","236":"3","237":"-0.67969532245590614","238":"55","239":"5","240":"6.6086807702871897E-2","241":"131","242":"155","243":"94","244":"12.06","245":"3.14","246":"26","247":"0.04","248":"0.3","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.03","254":"0.2","255":"0.04","256":"0.3","257":"0.01","258":"0.1","259":"0.22","260":"1.8","261":"0.26","262":"2.2000000000000002","263":"0","264":"0","265":"0.57999999999999996","266":"4.8","267":"3.19","268":"26.5","269":"2.46","270":"20.399999999999999","271":"2.08","272":"17.299999999999994","273":"13692","274":"4361","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"89.51","295":"-","296":"50.577807696622912","297":"62.854609929078009","298":"68.453427065026361","299":"49.748636217777303","300":"59.306910147333468"},{"1":"אפרת","2":"3650","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"66.052826004596795","6":"1983","7":"0","8":"11","9":"704","10":"אפרתה","11":"..","12":"..","13":"11804","14":"100","15":"99.7","16":"-","17":"-","18":"-","19":"-","20":"6072","21":"5733","22":"11.733310742121315","23":"12.987123009149441","24":"11.953575059301931","25":"9.6323280243985092","26":"13.139613690274484","27":"18.824127414435786","28":"10.7167062012877","29":"3.515757370382921","30":"7.505930193154863","31":"43.036258895289734","32":"2.0840393087089124","33":"1165","34":"301","35":"3.97","36":"0.2","37":"..","38":"26","39":"4.49","40":"275","41":"23.6976618974785","42":"3.5037211978986136","43":"21.653676719756014","44":"153","45":"42.483660130718953","46":"32.679738562091501","47":"9.8039215686274517","48":"15.032679738562091","49":"136","50":"-31","51":"513","52":"283","53":"230","54":"207","55":"111","56":"162","57":"33","58":"544","59":"292","60":"252","61":"194","62":"186","63":"138","64":"26","65":"669","66":"108","67":"41.7","68":"24","69":"5.4","70":"4","71":"404","72":"-","73":"2.57","74":"0.97","75":"-","76":"-","77":"..","78":"263","79":"37.46","80":"19","81":"35","82":"..","83":"..","84":"..","85":"..","86":"809","87":"14.197964197964197","88":"311","89":"150","90":"5.4985855728429982","91":"38","92":"192","93":"123","94":"107","95":"105","96":"-","97":"732","98":"4.6448087431693992","99":"47","100":"104","101":"209","102":"20","103":"7","104":"23.4","105":"36.4","106":"38.299999999999997","107":"1.9","108":"1421","109":"690","110":"552","111":"179","112":"3894","113":"1028","114":"1901","115":"965","116":"10598.016009999999","117":"13011.97882","118":"8155.440439","119":"2.346894635810548","120":"2.7532821783783357","121":"1.5690222456673952","122":"5092","123":"40.1","124":"410","125":"14743.349620000001","126":"7.5830712374499232","127":"38.299999999999997","128":"0.45825896399999999","129":"973","130":"297","131":"323","132":"324","133":"29","134":"10","135":"6","136":"5","137":"1","138":"4","139":"152","140":"103","141":"49","142":"11","143":"38","144":"3289","145":"2207","146":"1082","147":"231","148":"851","149":"24.705882352941178","150":"0.19788918205804751","151":"..","152":"..","153":"89.878542510121463","154":"87.854251012145738","155":"53.1","156":"61.5","157":"22.5","158":"5","159":"469","160":"29.4","161":"7.4626865671641784","162":"4.7","163":"16","164":"45.842217484008529","165":"73.134328358208961","166":"7.8755980861244019","167":"14.704057279236277","168":"1092.539","169":"105.625","170":"9.6678470974491493","171":"986.91399999999999","172":"977.86400000000003","173":"9.0500000000000007","174":"99.083000139829807","175":"0.91699986017018709","176":"742.02200000000005","177":"41.813000000000002","178":"168.458","179":"10.039999999999999","180":"14.474","181":"75.881922230494197","182":"4.2759524841900296","183":"17.2271399703844","184":"1.02672764310784","185":"1.4801649309106399","186":"82.841748559810199","187":"62.861911216536797","188":"3.5422738054896645","189":"14.271263978312437","190":"0.85055913249745851","191":"1.2261945103354794","192":"0","193":"413.03023999999999","194":"100","195":"6.6","196":"0.7","197":"-","198":"6.8","199":"6","200":"38","201":"2635","202":"1.1200000000000001","203":"7.28","204":"0.1","205":"0.45","206":"3","207":"7.52","208":"84.08","209":"0.1","210":"0.45","211":"3","212":"1.1745164989727062","213":"7.5186860581422668","214":"4171","215":"3953","216":"8.1","217":"1","218":"-","219":"-","220":"1","221":"8.6173315990830918E-2","222":"0.23975065931431311","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.53882552387104998","235":"171","236":"9","237":"1.4557217375054092","238":"185","239":"5","240":"6.9172061217577199E-2","241":"132","242":"126","243":"139","244":"6.2700000000000014","245":"1.33","246":"21.2","247":"0.12","248":"1.9","249":"0.01","250":"0.2","251":"0.02","252":"0.3","253":"0.03","254":"0.5","255":"0","256":"0","257":"0","258":"0","259":"0.03","260":"0.5","261":"0","262":"0","263":"0.08","264":"1.3","265":"0","266":"0","267":"0.77","268":"12.3","269":"0.68","270":"10.8","271":"3.2","272":"51","273":"11804","274":"8875","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"64.12","295":"-","296":"78.952668680765356","297":"75.123814914390834","298":"75.381653142621374","299":"74.366049139403486","300":"72.976714915040901"},{"1":"בועיינה-נוג'ידאת","2":"0482","3":"הצפון","4":"מועצה מקומית","5":"108.704748798827","6":"1980","7":"0","8":"9","9":"251","10":"הגליל המזרחי","11":"7.1596986791509964","12":"1415.8","13":"10137","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"5260","21":"4877","22":"9.4702574726250361","23":"10.180526783071915","24":"9.5787708394988655","25":"10.219986189207852","26":"18.7333530630364","27":"20.656999112163362","28":"14.077143138995758","29":"2.5451316957679788","30":"4.527966854098846","31":"35.099141757916541","32":"1.6572950577093815","33":"785","34":"184","35":"2.25","36":"0.2","37":"..","38":"20","39":"5.14","40":"164","41":"16.291262156773229","42":"1.4066716012620333","43":"9.8648515339844131E-3","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-35","50":"-36","51":"54","52":"17","53":"37","54":"9","55":"29","56":"16","57":"0","58":"90","59":"35","60":"55","61":"30","62":"34","63":"26","64":"0","65":"13","66":"86","67":"30.2","68":"16","69":"3.9","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1032","87":"17.817679558011047","88":"447","89":"274","90":"7.8242604586031854","91":"37","92":"153","93":"117","94":"124","95":"128","96":"-","97":"422","98":"48.81516587677725","99":"521","100":"205","101":"411","102":"47","103":"41","104":"71.900000000000006","105":"0.2","106":"11.7","107":"16.2","108":"1582","109":"937","110":"597","111":"48","112":"3650","113":"1426","114":"1980","115":"244","116":"6057.0515779999996","117":"7246.5942480000003","118":"4376.1205739999996","119":"1.6397135023866083","120":"2.4105984148112825","121":"0.37047820811271226","122":"4498","123":"58.8","124":"253","125":"8578.5337679999993","126":"0.81135551470457035","127":"45.5","128":"0.38154959700000002","129":"631","130":"191","131":"220","132":"212","133":"8","134":"6","135":"4","136":"5","137":"3","138":"2","139":"108","140":"56","141":"52","142":"25","143":"27","144":"2432","145":"1233","146":"1199","147":"585","148":"614","149":"24.061224489795919","150":"0.66555740432612309","151":"..","152":"..","153":"78.63636363636364","154":"50.454545454545453","155":"11.96","156":"31.5","157":"17.5","158":"3.1","159":"266","160":"32.299999999999997","161":"2.6315789473684208","162":"2.7","163":"18.8","164":"51.879699248120303","165":"80.827067669172934","166":"10.086776859504132","167":"3.2445718967636217","168":"697.83199999999999","169":"91.251999999999995","170":"13.1","171":"606.58100000000002","172":"481.75","173":"124.831","174":"79.4205555399856","175":"20.579444460014411","176":"358.34199999999998","177":"21.971","178":"52.837000000000003","179":"3.9529999999999998","180":"3.4220000000000002","181":"74.383393876491994","182":"4.5606642449403196","183":"10.9677218474312","184":"0.82055007784120404","185":"0.71032693305656502","186":"47.523922264969897","187":"35.3499062839104","188":"2.1674065305317156","189":"5.2122916050113446","190":"0.38995758113840384","191":"0.33757521949294661","192":"2","193":"321.52699999999999","194":"100","195":"9.1999999999999993","196":"7.9","197":"37","198":"16.100000000000001","199":"14.1","200":"58","201":"2399","202":"0.5","203":"6","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"1.621","211":"-","212":"1.2640777187865082","213":"1.3111235796843024","214":"4015","215":"3412","216":"7.9","217":"1","218":"-","219":"1","220":"-","221":"9.9336964370568451E-2","222":"0.24906600249066002","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.10164936627024","235":"34","236":"5","237":"-0.12968133287620304","238":"104","239":"3","240":"-0.56874583753986296","241":"52","242":"62","243":"56","244":"7.16","245":"1.38","246":"19.3","247":"0.03","248":"0.4","249":"0","250":"0","251":"0","252":"0","253":"0.05","254":"0.7","255":"0","256":"0","257":"0.03","258":"0.4","259":"0.04","260":"0.6","261":"0","262":"0","263":"0","264":"0","265":"1.35","266":"18.899999999999999","267":"1.36","268":"19","269":"2.62","270":"36.6","271":"0.3","272":"4.0999999999999917","273":"10137","274":"7346","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"93.72","295":"-","296":"52.415307402760348","297":"61.302325581395344","298":"65.879305089911611","299":"52.074413110881444","300":"56.529112492933862"},{"1":"בוקעאתא","2":"4001","3":"הצפון","4":"מועצה מקומית","5":"180.07045653364699","6":"1982","7":"0","8":"9","9":"256","10":"מעלה חרמון","11":"19.540130387054788","12":"345.5","13":"6752","14":"-","15":"-","16":"100","17":"-","18":"-","19":"100","20":"3450","21":"3302","22":"7.1386255924170614","23":"8.3086492890995256","24":"9.0639810426540279","25":"8.8862559241706158","26":"17.239336492890995","27":"20.482819905213269","28":"17.950236966824644","29":"3.8655213270142181","30":"7.06457345971564","31":"30.050355450236967","32":"2.3844786729857819","33":"680","34":"97","35":"..","36":"-","37":"-","38":"23","39":"6.01","40":"74","41":"11.030994440572325","42":"1.30095468031503","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"14","50":"13","51":"33","52":"6","53":"27","54":"4","55":"16","56":"12","57":"1","58":"20","59":"5","60":"15","61":"0","62":"10","63":"10","64":"0","65":"2","66":"76","67":"39.700000000000003","68":"8","69":"2.6","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"685","87":"16.557892192409959","88":"278","89":"151","90":"6.7937438905180834","91":"37","92":"140","93":"119","94":"114","95":"118","96":"-","97":"430","98":"39.069767441860463","99":"290","100":"172","101":"283","102":"32","103":"14","104":"54.5","105":"11.2","106":"10.3","107":"24","108":"1016","109":"768","110":"243","111":"..","112":"1960","113":"1168","114":"767","115":"25","116":"5807.5727870000001","117":"7334.9811159999999","118":"3653.2333619999999","119":"3.0443862308449532","120":"3.3807069789681288","121":"6.1645634915851621","122":"2813","123":"61.8","124":"341","125":"7291.5182750000004","126":"3.7574129805461931","127":"45.5","128":"0.424952683","129":"298","130":"84","131":"109","132":"104","133":"..","134":"3","135":"2","136":"2","137":"1","138":"1","139":"59","140":"32","141":"27","142":"14","143":"13","144":"1424","145":"697","146":"727","147":"372","148":"355","149":"22.7","150":"-","151":"-","152":"-","153":"96","154":"64.8","155":"7.83","156":"..","157":"18.100000000000001","158":"2.7","159":"168","160":"32.200000000000003","161":"4.7619047619047619","162":"4.4000000000000004","163":"16.7","164":"61.30952380952381","165":"85.11904761904762","166":"9.3881578947368425","167":"3.4732080723729992","168":"498.036","169":"43.531999999999996","170":"8.7","171":"454.505","172":"441.98200000000003","173":"12.523","174":"97.244694777835221","175":"2.7553052221647727","176":"370.99599999999998","177":"12.789","178":"21.882000000000001","179":"19.181999999999999","180":"12.406000000000001","181":"83.939164943368695","182":"2.8935567511799101","183":"4.9508803525935399","184":"4.33999574643311","185":"2.8069016385282701","186":"65.459419431279599","187":"54.946090047393398","188":"1.8941054502369667","189":"3.2408175355450237","190":"2.840936018957346","191":"1.8373815165876777","192":"2.9","193":"338.9668345","194":"97","195":"9.9","196":"8.9","197":"40","198":"9.3000000000000007","199":"7.8","200":"34","201":"1624","202":"-","203":"-","204":"2.85","205":"-","206":"-","207":"2","208":"24","209":"1.2749999999999999","210":"-","211":"-","212":"1.3493660159213265","213":"0.38561636725229947","214":"3148","215":"2445","216":"8.1999999999999993","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-1.02133135404046","235":"38","236":"4","237":"-0.45583362386638115","238":"78","239":"1","240":"-1.4844210756037499","241":"8","242":"9","243":"7","244":"19.48","245":"1.45","246":"7.4","247":"0.04","248":"0.2","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.02","254":"0.1","255":"0","256":"0","257":"0.03","258":"0.2","259":"0.03","260":"0.2","261":"0.08","262":"0.4","263":"0","264":"0","265":"0.62","266":"3.2","267":"10.41","268":"53.4","269":"0.52","270":"2.7","271":"6.27","272":"32.099999999999994","273":"6752","274":"4657","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"14.258188824662813","297":"14.801444043321299","298":"13.403880070546737","299":"15.46218487394958","300":"25.367156208277702"},{"1":"ביר אל-מכסור","2":"0998","3":"הצפון","4":"מועצה מקומית","5":"90.0582246319983","6":"1990","7":"0","8":"9","9":"261","10":"גבעות אלונים","11":"5.8498004769440639","12":"1699.3","13":"9959","14":"-","15":"-","16":"100","17":"100","18":"-","19":"-","20":"5047","21":"4912","22":"10.031127623255347","23":"10.4026508685611","24":"9.6596043779495933","25":"9.4889045084847883","26":"18.445627070991062","27":"18.987850185761623","28":"14.559694748468722","29":"3.0324329751983132","30":"5.3921076413294511","31":"35.686313886936439","32":"2.1789336278742844","33":"817","34":"223","35":"2.92","36":"-","37":"-","38":"29","39":"4.33","40":"194","41":"19.70645629536612","42":"2.3537840913882349","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"28","50":"27","51":"69","52":"24","53":"45","54":"19","55":"29","56":"20","57":"1","58":"42","59":"13","60":"29","61":"9","62":"19","63":"13","64":"1","65":"1","66":"99","67":"36.700000000000003","68":"13","69":"3.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"953","87":"16.999643239386373","88":"425","89":"287","90":"7.6978808186922656","91":"38","92":"166","93":"125","94":"128","95":"136","96":"-","97":"537","98":"35.381750465549345","99":"445","100":"231","101":"386","102":"59","103":"31","104":"61.9","105":"2.2999999999999998","106":"13.4","107":"22.3","108":"1572","109":"909","110":"588","111":"75","112":"3786","113":"1429","114":"1960","115":"397","116":"6455.201607","117":"8185.1013290000001","118":"3874.3111680000002","119":"1.3014579964346407","120":"2.2108853929983852","121":"1.9808833908552481","122":"4169","123":"52.9","124":"224","125":"8204.4760939999996","126":"-7.8852173712366973","127":"44.6","128":"0.36046011300000003","129":"653","130":"205","131":"238","132":"200","133":"10","134":"4","135":"3","136":"2","137":"1","138":"1","139":"89","140":"52","141":"37","142":"19","143":"18","144":"2224","145":"1200","146":"1024","147":"510","148":"514","149":"24.291666666666668","150":"0.33698399326032014","151":"..","152":"..","153":"54.54545454545454","154":"29.292929292929294","155":"9.48","156":"21.8","157":"10.199999999999999","158":"2.2000000000000002","159":"245","160":"31.7","161":"3.6734693877551026","162":"4.2","163":"19.2","164":"52.653061224489797","165":"82.857142857142861","166":"10.127853881278538","167":"3.2123534715960327","168":"925.31899999999996","169":"124.925","170":"13.5","171":"800.39400000000001","172":"763.56600000000003","173":"36.828000000000003","174":"95.398766107691955","175":"4.6012338923080387","176":"543.83299999999997","177":"63.432000000000002","178":"4.6470000000000002","179":"2.2909999999999999","180":"85.917000000000002","181":"71.222788861735594","182":"8.3073368903277505","183":"0.60859179167223298","184":"0.30003955126341397","185":"11.252072512395801","186":"76.663253012048202","187":"54.601706827309201","188":"6.3686746987951803","189":"0.46656626506024096","190":"0.23002008032128515","191":"8.6262048192771079","192":"0","193":"405.525214925726","194":"75.000074898285064","195":"7","196":"6.3","197":"28","198":"4.3","199":"4.3","200":"23","201":"1914","202":"4.4000000000000004","203":"52.8","204":"-","205":"0.8","206":"3.15","207":"4.4000000000000004","208":"52.800000000000004","209":"-","210":"0.77300000000000002","211":"3.15","212":"0.95562155907929958","213":"1.2231418436824724","214":"4127","215":"3435","216":"8.6","217":"2","218":"-","219":"1","220":"1","221":"0.20315934325119711","222":"0.48461352071722802","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.2511370490012801","235":"22","236":"8","237":"1.0583388927584787","238":"168","239":"4","240":"-0.13061058946995799","241":"109","242":"116","243":"96","244":"5.8","245":"2.16","246":"37.200000000000003","247":"0.04","248":"0.7","249":"0","250":"0","251":"0.01","252":"0.2","253":"0.05","254":"0.9","255":"0","256":"0","257":"0","258":"0","259":"0.08","260":"1.4","261":"0.05","262":"0.9","263":"0","264":"0","265":"0.16","266":"2.8","267":"0.52","268":"9","269":"1.36","270":"23.4","271":"1.37","272":"23.500000000000007","273":"9959","274":"4611","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"92.18","295":"-","296":"31.701520912547526","297":"48.335427135678394","298":"55.218128564821953","299":"39.19282511210762","300":"61.493348591045624"},{"1":"בית אל","2":"3574","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"64.585080326232202","6":"1997","7":"0","8":"9","9":"722","10":"בית אל","11":"..","12":"..","13":"5681","14":"100","15":"99.8","16":"-","17":"-","18":"-","19":"-","20":"2926","21":"2755","22":"12.19855659214927","23":"10.332687907058617","24":"10.579123393768702","25":"15.384615384615385","26":"22.038373525787712","27":"10.790353810948776","28":"10.103854955113537","29":"2.4643548671008624","30":"6.1080795634571379","31":"41.049111071994368","32":"1.8834712198556591","33":"1203","34":"186","35":"..","36":"-","37":"-","38":"11","39":"3.43","40":"175","41":"30.796123567153934","42":"-4.5214432566837104E-2","43":"6.6713606759373354","44":"3","45":"0","46":"0","47":"66.666666666666657","48":"33.333333333333329","49":"-167","50":"-173","51":"217","52":"113","53":"104","54":"79","55":"97","56":"32","57":"9","58":"390","59":"199","60":"191","61":"139","62":"173","63":"74","64":"4","65":"136","66":"150","67":"78.400000000000006","68":"7","69":"3.5","70":"4","71":"913","72":"-","73":"10.17","74":"5.38","75":"-","76":"0.51","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"401","87":"15.069522735813603","88":"140","89":"70","90":"5.3030303030303028","91":"36","92":"157","93":"113","94":"95","95":"83","96":"..","97":"347","98":"6.3400576368876083","99":"39","100":"47","101":"112","102":"14","103":"10","104":"50.9","105":"5.3","106":"2.8","107":"41.1","108":"1096","109":"439","110":"366","111":"291","112":"3673","113":"643","114":"1266","115":"1764","116":"7988.3160809999999","117":"9537.9676459999991","118":"6444.9939299999996","119":"5.1372362836364482","120":"4.7021898294874021","121":"5.9304214489194651","122":"2932","123":"48.2","124":"138","125":"8690.7866300000005","126":"1.1736904809406035","127":"51.4","128":"0.43870276200000002","129":"427","130":"134","131":"149","132":"120","133":"24","134":"6","135":"3","136":"4","137":"1","138":"3","139":"106","140":"48","141":"58","142":"18","143":"40","144":"2514","145":"1099","146":"1415","147":"409","148":"1006","149":"24.666666666666668","150":"0.6960556844547563","151":"..","152":"..","153":"88.028169014084511","154":"76.056338028169009","155":"51.51","156":"45.8","157":"29.9","158":"9.1","159":"319","160":"30.1","161":"3.4482758620689653","162":"6","163":"19","164":"54.54545454545454","165":"81.504702194357364","166":"8.513513513513514","167":"33.514925373134325","168":"424.69","169":"11.878","170":"2.7968635946219602","171":"412.81200000000001","172":"406.27100000000002","173":"6.5410000000000004","174":"98.415501487359876","175":"1.5844985126401363","176":"273.87700000000001","177":"77.972999999999999","178":"27.283999999999999","179":"12.992000000000001","180":"-","181":"67.412392220955994","182":"19.192361748684998","183":"6.71571438768704","184":"3.1978654641852402","185":"-","186":"71.501407954945407","187":"48.200809574093597","188":"13.722808870116156","189":"4.8018303414290742","190":"2.2865188313973954","191":"-","192":"0","193":"272.00460750000002","194":"95.000084695256476","195":"0.1","196":"0.1","197":"-","198":"-","199":"-","200":"-","201":"1244","202":"1.7","203":"10.199999999999999","204":"0.85899999999999999","205":"0.5","206":"1","207":"1.7","208":"6.8000000000000007","209":"0.85899999999999999","210":"0.5","211":"1","212":"1.2088336577692869","213":"4.5255432530450603","214":"1557","215":"1344","216":"9.3000000000000007","217":"1","218":"-","219":"-","220":"1","221":"0.17597784895516536","222":"0.64226075786769421","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.63742123701165498","235":"76","236":"2","237":"-1.1028698935163794","238":"23","239":"4","240":"-0.193164326501652","241":"99","242":"75","243":"140","244":"1.4900000000000002","245":"0.54","246":"36.200000000000003","247":"0.1","248":"6.7","249":"0","250":"0","251":"0.02","252":"1.3","253":"0.02","254":"1.3","255":"0.01","256":"0.7","257":"0.05","258":"3.4","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0.16","270":"10.7","271":"0.59","272":"39.699999999999996","273":"5681","274":"10520","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"70.3","295":"-","296":"85.141651597347803","297":"81.580510992275705","298":"80.11904761904762","299":"76.601998824221056","300":"77.19097916071938"},{"1":"בית אריה-עופרים","2":"3652","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"20.486011123853601","6":"1989","7":"0","8":"9","9":"719","10":"בית אריה","11":"..","12":"..","13":"5409","14":"99.8","15":"95.8","16":"-","17":"-","18":"-","19":"-","20":"2726","21":"2682","22":"7.8942503235348491","23":"9.6690700684045119","24":"10.704381586245146","25":"8.91107413569976","26":"13.403586614901091","27":"17.637271214642261","28":"19.356627842484748","29":"4.3630985394712516","30":"8.0791273802921051","31":"33.887964503605104","32":"1.8487705675725643","33":"826","34":"72","35":"..","36":"0.4","37":"..","38":"7","39":"3.56","40":"65","41":"12.082781249834342","42":"1.0822684438330299","43":"6.5816232205583285","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-10","50":"3","51":"272","52":"130","53":"142","54":"95","55":"42","56":"125","57":"10","58":"269","59":"130","60":"139","61":"69","62":"67","63":"118","64":"15","65":"127","66":"34","67":"21.3","68":"36","69":"16.600000000000001","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"515","87":"16.709928617780662","88":"203","89":"87","90":"6.608072916666667","91":"41","92":"200","93":"130","94":"110","95":"103","96":"-","97":"422","98":"6.6350710900473935","99":"36","100":"50","101":"96","102":"15","103":"22","104":"23.5","105":"36.299999999999997","106":"5.6","107":"34.6","108":"558","109":"356","110":"191","111":"11","112":"1218","113":"534","114":"622","115":"62","116":"11357.3851","117":"13540.096380000001","118":"9309.4496739999995","119":"1.5812305770365187","120":"2.1693682374187562","121":"1.7328869672415204","122":"2574","123":"31.7","124":"249","125":"13528.29891","126":"9.8341500853657884","127":"29.7","128":"0.39862929400000002","129":"292","130":"91","131":"91","132":"97","133":"13","134":"3","135":"2","136":"1","137":"1","138":"-","139":"36","140":"26","141":"10","142":"10","143":"-","144":"833","145":"590","146":"243","147":"243","148":"-","149":"24.652173913043477","150":"1.7770597738287561","151":"..","152":"..","153":"83.908045977011497","154":"80.459770114942529","155":"30.03","156":"..","157":"12.2","158":"2.9","159":"91","160":"30.2","161":"7.6923076923076925","162":"2.2999999999999998","163":"14.3","164":"37.362637362637365","165":"83.516483516483518","166":"11.026315789473685","167":"2.682126696832579","168":"539.37","169":"101.059","170":"18.736488866640698","171":"438.31099999999998","172":"438.31099999999998","173":"-","174":"100","175":"-","176":"382.76400000000001","177":"8.9570000000000007","178":"19.120999999999999","179":"14.507","180":"12.65","181":"87.327034913565896","182":"2.0435261720559099","183":"4.3624275913677701","184":"3.3097503827191201","185":"2.8860786062864001","186":"81.033647624329802","187":"70.764281752634503","188":"1.6559437973747457","189":"3.5350342022554999","190":"2.6820114623775191","191":"2.3386947679792938","192":"1","193":"252.92","194":"100","195":"21","196":"19.899999999999999","197":"138","198":"0.9","199":"0.9","200":"2","201":"1297","202":"-","203":"-","204":"0.1","205":"0.26","206":"0.26","207":"-","208":"-","209":"0.1","210":"0.26","211":"0.26","212":"1.7172852268676477","213":"2.1698678590714229","214":"2767","215":"2306","216":"7.5","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.87507194437812297","235":"201","236":"7","237":"0.64184629358473366","238":"148","239":"6","240":"0.69612845652593403","241":"185","242":"173","243":"201","244":"2.87","245":"1.1499999999999999","246":"40.1","247":"0.04","248":"1.4","249":"0","250":"0","251":"0.01","252":"0.3","253":"0.03","254":"1","255":"0","256":"0","257":"0","258":"0","259":"0.03","260":"1","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.08","268":"2.8","269":"0.19","270":"6.6","271":"1.34","272":"46.8","273":"5409","274":"4703","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"81.72","295":"-","296":"74.755654845015357","297":"73.019390581717445","298":"72.887420864299486","299":"70.503597122302153","300":"70.889003083247687"},{"1":"בית ג'ן","2":"0480","3":"הצפון","4":"מועצה מקומית","5":"125.05068337554199","6":"1964","7":"0","8":"11","9":"258","10":"מעלה נפתלי","11":"7.1990727124770517","12":"1709.4","13":"12307","14":"-","15":"-","16":"100","17":"0.1","18":"-","19":"99.9","20":"6191","21":"6116","22":"7.8816933452506701","23":"7.5729259770862107","24":"7.9548224587633056","25":"8.393597139839116","26":"17.892256439424717","27":"22.166246851385392","28":"16.510928739741612","29":"4.0302267002518892","30":"7.6054278053140489","31":"28.463476070528966","32":"3.1608027951572275","33":"650","34":"210","35":"2.0299999999999998","36":"0.4","37":"..","38":"53","39":"4.76","40":"157","41":"12.838266653823313","42":"1.2795527587816622","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-3","50":"-4","51":"60","52":"12","53":"48","54":"7","55":"27","56":"25","57":"1","58":"64","59":"23","60":"41","61":"12","62":"26","63":"25","64":"1","65":"7","66":"184","67":"50","68":"19","69":"3.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"562","79":"59.612098287351436","80":"19","81":"45","82":"..","83":"..","84":"..","85":"..","86":"1044","87":"13.579604578563995","88":"409","89":"134","90":"5.3604193971166447","91":"36","92":"146","93":"117","94":"110","95":"114","96":"..","97":"946","98":"16.913319238900634","99":"396","100":"372","101":"480","102":"55","103":"27","104":"46.4","105":"0.2","106":"31.5","107":"21.9","108":"1760","109":"1289","110":"455","111":"16","112":"3492","113":"1971","114":"1440","115":"81","116":"7593.1285180000004","117":"10385.751099999999","118":"4432.4384810000001","119":"0.63722007959057247","120":"0.40363674091030699","121":"2.4568548597291295","122":"5839","123":"52","124":"400","125":"6678.4015920000002","126":"8.107512292237228","127":"59.3","128":"0.42321826000000001","129":"590","130":"199","131":"192","132":"196","133":"3","134":"4","135":"3","136":"2","137":"1","138":"1","139":"90","140":"47","141":"43","142":"18","143":"25","144":"2317","145":"1146","146":"1171","147":"576","148":"595","149":"25.022222222222222","150":"0.41356492969396197","151":"..","152":"..","153":"97.512437810945272","154":"73.134328358208961","155":"16.7","156":"37.5","157":"16.600000000000001","158":"3.7","159":"247","160":"32.700000000000003","161":"4.8582995951417001","162":"3.4","163":"19.100000000000001","164":"51.821862348178136","165":"88.259109311740886","166":"10.75462962962963","167":"3.1256995264743868","168":"1009.75","169":"185.62700000000001","170":"18.4","171":"824.12300000000005","172":"696.81200000000001","173":"127.31100000000001","174":"84.551941882461719","175":"15.448058117538279","176":"614.97500000000002","177":"14.676","178":"0.17299999999999999","179":"12.411","180":"2.302","181":"88.2555122472058","182":"2.1061634989064499","183":"2.4827356589725801E-2","184":"1.78111169153229","185":"0.33036170444825902","186":"56.619159827740297","187":"49.969529536036397","188":"1.1924920776793695","189":"1.4057040708539855E-2","190":"1.0084504753392378","191":"0.18704802145120664","192":"0","193":"428.45879394720004","194":"100","195":"9.6","196":"9.4","197":"42","198":"6.6","199":"6.1","200":"22","201":"3141","202":"0.9","203":"10.8","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6136898076322057","213":"1.2098003065628982","214":"5303","215":"4602","216":"7.4","217":"3","218":"-","219":"1","220":"2","221":"0.24531719720681489","222":"0.56571751838581941","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.46353965854574097","235":"93","236":"5","237":"-0.13532742140526524","238":"103","239":"2","240":"-0.73523143924774903","241":"37","242":"50","243":"29","244":"7.2399999999999993","245":"3.13","246":"43.2","247":"0.06","248":"0.8","249":"0","250":"0","251":"0.02","252":"0.3","253":"0.01","254":"0.1","255":"0","256":"0","257":"0","258":"0","259":"0.01","260":"0.1","261":"0.01","262":"0.1","263":"0.02","264":"0.3","265":"1.19","266":"16.399999999999999","267":"1.87","268":"25.8","269":"0.1","270":"1.4","271":"0.82","272":"11.500000000000004","273":"12307","274":"3932","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"93.56","295":"87.464289795451947","296":"57.478108581436082","297":"52.506352506352506","298":"49.477791805348332","299":"38.430447962276858","300":"53.034760815081185"},{"1":"בית דגן","2":"0466","3":"המרכז","4":"מועצה מקומית","5":"2.3524323717248801","6":"1953","7":"0","8":"9","9":"455","10":"מצפה אפק","11":"1.4155523842695985","12":"5399.7","13":"7644","14":"99.9","15":"97.5","16":"-","17":"-","18":"-","19":"-","20":"3833","21":"3810","22":"7.5745682888540031","23":"7.2213500784929359","24":"8.0324437467294612","25":"8.1763474620617469","26":"14.599686028257457","27":"17.046049188906331","28":"19.649398220826793","29":"5.1412872841444273","30":"12.545787545787546","31":"27.891156462585034","32":"5.0497121925693351","33":"772","34":"108","35":"..","36":"0.2","37":"..","38":"39","39":"4.3","40":"69","41":"9.2355779397415887","42":"4.7268214642886335","43":"5.3113553113553111","44":"..","45":"..","46":"..","47":"..","48":"..","49":"285","50":"276","51":"544","52":"274","53":"270","54":"198","55":"81","56":"242","57":"23","58":"268","59":"137","60":"131","61":"64","62":"67","63":"119","64":"18","65":"242","66":"46","67":"17.3","68":"33","69":"11","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"778","87":"17.216198273954415","88":"315","89":"142","90":"7.1154280551163307","91":"41","92":"191","93":"127","94":"114","95":"118","96":"..","97":"827","98":"6.5296251511487302","99":"96","100":"179","101":"194","102":"42","103":"30","104":"49.9","105":"34.200000000000003","106":"13.4","107":"2.4","108":"809","109":"533","110":"252","111":"24","112":"1742","113":"788","114":"824","115":"130","116":"10489.58771","117":"12532.52109","118":"8618.0892949999998","119":"2.13354517468618","120":"1.920009707880066","121":"2.5486507278211334","122":"3562","123":"34.6","124":"394","125":"11801.07523","126":"-4.0156673869007342E-2","127":"31.7","128":"0.420570787","129":"288","130":"77","131":"97","132":"105","133":"9","134":"2","135":"2","136":"-","137":"-","138":"-","139":"20","140":"20","141":"-","142":"-","143":"-","144":"508","145":"508","146":"-","147":"-","148":"-","149":"26.105263157894736","150":"1.2711864406779663","151":"1.6172506738544474","152":"0.89020771513353114","153":"85.593220338983059","154":"75.423728813559322","155":"27.41","156":"48.2","157":"18.899999999999999","158":"3.7","159":"59","160":"30.6","161":"1.6949152542372881","162":"4.3","163":"17.8","164":"40.677966101694921","165":"77.966101694915253","166":"11.2","167":"2.7321428571428572","168":"639.58000000000004","169":"53.886000000000003","170":"8.4","171":"585.69399999999996","172":"585.21600000000001","173":"0.47799999999999998","174":"99.918387417320304","175":"8.1612582679692819E-2","176":"450.94200000000001","177":"15.224","178":"54.918999999999997","179":"55.180999999999997","180":"5.01","181":"77.055651246719194","182":"2.6014326334208202","183":"9.3843982392825893","184":"9.4291680336832897","185":"0.85609416010498696","186":"76.568886562868002","187":"59.000654193379603","188":"1.9918880020934189","189":"7.1855292424440664","190":"7.2198089755331676","191":"0.65550176632212487","192":"0.7","193":"451.76880077419929","194":"90.425923630432735","195":"3.9","196":"2.5","197":"8","198":"13.7","199":"13.7","200":"113","201":"1990","202":"0.75","203":"0.75","204":"-","205":"-","206":"-","207":"0.75","208":"0.75","209":"-","210":"-","211":"-","212":"2.1005446266589285","213":"35.179692723435387","214":"9155","215":"4314","216":"5.4","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.591219035302466","235":"175","236":"2","237":"-0.98883136893501322","238":"32","239":"8","240":"2.4795246306613201","241":"240","242":"241","243":"239","244":"1.4100000000000004","245":"0.76","246":"53.9","247":"0.02","248":"1.4","249":"0","250":"0","251":"7.0000000000000007E-2","252":"5","253":"0.03","254":"2.1","255":"0.05","256":"3.5","257":"0.05","258":"3.5","259":"0.09","260":"6.4","261":"0","262":"0","263":"0.05","264":"3.5","265":"0","266":"0","267":"0.04","268":"2.8","269":"0.1","270":"7.1","271":"0.15","272":"10.800000000000002","273":"7644","274":"10058","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"79.53","295":"-","296":"76.128903918838276","297":"75.817895151754044","298":"75.004893325504014","299":"72.491282448663313","300":"75.804701627486438"},{"1":"בני עי\"ש","2":"1066","3":"המרכז","4":"מועצה מקומית","5":"27.382826622065","6":"1981","7":"0","8":"9","9":"453","10":"זמורה","11":"0.81778447085524264","12":"8427.9","13":"6895","14":"99.2","15":"80.900000000000006","16":"-","17":"-","18":"-","19":"-","20":"3318","21":"3577","22":"7.3096446700507611","23":"7.0485859318346629","24":"5.7287889775199421","25":"5.6997824510514867","26":"12.472806381435824","27":"16.678752719361857","28":"18.1145757795504","29":"6.8020304568527923","30":"20.145032632342279","31":"23.205221174764322","32":"9.3836113125453231","33":"850","34":"101","35":"..","36":"-","37":"-","38":"68","39":"5.22","40":"33","41":"4.7757946615706821","42":"-0.42927703319369925","43":"41.899927483683832","44":"10","45":"20","46":"0","47":"70","48":"10","49":"-97","50":"-106","51":"173","52":"83","53":"90","54":"60","55":"34","56":"66","57":"13","58":"279","59":"124","60":"155","61":"80","62":"63","63":"114","64":"22","65":"158","66":"45","67":"18","68":"29","69":"9.4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"761","87":"19.285352255448558","88":"286","89":"119","90":"7.1751128951329655","91":"42","92":"183","93":"133","94":"104","95":"95","96":"..","97":"1368","98":"37.353801169590646","99":"123","100":"567","101":"227","102":"36","103":"15","104":"46.5","105":"24.1","106":"27.3","107":"2.2000000000000002","108":"729","109":"507","110":"185","111":"37","112":"1562","113":"745","114":"612","115":"205","116":"8419.1825439999993","117":"9978.406997","118":"6929.1203379999997","119":"1.7678264282013245","120":"0.60932397237769553","121":"3.2098009779928383","122":"3968","123":"36.4","124":"215","125":"8541.011853","126":"11.313248579423263","127":"42.8","128":"0.35812311499999999","129":"304","130":"97","131":"95","132":"95","133":"17","134":"2","135":"2","136":"-","137":"-","138":"-","139":"16","140":"16","141":"-","142":"-","143":"-","144":"364","145":"364","146":"-","147":"-","148":"-","149":"23.666666666666668","150":"1.3215859030837005","151":"1.3761467889908259","152":"1.2711864406779663","153":"86.206896551724128","154":"74.712643678160916","155":"14.4","156":"..","157":"12.6","158":"2.2999999999999998","159":"48","160":"29.5","161":"12.5","162":"1.2","163":"15.9","164":"47.916666666666671","165":"83.333333333333343","166":"9.5","167":"3.2022160664819945","168":"418.77300000000002","169":"32.366999999999997","170":"7.7","171":"386.40600000000001","172":"386.40600000000001","173":"-","174":"100","175":"-","176":"349.36799999999999","177":"2.2469999999999999","178":"26.475000000000001","179":"1.843","180":"-","181":"90.414745112653506","182":"0.58151270942997801","183":"6.8516016832036799","184":"0.47695946750309298","185":"-","186":"56.041479332849903","187":"50.669760696156601","188":"0.32588832487309644","189":"3.8397389412617837","190":"0.26729514140681654","191":"-","192":"0","193":"304.74046586112001","194":"100","195":"-","196":"-","197":"-","198":"0.1","199":"-","200":"-","201":"2283","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.2751410502943914","213":"24.61483593312018","214":"33561","215":"32319","216":"2.2000000000000002","217":"3","218":"-","219":"2","220":"1","221":"0.43416315105188019","222":"8.9389469920443373E-2","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"5.0956988173891098E-2","235":"136","236":"1","237":"-1.5132805013950721","238":"10","239":"6","240":"0.76088583788602204","241":"187","242":"183","243":"191","244":"0.84000000000000019","245":"0.52","246":"61.9","247":"0.02","248":"2.4","249":"0.01","250":"1.2","251":"0.01","252":"1.2","253":"0.03","254":"3.6","255":"0","256":"0","257":"0","258":"0","259":"0.02","260":"2.4","261":"0","262":"0","263":"0.02","264":"2.4","265":"0","266":"0","267":"0","268":"0","269":"0.16","270":"19","271":"0.05","272":"5.8999999999999915","273":"6895","274":"13260","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"69.19","295":"-","296":"66.338344565405222","297":"66.214571378890625","298":"65.308599167822464","299":"61.113043478260863","300":"62.633889376646181"},{"1":"בנימינה-גבעת עדה","2":"9800","3":"חיפה","4":"מועצה מקומית","5":"45.1606789494287","6":"1950","7":"0","8":"13","9":"353","10":"יישובי הברון","11":"24.396791401433877","12":"658.9","13":"16075","14":"99.8","15":"96.6","16":"-","17":"-","18":"-","19":"-","20":"8028","21":"8047","22":"6.4136858475894245","23":"9.3561430793157072","24":"11.290824261275272","25":"9.6423017107309494","26":"10.818040435458787","27":"17.430793157076206","28":"21.760497667185071","29":"3.9440124416796269","30":"9.3374805598755835","31":"33.181959564541216","32":"3.4836702954898913","33":"853","34":"163","35":"2.02","36":"-","37":"-","38":"61","39":"4.59","40":"102","41":"6.3749925750218246","42":"0.94186009378186952","43":"7.1353032659409026","44":"5","45":"20","46":"20","47":"20","48":"40","49":"42","50":"5","51":"548","52":"279","53":"269","54":"183","55":"63","56":"285","57":"17","58":"543","59":"271","60":"272","61":"106","62":"175","63":"234","64":"28","65":"502","66":"50","67":"9.5","68":"55","69":"8.9","70":"2","71":"229","72":"-","73":"-","74":"-","75":"1.44","76":"-","77":"..","78":"557.66666666666663","79":"39.157662621713669","80":"20","81":"20","82":"..","83":"..","84":"..","85":"..","86":"886","87":"9.8817755966986383","88":"362","89":"130","90":"4.052390014552782","91":"40","92":"200","93":"124","94":"115","95":"122","96":"..","97":"1389","98":"5.5435565154787616","99":"108","100":"271","101":"281","102":"37","103":"50","104":"44.8","105":"36.4","106":"12.5","107":"6.3","108":"1748","109":"1127","110":"593","111":"28","112":"3768","113":"1706","114":"1904","115":"158","116":"13951.20621","117":"17569.606329999999","118":"10405.53774","119":"2.0290960227541399","120":"-2.8691899386534825E-2","121":"5.2404643805828099","122":"6698","123":"32.9","124":"936","125":"13009.551740000001","126":"-1.2921373184698881","127":"35.5","128":"0.48732921000000001","129":"673","130":"195","131":"226","132":"223","133":"29","134":"8","135":"6","136":"4","137":"2","138":"2","139":"130","140":"72","141":"58","142":"29","143":"29","144":"3581","145":"1865","146":"1716","147":"864","148":"852","149":"25.902777777777779","150":"1.3415892672858616","151":"0.92024539877300615","152":"1.7708333333333333","153":"88.135593220338976","154":"86.440677966101703","155":"62.78","156":"40.4","157":"11.3","158":"3.5","159":"339","160":"31.7","161":"4.71976401179941","162":"0","163":"16.7","164":"48.377581120943951","165":"77.876106194690266","166":"11.907284768211921","167":"0","168":"2320.09","169":"151.67500000000001","170":"6.5374619088052599","171":"2168.415","172":"1434.5519999999999","173":"733.86300000000006","174":"66.156708932561344","175":"33.843291067438656","176":"1061.059","177":"57.631","178":"95.748999999999995","179":"73.320999999999998","180":"13.507","181":"73.964485079662495","182":"4.01735175859781","183":"6.67448792375599","184":"5.1110730039761503","185":"0.94154830218772101","186":"89.246733855916403","187":"66.010887146945393","188":"3.5853552320517608","189":"5.9567624735597864","190":"4.5614657210401894","191":"0.84030110737837505","192":"1","193":"902.70171100000005","194":"99.451934128437685","195":"12.3","196":"10.199999999999999","197":"46","198":"12.9","199":"12.8","200":"64","201":"4133","202":"-","203":"-","204":"2.8","205":"0.187","206":"-","207":"-","208":"-","209":"2.8","210":"2.9870000000000001","211":"-","212":"1.8390895547945205","213":"45.416149648943147","214":"6556","215":"5880","216":"7.4","217":"8","218":"-","219":"2","220":"6","221":"0.49999941764877059","222":"1.2202562538133008","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.3099786519497301","235":"229","236":"10","237":"2.5789665350270146","238":"199","239":"5","240":"0.27592337448090898","241":"159","242":"144","243":"163","244":"24.419999999999998","245":"3.49","246":"14.3","247":"0.17","248":"0.7","249":"0.01","250":"0","251":"0.05","252":"0.2","253":"7.0000000000000007E-2","254":"0.3","255":"0.16","256":"0.7","257":"0.09","258":"0.4","259":"0.56000000000000005","260":"2.2999999999999998","261":"0.05","262":"0.2","263":"0.05","264":"0.2","265":"1.36","266":"5.6","267":"10.46","268":"42.8","269":"7.02","270":"28.7","271":"0.88","272":"3.6","273":"16075","274":"4606","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"67.11","295":"-","296":"75.965452198947673","297":"74.304870834154997","298":"74.446719313639463","299":"73.047619047619051","300":"72.182936908807051"},{"1":"בסמ\"ה","2":"1326","3":"חיפה","4":"מועצה מקומית","5":"56.062720160134901","6":"1996","7":"0","8":"11","9":"354","10":"עירון","11":"5.6034833044664323","12":"1853","13":"10497","14":"-","15":"-","16":"100","17":"100","18":"-","19":"-","20":"5386","21":"5111","22":"10.231494712775078","23":"10.307706963894447","24":"10.145755930265791","25":"10.383919215013814","26":"19.415070972658857","27":"18.300466800038105","28":"13.775364389825665","29":"2.7150614461274651","30":"4.734686100790702","31":"36.839096884824237","32":"1.7147756501857674","33":"845","34":"231","35":"2.69","36":"2.2000000000000002","37":"( 9.3)","38":"31","39":"5.8","40":"200","41":"19.27192115643059","42":"2.3198048163214366","43":"1.905306277984186E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"28","50":"24","51":"89","52":"28","53":"61","54":"29","55":"40","56":"19","57":"1","58":"65","59":"14","60":"51","61":"11","62":"41","63":"12","64":"1","65":"20","66":"144","67":"51.9","68":"13","69":"3.1","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"626.33333333333337","79":"105.69542678821981","80":"24","81":"39","82":"..","83":"..","84":"..","85":"..","86":"886","87":"15.220752448032984","88":"406","89":"279","90":"7.0855148342059335","91":"36","92":"157","93":"119","94":"133","95":"146","96":"-","97":"486","98":"29.012345679012345","99":"549","100":"319","101":"258","102":"39","103":"21","104":"75","105":"4.9000000000000004","106":"19.399999999999999","107":"0.6","108":"1586","109":"900","110":"602","111":"84","112":"3862","113":"1397","114":"2017","115":"448","116":"6175.7788840000003","117":"7299.5592989999996","118":"4443.2840770000003","119":"0.25864855968822376","120":"0.66807852971320081","121":"-0.21292371415164713","122":"4270","123":"55.6","124":"312","125":"8476.0509700000002","126":"-0.82791716901736701","127":"40.1","128":"0.36660356700000002","129":"709","130":"225","131":"237","132":"235","133":"12","134":"7","135":"3","136":"4","137":"2","138":"2","139":"113","140":"61","141":"52","142":"26","143":"26","144":"2831","145":"1515","146":"1316","147":"670","148":"646","149":"27.14","150":"0.7320644216691069","151":"0.85470085470085477","152":"0.60240963855421692","153":"65.531914893617014","154":"40.425531914893611","155":"14.55","156":"25.5","157":"14.1","158":"2.7","159":"287","160":"32.4","161":"1.0452961672473868","162":"2.5","163":"18.100000000000001","164":"38.675958188153309","165":"84.320557491289193","166":"11.035019455252918","167":"2.536964980544747","168":"143.40600000000001","169":"15.603999999999999","170":"10.9","171":"127.80200000000001","172":"126.372","173":"1.43","174":"98.881081673213259","175":"1.1189183267867482","176":"109.754","177":"10.867000000000001","178":"-","179":"0.55900000000000005","180":"3.371","181":"86.849935112208399","182":"8.5992150159845497","183":"-","184":"0.44234482322033403","185":"2.6675212863609001","186":"12.0388682480709","187":"10.4557492616938","188":"1.0352481661427075","189":"-","190":"5.3253310469657998E-2","191":"0.32113937315423452","192":"1.0752688172043012","193":"224.27954125000002","194":"87.880481720041857","195":"1.4","196":"1.4","197":"6","198":"0.6","199":"0.6","200":"4","201":"2241","202":"-","203":"-","204":"-","205":"0.50900000000000001","206":"-","207":"-","208":"-","209":"-","210":"0.50900000000000001","211":"-","212":"1.5796458261285069","213":"13.347218947094341","214":"4552","215":"3808","216":"9.1394773039889952","217":"3","218":"-","219":"-","220":"3","221":"0.28907881734645885","222":"0.65905096660808438","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1042138208676","235":"33","236":"10","237":"4.6493648449395817","238":"201","239":"5","240":"0.15850052544311799","241":"143","242":"134","243":"149","244":"5.6799999999999988","245":"1.9","246":"33.5","247":"0.09","248":"1.6","249":"0","250":"0","251":"0.01","252":"0.2","253":"0.04","254":"0.7","255":"0.04","256":"0.7","257":"0.01","258":"0.2","259":"0.03","260":"0.5","261":"0.13","262":"2.2999999999999998","263":"0","264":"0","265":"0.71","266":"12.5","267":"2.08","268":"36.6","269":"0.14000000000000001","270":"2.5","271":"0.5","272":"8.6999999999999922","273":"10497","274":"5525","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"87.99","295":"-","296":"39.713885865339762","297":"56.033690658499239","298":"67.284229552643467","299":"37.793904208998548","300":"45.660273216503384"},{"1":"בסמת טבעון","2":"0944","3":"הצפון","4":"מועצה מקומית","5":"80.383746871579206","6":"1965","7":"0","8":"9","9":"257","10":"מבוא העמקים","11":"3.9293214954401443","12":"1992.2","13":"8068","14":"-","15":"-","16":"99.7","17":"100","18":"-","19":"-","20":"3992","21":"4077","22":"8.8001983143282096","23":"8.9117501239464545","24":"8.9117501239464545","25":"10.262766484878533","26":"18.567178978681209","27":"18.64154685176004","28":"16.621219633118493","29":"3.3713435795736242","30":"5.9122459097669804","31":"32.684680218145758","32":"2.4169558750619733","33":"748","34":"144","35":"..","36":"0.4","37":"..","38":"38","39":"5.44","40":"106","41":"13.19588396583603","42":"0.88920529015713612","43":"6.1973227565691624E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-45","50":"-45","51":"56","52":"20","53":"36","54":"22","55":"18","56":"15","57":"1","58":"101","59":"37","60":"64","61":"34","62":"37","63":"29","64":"1","65":"34","66":"76","67":"28.8","68":"11","69":"3.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"835","87":"17.623469818488815","88":"335","89":"187","90":"7.1550619393421613","91":"37","92":"154","93":"121","94":"114","95":"120","96":"-","97":"495","98":"23.232323232323232","99":"307","100":"117","101":"318","102":"32","103":"24","104":"88.1","105":"9.9","106":"0.8","107":"1.2","108":"1162","109":"743","110":"378","111":"41","112":"2620","113":"1133","114":"1275","115":"212","116":"6491.0754720000004","117":"7964.608682","118":"4808.7990639999998","119":"0.61658528755148545","120":"-0.52433152007981265","121":"3.4346376454359007","122":"3583","123":"49.9","124":"225","125":"8308.4415630000003","126":"-7.5840665091903237","127":"39.6","128":"0.35490720100000001","129":"438","130":"135","131":"139","132":"159","133":"5","134":"4","135":"3","136":"2","137":"1","138":"1","139":"63","140":"37","141":"26","142":"13","143":"13","144":"1528","145":"835","146":"693","147":"338","148":"355","149":"23.257142857142856","150":"3.7946428571428568","151":"7.1264367816091951","152":"0.65075921908893708","153":"65.540540540540533","154":"48.648648648648653","155":"9.4499999999999993","156":"18","157":"12.2","158":"2.6","159":"170","160":"31.5","161":"1.1764705882352942","162":"3","163":"17.600000000000001","164":"47.647058823529406","165":"78.235294117647058","166":"10.261744966442953","167":"3.1465009810333551","168":"704.32899999999995","169":"59.591000000000001","170":"8.5","171":"644.73800000000006","172":"625.15200000000004","173":"19.585999999999999","174":"96.962176884253765","175":"3.037823115746241","176":"574.49599999999998","177":"18.497","178":"6.2539999999999996","179":"10.061999999999999","180":"14.451000000000001","181":"91.897010647010603","182":"2.9588004197379201","183":"1.0003967035217001","184":"1.60952856265356","185":"2.3115978194103199","186":"77.475771471062103","187":"71.197917957615601","188":"2.2923534514809765","189":"0.77506506382451357","190":"1.2469946709629447","191":"1.7909282438963936","192":"0","193":"300.99420343064003","194":"80.000000227953876","195":"12.6","196":"7.9","197":"35","198":"2.8","199":"2.6","200":"15","201":"1738","202":"-","203":"-","204":"2.8140000000000001","205":"7.45","206":"-","207":"1.8420000000000001","208":"22.73","209":"0.46400000000000002","210":"0.47799999999999998","211":"-","212":"1.2804243036636267","213":"1.9048339543551622","214":"3322","215":"2619","216":"9","217":"2","218":"-","219":"-","220":"2","221":"0.24897894275162319","222":"0.60204695966285371","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.88501658684831896","235":"48","236":"9","237":"1.4593090675279003","238":"186","239":"4","240":"-7.6853481878077098E-2","241":"116","242":"110","243":"124","244":"4.0199999999999996","245":"1.71","246":"42.5","247":"0.05","248":"1.2","249":"0","250":"0","251":"0","252":"0","253":"0.02","254":"0.5","255":"0.01","256":"0.2","257":"0.01","258":"0.2","259":"0.08","260":"2","261":"0","262":"0","263":"0.01","264":"0.2","265":"1.38","266":"34.299999999999997","267":"0.3","268":"7.5","269":"0.3","270":"7.5","271":"0.15","272":"3.8999999999999888","273":"8068","274":"4718","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"85.36","295":"82.163578513943477","296":"31.859084817154894","297":"47.145557655954633","298":"54.663935952336615","299":"32.617400800873682","300":"43.021608218207582"},{"1":"בענה","2":"0483","3":"הצפון","4":"מועצה מקומית","5":"109.13446941880299","6":"..","7":"0","8":"9","9":"260","10":"בקעת בית הכרם","11":"3.458184367817136","12":"2468.5","13":"8536","14":"-","15":"-","16":"99.8","17":"92.6","18":"7.4","19":"-","20":"4290","21":"4247","22":"8.3528584817244607","23":"8.9151827553889404","24":"9.0440487347703851","25":"10.625585754451734","26":"19.329896907216494","27":"19.060449859418931","28":"15.955951265229615","29":"3.1513589503280226","30":"5.5763823805060921","31":"32.68509840674789","32":"2.0149953139643859","33":"739","34":"123","35":"..","36":"0.6","37":"..","38":"31","39":"5.65","40":"92","41":"10.842340865923379","42":"1.2148283953528676","43":"3.5145267104029994E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"1","51":"75","52":"23","53":"52","54":"13","55":"42","56":"18","57":"2","58":"74","59":"24","60":"50","61":"13","62":"38","63":"21","64":"2","65":"0","66":"71","67":"26.1","68":"20","69":"6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"807","87":"16.05331211458126","88":"355","89":"200","90":"7.1644803229061553","91":"37","92":"142","93":"123","94":"128","95":"129","96":"-","97":"459","98":"36.601307189542482","99":"481","100":"252","101":"287","102":"35","103":"17","104":"61.3","105":"2.7","106":"15.2","107":"20.8","108":"603","109":"250","110":"313","111":"40","112":"1668","113":"411","114":"1047","115":"210","116":"5702.5373509999999","117":"6726.5412489999999","118":"4525.2276869999996","119":"5.7192485862653797","120":"5.5240171675808636","121":"7.1094792284051911","122":"2240","123":"60.4","124":"205","125":"9845.0026589999998","126":"6.7377909330223806","127":"33.700000000000003","128":"0.39123245899999998","129":"456","130":"159","131":"138","132":"153","133":"6","134":"5","135":"3","136":"3","137":"1","138":"2","139":"85","140":"44","141":"41","142":"14","143":"27","144":"1968","145":"931","146":"1037","147":"345","148":"692","149":"22.225000000000001","150":"0.50150451354062187","151":"..","152":"..","153":"60.479041916167667","154":"41.916167664670652","155":"9.4499999999999993","156":"37.200000000000003","157":"18.600000000000001","158":"3.4","159":"222","160":"32.6","161":"4.5045045045045047","162":"2.2999999999999998","163":"17.7","164":"53.603603603603602","165":"72.522522522522522","166":"9.5700483091787447","167":"3.4674406865219587","168":"811.83299999999997","169":"96.283000000000001","170":"11.9","171":"715.55","172":"574.59799999999996","173":"140.952","174":"80.301586192439373","175":"19.698413807560616","176":"494.89400000000001","177":"13.147","178":"9.7210000000000001","179":"44.81","180":"5.3710000000000004","181":"86.128736960448904","182":"2.28803441710552","183":"1.6917914785641399","184":"7.7984956439110498","185":"0.93474046202736505","186":"67.306782242005397","187":"57.970481433758899","188":"1.5400023427433525","189":"1.1386904064659717","190":"5.2489164811994842","191":"0.62914372730467383","192":"3.4","193":"418.36073742900004","194":"100","195":"3.8","196":"3.8","197":"15","198":"35.299999999999997","199":"0.8","200":"3","201":"2393","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"0.85399999999999998","210":"-","211":"-","212":"2.93667406624099","213":"18.204415130017711","214":"3557","215":"2960","216":"8.8000000000000007","217":"2","218":"-","219":"-","220":"2","221":"0.23570306230268215","222":"0.56227157717177401","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.08790667666792","235":"36","236":"2","237":"-0.95397755279174701","238":"37","239":"4","240":"-0.13409554910323199","241":"107","242":"148","243":"53","244":"3.4499999999999997","245":"1.1399999999999999","246":"33","247":"0","248":"0","249":"0","250":"0","251":"0","252":"0","253":"0.02","254":"0.6","255":"0.05","256":"1.4","257":"0.03","258":"0.9","259":"0.08","260":"2.2999999999999998","261":"0.03","262":"0.9","263":"0","264":"0","265":"0.01","266":"0.3","267":"1.7","268":"49.3","269":"7.0000000000000007E-2","270":"2","271":"0.32","272":"9.3000000000000007","273":"8536","274":"7488","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"90.17","295":"-","296":"72.017432358816052","297":"74.883637665592545","298":"78.896161330267105","299":"56.92838654012079","300":"63.174550299800138"},{"1":"גבעת זאב","2":"3730","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"42.6101190930599","6":"1984","7":"0","8":"13","9":"705","10":"גבעת זאב","11":"..","12":"..","13":"20034","14":"99.9","15":"99.2","16":"-","17":"-","18":"-","19":"-","20":"9979","21":"10055","22":"15.343915343915343","23":"14.02116402116402","24":"11.106119596685634","25":"6.728561445542578","26":"14.335629429969053","27":"17.245682340021961","28":"9.8981731057202751","29":"3.4790855545572525","30":"7.8416691624238792","31":"44.903663771588299","32":"2.570629929120495","33":"1224","34":"614","35":"4.49","36":"1.6","37":"( 2.8)","38":"37","39":"3.12","40":"577","41":"29.394449520198535","42":"4.2063739042667407","43":"7.7717879604672051","44":"72","45":"37.5","46":"36.111111111111107","47":"18.055555555555554","48":"8.3333333333333321","49":"270","50":"211","51":"1350","52":"722","53":"627","54":"604","55":"383","56":"328","57":"35","58":"1139","59":"575","60":"564","61":"420","62":"348","63":"325","64":"46","65":"807","66":"233","67":"37.1","68":"47","69":"6.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1263","79":"83.150103533106332","80":"14","81":"28","82":"..","83":"..","84":"..","85":"..","86":"1811","87":"19.202629625702468","88":"717","89":"328","90":"7.6496319214765824","91":"36","92":"173","93":"116","94":"112","95":"120","96":"..","97":"1467","98":"7.021131561008862","99":"297","100":"257","101":"352","102":"69","103":"63","104":"34.4","105":"14.1","106":"41.2","107":"10.3","108":"2209","109":"952","110":"803","111":"454","112":"6920","113":"1441","114":"2750","115":"2729","116":"9420.6495689999992","117":"10957.076059999999","118":"8102.5235160000002","119":"2.3175819122090546","120":"2.3054236160035879","121":"2.3401351139722193","122":"7545","123":"38.799999999999997","124":"715","125":"9998.4803709999996","126":"-1.9536991192891207","127":"42","128":"0.40950379199999998","129":"1812","130":"551","131":"565","132":"535","133":"161","134":"10","135":"9","136":"3","137":"2","138":"1","139":"106","140":"92","141":"14","142":"12","143":"2","144":"2308","145":"2144","146":"164","147":"151","148":"13","149":"24.766233766233768","150":"2.4297284421152932","151":"3.0442804428044279","152":"1.7733990147783252","153":"53.177257525083611","154":"43.812709030100336","155":"23.13","156":"41.1","157":"13.1","158":"2.8","159":"229","160":"26.8","161":"7.4235807860262017","162":"2.8","163":"14.3","164":"30.567685589519648","165":"62.445414847161572","166":"11.423076923076923","167":"3.4846756949394155","168":"1727.528","169":"436.30399999999997","170":"25.255972696245699","171":"1291.2239999999999","172":"1290.5340000000001","173":"0.69","174":"99.946562331555171","175":"5.3437668444824442E-2","176":"1108.809","177":"23.759","178":"63.85","179":"14.053000000000001","180":"65.481999999999999","181":"85.918619734156593","182":"1.8410208487339399","183":"4.9475643415826296","184":"1.08892907897041","185":"5.0740236212296601","186":"64.417190775681405","187":"55.346361185983802","188":"1.1859339123490067","189":"3.1870819606668661","190":"0.70145752221223923","191":"3.2685434760906458","192":"0","193":"944.02274999999986","194":"100","195":"0.3","196":"0.3","197":"2","198":"38.799999999999997","199":"34.4","200":"231","201":"4430","202":"-","203":"-","204":"-","205":"0.05","206":"-","207":"-","208":"-","209":"-","210":"0.05","211":"-","212":"1.4397913121395776","213":"36.260696002334285","214":"6625","215":"5947","216":"7.8","217":"6","218":"-","219":"-","220":"6","221":"0.30566152014071268","222":"0.90566037735849059","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.19509489978217101","235":"107","236":"9","237":"1.5663583915353749","238":"190","239":"6","240":"0.676136158169937","241":"184","242":"186","243":"171","244":"4.1900000000000004","245":"1.59","246":"37.9","247":"0.09","248":"2.1","249":"0","250":"0","251":"0.04","252":"1","253":"0.03","254":"0.7","255":"0","256":"0","257":"0","258":"0","259":"0.03","260":"0.7","261":"0","262":"0","263":"0.02","264":"0.5","265":"0","266":"0","267":"0.04","268":"1","269":"0.17","270":"4.0999999999999996","271":"2.1800000000000002","272":"52","273":"20034","274":"12600","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73.64","295":"-","296":"76.40626366897034","297":"76.370904666724599","298":"76.532550509411152","299":"73.434742415329026","300":"76.928565765480059"},{"1":"ג'דיידה-מכר","2":"1292","3":"הצפון","4":"מועצה מקומית","5":"101.234836643137","6":"1989","7":"0","8":"13","9":"252","10":"הגליל המרכזי","11":"9.0927654854024471","12":"2365.1999999999998","13":"21507","14":"-","15":"-","16":"99.8","17":"92.8","18":"7.2","19":"-","20":"10837","21":"10671","22":"8.5507044218161532","23":"8.3042730273864329","24":"8.5553540707676579","25":"10.419863300320825","26":"18.412609847956478","27":"18.366113358441439","28":"17.701213558376342","29":"3.8127121402334123","30":"5.881805923652764","31":"31.352582879992561","32":"2.129539219788906","33":"716","34":"315","35":"1.98","36":"1.6","37":"( 4.6)","38":"94","39":"6.28","40":"221","41":"10.316806135108441","42":"0.80336132429346208","43":"3.254754266052913E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-72","50":"-73","51":"202","52":"68","53":"134","54":"48","55":"84","56":"62","57":"8","58":"275","59":"95","60":"180","61":"67","62":"106","63":"100","64":"2","65":"36","66":"256","67":"45.6","68":"72","69":"8.1999999999999993","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"29","81":"52","82":"..","83":"..","84":"..","85":"..","86":"2465","87":"19.157534778891737","88":"1028","89":"549","90":"8.0830319232583747","91":"37","92":"151","93":"118","94":"120","95":"126","96":"-","97":"1262","98":"30.190174326465929","99":"1508","100":"420","101":"843","102":"94","103":"82","104":"85.3","105":"1.3","106":"3.5","107":"9.9","108":"2978","109":"2071","110":"854","111":"53","112":"6214","113":"3147","114":"2795","115":"272","116":"6258.6460960000004","117":"7457.1432100000002","118":"4823.5568759999996","119":"2.5219816120514382","120":"2.00802150434638","121":"3.5985662200098689","122":"9662","123":"54.4","124":"731","125":"9194.2427169999992","126":"-1.6032649040954472","127":"37.200000000000003","128":"0.371229323","129":"1040","130":"363","131":"352","132":"297","133":"28","134":"10","135":"6","136":"7","137":"3","138":"4","139":"169","140":"87","141":"82","142":"41","143":"41","144":"4035","145":"1949","146":"2086","147":"1082","148":"1004","149":"23.612500000000001","150":"2.0436600092893635","151":"3.4482758620689653","152":"0.7213706041478809","153":"82.102272727272734","154":"55.965909090909093","155":"11.35","156":"38.299999999999997","157":"14.9","158":"2.8","159":"442","160":"32.299999999999997","161":"1.1312217194570136","162":"3.3","163":"19.899999999999999","164":"45.701357466063349","165":"78.280542986425345","166":"9.8926829268292682","167":"9.9970215934475064","168":"1755.4179999999999","169":"317.096","170":"18.1","171":"1438.3219999999999","172":"1394.6010000000001","173":"43.720999999999997","174":"96.960277323158522","175":"3.0397226768414862","176":"1220.3720000000001","177":"33.116999999999997","178":"0.18","179":"6.47","180":"48.322000000000003","181":"87.506892652450404","182":"2.37465769779313","183":"1.2906917462414E-2","184":"0.46393197767676903","185":"3.4649336978820502","186":"64.841035893620997","187":"56.740375674167801","188":"1.5397526501766785","189":"8.3689789845638827E-3","190":"0.30081830016737959","191":"2.2466989027338666","192":"0","193":"1204.38905","194":"80.000003321185957","195":"20.9","196":"17.8","197":"91","198":"21.5","199":"18.2","200":"95","201":"5521","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.4165880585342021","213":"1.4382878572809923","214":"8856","215":"7762","216":"8.8000000000000007","217":"16","218":"-","219":"2","220":"14","221":"0.74691809122957042","222":"1.8066847335140017","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.87728796596370395","235":"50","236":"5","237":"-6.2891595756641189E-2","238":"108","239":"4","240":"-0.164893632131944","241":"100","242":"127","243":"71","244":"9.129999999999999","245":"2.44","246":"26.7","247":"0.04","248":"0.4","249":"0.01","250":"0.1","251":"0.03","252":"0.3","253":"0.06","254":"0.7","255":"0.03","256":"0.3","257":"0.01","258":"0.1","259":"0.13","260":"1.4","261":"7.0000000000000007E-2","262":"0.8","263":"0","264":"0","265":"0.14000000000000001","266":"1.5","267":"2.75","268":"30.1","269":"3.18","270":"34.799999999999997","271":"0.24","272":"2.8000000000000171","273":"21507","274":"8814","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"82.45","295":"76.986093900592039","296":"44.637537239324729","297":"63.201008191556397","298":"69.545077433628322","299":"41.578947368421055","300":"53.634873811864956"},{"1":"גדרה","2":"2550","3":"המרכז","4":"מועצה מקומית","5":"23.5000200349088","6":"1949","7":"0","8":"15","9":"431","10":"גדרה","11":"11.432664069099829","12":"2658.4","13":"30392","14":"99.6","15":"97.4","16":"-","17":"-","18":"-","19":"-","20":"14734","21":"15659","22":"7.6072650697551989","23":"9.2952092655962097","24":"10.522505922611213","25":"10.838378520663332","26":"11.723479863121874","27":"17.675704132666493","28":"18.452224269544615","29":"3.3890497499341934","30":"10.502763885232955","31":"34.463016583311401","32":"4.738088970781785","33":"952","34":"367","35":"2.3199999999999998","36":"0.4","37":"..","38":"142","39":"3.81","40":"225","41":"7.5900062341221659","42":"5.1787312507468783","43":"8.6371413529876282","44":"13","45":"23.076923076923077","46":"46.153846153846153","47":"7.6923076923076925","48":"23.076923076923077","49":"1319","50":"1315","51":"2089","52":"1046","53":"1043","54":"838","55":"245","56":"918","57":"88","58":"774","59":"393","60":"381","61":"189","62":"245","63":"292","64":"48","65":"1363","66":"149","67":"35.9","68":"88","69":"8","70":"6","71":"1268","72":"0.86","73":"1.98","74":"-","75":"1.48","76":"7.0000000000000007E-2","77":"..","78":"674.33333333333337","79":"95.106857092247182","80":"25","81":"31","82":"33.6","83":"284.32961554359906","84":"36","85":"263.49910976757064","86":"2159","87":"13.4132703777336","88":"820","89":"329","90":"5.237943149153625","91":"39","92":"191","93":"124","94":"105","95":"101","96":"..","97":"2777","98":"13.539791141519625","99":"328","100":"782","101":"506","102":"70","103":"81","104":"59","105":"25.8","106":"14.1","107":"1.1000000000000001","108":"3353","109":"1980","110":"1224","111":"149","112":"7842","113":"3024","114":"3973","115":"845","116":"11726.316510000001","117":"14394.542890000001","118":"9233.6815690000003","119":"1.0351481169244003","120":"0.4206786224574266","121":"1.7607180352787744","122":"12168","123":"33.6","124":"1070","125":"11496.267680000001","126":"-1.2056993262860027","127":"34.6","128":"0.43165602800000002","129":"1398","130":"420","131":"430","132":"492","133":"56","134":"16","135":"10","136":"11","137":"5","138":"6","139":"264","140":"135","141":"129","142":"52","143":"77","144":"6907","145":"3295","146":"3612","147":"1607","148":"2005","149":"26.391666666666666","150":"0.99367660343270092","151":"1.3010053222945004","152":"0.67484662576687116","153":"93.137254901960787","154":"83.137254901960787","155":"44.87","156":"41.6","157":"12.9","158":"3.4","159":"684","160":"32.1","161":"6.140350877192982","162":"4.9000000000000004","163":"17.3","164":"49.415204678362571","165":"78.654970760233923","166":"11.403624382207578","167":"11.786650774731823","168":"1963.8","169":"90.423000000000002","170":"4.6","171":"1873.377","172":"1873.377","173":"-","174":"100","175":"-","176":"1478.104","177":"30.073","178":"154.62200000000001","179":"34.83","180":"46.154000000000003","181":"78.900509614455601","182":"1.6052828661823","183":"8.2536510269956302","184":"1.8592093315974301","185":"2.4636792274059101","186":"70.725498338870395","187":"55.802778616732098","188":"1.1353443068559348","189":"5.8374358199939591","190":"1.3149350649350648","191":"1.7424494110540623","192":"0.5","193":"1393.7371534745598","194":"100","195":"72.599999999999994","196":"66.8","197":"375","198":"65.099999999999994","199":"55.2","200":"273","201":"8099","202":"0.94799999999999995","203":"9.6489999999999991","204":"-","205":"-","206":"9.6180000000000003","207":"1.458","208":"13.538","209":"-","210":"-","211":"3.2669999999999999","212":"1.7211489585085473","213":"25.879819695445434","214":"11740","215":"10615","216":"7.4","217":"16","218":"-","219":"5","220":"11","221":"0.53973377664868738","222":"1.362862010221465","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.746535638713691","235":"189","236":"2","237":"-0.98838041217839212","238":"33","239":"6","240":"0.93220667379292799","241":"200","242":"199","243":"196","244":"11.36","245":"3.56","246":"31.3","247":"0.2","248":"1.8","249":"0.04","250":"0.4","251":"0.06","252":"0.5","253":"0.1","254":"0.9","255":"0.11","256":"1","257":"0.01","258":"0.1","259":"0.54","260":"4.8","261":"0","262":"0","263":"0.09","264":"0.8","265":"0.13","266":"1.1000000000000001","267":"1.57","268":"13.8","269":"3.85","270":"33.9","271":"1.1000000000000001","272":"9.5999999999999908","273":"30392","274":"8537","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"77.48","295":"-","296":"73.999422466069888","297":"74.149971379507733","298":"74.438393464942138","299":"69.92833517089305","300":"72.431828568526896"},{"1":"ג'ולס","2":"0485","3":"הצפון","4":"מועצה מקומית","5":"104.50285197986599","6":"1967","7":"0","8":"9","9":"252","10":"הגליל המרכזי","11":"3.9983737336178278","12":"1653","13":"6657","14":"-","15":"-","16":"100","17":"0.4","18":"-","19":"99.6","20":"3380","21":"3277","22":"7.61604326273096","23":"7.0001502178158326","24":"7.4357818837314102","25":"8.5023283761454103","26":"18.281508186870962","27":"21.60132191677933","28":"17.966050773621753","29":"4.3262730959891842","30":"7.2555205047318614","31":"26.994141505182515","32":"2.8541385008261981","33":"608","34":"100","35":"..","36":"0.2","37":"..","38":"25","39":"5.31","40":"75","41":"11.343277514959876","42":"1.3779900960532956","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"13","50":"12","51":"44","52":"12","53":"32","54":"4","55":"28","56":"12","57":"0","58":"32","59":"7","60":"25","61":"5","62":"17","63":"10","64":"0","65":"0","66":"88","67":"43.9","68":"10","69":"3.2","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"1128","79":"142.83789897756105","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"617","87":"14.545025931164545","88":"253","89":"91","90":"6.033865967088003","91":"37","92":"146","93":"117","94":"117","95":"122","96":"-","97":"469","98":"10.874200426439232","99":"129","100":"145","101":"255","102":"28","103":"23","104":"73.7","105":"0.6","106":"5.4","107":"20.3","108":"890","109":"665","110":"222","111":"..","112":"1708","113":"1004","114":"689","115":"15","116":"8365.4923199999994","117":"11283.920239999999","118":"4765.1507879999999","119":"0.35573024632942207","120":"1.7127478341784963","121":"0.46163156744571943","122":"3212","123":"46.5","124":"197","125":"6014.8963160000003","126":"1.5058966067135415","127":"59.9","128":"0.39517396399999999","129":"316","130":"100","131":"102","132":"110","133":"4","134":"3","135":"2","136":"2","137":"1","138":"1","139":"45","140":"24","141":"21","142":"9","143":"12","144":"1108","145":"553","146":"555","147":"289","148":"266","149":"24.272727272727273","150":"0.48622366288492713","151":"..","152":"..","153":"84.259259259259252","154":"64.81481481481481","155":"21.71","156":"37.6","157":"18.100000000000001","158":"4.0999999999999996","159":"126","160":"32.700000000000003","161":"1.5873015873015872","162":"3.2","163":"19.8","164":"59.523809523809526","165":"89.682539682539684","166":"9.660869565217391","167":"3.4455445544554455","168":"638.59400000000005","169":"134.245","170":"21.0","171":"504.34899999999999","172":"500.28","173":"4.069","174":"99.193217395097449","175":"0.80678260490255749","176":"390.35199999999998","177":"15.529","178":"-","179":"47.579000000000001","180":"18.251000000000001","181":"78.026705045174694","182":"3.1040617254337599","183":"-","184":"9.5104741344846904","185":"3.6481570320620502","186":"75.150968904912105","187":"58.637824846026703","188":"2.3327324620700014","189":"-","190":"7.1472134595162986","191":"2.7416253567673126","192":"1.8","193":"406.73193200000003","194":"95.000003343725652","195":"4.4000000000000004","196":"4.4000000000000004","197":"15","198":"9.8000000000000007","199":"9.1999999999999993","200":"41","201":"1775","202":"1.3","203":"17.8","204":"-","205":"-","206":"1.05","207":"2.8","208":"37.799999999999997","209":"-","210":"-","211":"1.05","212":"1.4157159944420961","213":"1.9104618915428344","214":"3318","215":"2840","216":"7.9414194517461514","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.20298727141446099","235":"106","236":"4","237":"-0.38149333024393967","238":"81","239":"4","240":"-0.279740827200189","241":"89","242":"104","243":"65","244":"4.08","245":"1.61","246":"39.5","247":"0.03","248":"0.7","249":"0.01","250":"0.2","251":"0","252":"0","253":"0.02","254":"0.5","255":"0.11","256":"2.7","257":"0.08","258":"2","259":"0.01","260":"0.2","261":"0.01","262":"0.2","263":"0","264":"0","265":"0","266":"0","267":"1.83","268":"44.9","269":"0","270":"0","271":"0.37","272":"9.1","273":"6657","274":"4135","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"94.29","295":"90.276008492569005","296":"55.883630047763788","297":"61.802575107296143","298":"60.424628450106155","299":"58.122143747403413","300":"53.75954965822276"},{"1":"ג'לג'וליה","2":"0627","3":"המרכז","4":"מועצה מקומית","5":"11.4175199539325","6":"1957","7":"0","8":"11","9":"451","10":"קסם","11":"2.4706066063977095","12":"4241.8","13":"10480","14":"-","15":"-","16":"98.7","17":"100","18":"-","19":"-","20":"5369","21":"5110","22":"10.648854961832061","23":"10.066793893129772","24":"9.6183206106870234","25":"10.687022900763358","26":"18.711832061068701","27":"16.698473282442748","28":"14.475190839694656","29":"2.9866412213740459","30":"6.1164122137404577","31":"36.612595419847331","32":"2.6431297709923665","33":"891","34":"186","35":"2.5","36":"0.8","37":"..","38":"50","39":"5.24","40":"136","41":"13.054246771147021","42":"1.1911734233745364","43":"0.49618320610687022","44":"0","45":"0","46":"0","47":"0","48":"0","49":"1","50":"-2","51":"88","52":"31","53":"57","54":"40","55":"32","56":"15","57":"1","58":"90","59":"28","60":"62","61":"29","62":"42","63":"18","64":"1","65":"0","66":"116","67":"31.1","68":"31","69":"8","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"30","81":"50","82":"..","83":"..","84":"..","85":"..","86":"711","87":"12.51540221791938","88":"299","89":"157","90":"5.3383324406356003","91":"37","92":"160","93":"122","94":"120","95":"120","96":"-","97":"568","98":"23.943661971830984","99":"334","100":"264","101":"383","102":"37","103":"25","104":"79.7","105":"16.7","106":"2.9","107":"0.7","108":"1529","109":"899","110":"549","111":"81","112":"3622","113":"1383","114":"1808","115":"431","116":"5829.9622479999998","117":"6571.4946239999999","118":"4957.0190720000001","119":"2.4604545474032458","120":"1.9967917072034158","121":"3.754058927194559","122":"4300","123":"55.7","124":"383","125":"8300.3654769999994","126":"5.7726562809284454","127":"41","128":"0.34021891300000001","129":"617","130":"209","131":"215","132":"185","133":"8","134":"5","135":"3","136":"3","137":"2","138":"1","139":"89","140":"53","141":"36","142":"19","143":"17","144":"2124","145":"1198","146":"926","147":"461","148":"465","149":"27.871794871794872","150":"0.99173553719008267","151":"1.5050167224080269","152":"0.49019607843137253","153":"61.467889908256879","154":"43.577981651376149","155":"11.38","156":"35.4","157":"13.5","158":"2.6","159":"238","160":"31.5","161":"3.3613445378151261","162":"3.4","163":"16.8","164":"42.016806722689076","165":"70.588235294117652","166":"9.627272727272727","167":"3.3309726156751651","168":"988.12199999999996","169":"155.48599999999999","170":"15.7","171":"832.63599999999997","172":"649.56600000000003","173":"183.07","174":"78.013201446970825","175":"21.986798553029175","176":"573.60500000000002","177":"47.457999999999998","178":"-","179":"25.271000000000001","180":"3.2320000000000002","181":"88.305884236551805","182":"7.3061090020105697","183":"-","184":"3.8904437732270498","185":"0.49756298821058997","186":"61.981488549618298","187":"54.733301526717597","188":"4.5284351145038171","189":"-","190":"2.4113549618320609","191":"0.30839694656488548","192":"0","193":"493.67099999999994","194":"98","195":"13.4","196":"12","197":"52","198":"9.5","199":"4.0999999999999996","200":"29","201":"1861","202":"-","203":"-","204":"2.54","205":"0.36","206":"-","207":"2.2000000000000002","208":"34.4","209":"2.54","210":"5.86","211":"-","212":"1.3979197332330502","213":"56.250126841538808","214":"4655","215":"3686","216":"9.3000000000000007","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.96267646177295296","235":"41","236":"3","237":"-0.79276427607076749","238":"45","239":"7","240":"1.4626135602741499","241":"221","242":"220","243":"226","244":"2.4700000000000002","245":"0.83","246":"33.6","247":"0.05","248":"2","249":"0","250":"0","251":"0.04","252":"1.6","253":"0.04","254":"1.6","255":"0.08","256":"3.2","257":"0.03","258":"1.2","259":"0.06","260":"2.4","261":"0.06","262":"2.4","263":"0","264":"0","265":"0","266":"0","267":"0.28000000000000003","268":"11.3","269":"0.45","270":"18.2","271":"0.55000000000000004","272":"22.499999999999989","273":"10480","274":"12627","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"88.87","295":"-","296":"68.41681430181994","297":"74.88482922954725","298":"79.555068149772836","299":"59.062547557449399","300":"69.502617801047123"},{"1":"גן יבנה","2":"0166","3":"המרכז","4":"מועצה מקומית","5":"30.468126322172299","6":"1950","7":"0","8":"13","9":"429","10":"גן יבנה","11":"11.452306012256059","12":"2119","13":"24251","14":"99.7","15":"96.6","16":"-","17":"-","18":"-","19":"-","20":"12174","21":"12077","22":"6.1317059090346788","23":"8.2635767597212482","24":"10.065564306626531","25":"10.350088656137892","26":"15.298338212857201","27":"15.409673827883386","28":"21.594985773782525","29":"4.5400189682899672","30":"8.3419240443693052","31":"30.765741618902315","32":"2.7668962104655477","33":"759","34":"276","35":"2.15","36":"0.2","37":"..","38":"67","39":"4.01","40":"209","41":"8.6764822335857534","42":"1.3643523042378547","43":"9.1831264690115884","44":"16","45":"18.75","46":"37.5","47":"18.75","48":"25","49":"79","50":"55","51":"960","52":"465","53":"495","54":"375","55":"160","56":"379","57":"46","58":"905","59":"468","60":"437","61":"249","62":"268","63":"344","64":"44","65":"527","66":"120","67":"48.8","68":"83","69":"8.3000000000000007","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"805.33333333333337","79":"86.023784232531185","80":"23","81":"29","82":"28.6","83":"319.03144193704838","84":"27.8","85":"269.30844212451979","86":"2263","87":"15.865114974761637","88":"875","89":"351","90":"6.1946902654867255","91":"40","92":"186","93":"122","94":"108","95":"103","96":"..","97":"1902","98":"8.6225026288117768","99":"257","100":"412","101":"491","102":"56","103":"83","104":"42.2","105":"32.4","106":"20.2","107":"5.0999999999999996","108":"2375","109":"1507","110":"776","111":"92","112":"5278","113":"2238","114":"2540","115":"500","116":"11358.81889","117":"14179.15121","118":"8661.7898449999993","119":"0.58338353166460521","120":"0.57663006885355639","121":"0.61154038833839408","122":"11992","123":"34.5","124":"1002","125":"11066.3225","126":"-1.7739497270523263","127":"35.6","128":"0.42402295200000001","129":"1061","130":"305","131":"347","132":"366","133":"43","134":"8","135":"6","136":"4","137":"2","138":"2","139":"175","140":"92","141":"83","142":"41","143":"42","144":"4870","145":"2424","146":"2446","147":"1234","148":"1212","149":"27.576470588235296","150":"0.74779061862678453","151":"..","152":"..","153":"87.682672233820455","154":"82.254697286012529","155":"35.5","156":"42.3","157":"17.7","158":"4.0999999999999996","159":"447","160":"33","161":"6.2639821029082778","162":"3.5","163":"17.600000000000001","164":"45.63758389261745","165":"79.642058165548107","166":"12.443877551020408","167":"2.6965969659696598","168":"2147.248","169":"231.85499999999999","170":"10.8","171":"1915.393","172":"1911.085","173":"4.3079999999999998","174":"99.775085321915654","175":"0.2249146780843409","176":"1448.694","177":"48.094999999999999","178":"147.809","179":"40.320999999999998","180":"48.350999999999999","181":"75.804791518953905","182":"2.51663322144227","183":"7.7342975325534997","184":"2.1098485938615998","185":"2.5300287532998298","186":"78.804379200857696","187":"59.737495361016002","188":"1.9832171869201269","189":"6.0949651560760385","190":"1.662653086470661","191":"1.9937734526411282","192":"0.6","193":"1704.0349499404351","194":"99.980000410202166","195":"190.3","196":"184.8","197":"955","198":"17.2","199":"15.9","200":"69","201":"5553","202":"0.75700000000000001","203":"5.1619999999999999","204":"1.1000000000000001","205":"0.85","206":"0.16300000000000001","207":"0.75700000000000001","208":"5.1619999999999999","209":"9.4","210":"7.15","211":"0.16300000000000001","212":"1.8331651524319506","213":"28.881933993356746","214":"10873","215":"9631","216":"6.7720000000000002","217":"18","218":"-","219":"3","220":"15","221":"0.74725684308394047","222":"1.6554768693092983","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.77154814241037695","235":"191","236":"4","237":"-0.24614475734600341","238":"97","239":"6","240":"0.66986948476252695","241":"182","242":"181","243":"186","244":"11.45","245":"3.43","246":"30","247":"0.2","248":"1.7","249":"0","250":"0","251":"0.06","252":"0.5","253":"0.05","254":"0.4","255":"0.03","256":"0.3","257":"0.19","258":"1.7","259":"0.17","260":"1.5","261":"0","262":"0","263":"0.06","264":"0.5","265":"0.01","266":"0.1","267":"1.74","268":"15.2","269":"3.98","270":"34.799999999999997","271":"1.53","272":"13.299999999999992","273":"24251","274":"7070","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.709999999999994","295":"-","296":"75.630822382626945","297":"74.523227383863073","298":"74.841207428467726","299":"71.903969574518655","300":"73.973945123357154"},{"1":"גני תקווה","2":"0229","3":"המרכז","4":"מועצה מקומית","5":"1.4325543587588201","6":"1953","7":"0","8":"13","9":"428","10":"גני תקווה","11":"2.1578837555198098","12":"10516.7","13":"22694","14":"99.9","15":"98.4","16":"-","17":"-","18":"-","19":"-","20":"11010","21":"11684","22":"8.8129020886577951","23":"10.090772891513176","24":"9.0420375429628983","25":"7.689257072353926","26":"9.1213536617608177","27":"18.595223407067948","28":"17.260068740636292","29":"3.8644575658764433","30":"15.528333480215036","31":"32.735524808319383","32":"6.6184894685820037","33":"1048","34":"332","35":"2.72","36":"0.4","37":"..","38":"112","39":"3.58","40":"220","41":"9.9446605755007393","42":"5.3028521241361659","43":"5.3846831761699123","44":"19","45":"47.368421052631575","46":"10.526315789473683","47":"26.315789473684209","48":"15.789473684210526","49":"934","50":"909","51":"1656","52":"806","53":"850","54":"522","55":"209","56":"748","57":"177","58":"747","59":"379","60":"368","61":"204","62":"215","63":"271","64":"57","65":"959","66":"79","67":"58.2","68":"91","69":"10","70":"3","71":"197","72":"-","73":"0.6","74":"-","75":"0.16","76":"0.15","77":"..","78":"623.66666666666663","79":"45.917770549058694","80":"17","81":"27","82":"..","83":"..","84":"..","85":"..","86":"1645","87":"14.050222070379229","88":"660","89":"270","90":"5.7672142607479904","91":"41","92":"211","93":"131","94":"113","95":"113","96":"..","97":"3318","98":"3.6166365280289332","99":"153","100":"516","101":"366","102":"63","103":"54","104":"41","105":"47.1","106":"5","107":"6.9","108":"2047","109":"1318","110":"643","111":"86","112":"4540","113":"1998","114":"2042","115":"500","116":"14415.25726","117":"17587.008760000001","118":"11574.554749999999","119":"3.1648480513707611","120":"2.7568482281406403","121":"3.6007500276332483","122":"8754","123":"29.6","124":"1052","125":"14689.08317","126":"-5.0162837910808218","127":"34.4","128":"0.462748516","129":"1365","130":"425","131":"436","132":"441","133":"63","134":"10","135":"7","136":"3","137":"1","138":"2","139":"153","140":"100","141":"53","142":"26","143":"27","144":"4483","145":"2806","146":"1677","147":"886","148":"791","149":"28.638297872340427","150":"0.29225523623964927","151":"..","152":"..","153":"89.88095238095238","154":"85.416666666666657","155":"56.89","156":"51.2","157":"18.399999999999999","158":"3.1","159":"406","160":"30.2","161":"8.6206896551724146","162":"3.9","163":"14.1","164":"38.423645320197039","165":"65.517241379310349","166":"12.766381766381766","167":"2.3731309975451906","168":"1851.691","169":"76.165000000000006","170":"4.1","171":"1775.5260000000001","172":"1775.5260000000001","173":"-","174":"100","175":"-","176":"1441.528","177":"76.679000000000002","178":"197.31700000000001","179":"31.302","180":"22.965","181":"81.188785745745193","182":"4.3186638776340098","183":"11.113157453058999","184":"1.76297052253811","185":"1.2934195275090301","186":"78.237683969331101","187":"63.520225610293501","188":"3.3788225962809553","189":"8.6946770071384503","190":"1.3793073058958314","191":"1.0119414823301314","192":"1","193":"1407.5095182143114","194":"99.570000000000007","195":"5.9","196":"3","197":"8","198":"34.799999999999997","199":"34.799999999999997","200":"144","201":"7749","202":"1.3015000000000001","203":"15.203670000000001","204":"0.22500000000000001","205":"1.3440000000000001","206":"0.51700000000000002","207":"1.3015000000000001","208":"15.203999999999999","209":"0.22500000000000001","210":"1.3240000000000001","211":"0.34200000000000003","212":"1.2919366478992285","213":"36.196998145229252","214":"9985","215":"9035","216":"6.5586933109967696","217":"5","218":"-","219":"-","220":"5","221":"0.22601501307956226","222":"0.50075112669003496","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.44641249212852","235":"239","236":"1","237":"-1.6391565159080215","238":"3","239":"9","240":"2.92299140170836","241":"246","242":"246","243":"242","244":"2.1300000000000003","245":"1.38","246":"64.8","247":"0.11","248":"5.2","249":"0","250":"0","251":"0.02","252":"0.9","253":"7.0000000000000007E-2","254":"3.3","255":"0.03","256":"1.4","257":"0","258":"0","259":"0.02","260":"0.9","261":"0","262":"0","263":"0.02","264":"0.9","265":"0","266":"0","267":"0.01","268":"0.5","269":"0.06","270":"2.8","271":"0.41","272":"19.299999999999979","273":"22694","274":"16445","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"66.34","295":"-","296":"78.658406323435159","297":"77.911172796668978","298":"78.014521272986357","299":"75.421177374927936","300":"75.795988811521752"},{"1":"ג'סר א-זרקא","2":"0541","3":"חיפה","4":"מועצה מקומית","5":"44.535369858010696","6":"1963","7":"1","8":"11","9":"353","10":"יישובי הברון","11":"2.0718089520665872","12":"9283.5","13":"15315","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"7646","21":"7670","22":"11.302644466209598","23":"11.263467189030363","24":"10.525628468821417","25":"10.956578517793014","26":"18.269670257917074","27":"19.39928174991838","28":"12.791380999020568","29":"2.3179888997714659","30":"3.1733594515181194","31":"39.562520404831865","32":"0.85537055174665366","33":"895","34":"352","35":"2.93","36":"3","37":"( 8.4)","38":"66","39":"9.09","40":"286","41":"18.789677193546591","42":"1.2463876016600466","43":"3.9177277179236039E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-107","50":"-112","51":"49","52":"23","53":"26","54":"13","55":"24","56":"12","57":"0","58":"161","59":"67","60":"94","61":"62","62":"53","63":"46","64":"0","65":"3","66":"202","67":"15.6","68":"47","69":"8.9","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1373.3333333333333","79":"49.609562046292474","80":"34","81":"62","82":"..","83":"..","84":"..","85":"..","86":"1381","87":"16.786191807463229","88":"549","89":"290","90":"6.7594188623491753","91":"37","92":"157","93":"126","94":"112","95":"120","96":"-","97":"668","98":"9.1317365269461082","99":"423","100":"185","101":"795","102":"32","103":"16","104":"81.7","105":"0.2","106":"2.1","107":"16","108":"2318","109":"1165","110":"881","111":"272","112":"6293","113":"1756","114":"3003","115":"1534","116":"5766.8423599999996","117":"6714.2201569999997","118":"4762.5781370000004","119":"2.1453011962736523","120":"-0.5794728313467945","121":"6.4128286946894431","122":"7136","123":"49.9","124":"132","125":"8671.5198299999993","126":"15.096746709552257","127":"44.7","128":"0.282347615","129":"1057","130":"340","131":"353","132":"347","133":"17","134":"8","135":"5","136":"4","137":"2","138":"2","139":"151","140":"86","141":"65","142":"32","143":"33","144":"3556","145":"1966","146":"1590","147":"836","148":"754","149":"26.941176470588236","150":"2.6673640167364017","151":"3.091684434968017","152":"2.2587268993839835","153":"52.5","154":"27.500000000000004","155":"2.27","156":"14.7","157":"7.5","158":"1.5","159":"415","160":"32.6","161":"3.8554216867469884","162":"3.2","163":"15.5","164":"40.722891566265062","165":"82.409638554216869","166":"9.3612565445026181","167":"3.5184563758389262","168":"1192.6120000000001","169":"321.46300000000002","170":"27.0","171":"871.149","172":"871.149","173":"-","174":"100","175":"-","176":"837.55399999999997","177":"19.373999999999999","178":"0.183","179":"9.2460000000000004","180":"3.516","181":"96.143598856223207","182":"2.2239593915621798","183":"2.1006739375238899E-2","184":"1.06135689761453","185":"0.40360489422590201","186":"56.882076395690497","187":"54.688475350963103","188":"1.2650342801175318","189":"1.1949069539666993E-2","190":"0.60372184133202744","191":"0.22957884427032321","192":"0.7","193":"505.65840500000007","194":"90.000008009359604","195":"12.7","196":"7.8","197":"44","198":"7.7","199":"7.4","200":"43","201":"2886","202":"2.44","203":"13.68","204":"0.39","205":"0.58599999999999997","206":"-","207":"-","208":"-","209":"0.38","210":"0.58599999999999997","211":"-","212":"1.4726989478307277","213":"27.89400698279675","214":"3712","215":"3296","216":"9.9","217":"5","218":"-","219":"2","220":"3","221":"0.32849086002703837","222":"1.3469827586206897","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.4843677428444799","235":"15","236":"1","237":"-1.5472113690857827","238":"7","239":"5","240":"0.25679189555694498","241":"157","242":"138","243":"166","244":"1.65","245":"0.83","246":"50.3","247":"7.0000000000000007E-2","248":"4.2","249":"0","250":"0","251":"0.02","252":"1.2","253":"0.03","254":"1.8","255":"0.03","256":"1.8","257":"0","258":"0","259":"0.06","260":"3.6","261":"0","262":"0","263":"0.01","264":"0.6","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0.6","272":"36.499999999999993","273":"15315","274":"18452","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"84.72","295":"-","296":"21.772151898734176","297":"42.012707056954845","298":"55.54181654676259","299":"24.455574912891986","300":"43.378661087866114"},{"1":"ג'ש (גוש חלב)","2":"0487","3":"הצפון","4":"מועצה מקומית","5":"136.97010954067201","6":"1963","7":"0","8":"9","9":"258","10":"מעלה נפתלי","11":"7.0611352220347889","12":"..","13":"3154","14":"-","15":"-","16":"99.7","17":"37.1","18":"62.6","19":"-","20":"1553","21":"1600","22":"6.9752694990488271","23":"6.7850348763474955","24":"8.1483830057070392","25":"7.6410906785034873","26":"15.630944831959416","27":"19.720989220038046","28":"19.181991122384275","29":"4.2168674698795181","30":"11.667723525681675","31":"26.220672162333546","32":"5.9289790741915027","33":"702","34":"49","35":"..","36":"-","37":"-","38":"14","39":"..","40":"35","41":"11.145024226122771","42":"0.83801212072276599","43":"6.3411540900443875E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-18","50":"-14","51":"33","52":"14","53":"19","54":"7","55":"12","56":"14","57":"0","58":"47","59":"17","60":"30","61":"14","62":"16","63":"17","64":"0","65":"0","66":"33","67":"15.5","68":"7","69":"5.0999999999999996","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1172.6666666666667","79":"59.42619976514311","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"281","87":"14.681295715778475","88":"115","89":"52","90":"6.014644351464435","91":"39","92":"168","93":"120","94":"115","95":"113","96":"..","97":"342","98":"17.251461988304094","99":"41","100":"136","101":"94","102":"8","103":"20","104":"67.7","105":"6.5","106":"4.2","107":"21.5","108":"402","109":"283","110":"116","111":"..","112":"818","113":"430","114":"372","115":"16","116":"8899.8887410000007","117":"10326.140530000001","118":"7501.8609280000001","119":"0.54056518624852057","120":"2.2215097149761664","121":"-1.3651137556397686","122":"1501","123":"37.200000000000003","124":"221","125":"10272.31574","126":"-9.3317478513816994","127":"38.5","128":"0.37702703700000001","129":"138","130":"50","131":"44","132":"42","133":"..","134":"2","135":"1","136":"1","137":"-","138":"1","139":"23","140":"15","141":"8","142":"-","143":"8","144":"543","145":"366","146":"177","147":"-","148":"177","149":"24.272727272727273","150":"..","151":"..","152":"..","153":"85.964912280701753","154":"70.175438596491219","155":"27.62","156":"..","157":"23.3","158":"4.0999999999999996","159":"56","160":"34.5","161":"3.5714285714285712","162":"1.1000000000000001","163":"23.9","164":"42.857142857142854","165":"71.428571428571431","166":"10.92","167":"3.2032967032967035","168":"288.14400000000001","169":"22.75","170":"7.9","171":"265.39400000000001","172":"203.554","173":"61.84","174":"76.698794999133369","175":"23.301205000866638","176":"173.595","177":"9.5079999999999991","178":"-","179":"9.327","180":"1.7769999999999999","181":"85.282038181514494","182":"4.6709963940772496","183":"-","184":"4.58207650058461","185":"0.87298702064317102","186":"64.558832857595903","187":"55.057088487155099","188":"3.0155407548366635","189":"-","190":"2.9581351094196005","191":"0.56359023152553123","192":"0","193":"188.61156354688001","194":"98.000016579544237","195":"3.2","196":"1.3","197":"5","198":"2.2999999999999998","199":"2.2999999999999998","200":"11","201":"903","202":"0.7","203":"9.8000000000000007","204":"1.298","205":"4.2460000000000004","206":"-","207":"-","208":"-","209":"1.298","210":"4.2460000000000004","211":"-","212":"1.6111037200690057","213":"9.6795503525054407","214":"1592","215":"1349","216":"7.4","217":"1","218":"-","219":"-","220":"1","221":"0.31842926360350776","222":"0.62814070351758799","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.46579247810549901","235":"168","236":"2","237":"-1.2827578707510823","238":"13","239":"2","240":"-0.95007603418720898","241":"24","242":"30","243":"21","244":"7.07","245":"0.55000000000000004","246":"7.8","247":"0.02","248":"0.3","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.01","254":"0.1","255":"0.01","256":"0.1","257":"0.06","258":"0.8","259":"0.05","260":"0.7","261":"0.04","262":"0.6","263":"0","264":"0","265":"1.05","266":"14.9","267":"3.33","268":"47.1","269":"0.13","270":"1.8","271":"1.81","272":"25.699999999999996","273":"3154","274":"5735","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"80.11","295":"81.719566090799518","296":"47.292863002461033","297":"60.155292194523902","298":"62.098413989426589","299":"45.221911235505793","300":"49.590323839250878"},{"1":"ג'ת","2":"0628","3":"חיפה","4":"מועצה מקומית","5":"38.293639814214004","6":"..","7":"0","8":"11","9":"354","10":"עירון","11":"7.4628876047006392","12":"1616","13":"12473","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"6321","21":"6151","22":"9.7650926000160343","23":"9.0194820812955978","24":"8.7869798765333123","25":"9.3241401427082504","26":"17.70223683155616","27":"19.369838851920147","28":"15.224885753226971","29":"4.0567626072316205","30":"6.7425639381063096","31":"32.558325984125709","32":"2.2528661909725005","33":"774","34":"224","35":"2.31","36":"0.8","37":"..","38":"43","39":"5.63","40":"181","41":"14.631259925949816","42":"1.6586287844433514","43":"4.0086587027980437E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"20","50":"1","51":"116","52":"34","53":"82","54":"36","55":"52","56":"28","57":"0","58":"115","59":"41","60":"74","61":"35","62":"59","63":"21","64":"0","65":"6","66":"168","67":"13.2","68":"35","69":"6.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1076","79":"46.383449131791167","80":"23","81":"53","82":"..","83":"..","84":"..","85":"..","86":"953","87":"13.124913923701969","88":"412","89":"253","90":"5.7214275795028469","91":"37","92":"160","93":"121","94":"124","95":"129","96":"..","97":"838","98":"13.723150357995227","99":"336","100":"477","101":"211","102":"19","103":"26","104":"60.9","105":"1.2","106":"9.1","107":"28.9","108":"373","109":"145","110":"209","111":"19","112":"1054","113":"260","114":"688","115":"106","116":"8069.1121059999996","117":"9646.0867940000007","118":"6356.5553790000004","119":"3.9326694536149231","120":"5.7860015502682716","121":"3.8057532997715526","122":"2960","123":"43.4","124":"347","125":"8540.5457609999994","126":"1.7269431320754647","127":"41.5","128":"0.38363715399999998","129":"712","130":"233","131":"241","132":"219","133":"19","134":"6","135":"3","136":"3","137":"2","138":"1","139":"89","140":"46","141":"43","142":"22","143":"21","144":"2572","145":"1297","146":"1275","147":"680","148":"595","149":"29.627906976744185","150":"0.77881619937694702","151":"0.96930533117932149","152":"0.60150375939849632","153":"83.268482490272376","154":"70.42801556420234","155":"27.25","156":"44.9","157":"26.4","158":"4.5","159":"232","160":"33","161":"3.4482758620689653","162":"2.5","163":"21.3","164":"42.241379310344826","165":"72.41379310344827","166":"12.423076923076923","167":"2.7008513931888545","168":"937.57299999999998","169":"111.251","170":"11.9","171":"826.322","172":"816.59500000000003","173":"9.7270000000000003","174":"98.822855981082441","175":"1.1771440189175648","176":"702.82799999999997","177":"36.158999999999999","178":"-","179":"25.620999999999999","180":"19.126999999999999","181":"86.068124345605796","182":"4.4280212345164998","183":"-","184":"3.1375406413215901","185":"2.3422871803035799","186":"65.469013068227397","187":"56.347951575402902","188":"2.8989818006894894","189":"-","190":"2.0541168924877735","191":"1.5334723001683637","192":"1.5","193":"718.18593628895098","194":"81.000003884077827","195":"8.9","196":"7.4","197":"33","198":"2.2000000000000002","199":"1.3","200":"6","201":"3422","202":"-","203":"-","204":"4.1680000000000001","205":"0.33700000000000002","206":"-","207":"2.7","208":"32.4","209":"0.76800000000000002","210":"0.33700000000000002","211":"-","212":"1.7352555634421198","213":"10.264352842784396","214":"5465","215":"4831","216":"9.0700995240155784","217":"5","218":"-","219":"-","220":"5","221":"0.40417845099308886","222":"0.91491308325709064","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-6.5600275535432004E-2","235":"121","236":"4","237":"-0.52511275227815257","238":"69","239":"6","240":"0.466600959631434","241":"171","242":"160","243":"177","244":"7.7099999999999991","245":"2.8","246":"36.299999999999997","247":"0.05","248":"0.6","249":"0","250":"0","251":"0.02","252":"0.3","253":"0.02","254":"0.3","255":"0.02","256":"0.3","257":"0.14000000000000001","258":"1.8","259":"0.32","260":"4.2","261":"0.24","262":"3.1","263":"0","264":"0","265":"0","266":"0","267":"1.76","268":"22.8","269":"2","270":"25.9","271":"0.34","272":"4.4000000000000004","273":"12473","274":"4455","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"37.343201204214758","297":"50.85629188384214","298":"56.156853163938436","299":"26.604850213980029","300":"39.832068092937654"},{"1":"דאלית אל-כרמל","2":"0494","3":"חיפה","4":"מועצה מקומית","5":"72.435451757244195","6":"1951","7":"0","8":"13","9":"356","10":"רכס הכרמל","11":"9.4396865411542201","12":"1719.5","13":"18061","14":"-","15":"-","16":"99.7","17":"2.8","18":"-","19":"97.1","20":"9168","21":"8893","22":"7.4193012568517798","23":"7.6795304800398645","24":"7.9397597032279501","25":"7.7847295277116437","26":"15.425502463872432","27":"21.776202868058245","28":"18.852776701179337","29":"4.5733901777310226","30":"8.5432700293449972","31":"27.695033497591496","32":"2.7739327833453298","33":"649","34":"265","35":"1.96","36":"0.2","37":"..","38":"74","39":"5.22","40":"191","41":"10.632876132918499","42":"1.0903668536775655","43":"0.132883007585405","44":"4","45":"50","46":"50","47":"0","48":"0","49":"8","50":"-1","51":"118","52":"41","53":"77","54":"29","55":"49","56":"40","57":"0","58":"119","59":"49","60":"70","61":"29","62":"47","63":"41","64":"2","65":"169","66":"187","67":"38.4","68":"57","69":"6.6","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"1004","79":"65.837571374292153","80":"29","81":"35","82":"..","83":"..","84":"..","85":"..","86":"1881","87":"16.562472483930616","88":"774","89":"332","90":"6.8519830028328608","91":"39","92":"160","93":"124","94":"117","95":"120","96":"..","97":"1501","98":"22.118587608261159","99":"400","100":"406","101":"887","102":"92","103":"118","104":"49.2","105":"9.1","106":"19.3","107":"22.5","108":"3502","109":"2818","110":"671","111":"13","112":"6350","113":"4162","114":"2123","115":"65","116":"8106.2964309999998","117":"10513.992749999999","118":"5294.97912","119":"0.85551944453834405","120":"0.74504161433417426","121":"2.6785124599544075","122":"9672","123":"43.7","124":"1108","125":"8076.779243","126":"8.8746297179143063E-2","127":"47.8","128":"0.39529067200000001","129":"840","130":"261","131":"266","132":"273","133":"40","134":"6","135":"4","136":"2","137":"1","138":"1","139":"103","140":"59","141":"44","142":"22","143":"22","144":"2564","145":"1423","146":"1141","147":"625","148":"516","149":"26.018867924528301","150":"0.54678007290400976","151":"..","152":"..","153":"89.056603773584911","154":"69.433962264150935","155":"16.87","156":"34.6","157":"18.100000000000001","158":"3.7","159":"304","160":"32.200000000000003","161":"3.2894736842105261","162":"4.4000000000000004","163":"18.399999999999999","164":"56.907894736842103","165":"81.578947368421055","166":"10.133858267716535","167":"3.2797202797202796","168":"1829.425","169":"395.83199999999999","170":"21.6","171":"1433.5930000000001","172":"1369.0319999999999","173":"64.561000000000007","174":"95.496560041797068","175":"4.5034399582029216","176":"1216.7529999999999","177":"37.463999999999999","178":"9.8559999999999999","179":"72.959000000000003","180":"31.637","181":"88.876885273682404","182":"2.7365320898269698","183":"0.71992473514132604","184":"5.3292399301111999","185":"2.3109028861268399","186":"75.800454016942595","187":"67.369082553568504","188":"2.0743037484081723","189":"0.54570621781739659","190":"4.0395880626764855","191":"1.7516748795747743","192":"0","193":"974.64600000000007","194":"48.399726669990947","195":"9.1","196":"8.9","197":"45","198":"18.600000000000001","199":"18.600000000000001","200":"84","201":"5065","202":"0.66","203":"3.3","204":"6.069","205":"1.575","206":"0.2","207":"2.16","208":"29.7","209":"5.5309999999999997","210":"8.2959999999999994","211":"0.2","212":"2.054534632822798","213":"2.9805905624418703","214":"8550","215":"7138","216":"6.7","217":"8","218":"-","219":"1","220":"7","221":"0.4453560683944921","222":"0.9356725146198831","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.27952684543466699","235":"103","236":"5","237":"-0.11217662868017393","238":"105","239":"4","240":"-9.6614759541679501E-2","241":"112","242":"96","243":"134","244":"10.44","245":"6.67","246":"63.9","247":"7.0000000000000007E-2","248":"0.7","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.06","254":"0.6","255":"0.08","256":"0.8","257":"0.02","258":"0.2","259":"0.02","260":"0.2","261":"0.01","262":"0.1","263":"0","264":"0","265":"2.1800000000000002","266":"20.9","267":"0.4","268":"3.8","269":"0.26","270":"2.5","271":"0.66","272":"6.2000000000000339","273":"18061","274":"2708","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"88.83","295":"-","296":"59.769378603459323","297":"59.329040464265837","298":"56.330260773654771","299":"40.057191436741633","300":"55.075854781492936"},{"1":"דבורייה","2":"0489","3":"הצפון","4":"מועצה מקומית","5":"90.344247032644205","6":"1961","7":"0","8":"11","9":"251","10":"הגליל המזרחי","11":"5.6260729541658545","12":"1916.4","13":"10782","14":"-","15":"-","16":"99.9","17":"99.8","18":"-","19":"-","20":"5491","21":"5291","22":"9.4694861806714901","23":"8.8202559821925437","24":"8.9222778705249493","25":"10.165089964756074","26":"17.612687813021704","27":"17.566314227416065","28":"16.870710443331479","29":"3.4223706176961604","30":"7.1508069003895383","31":"33.147838990910778","32":"2.9122611760341308","33":"803","34":"200","35":"2.5","36":"0.4","37":"..","38":"41","39":"4.99","40":"159","41":"14.81568708877588","42":"0.93978832303972126","43":"5.5648302726766838E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-60","50":"-60","51":"84","52":"32","53":"52","54":"25","55":"39","56":"18","57":"2","58":"144","59":"58","60":"86","61":"53","62":"44","63":"47","64":"0","65":"2","66":"117","67":"37.200000000000003","68":"17","69":"3.8","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"743.66666666666663","79":"88.392838075960725","80":"21","81":"39","82":"..","83":"..","84":"..","85":"..","86":"888","87":"14.431984397854706","88":"394","89":"230","90":"6.4484451718494276","91":"37","92":"155","93":"121","94":"127","95":"129","96":"-","97":"660","98":"27.878787878787879","99":"276","100":"351","101":"376","102":"42","103":"38","104":"68","105":"12.6","106":"16.8","107":"2.5","108":"1575","109":"989","110":"549","111":"37","112":"3515","113":"1511","114":"1809","115":"195","116":"7037.5590519999996","117":"8237.7969069999999","118":"5493.7236929999999","119":"0.13707623193883745","120":"0.88523623731122658","121":"-0.49872384549455306","122":"4664","123":"50.5","124":"511","125":"9065.5470320000004","126":"-6.2396312070095554","127":"37.799999999999997","128":"0.38426192100000001","129":"605","130":"218","131":"198","132":"179","133":"10","134":"4","135":"3","136":"2","137":"1","138":"1","139":"86","140":"46","141":"40","142":"18","143":"22","144":"2279","145":"1143","146":"1136","147":"526","148":"610","149":"25.790697674418606","150":"0.48426150121065376","151":"..","152":"..","153":"60.580912863070537","154":"49.792531120331951","155":"19.12","156":"39.1","157":"21","158":"4","159":"209","160":"33.299999999999997","161":"2.3923444976076556","162":"1.9","163":"19.8","164":"55.502392344497608","165":"76.555023923444978","166":"12.052910052910052","167":"2.8191395961369623","168":"885.39599999999996","169":"51.338999999999999","170":"5.8","171":"834.05499999999995","172":"719.21400000000006","173":"114.84099999999999","174":"86.231003950578796","175":"13.768996049421201","176":"608.79999999999995","177":"35.771000000000001","178":"-","179":"26.501999999999999","180":"9.2349999999999994","181":"84.647962915071204","182":"4.9736239839602696","183":"-","184":"3.6848559677648098","185":"1.2840406332468499","186":"66.705063995548102","187":"56.464477833426102","188":"3.3176590613986274","189":"-","190":"2.4579855314412908","191":"0.8565201261361528","192":"0","193":"603.19665836299998","194":"100","195":"3.1","196":"3.1","197":"12","198":"7.1","199":"7","200":"31","201":"2506","202":"0.96","203":"0.91200000000000003","204":"-","205":"-","206":"-","207":"0.95899999999999996","208":"1.9129999999999998","209":"0.23300000000000001","210":"0.309","211":"-","212":"1.554638285705533","213":"2.5802169464405882","214":"4971","215":"3922","216":"7.8521411257743061","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.519777455923634","235":"86","236":"3","237":"-0.68857634682751523","238":"53","239":"4","240":"-0.29383198515908598","241":"87","242":"88","243":"95","244":"5.64","245":"1.51","246":"26.8","247":"0.03","248":"0.5","249":"0.01","250":"0.2","251":"0","252":"0","253":"0.04","254":"0.7","255":"0.01","256":"0.2","257":"0.02","258":"0.4","259":"0.05","260":"0.9","261":"7.0000000000000007E-2","262":"1.2","263":"0","264":"0","265":"0.39","266":"6.9","267":"1.25","268":"22.2","269":"1.88","270":"33.299999999999997","271":"0.38","272":"6.7","273":"10782","274":"7140","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"91.49","295":"-","296":"54.886017133730213","297":"64.450825556353195","298":"69.924705213808778","299":"47.840440165061899","300":"56.366791243993596"},{"1":"דייר אל-אסד","2":"0490","3":"הצפון","4":"מועצה מקומית","5":"109.425188649088","6":"..","7":"0","8":"11","9":"260","10":"בקעת בית הכרם","11":"5.1558004979651137","12":"2508.8000000000002","13":"12935","14":"-","15":"-","16":"100","17":"99.9","18":"-","19":"-","20":"6642","21":"6293","22":"9.0916119056822566","23":"9.7178198685736366","24":"9.4781600309238492","25":"10.699652106687283","26":"18.144568998840356","27":"19.396984924623116","28":"14.766138384228837","29":"3.1387707769617319","30":"5.5585620409741017","31":"34.588326246617704","32":"1.9327406262079629","33":"804","34":"223","35":"2.23","36":"0.4","37":"..","38":"39","39":"5.54","40":"184","41":"14.336504458667228","42":"1.5761246536798268","43":"7.7309625048318509E-3","44":"..","45":"..","46":"..","47":"..","48":"..","49":"4","50":"-3","51":"77","52":"19","53":"58","54":"20","55":"33","56":"23","57":"1","58":"80","59":"20","60":"60","61":"22","62":"32","63":"24","64":"2","65":"0","66":"141","67":"37.299999999999997","68":"40","69":"7.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"645.33333333333337","79":"81.996634612029396","80":"29","81":"30","82":"..","83":"..","84":"..","85":"..","86":"905","87":"12.306227903181941","88":"392","89":"216","90":"5.392763791443115","91":"38","92":"159","93":"124","94":"126","95":"129","96":"-","97":"654","98":"32.568807339449542","99":"488","100":"344","101":"328","102":"31","103":"21","104":"77","105":"0.5","106":"16.100000000000001","107":"6.3","108":"949","109":"383","110":"493","111":"73","112":"2661","113":"640","114":"1641","115":"380","116":"7697.7458139999999","117":"9123.1595820000002","118":"5935.1776719999998","119":"8.9681749625345262","120":"9.1045275650832203","121":"10.430758092439518","122":"3404","123":"45.9","124":"315","125":"9966.8329229999999","126":"6.409462235526342","127":"35.9","128":"0.39125829299999998","129":"753","130":"228","131":"237","132":"258","133":"30","134":"5","135":"3","136":"3","137":"2","138":"1","139":"109","140":"56","141":"53","142":"31","143":"22","144":"2816","145":"1400","146":"1416","147":"832","148":"584","149":"26.86","150":"1.0773130544993663","151":"1.6129032258064515","152":"0.5181347150259068","153":"68.705035971223012","154":"46.402877697841724","155":"15.01","156":"33.700000000000003","157":"18.8","158":"3.5","159":"263","160":"32.6","161":"2.2813688212927756","162":"3.9","163":"19.8","164":"46.387832699619771","165":"78.707224334600753","166":"12.115879828326181","167":"2.7676230959971662","168":"861.87599999999998","169":"94.87","170":"11.0","171":"767.00599999999997","172":"742.74900000000002","173":"24.257000000000001","174":"96.837443253377415","175":"3.1625567466225815","176":"651.82100000000003","177":"19.349","178":"11.528","179":"21.794","180":"28.041","181":"87.7579101419187","182":"2.6050523124231701","183":"1.55207209972683","184":"2.9342348491886199","185":"3.7752995964989502","186":"57.426086284212197","187":"50.3959331993196","188":"1.4959795886809959","189":"0.8912942631823102","190":"1.6850162362764807","191":"2.1680068037730016","192":"2.1","193":"540.68638588589999","194":"100","195":"4.9000000000000004","196":"4.9000000000000004","197":"22","198":"2.5","199":"1.4","200":"5","201":"2603","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"0.99399999999999999","210":"-","211":"-","212":"1.5266817764832268","213":"0.70026323141237512","214":"5541","215":"4497","216":"7.8","217":"1","218":"-","219":"-","220":"1","221":"7.7915785101452334E-2","222":"0.18047283883775492","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.60142504539485298","235":"80","236":"5","237":"-0.15003937989617155","238":"101","239":"4","240":"-0.22275911758335301","241":"95","242":"125","243":"51","244":"5.2100000000000009","245":"1.64","246":"31.5","247":"0.03","248":"0.6","249":"0","250":"0","251":"0.01","252":"0.2","253":"0.02","254":"0.4","255":"0","256":"0","257":"0","258":"0","259":"0.1","260":"1.9","261":"0.01","262":"0.2","263":"0","264":"0","265":"2.5","266":"48","267":"0.7","268":"13.4","269":"0.04","270":"0.8","271":"0.16","272":"2.9999999999999916","273":"12935","274":"7887","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"92.5","295":"87.017714147051677","296":"73.473187686196624","297":"76.570166830225716","298":"83.784113060428851","299":"61.375162165349685","300":"69.807280513918641"},{"1":"דייר חנא","2":"0492","3":"הצפון","4":"מועצה מקומית","5":"112.811764851844","6":"1975","7":"0","8":"11","9":"262","10":"לב הגליל","11":"8.9179974558709798","12":"1188.4000000000001","13":"10599","14":"-","15":"-","16":"99.9","17":"90.1","18":"9.9","19":"-","20":"5344","21":"5255","22":"7.9158411170865177","23":"8.5291065194829709","24":"8.6045853382394561","25":"9.3688083781488825","26":"18.256439286725161","27":"20.256627983772052","28":"16.633644683460705","29":"3.7550712331352014","30":"6.6704406076044913","31":"30.587791301066137","32":"2.7266723275780733","33":"698","34":"155","35":"1.79","36":"0.8","37":"..","38":"37","39":"5.03","40":"118","41":"11.192900887041642","42":"1.0716136538752039","43":"2.8304557033682419E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-14","50":"-13","51":"75","52":"23","53":"52","54":"8","55":"47","56":"20","57":"0","58":"88","59":"29","60":"59","61":"38","62":"24","63":"24","64":"2","65":"3","66":"96","67":"31.2","68":"14","69":"3.1","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"631","79":"81.943317892052278","80":"25","81":"43","82":"..","83":"..","84":"..","85":"..","86":"1552","87":"24.25","88":"713","89":"426","90":"11.267383059418458","91":"38","92":"157","93":"120","94":"134","95":"150","96":"..","97":"672","98":"39.43452380952381","99":"567","100":"354","101":"461","102":"51","103":"60","104":"70.599999999999994","105":"0.8","106":"9.1","107":"19.600000000000001","108":"1531","109":"1033","110":"464","111":"34","112":"3235","113":"1561","114":"1493","115":"181","116":"6896.152427","117":"8381.3245729999999","118":"5121.5144540000001","119":"1.861285004346791","120":"3.3551272801014331","121":"-0.1558220629364615","122":"4910","123":"52.4","124":"366","125":"8727.6179850000008","126":"-7.2469827575416534E-2","127":"38.799999999999997","128":"0.39230601100000001","129":"546","130":"190","131":"173","132":"182","133":"..","134":"6","135":"3","136":"3","137":"2","138":"1","139":"80","140":"43","141":"37","142":"19","143":"18","144":"2127","145":"1090","146":"1037","147":"519","148":"518","149":"25.761904761904763","150":"0.43554006968641112","151":"..","152":"..","153":"87.564766839378237","154":"80.310880829015545","155":"16.63","156":"39","157":"26.1","158":"4.2","159":"209","160":"32.5","161":"2.3923444976076556","162":"2.9","163":"19.600000000000001","164":"48.803827751196174","165":"81.339712918660297","166":"11.247368421052631","167":"2.9181094992980814","168":"786.83799999999997","169":"104.288","170":"13.3","171":"682.55","172":"656.89800000000002","173":"25.652000000000001","174":"96.241740531829166","175":"3.7582594681708299","176":"543.79499999999996","177":"28.117999999999999","178":"19.446000000000002","179":"18.702000000000002","180":"24.242000000000001","181":"82.782258432816107","182":"4.2804210090455399","183":"2.9602769379721101","184":"2.8470173451586098","185":"3.6903750658397501","186":"61.9773563543731","187":"51.306255307104401","188":"2.652891782243608","189":"1.8347013869232947","190":"1.7645060854797623","191":"2.2871969053684311","192":"0","193":"502.45957295100004","194":"100","195":"3.2","196":"3.2","197":"17","198":"9.5","199":"9.1","200":"44","201":"2902","202":"-","203":"-","204":"7.9","205":"-","206":"-","207":"2.1120000000000001","208":"28.344999999999999","209":"-","210":"-","211":"0.312","212":"1.6964222439506109","213":"1.6854543621839579","214":"4715","215":"4060","216":"8.3000000000000007","217":"3","218":"-","219":"-","220":"3","221":"0.2845652767891943","222":"0.63626723223753978","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.61162447176101298","235":"78","236":"3","237":"-0.62676112492985026","238":"62","239":"3","240":"-0.43731732015892899","241":"71","242":"89","243":"48","244":"8.9700000000000006","245":"1.72","246":"19.2","247":"0.01","248":"0.1","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.02","254":"0.2","255":"0","256":"0","257":"0","258":"0","259":"0.04","260":"0.4","261":"0.01","262":"0.1","263":"0","264":"0","265":"1.25","266":"13.9","267":"4.43","268":"49.4","269":"0.97","270":"10.8","271":"0.51","272":"5.7999999999999945","273":"10599","274":"6162","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"95.83","295":"-","296":"74.464831804281346","297":"76.286107290233844","298":"80.032777929527455","299":"67.586298813807815","300":"67.766692248656952"},{"1":"הר אדר","2":"3769","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"44.289235698308701","6":"1995","7":"0","8":"9","9":"720","10":"הר אדר","11":"..","12":"..","13":"4108","14":"99.8","15":"97.2","16":"-","17":"-","18":"-","19":"-","20":"2062","21":"2046","22":"4.5277507302823761","23":"7.7166504381694256","24":"10.978578383641675","25":"9.8831548198636803","26":"14.240506329113924","27":"12.682570593963","28":"23.198636806231743","29":"3.9678675754625123","30":"12.804284323271665","31":"29.430379746835442","32":"4.4547224926971767","33":"849","34":"40","35":"..","36":"-","37":"-","38":"5","39":"(2.4)","40":"35","41":"8.5456773106641375","42":"0.58923119543118219","43":"6.7185978578383638","44":"..","45":"..","46":"..","47":"..","48":"..","49":"4","50":"-9","51":"200","52":"108","53":"92","54":"50","55":"44","56":"88","57":"18","58":"209","59":"98","60":"111","61":"45","62":"80","63":"70","64":"14","65":"96","66":"21","67":"16.600000000000001","68":"10","69":"5.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"368","87":"15.848406546080964","88":"150","89":"63","90":"6.4822817631806391","91":"38","92":"194","93":"112","94":"116","95":"124","96":"..","97":"482","98":"2.6970954356846475","99":"22","100":"23","101":"47","102":"6","103":"3","104":"35.4","105":"26.3","106":"35.4","107":"2.9","108":"443","109":"293","110":"147","111":"..","112":"948","113":"457","114":"476","115":"15","116":"13956.897070000001","117":"16518.62961","118":"11580.004999999999","119":"-3.0376617313393695","120":"-3.5630072293016624","121":"-2.8822058428723096","122":"1897","123":"33.4","124":"225","125":"14682.121230000001","126":"-4.4534481757665727","127":"38.700000000000003","128":"0.499422064","129":"161","130":"39","131":"62","132":"54","133":"6","134":"1","135":"1","136":"-","137":"-","138":"-","139":"16","140":"16","141":"-","142":"-","143":"-","144":"411","145":"411","146":"-","147":"-","148":"-","149":"25.6875","150":"0.9041591320072333","151":"..","152":"..","153":"94.444444444444443","154":"87.777777777777771","155":"57.57","156":"..","157":"17.3","158":"5.2","159":"44","160":"31.2","161":"11.363636363636363","162":"2.9","163":"14.6","164":"38.636363636363633","165":"75","166":"11.8","167":"0.77295024526979683","168":"468.97399999999999","169":"30.748000000000001","170":"6.5564402290958599","171":"438.226","172":"438.226","173":"-","174":"100","175":"-","176":"399.56799999999998","177":"6.6319999999999997","178":"28.053000000000001","179":"0.1","180":"3.3039999999999998","181":"91.178524323066199","182":"1.5133743776042501","183":"6.4014914678727397","184":"2.2819275898737199E-2","185":"0.75394887569427704","186":"106.70221572924299","187":"97.289505721938198","188":"1.6148039931823717","189":"6.830533235938641","190":"2.4348672997321647E-2","191":"0.80448015583150723","192":"0","193":"285.41375861999995","194":"99.990014496800086","195":"1.6","196":"1.6","197":"2","198":"0.9","199":"0.9","200":"2","201":"936","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"3.0084666630993149","213":"28.979553904172235","214":"2307","215":"2050","216":"6.5","217":"2","218":"-","219":"1","220":"1","221":"0.48832441775223651","222":"0.86692674469007369","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.7199839346607999","235":"250","236":"2","237":"-1.1463481437764351","238":"19","239":"6","240":"0.48018677687463501","241":"172","242":"167","243":"167","244":"0.94000000000000006","245":"0.79","246":"84","247":"0.03","248":"3.2","249":"0","250":"0","251":"0","252":"0","253":"0.02","254":"2.1","255":"0","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0.1","272":"10.700000000000008","273":"4108","274":"5200","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"76.010000000000005","295":"-","296":"79.020979020979027","297":"76.815920398009951","298":"76.09483042476127","299":"76.705276705276702","300":"74.315391879131255"},{"1":"זכרון יעקב","2":"9300","3":"חיפה","4":"מועצה מקומית","5":"48.790887254386","6":"1950","7":"0","8":"13","9":"353","10":"יישובי הברון","11":"31.526379550435241","12":"756.7","13":"23857","14":"99.7","15":"96.2","16":"-","17":"-","18":"-","19":"-","20":"11706","21":"12151","22":"6.874292660435092","23":"8.3329840298444893","24":"9.8587416691117919","25":"9.1252043425409735","26":"12.8012742591273","27":"14.674938173282476","28":"20.12407259923712","29":"5.369493230498386","30":"12.83899903592237","31":"30.712159953053611","32":"4.7952382948400887","33":"888","34":"312","35":"2.61","36":"0.6","37":"..","38":"103","39":"4.37","40":"209","41":"8.8382205137632557","42":"1.791382901525111","43":"12.046778723225888","44":"76","45":"28.947368421052634","46":"32.894736842105267","47":"22.368421052631579","48":"15.789473684210526","49":"183","50":"58","51":"951","52":"470","53":"481","54":"304","55":"141","56":"427","57":"79","58":"893","59":"456","60":"437","61":"183","62":"349","63":"303","64":"58","65":"1038","66":"138","67":"18","68":"83","69":"8.6","70":"4","71":"210","72":"0.12","73":"-","74":"0.31","75":"-","76":"0.47","77":"..","78":"1046.3333333333333","79":"40.995677121649251","80":"23","81":"26","82":"31.6","83":"292.20715313046117","84":"39.200000000000003","85":"319.0742387118421","86":"1847","87":"13.902898005269101","88":"755","89":"307","90":"5.7175312381673606","91":"40","92":"189","93":"122","94":"116","95":"121","96":"..","97":"2765","98":"4.4484629294755873","99":"155","100":"462","101":"435","102":"81","103":"64","104":"41.5","105":"46.8","106":"10.4","107":"1.3","108":"2625","109":"1634","110":"841","111":"150","112":"6137","113":"2482","114":"2732","115":"923","116":"13301.357819999999","117":"17020.25331","118":"9807.4291290000001","119":"-0.61271981160513356","120":"0.67082572396099938","121":"-1.8570578756365919","122":"10388","123":"36.6","124":"1287","125":"11749.28514","126":"2.3157427213985393","127":"40.200000000000003","128":"0.52288493000000003","129":"1066","130":"350","131":"320","132":"347","133":"49","134":"17","135":"11","136":"10","137":"2","138":"8","139":"236","140":"150","141":"86","142":"13","143":"73","144":"5440","145":"3477","146":"1963","147":"294","148":"1669","149":"25.928571428571427","150":"1.0262257696693273","151":"1.10062893081761","152":"0.95658572479764536","153":"82.775119617224874","154":"78.94736842105263","155":"53.17","156":"49.2","157":"16.100000000000001","158":"4.0999999999999996","159":"534","160":"29.9","161":"3.9325842696629212","162":"3.4","163":"16.600000000000001","164":"42.509363295880149","165":"71.161048689138568","166":"10.58316633266533","167":"4.132647385984427","168":"2558.2040000000002","169":"274.56","170":"10.7","171":"2283.6439999999998","172":"2260.172","173":"23.472000000000001","174":"98.972169042109897","175":"1.027830957890109","176":"1666.32","177":"30.652000000000001","178":"208.83699999999999","179":"230.988","180":"38.514000000000003","181":"73.725362494535801","182":"1.35617997214371","183":"9.23987200974085","184":"10.2199301646069","185":"1.70402960482654","186":"94.734344873836903","187":"69.843239165059899","188":"1.2847682119205297","189":"8.7533322156090207","190":"9.6817838880040235","191":"1.6143012825886496","192":"0","193":"1444.2339903635","194":"100","195":"56.3","196":"50.7","197":"325","198":"20.7","199":"17.2","200":"81","201":"7763","202":"-","203":"-","204":"0.89","205":"1.54","206":"-","207":"-","208":"-","209":"1.401","210":"1.8460000000000001","211":"-","212":"1.789840177820929","213":"23.507504472311286","214":"10542","215":"9475","216":"6.8","217":"10","218":"-","219":"1","220":"9","221":"0.42288136429489254","222":"0.94858660595712385","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.12934777854548","235":"215","236":"4","237":"-0.29086423403258593","238":"91","239":"5","240":"0.22285566818670899","241":"153","242":"136","243":"157","244":"31.610000000000003","245":"3.7","246":"11.7","247":"0.18","248":"0.6","249":"0","250":"0","251":"0.05","252":"0.2","253":"0.21","254":"0.7","255":"0.17","256":"0.5","257":"0.09","258":"0.3","259":"0.49","260":"1.6","261":"7.0000000000000007E-2","262":"0.2","263":"0.06","264":"0.2","265":"13.19","266":"41.7","267":"7.74","268":"24.5","269":"2.4700000000000002","270":"7.8","271":"3.19","272":"10.000000000000005","273":"23857","274":"6448","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"69.91","295":"-","296":"74.636858150517071","297":"72.470741994890986","298":"72.044983722994971","299":"71.857291546200997","300":"71.216948963049916"},{"1":"זמר","2":"1290","3":"המרכז","4":"מועצה מקומית","5":"34.121110247893199","6":"1988","7":"0","8":"9","9":"458","10":"מזרח השרון","11":"8.2214216135581069","12":"893.8","13":"7360","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"3729","21":"3630","22":"10.516304347826088","23":"10.230978260869565","24":"8.9945652173913047","25":"8.8722826086956523","26":"17.228260869565219","27":"19.184782608695652","28":"14.796195652173912","29":"3.6548913043478262","30":"6.5217391304347823","31":"34.932065217391305","32":"2.3097826086956523","33":"823","34":"144","35":"..","36":"0.6","37":"..","38":"32","39":"5.91","40":"112","41":"15.330658367434815","42":"1.4874880153387267","43":"8.1521739130434784E-2","44":"3","45":"66.666666666666657","46":"33.333333333333329","47":"0","48":"0","49":"-4","50":"-11","51":"63","52":"11","53":"52","54":"15","55":"29","56":"17","57":"2","58":"74","59":"21","60":"53","61":"23","62":"34","63":"17","64":"0","65":"4","66":"102","67":"49.9","68":"12","69":"4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"580","87":"13.938956981494833","88":"254","89":"131","90":"6.178545366090975","91":"38","92":"159","93":"123","94":"127","95":"129","96":"-","97":"473","98":"15.221987315010571","99":"210","100":"241","101":"190","102":"20","103":"18","104":"58.2","105":"1.6","106":"12.2","107":"28","108":"993","109":"611","110":"344","111":"38","112":"2292","113":"941","114":"1148","115":"203","116":"7133.9804450000001","117":"8505.9363979999998","118":"5311.1318629999996","119":"1.9996816419968866","120":"1.4816566482179327","121":"2.9165088393726002","122":"2983","123":"47.4","124":"347","125":"8180.1408620000002","126":"-0.5882431107277597","127":"45.2","128":"0.37436719699999998","129":"439","130":"163","131":"141","132":"121","133":"14","134":"4","135":"2","136":"2","137":"1","138":"1","139":"63","140":"31","141":"32","142":"9","143":"23","144":"1707","145":"770","146":"937","147":"253","148":"684","149":"26.5","150":"..","151":"..","152":"..","153":"89.473684210526315","154":"66.165413533834581","155":"15.09","156":"..","157":"19.600000000000001","158":"3.1","159":"146","160":"33.200000000000003","161":"2.054794520547945","162":"2.8","163":"19.2","164":"51.369863013698634","165":"87.671232876712324","166":"12.489051094890511","167":"1.136094674556213","168":"374.56900000000002","169":"38.670999999999999","170":"10.3","171":"335.89800000000002","172":"335.44400000000002","173":"0.45400000000000001","174":"99.864839921642883","175":"0.13516007835712032","176":"300.56799999999998","177":"14.129","178":"2.0590000000000002","179":"11.465999999999999","180":"5.7679999999999998","181":"89.603033591299905","182":"4.2120294296514498","183":"0.61381333396930604","184":"3.41815623472174","185":"1.7195120497012899","186":"45.576630434782601","187":"40.8380434782609","188":"1.9197010869565216","189":"0.27975543478260867","190":"1.5578804347826087","191":"0.78369565217391302","192":"0","193":"224.20799999999997","194":"0","195":"4.5999999999999996","196":"4.5999999999999996","197":"18","198":"4.0999999999999996","199":"4.0999999999999996","200":"18","201":"1821","202":"-","203":"-","204":"2.62","205":"5.7779999999999996","206":"-","207":"-","208":"-","209":"2.62","210":"5.7779999999999996","211":"-","212":"1.7483659517979213","213":"11.373594860960678","214":"3452","215":"2795","216":"8.8000000000000007","217":"7","218":"1","219":"-","220":"6","221":"0.95816614796467592","222":"2.0278099652375432","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.47602130599978099","235":"90","236":"7","237":"0.51034954861685977","238":"142","239":"6","240":"0.452299877750729","241":"168","242":"156","243":"182","244":"8.15","245":"1.86","246":"22.8","247":"0.08","248":"1","249":"0.01","250":"0.1","251":"0","252":"0","253":"0.01","254":"0.1","255":"0.01","256":"0.1","257":"0.08","258":"1","259":"7.0000000000000007E-2","260":"0.9","261":"0.16","262":"2","263":"0","264":"0","265":"1.03","266":"12.6","267":"3.4","268":"41.7","269":"1.24","270":"15.2","271":"0.2","272":"2.5","273":"7360","274":"3957","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.42","295":"85.042824315855441","296":"45.010845986984819","297":"61.146769362430462","298":"68.559322033898312","299":"39.370888157894733","300":"56.470821754664549"},{"1":"זרזיר","2":"0975","3":"הצפון","4":"מועצה מקומית","5":"84.3781300081192","6":"1996","7":"0","8":"9","9":"254","10":"יזרעאלים","11":"4.3102418953740393","12":"1912","13":"8412","14":"-","15":"-","16":"99.7","17":"100","18":"-","19":"-","20":"4259","21":"4153","22":"10.437470280551594","23":"11.055634807417974","24":"10.033285782215883","25":"9.7479790775083206","26":"18.259629101283881","27":"19.472182596291013","28":"13.884926295767951","29":"2.3894436519258204","30":"4.7432239657631952","31":"37.291963861150734","32":"1.6642891107941036","33":"852","34":"190","35":"..","36":"1.2","37":"( 6.4)","38":"30","39":"5.84","40":"160","41":"19.17613061135339","42":"1.6612168666533762","43":"5.9438896814075132E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-28","50":"-31","51":"47","52":"11","53":"36","54":"14","55":"19","56":"14","57":"0","58":"78","59":"23","60":"55","61":"33","62":"34","63":"11","64":"0","65":"31","66":"98","67":"43.3","68":"9","69":"2.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"762","87":"16.376531270148291","88":"324","89":"176","90":"7.0603617345826972","91":"37","92":"155","93":"125","94":"121","95":"129","96":"-","97":"388","98":"27.835051546391753","99":"313","100":"134","101":"324","102":"52","103":"19","104":"79.3","105":"2.8","106":"17","107":"0.8","108":"1385","109":"802","110":"510","111":"73","112":"3308","113":"1231","114":"1700","115":"377","116":"6512.9817380000004","117":"7948.9011419999997","118":"4449.7373319999997","119":"1.1656634460540882","120":"1.6628841630654367","121":"0.56467210270327861","122":"3687","123":"48.7","124":"177","125":"9997.6076269999994","126":"7.0725167698306945","127":"40.1","128":"0.340367582","129":"597","130":"185","131":"214","132":"193","133":"5","134":"5","135":"3","136":"3","137":"1","138":"2","139":"84","140":"44","141":"40","142":"18","143":"22","144":"2030","145":"1024","146":"1006","147":"475","148":"531","149":"24.317073170731707","150":"0.56764427625354774","151":"..","152":"..","153":"60.714285714285708","154":"40.816326530612244","155":"10.99","156":"20.3","157":"12.1","158":"2.2999999999999998","159":"214","160":"31.3","161":"5.1401869158878499","162":"2.8","163":"17.7","164":"47.663551401869157","165":"73.831775700934571","166":"10.453608247422681","167":"3.0098619329388558","168":"662.48400000000004","169":"40.651000000000003","170":"6.1","171":"621.83299999999997","172":"567.90200000000004","173":"53.930999999999997","174":"91.327092643844892","175":"8.6729073561551093","176":"505.92599999999999","177":"24.280999999999999","178":"-","179":"22.884","180":"13.452999999999999","181":"89.086849491637594","182":"4.2755616285908502","183":"-","184":"4.0295684818859598","185":"2.3688946332289702","186":"67.510936757013795","187":"60.143366619115497","188":"2.8864717070851165","189":"-","190":"2.7203994293865907","191":"1.5992629576795054","192":"0.5","193":"231.62902081136502","194":"88.221683144696243","195":"7.7","196":"7.5","197":"31","198":"5.6","199":"5.6","200":"22","201":"1388","202":"1.008","203":"7.0960000000000001","204":"0.26500000000000001","205":"0.52900000000000003","206":"1","207":"2.508","208":"25.096","209":"0.26500000000000001","210":"0.52900000000000003","211":"-","212":"1.240598907688784","213":"0.58209276004925237","214":"2600","215":"2244","216":"8.8000000000000007","217":"3","218":"-","219":"2","220":"1","221":"0.35955244896287614","222":"1.153846153846154","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.09377105814557","235":"35","236":"7","237":"0.6695583550540013","238":"153","239":"4","240":"-9.2339689946032796E-2","241":"113","242":"117","243":"116","244":"4.4400000000000004","245":"2.2799999999999998","246":"51.4","247":"0.1","248":"2.2999999999999998","249":"0","250":"0","251":"0.02","252":"0.5","253":"0.02","254":"0.5","255":"0.04","256":"0.9","257":"0.05","258":"1.1000000000000001","259":"0.09","260":"2","261":"0.12","262":"2.7","263":"0","264":"0","265":"0.24","266":"5.4","267":"0.53","268":"11.9","269":"0.42","270":"9.5","271":"0.53","272":"11.799999999999992","273":"8412","274":"3689","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"89.44","295":"84.362754245195006","296":"36.156787762906312","297":"48.763917720324592","298":"53.364398881640263","299":"34.378943573102575","300":"44.392361111111114"},{"1":"חורה","2":"1303","3":"הדרום","4":"מועצה מקומית","5":"93.869225572051207","6":"1996","7":"0","8":"13","9":"652","10":"נגב מזרחי","11":"8.7379740556516534","12":"2740.1","13":"23943","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"12084","21":"11859","22":"18.619220649041473","23":"15.161007392557323","24":"13.202188531094682","25":"12.350164975149314","26":"16.890114020799398","27":"13.674142755711481","28":"7.1294324019546425","29":"1.0232635843461555","30":"1.9462891032869731","31":"54.36662072422002","32":"0.68913669966169655","33":"1583","34":"730","35":"4.62","36":"5.8","37":"8.4","38":"34","39":"4.68","40":"696","41":"29.588033536760566","42":"3.634535861371603","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"103","50":"97","51":"158","52":"68","53":"90","54":"57","55":"72","56":"27","57":"2","58":"64","59":"25","60":"39","61":"29","62":"23","63":"10","64":"2","65":"132","66":"266","67":"48.2","68":"31","69":"4.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"468.33333333333331","79":"75.660989054867713","80":"15","81":"..","82":"..","83":"..","84":"..","85":"..","86":"713","87":"7.6012793176972275","88":"299","89":"209","90":"3.2595661179548672","91":"34","92":"164","93":"117","94":"120","95":"129","96":"-","97":"431","98":"54.060324825986079","99":"2470","100":"157","101":"533","102":"63","103":"25","104":"83.3","105":"0.3","106":"4.5999999999999996","107":"11.8","108":"2318","109":"624","110":"753","111":"941","112":"9490","113":"925","114":"2674","115":"5891","116":"6088.7582220000004","117":"6903.1595310000002","118":"4540.2981579999996","119":"-2.6003369338494897","120":"-2.0777233989175081","121":"-4.6800817891460289","122":"5382","123":"52.6","124":"273","125":"11015.724899999999","126":"17.562999557869574","127":"39.9","128":"0.33975465700000002","129":"1603","130":"536","131":"555","132":"498","133":"14","134":"14","135":"9","136":"12","137":"5","138":"7","139":"308","140":"161","141":"147","142":"61","143":"86","144":"7183","145":"3766","146":"3417","147":"1501","148":"1916","149":"26.036231884057973","150":"2.699530516431925","151":"4.6529968454258679","152":"0.77639751552795033","153":"69.010416666666657","154":"49.479166666666671","155":"11.57","156":"26.9","157":"11.4","158":"2.1","159":"804","160":"33.700000000000003","161":"5.2238805970149249","162":"3.5","163":"12.1","164":"26.865671641791046","165":"67.039800995024876","166":"9.8065395095367851","167":"5.8748245203556388","168":"1998.73","169":"742.09","170":"37.1","171":"1256.6400000000001","172":"1158.789","173":"97.850999999999999","174":"92.213283040488932","175":"7.786716959511077","176":"886.07600000000002","177":"130.71199999999999","178":"13.722","179":"34.188000000000002","180":"52.718000000000004","181":"76.465689612172696","182":"11.280051847230199","183":"1.1841672642733101","184":"2.9503214131304301","185":"4.5494045939338399","186":"48.399841283100798","187":"37.009272408320101","188":"5.4595271907108849","189":"0.57313507643471728","190":"1.4279508812964665","191":"2.2019046027900759","192":"0","193":"770.10145499999987","194":"97.000005668084356","195":"28.7","196":"27","197":"111","198":"18.399999999999999","199":"18.399999999999999","200":"78","201":"1402","202":"0.27","203":"1.89","204":"-","205":"3.5","206":"-","207":"0.27","208":"1.8900000000000001","209":"-","210":"3.5","211":"-","212":"0.95509961395987264","213":"16.230415889010089","214":"4008","215":"3004","216":"10","217":"3","218":"1","219":"2","220":"-","221":"0.12753462731362311","222":"0.74850299401197606","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.2309843450317901","235":"7","236":"4","237":"-0.3528260334219851","238":"84","239":"3","240":"-0.51007977494158196","241":"60","242":"52","243":"84","244":"8.74","245":"4.37","246":"50","247":"0.15","248":"1.7","249":"0.01","250":"0.1","251":"0","252":"0","253":"7.0000000000000007E-2","254":"0.8","255":"0.05","256":"0.6","257":"0","258":"0","259":"0.17","260":"1.9","261":"0","262":"0","263":"0","264":"0","265":"0.03","266":"0.3","267":"0.01","268":"0.1","269":"2.0299999999999998","270":"23.2","271":"1.85","272":"21.299999999999994","273":"23943","274":"5479","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"83.79","295":"-","296":"29.244421244943236","297":"45.087808602697891","298":"51.456790123456784","299":"40.839827846923342","300":"49.037021185533916"},{"1":"חורפיש","2":"0496","3":"הצפון","4":"מועצה מקומית","5":"129.06516325405701","6":"1967","7":"0","8":"9","9":"258","10":"מעלה נפתלי","11":"5.2232813267409517","12":"1157.5999999999999","13":"6581","14":"-","15":"-","16":"100","17":"0.2","18":"2.9","19":"96.6","20":"3314","21":"3267","22":"8.3725877526211825","23":"8.7372739705211977","24":"8.5853213797295247","25":"8.6612976751253612","26":"17.428962163804893","27":"21.820392037684243","28":"16.106974623917338","29":"3.4645190700501445","30":"6.8378665856252852","31":"30.633642303601277","32":"2.6439750797751103","33":"700","34":"130","35":"..","36":"0.8","37":"..","38":"20","39":"5.56","40":"110","41":"16.831590412378464","42":"1.4099008742613108","43":"1.51952590791673E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-20","50":"-21","51":"35","52":"8","53":"27","54":"4","55":"18","56":"12","57":"1","58":"56","59":"21","60":"35","61":"12","62":"20","63":"23","64":"1","65":"1","66":"95","67":"54.9","68":"11","69":"3.6","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"434","87":"10.956829083564756","88":"179","89":"89","90":"4.5616717635066255","91":"36","92":"151","93":"116","94":"117","95":"125","96":"..","97":"449","98":"11.135857461024498","99":"130","100":"163","101":"192","102":"34","103":"11","104":"66.8","105":"2","106":"11.7","107":"19.600000000000001","108":"1014","109":"728","110":"280","111":"6","112":"2023","113":"1100","114":"893","115":"30","116":"8486.6182210000006","117":"11379.15042","118":"4658.6186239999997","119":"-0.69569344882499662","120":"-0.39212915907064216","121":"1.8529981924749306","122":"2809","123":"45.8","124":"278","125":"6947.7106949999998","126":"17.389495956416432","127":"54.3","128":"0.41798317400000001","129":"345","130":"98","131":"112","132":"135","133":"-","134":"3","135":"2","136":"2","137":"1","138":"1","139":"57","140":"30","141":"27","142":"14","143":"13","144":"1367","145":"676","146":"691","147":"351","148":"340","149":"24.074074074074073","150":"..","151":"..","152":"..","153":"93.7007874015748","154":"76.377952755905511","155":"24.87","156":"42.1","157":"20.6","158":"4.8","159":"179","160":"31.4","161":"4.4692737430167595","162":"3.2","163":"16.7","164":"37.988826815642454","165":"87.150837988826808","166":"8.2275449101796401","167":"3.8442503639010188","168":"542.63800000000003","169":"94.894999999999996","170":"17.5","171":"447.74299999999999","172":"413.88900000000001","173":"33.853999999999999","174":"92.438966103322656","175":"7.5610338966773352","176":"348.76299999999998","177":"24.164000000000001","178":"7.7","179":"12.314","180":"1.8240000000000001","181":"84.264863284600494","182":"5.8382803118710598","183":"1.8604021851269299","184":"2.9751938321627298","185":"0.44069786826902901","186":"62.891505850174703","187":"52.995441422276301","188":"3.6717824038899862","189":"1.1700349490958821","190":"1.8711442030086614","191":"0.27716152560401153","192":"0","193":"225.35912325300001","194":"100","195":"10.4","196":"10.1","197":"47","198":"3.8","199":"3.8","200":"17","201":"1713","202":"1.73","203":"5.0949999999999998","204":"0.12","205":"-","206":"0.3","207":"0.40400000000000003","208":"1.6039999999999999","209":"0.187","210":"-","211":"0.3","212":"2.1354054725351426","213":"1.8378580421086401","214":"2649","215":"2341","216":"6.5068430656934311","217":"2","218":"-","219":"1","220":"1","221":"0.30602891658869941","222":"0.75500188750471875","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.34359972802852801","235":"97","236":"4","237":"-0.32733805933640364","238":"88","239":"2","240":"-0.82722425290508295","241":"32","242":"38","243":"27","244":"5.63","245":"1.65","246":"29.3","247":"0.04","248":"0.7","249":"0.01","250":"0.2","251":"0.02","252":"0.4","253":"0.03","254":"0.5","255":"0","256":"0","257":"0.01","258":"0.2","259":"7.0000000000000007E-2","260":"1.2","261":"0.03","262":"0.5","263":"0","264":"0","265":"0.81","266":"14.4","267":"2.19","268":"38.9","269":"0.11","270":"2","271":"0.66","272":"11.7","273":"6581","274":"3988","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"92.63","295":"-","296":"52.875363616021488","297":"55.739149592421235","298":"51.936119011157302","299":"45.41577825159915","300":"53.473945409429277"},{"1":"חצור הגלילית","2":"2034","3":"הצפון","4":"מועצה מקומית","5":"136.90736845418601","6":"1956","7":"0","8":"11","9":"259","10":"אצבע הגליל","11":"5.4568217940735542","12":"1787.1","13":"9764","14":"99.5","15":"97.6","16":"-","17":"-","18":"-","19":"-","20":"4993","21":"4770","22":"11.255632937320771","23":"9.4530929946743143","24":"8.0704629250307249","25":"8.2548136009832032","26":"15.608357230643179","27":"16.888570258090947","28":"13.857025809094633","29":"5.0594018844735764","30":"11.54240065546907","31":"33.193363375665712","32":"4.1581319131503482","33":"945","34":"255","35":"..","36":"0.4","37":"..","38":"62","39":"6.26","40":"193","41":"19.966893370163909","42":"2.037991750044128","43":"6.6366243342892259","44":"5","45":"40","46":"40","47":"0","48":"20","49":"11","50":"11","51":"352","52":"188","53":"164","54":"104","55":"114","56":"121","57":"13","58":"341","59":"175","60":"166","61":"127","62":"92","63":"108","64":"14","65":"461","66":"122","67":"39.5","68":"44","69":"12.1","70":"2","71":"298","72":"-","73":"-","74":"2.39","75":"-","76":"0.72","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1121","87":"21.198940998487139","88":"436","89":"184","90":"8.3508906339781657","91":"38","92":"161","93":"122","94":"108","95":"105","96":"..","97":"1218","98":"17.569786535303777","99":"315","100":"343","101":"501","102":"37","103":"57","104":"60.8","105":"25.6","106":"0.5","107":"13.1","108":"1639","109":"968","110":"510","111":"161","112":"4169","113":"1475","114":"1704","115":"990","116":"7823.1921819999998","117":"9597.3107909999999","118":"6082.5080809999999","119":"1.9806657672359229","120":"1.908293890178836","121":"2.0029789262097308","122":"5046","123":"42.8","124":"352","125":"8460.2828150000005","126":"-4.1131364947089466","127":"41.5","128":"0.37645046300000001","129":"672","130":"219","131":"215","132":"208","133":"30","134":"11","135":"6","136":"7","137":"2","138":"5","139":"122","140":"68","141":"54","142":"15","143":"39","144":"2509","145":"1306","146":"1203","147":"316","148":"887","149":"20.527272727272727","150":"1.6210739614994936","151":"2","152":"1.2320328542094456","153":"54.878048780487809","154":"31.707317073170731","155":"15","156":"19.5","157":"7","158":"2.2999999999999998","159":"303","160":"30.1","161":"6.2706270627062706","162":"3.6","163":"18.5","164":"35.313531353135311","165":"61.386138613861384","166":"8.8428571428571434","167":"2.5678863017840943","168":"1416.029","169":"165.59","170":"11.7","171":"1250.4390000000001","172":"1241.7190000000001","173":"8.7200000000000006","174":"99.302644911107222","175":"0.69735508889278086","176":"590.92399999999998","177":"52.753999999999998","178":"57.326000000000001","179":"46.619","180":"0.29499999999999998","181":"47.589188858348798","182":"4.2484652324720802","183":"4.6166644788394198","184":"3.7543920967626301","185":"2.3757387943649101E-2","186":"127.186213254123","187":"60.5268872272867","188":"5.4034620505992015","189":"5.8717607292840315","190":"4.7750691385844517","191":"3.0216122093618764E-2","192":"0","193":"926.13743553886195","194":"100","195":"8.3000000000000007","196":"8.3000000000000007","197":"58","198":"5.6","199":"5.2","200":"36","201":"3307","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"0.28999999999999998","210":"2.4430000000000001","211":"-","212":"2.2875297965754844","213":"9.9184683786642669","214":"3847","215":"3312","216":"7.9","217":"3","218":"-","219":"-","220":"3","221":"0.31036621818907628","222":"0.77982843774369637","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.48262508297888301","235":"89","236":"4","237":"-0.35920265531542861","238":"82","239":"2","240":"-0.96428654605419195","241":"23","242":"27","243":"22","244":"5.4200000000000008","245":"1.37","246":"25.3","247":"0.15","248":"2.8","249":"0","250":"0","251":"7.0000000000000007E-2","252":"1.3","253":"7.0000000000000007E-2","254":"1.3","255":"0.1","256":"1.8","257":"0.28999999999999998","258":"5.4","259":"0.04","260":"0.7","261":"0","262":"0","263":"0","264":"0","265":"1.35","266":"24.9","267":"0.22","268":"4.0999999999999996","269":"0.85","270":"15.7","271":"0.91","272":"16.700000000000006","273":"9764","274":"7127","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"77.3","295":"-","296":"69.846241457858767","297":"69.193571326980518","298":"70.845645138595742","299":"66.620916826791117","300":"70.632268413313724"},{"1":"חריש","2":"1247","3":"חיפה","4":"מועצה מקומית","5":"48.727053485002997","6":"1996","7":"0","8":"9","9":"307","10":"חריש","11":"7.029674779707026","12":"3875.4","13":"27006","14":"98.5","15":"91.9","16":"-","17":"-","18":"-","19":"-","20":"13393","21":"13613","22":"20.728726949566763","23":"15.200325853514034","24":"8.3018588461823306","25":"3.1955861660371769","26":"11.145671332296526","27":"27.567947863437755","28":"8.4314596756276377","29":"1.6885136636303044","30":"3.7399096497074722","31":"46.34155372880101","32":"0.88128564022809741","33":"1048","34":"893","35":"4.5599999999999996","36":"0.8","37":"..","38":"29","39":"4.58","40":"864","41":"37.102913061312194","42":"38.01745290609901","43":"16.359327556839219","44":"100","45":"26","46":"31","47":"33","48":"10","49":"6669","50":"6518","51":"7772","52":"3850","53":"3922","54":"3004","55":"1656","56":"2776","57":"336","58":"1254","59":"596","60":"658","61":"504","62":"231","63":"486","64":"33","65":"2650","66":"138","67":"55.2","68":"121","69":"18.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"346","79":"138.04818005450136","80":"23","81":"32","82":"..","83":"..","84":"..","85":"..","86":"2438","87":"18.118311533888228","88":"937","89":"358","90":"8.0796757782185047","91":"38","92":"189","93":"127","94":"107","95":"110","96":"..","97":"1070","98":"24.299065420560748","99":"871","100":"201","101":"249","102":"13","103":"14","104":"49.7","105":"28.7","106":"13.2","107":"8.4","108":"419","109":"229","110":"130","111":"60","112":"1108","113":"317","114":"442","115":"349","116":"9224.8227139999999","117":"11869.560880000001","118":"6712.6673209999999","119":"-0.59155807658348714","120":"0.21379977900903846","121":"-0.16067091077666129","122":"4473","123":"36.6","124":"376","125":"8395.0663029999996","126":"-6.1617374051238238","127":"47.3","128":"0.37371411999999998","129":"2594","130":"932","131":"817","132":"766","133":"79","134":"15","135":"11","136":"6","137":"4","138":"2","139":"155","140":"128","141":"27","142":"19","143":"8","144":"3649","145":"3094","146":"555","147":"465","148":"90","149":"26.642201834862384","150":"2.562170308967596","151":"2.5110782865583459","152":"2.6153846153846154","153":"65.693430656934311","154":"53.284671532846716","155":"26.78","156":"..","157":"7.4","158":"1.9","159":"474","160":"29.6","161":"13.502109704641349","162":"3.1","163":"9.1999999999999993","164":"26.371308016877638","165":"72.151898734177209","166":"9.3970588235294112","167":"3.6118935837245698","168":"1886.46","169":"155.73699999999999","170":"8.2555156218525703","171":"1730.723","172":"1730.723","173":"-","174":"100","175":"-","176":"1319.319","177":"90.491","178":"109.923","179":"110.42400000000001","180":"97.484999999999999","181":"76.229356170802603","182":"5.2285085481616598","183":"6.35127631631405","184":"6.3802237561990003","185":"5.6326171201284101","186":"64.084237419928201","187":"48.851001592179799","188":"3.35064983152516","189":"4.0701669937423635","190":"4.088717739845225","191":"3.6096197282186098","192":"1.8","193":"1024.346526498","194":"100","195":"43.6","196":"25.7","197":"188","198":"288.7","199":"248.6","200":"1842","201":"10942","202":"-","203":"-","204":"3.5000000000000003E-2","205":"0.59199999999999997","206":"-","207":"15.83","208":"86.83","209":"3.5000000000000003E-2","210":"0.59199999999999997","211":"-","212":"1.2588380180297305","213":"9.6015452935791412","214":"8233","215":"7588","216":"8.1999999999999993","217":"11","218":"-","219":"-","220":"11","221":"0.47237505054911355","222":"1.336086481234058","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-3.82310146785353E-3","235":"129","236":"5","237":"-0.14749306224343511","238":"102","239":"5","240":"0.20645463025404301","241":"150","242":"133","243":"158","244":"6.9499999999999993","245":"1.91","246":"27.5","247":"0.14000000000000001","248":"2","249":"0.02","250":"0.3","251":"0.04","252":"0.6","253":"0.02","254":"0.3","255":"0.04","256":"0.6","257":"0","258":"0","259":"7.0000000000000007E-2","260":"1","261":"0","262":"0","263":"0.03","264":"0.4","265":"3.13","266":"45","267":"0.21","268":"3","269":"0","270":"0","271":"1.34","272":"19.3","273":"27006","274":"14139","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"80.13","295":"-","296":"74.680757375605452","297":"74.656461993390153","298":"72.584048389365591","299":"67.895798935975051","300":"71.399617812264751"},{"1":"טובא-זנגרייה","2":"0962","3":"הצפון","4":"מועצה מקומית","5":"139.644023551967","6":"1988","7":"0","8":"9","9":"259","10":"אצבע הגליל","11":"3.6219449456437736","12":"1871.1","13":"7011","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"3508","21":"3502","22":"10.540579090001426","23":"9.6277278562259312","24":"8.5722436171730134","25":"9.9557837683640003","26":"18.100128369704748","27":"20.824418770503495","28":"14.691199543574383","29":"2.9525032092426189","30":"4.7354157752103836","31":"34.474397375552705","32":"1.4833832548851804","33":"768","34":"144","35":"..","36":"0.4","37":"..","38":"21","39":"5.35","40":"123","41":"17.689368540281844","42":"1.6603198194907094","43":"2.8526601055484237E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-17","50":"-13","51":"29","52":"8","53":"21","54":"10","55":"9","56":"10","57":"0","58":"42","59":"9","60":"33","61":"10","62":"20","63":"12","64":"0","65":"0","66":"82","67":"37.200000000000003","68":"14","69":"5.4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"924","87":"22.786683107274968","88":"354","89":"152","90":"8.8389513108614235","91":"37","92":"161","93":"120","94":"107","95":"103","96":"-","97":"318","98":"27.358490566037737","99":"288","100":"109","101":"345","102":"32","103":"27","104":"83","105":"0.1","106":"0.3","107":"16.5","108":"1029","109":"600","110":"393","111":"36","112":"2390","113":"909","114":"1289","115":"192","116":"6124.8169049999997","117":"7702.5454499999996","118":"4415.9751850000002","119":"-1.1412112448917044","120":"9.9199115989456743E-2","121":"-3.3161721749271234","122":"3008","123":"52.6","124":"151","125":"9031.9051490000002","126":"-8.3091603715145688","127":"43.7","128":"0.31655537500000003","129":"442","130":"155","131":"140","132":"136","133":"11","134":"3","135":"2","136":"2","137":"1","138":"1","139":"59","140":"34","141":"25","142":"14","143":"11","144":"1280","145":"706","146":"574","147":"319","148":"255","149":"23.571428571428573","150":"0.38709677419354838","151":"..","152":"..","153":"73.426573426573427","154":"30.76923076923077","155":"7.87","156":"..","157":"12.5","158":"2.4","159":"155","160":"33.299999999999997","161":"1.935483870967742","162":"1.8","163":"18.2","164":"56.774193548387096","165":"80","166":"10.711864406779661","167":"2.9056962025316455","168":"743.68399999999997","169":"175.78","170":"23.6","171":"567.904","172":"554.84900000000005","173":"13.055","174":"97.701195976784803","175":"2.2988040232151912","176":"460.584","177":"32.366","178":"-","179":"41.024999999999999","180":"8.9999999999999993E-3","181":"83.010692999356607","182":"5.8332987894003603","183":"-","184":"7.3939035665559496","185":"1.6220629396466401E-3","186":"79.1397803451719","187":"65.694480102695806","188":"4.6164598488090141","189":"-","190":"5.8515190415062044","191":"1.2836970474967907E-3","192":"0","193":"321.9948","194":"100","195":"2.5","196":"1.6","197":"6","198":"6.7","199":"6.3","200":"42","201":"1306","202":"-","203":"-","204":"4.58","205":"-","206":"-","207":"1.48","208":"17.760000000000002","209":"4.5030000000000001","210":"-","211":"-","212":"1.5715440435535077","213":"5.0010254167980817","214":"2807","215":"2314","216":"8.1","217":"1","218":"-","219":"-","220":"1","221":"0.14381600439253531","222":"0.35625222657641609","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.91359460484715305","235":"43","236":"5","237":"-0.16252672097539023","238":"99","239":"2","240":"-1.03000588472106","241":"19","242":"24","243":"19","244":"3.71","245":"1.44","246":"38.799999999999997","247":"0.04","248":"1.1000000000000001","249":"0","250":"0","251":"0.02","252":"0.5","253":"0.03","254":"0.8","255":"0","256":"0","257":"0","258":"0","259":"0.01","260":"0.3","261":"0.11","262":"3","263":"0","264":"0","265":"0.01","266":"0.3","267":"0.28000000000000003","268":"7.5","269":"0.3","270":"8.1","271":"1.47","272":"39.6","273":"7011","274":"4869","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"84.03","295":"-","296":"30.29197080291971","297":"44.193912063134164","298":"51.822043371339142","299":"32.965128871561625","300":"43.939077821823489"},{"1":"טורעאן","2":"0498","3":"הצפון","4":"מועצה מקומית","5":"100.06599039585799","6":"1959","7":"0","8":"11","9":"251","10":"הגליל המזרחי","11":"11.913977218789263","12":"1229.4000000000001","13":"14655","14":"-","15":"-","16":"100","17":"89","18":"11","19":"-","20":"7519","21":"7135","22":"9.3551688843398164","23":"9.5735243944046395","24":"9.778232685090412","25":"9.9147048788809276","26":"18.491982258614808","27":"18.430569771409075","28":"15.2848857045377","29":"3.1047424087342206","30":"6.059365404298874","31":"34.527465029000339","32":"2.1494370522006143","33":"808","34":"259","35":"2.25","36":"0.6","37":"..","38":"36","39":"4.8","40":"223","41":"15.331466945392201","42":"1.5178650759021934","43":"1.3647219379051518E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-25","50":"-25","51":"88","52":"32","53":"56","54":"24","55":"41","56":"23","57":"0","58":"113","59":"42","60":"71","61":"25","62":"51","63":"37","64":"0","65":"4","66":"148","67":"37.799999999999997","68":"30","69":"4.9000000000000004","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"755","79":"81.070482053676415","80":"19","81":"30","82":"..","83":"..","84":"..","85":"..","86":"1687","87":"20.247239558329333","88":"709","89":"468","90":"8.6075027315770303","91":"37","92":"150","93":"122","94":"121","95":"120","96":"-","97":"823","98":"26.002430133657352","99":"583","100":"362","101":"453","102":"43","103":"25","104":"65.599999999999994","105":"32.5","106":"1.8","107":"0.1","108":"2174","109":"1268","110":"824","111":"82","112":"5095","113":"1962","114":"2702","115":"431","116":"6393.0325240000002","117":"7445.6248750000004","118":"4894.0905720000001","119":"0.97381302278509718","120":"1.1644229980730003","121":"1.8882539421109179","122":"5665","123":"52.9","124":"652","125":"10839.01722","126":"-8.3755276461165771","127":"31.3","128":"0.372179331","129":"855","130":"298","131":"265","132":"286","133":"6","134":"7","135":"4","136":"3","137":"2","138":"1","139":"122","140":"69","141":"53","142":"30","143":"23","144":"3156","145":"1672","146":"1484","147":"816","148":"668","149":"25.746031746031747","150":"1.7751479289940828","151":"..","152":"..","153":"71.717171717171709","154":"55.218855218855225","155":"16.899999999999999","156":"35.1","157":"19.399999999999999","158":"3.4","159":"324","160":"30.8","161":"4.6296296296296298","162":"4.8","163":"17.7","164":"41.666666666666671","165":"72.839506172839506","166":"9.4577464788732399","167":"2.2365384615384616","168":"1230.9010000000001","169":"112.026","170":"9.1","171":"1118.873","172":"1031.231","173":"87.641999999999996","174":"92.166939411354093","175":"7.8330605886458962","176":"790.38499999999999","177":"33.628999999999998","178":"10.041","179":"138.17400000000001","180":"12.711","181":"76.644806061881397","182":"3.2610540218438002","183":"0.973690666785618","184":"13.398937774368701","185":"1.2326045279864599","186":"70.367178437393406","187":"53.932787444558201","188":"2.2947117024906176","189":"0.68515864892528144","190":"9.4284544524053224","191":"0.86734902763561927","192":"0","193":"740.44383197444017","194":"98.000010350479741","195":"7","196":"5.6","197":"28","198":"19","199":"17.8","200":"84","201":"3883","202":"0.94499999999999995","203":"11.34","204":"6.2990000000000004","205":"5.75","206":"0.90800000000000003","207":"0.49","208":"5.88","209":"0.79800000000000004","210":"-","211":"0.44","212":"1.7437190714258468","213":"33.147302235829798","214":"6404","215":"4933","216":"7.5","217":"3","218":"1","219":"2","220":"-","221":"0.20625291854787714","222":"0.46845721424109932","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.83856971545000303","235":"54","236":"4","237":"-0.50693582093114176","238":"71","239":"3","240":"-0.36514435732835898","241":"79","242":"86","243":"74","244":"11.95","245":"1.68","246":"14.1","247":"0.06","248":"0.5","249":"0","250":"0","251":"0","252":"0","253":"0.03","254":"0.3","255":"0.03","256":"0.3","257":"0.02","258":"0.2","259":"0.16","260":"1.3","261":"0.14000000000000001","262":"1.2","263":"0.01","264":"0.1","265":"1.55","266":"13","267":"4.2699999999999996","268":"35.700000000000003","269":"2.17","270":"18.2","271":"1.83","272":"15.099999999999998","273":"14655","274":"8723","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"94.22","295":"-","296":"47.86130913804277","297":"63.251147401003308","298":"63.926121372031666","299":"38.645951229550363","300":"49.4807635248739"},{"1":"יאנוח-ג'ת","2":"1295","3":"הצפון","4":"מועצה מקומית","5":"114.573710497303","6":"1990","7":"0","8":"9","9":"255","10":"מעלה הגליל","11":"13.555009452841862","12":"505.4","13":"6851","14":"-","15":"-","16":"100","17":"-","18":"-","19":"100","20":"3445","21":"3406","22":"8.5826886585899871","23":"8.2907604729236599","24":"9.0351773463727927","25":"9.5314552620055473","26":"17.85140855349584","27":"21.763246241424611","28":"15.705736388848344","29":"3.444752590862648","30":"5.8093708947598888","31":"31.659611735513064","32":"1.9997080718143336","33":"702","34":"116","35":"..","36":"0.6","37":"..","38":"25","39":"4.66","40":"91","41":"13.357005614835513","42":"1.120941170661709","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-18","50":"-18","51":"41","52":"10","53":"31","54":"8","55":"19","56":"14","57":"0","58":"59","59":"10","60":"49","61":"2","62":"38","63":"19","64":"0","65":"9","66":"85","67":"46.5","68":"14","69":"4.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"476","87":"11.547792333818535","88":"183","89":"82","90":"4.4809010773751226","91":"35","92":"159","93":"115","94":"109","95":"113","96":"-","97":"1164","98":"3.6082474226804124","99":"116","100":"135","101":"240","102":"41","103":"25","104":"82.6","105":"11.5","106":"5.2","107":"0.7","108":"993","109":"670","110":"315","111":"8","112":"2114","113":"1043","114":"1030","115":"41","116":"7991.7433449999999","117":"10637.78955","118":"4633.2254220000004","119":"1.8594898068160948","120":"2.3955439819706603","121":"1.4517717779401362","122":"3093","123":"45.2","124":"204","125":"7102.5043100000003","126":"-0.57993559953080087","127":"49","128":"0.38187482099999998","129":"344","130":"115","131":"124","132":"103","133":"..","134":"5","135":"3","136":"3","137":"2","138":"1","139":"58","140":"31","141":"27","142":"14","143":"13","144":"1345","145":"695","146":"650","147":"346","148":"304","149":"23.857142857142858","150":"1.6216216216216217","151":"1.9390581717451523","152":"1.3192612137203166","153":"84.615384615384613","154":"55.384615384615387","155":"17.579999999999998","156":"37.6","157":"15","158":"3.4","159":"160","160":"32.299999999999997","161":"2.5","162":"3.3","163":"18.7","164":"53.125","165":"91.25","166":"10.988095238095237","167":"3.4604550379198264","168":"577.57100000000003","169":"98.509","170":"17.1","171":"479.06200000000001","172":"457.96600000000001","173":"21.096","174":"95.596394621155511","175":"4.4036053788444915","176":"375.411","177":"32.906999999999996","178":"5.6639999999999997","179":"9.1639999999999997","180":"12.313000000000001","181":"81.973552621810398","182":"7.1854679168322502","183":"1.2367730355528599","184":"2.0010219099234399","185":"2.68862754003572","186":"66.846591738432394","187":"54.796526054590601","188":"4.8032404028608964","189":"0.82674062180703545","190":"1.3376149467231062","191":"1.7972558750547365","192":"0","193":"328.59749999999997","194":"100","195":"6.8","196":"6.8","197":"27","198":"8.9","199":"5.9","200":"23","201":"1748","202":"0.85","203":"10.199999999999999","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.9456942071513079","213":"0.53104532410091754","214":"3024","215":"2563","216":"8.1999999999999993","217":"1","218":"-","219":"1","220":"-","221":"0.14678028148170896","222":"0.3306878306878307","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.39170342651795798","235":"95","236":"8","237":"1.081513461147902","238":"170","239":"3","240":"-0.56385277745873796","241":"53","242":"69","243":"45","244":"13.589999999999998","245":"1.74","246":"12.8","247":"0.04","248":"0.3","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.04","254":"0.3","255":"0","256":"0","257":"0","258":"0","259":"0.13","260":"1","261":"0.04","262":"0.3","263":"0","264":"0","265":"4.92","266":"36.200000000000003","267":"4.28","268":"31.5","269":"0.28999999999999998","270":"2.1","271":"2.1","272":"15.400000000000006","273":"6851","274":"3937","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"94.53","295":"-","296":"57.81389136242209","297":"57.363315696649032","298":"57.189757058437294","299":"45.60135996600085","300":"39.541606442287836"},{"1":"יבנאל","2":"0046","3":"הצפון","4":"מועצה מקומית","5":"102.30990181521101","6":"1951","7":"0","8":"9","9":"251","10":"הגליל המזרחי","11":"31.210766351900176","12":"..","13":"4448","14":"100","15":"98.6","16":"-","17":"-","18":"-","19":"-","20":"2215","21":"2233","22":"11.780575539568344","23":"13.399280575539569","24":"12.589928057553957","25":"9.7347122302158269","26":"12.117805755395683","27":"15.625","28":"11.892985611510792","29":"3.8444244604316546","30":"9.0377697841726619","31":"43.907374100719423","32":"3.9343525179856114","33":"1301","34":"112","35":"..","36":"-","37":"-","38":"15","39":"(3.8)","40":"97","41":"22.095803502441346","42":"2.6613715071910349","43":"5.1258992805755392","44":"0","45":"0","46":"0","47":"0","48":"0","49":"47","50":"46","51":"214","52":"99","53":"115","54":"97","55":"34","56":"74","57":"9","58":"168","59":"80","60":"88","61":"61","62":"51","63":"53","64":"3","65":"803","66":"44","67":"36.700000000000003","68":"19","69":"13","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"396","87":"19.672131147540984","88":"151","89":"66","90":"7.6070528967254418","91":"37","92":"161","93":"121","94":"105","95":"103","96":"..","97":"329","98":"8.5106382978723403","99":"308","100":"85","101":"240","102":"21","103":"9","104":"51.4","105":"4.5","106":"1.7","107":"42.3","108":"601","109":"290","110":"182","111":"129","112":"1856","113":"439","114":"621","115":"796","116":"7167.9244879999997","117":"8327.7828040000004","118":"6058.6280269999997","119":"2.694373692755847","120":"1.293124433588777","121":"4.5078120763326179","122":"1481","123":"51.8","124":"208","125":"7360.0979889999999","126":"-1.6747857558896406","127":"50.5","128":"0.42182811599999998","129":"334","130":"103","131":"112","132":"110","133":"9","134":"6","135":"4","136":"2","137":"-","138":"2","139":"47","140":"39","141":"8","142":"-","143":"8","144":"924","145":"777","146":"147","147":"-","148":"147","149":"21.129032258064516","150":"5.376344086021505","151":"5.809128630705394","152":"5.0473186119873814","153":"42.105263157894733","154":"15.789473684210526","155":"16.91","156":"..","157":"6.7","158":"1.6","159":"91","160":"37","161":"2.197802197802198","162":"3.5","163":"14.3","164":"20.87912087912088","165":"61.53846153846154","166":"9.5384615384615383","167":"3.1774193548387095","168":"2657.8870000000002","169":"93.058999999999997","170":"3.5012398946983101","171":"2564.828","172":"366.55099999999999","173":"2198.277","174":"14.291445664192686","175":"85.708554335807321","176":"260.00099999999998","177":"39.25","178":"22.5","179":"7.3","180":"-","181":"70.931739375966799","182":"10.707923317628399","183":"6.1382999909971598","184":"1.99153733041241","185":"-","186":"82.4265797166629","187":"58.466606701146802","188":"8.8261749494040931","189":"5.0595907353271867","190":"1.6415561052394874","191":"-","192":"2.2000000000000002","193":"240.48845","194":"100","195":"2.4","196":"2.4","197":"10","198":"6.2","199":"2.1","200":"8","201":"1049","202":"0.4","203":"2.8","204":"-","205":"-","206":"1","207":"0.44","208":"3.08","209":"-","210":"-","211":"1","212":"1.7002589946016788","213":"1.9237192639874323","214":"1634","215":"1368","216":"8.4","217":"1","218":"-","219":"1","220":"-","221":"0.22779178868496233","222":"0.61199510403916768","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1459175439015901","235":"28","236":"6","237":"0.26250297579726506","238":"128","239":"3","240":"-0.63585170811732705","241":"44","242":"40","243":"68","244":"31.22","245":"1.82","246":"5.8","247":"0.04","248":"0.1","249":"0.01","250":"0","251":"0.02","252":"0.1","253":"0.06","254":"0.2","255":"0.01","256":"0","257":"0","258":"0","259":"0.2","260":"0.6","261":"0.14000000000000001","262":"0.4","263":"0","264":"0","265":"4.38","266":"14","267":"4.29","268":"13.7","269":"14.47","270":"46.3","271":"5.78","272":"18.800000000000011","273":"4448","274":"2444","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"83.21","295":"61.768127181077936","296":"67.293835068054449","297":"71.59455128205127","298":"69.443331998398065","299":"65.83754372328022","300":"70.025839793281648"},{"1":"יסוד המעלה","2":"0029","3":"הצפון","4":"מועצה מקומית","5":"147.553406630333","6":"1949","7":"0","8":"7","9":"259","10":"אצבע הגליל","11":"11.689237015043247","12":"..","13":"1804","14":"100","15":"98.1","16":"-","17":"-","18":"-","19":"-","20":"898","21":"905","22":"7.5388026607538805","23":"7.1507760532150773","24":"7.6496674057649665","25":"8.3702882483370296","26":"14.467849223946786","27":"16.463414634146343","28":"19.567627494456762","29":"5.5986696230598669","30":"13.192904656319291","31":"27.439024390243901","32":"5.7649667405764964","33":"783","34":"25","35":"..","36":"-","37":"-","38":"5","39":"..","40":"20","41":"11.222022067718283","42":"2.418626944173667","43":"3.9356984478935702","44":"..","45":"..","46":"..","47":"..","48":"..","49":"26","50":"23","51":"138","52":"76","53":"62","54":"51","55":"25","56":"59","57":"3","58":"115","59":"54","60":"61","61":"39","62":"29","63":"46","64":"1","65":"19","66":"9","67":"14.5","68":"8","69":"11.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"187","87":"17.775665399239543","88":"68","89":"31","90":"6.5510597302504818","91":"39","92":"182","93":"117","94":"101","95":"103","96":"-","97":"..","98":"..","99":"..","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"200","109":"127","110":"67","111":"6","112":"440","113":"189","114":"219","115":"32","116":"10452.655343007915","117":"12366.904005524862","118":"8702.761363636364","119":"-3.4812919648417706","120":"-7.8286867741989781","121":"1.9729081520335034","122":"758","123":"39.4","124":"149","125":"13298.817416107411","126":"8.8067741642736674","127":"41.6","128":"0.42514188528472319","129":"65","130":"24","131":"21","132":"19","133":"..","134":"1","135":"1","136":"-","137":"-","138":"-","139":"6","140":"6","141":"-","142":"-","143":"-","144":"123","145":"123","146":"-","147":"-","148":"-","149":"20.5","150":"..","151":"..","152":"..","153":"80.555555555555557","154":"80.555555555555557","155":"46.29","156":"..","157":"15.9","158":"4.8","159":"15","160":"29.7","161":"0","162":"2.5","163":"21.5","164":"53.333333333333336","165":"80","166":"9.7535211267605639","167":"3.1918170878459686","168":"183.678","169":"37.716999999999999","170":"20.5","171":"145.96100000000001","172":"142.54499999999999","173":"3.4159999999999999","174":"97.659648810298634","175":"2.3403511897013587","176":"100.633","177":"6.3730000000000002","178":"5.4509999999999996","179":"12.497999999999999","180":"0.27500000000000002","181":"70.597355221158196","182":"4.4708688484338301","183":"3.8240555614016598","184":"8.7677575502472909","185":"0.19292153355080899","186":"79.016075388026593","187":"55.783259423503303","188":"3.5327050997782705","189":"3.0216186252771617","190":"6.9279379157427936","191":"0.1524390243902439","192":"0","193":"93.061149999999998","194":"100","195":"1.9","196":"1.3","197":"5","198":"1.2","199":"1.2","200":"6","201":"509","202":"-","203":"-","204":"-","205":"0.55000000000000004","206":"-","207":"-","208":"-","209":"-","210":"0.621","211":"-","212":"3.1929881457857028","213":"52.006789262336802","214":"1073","215":"822","216":"7.5","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.978904032684491","235":"207","236":"8","237":"1.0273459205053959","238":"167","239":"1","240":"-1.15533142076896","241":"18","242":"19","243":"16","244":"11.680000000000001","245":"1.05","246":"9","247":"0.01","248":"0.1","249":"0","250":"0","251":"0","252":"0","253":"0.01","254":"0.1","255":"0.04","256":"0.3","257":"0.01","258":"0.1","259":"0.11","260":"0.9","261":"0.01","262":"0.1","263":"0","264":"0","265":"0.18","266":"1.5","267":"9.3800000000000008","268":"80.3","269":"0.75","270":"6.4","271":"0.13","272":"1.2000000000000086","273":"1804","274":"1718","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"82.99","295":"-","296":"73.66255144032921","297":"71.056910569105696","298":"71.325878594249204","299":"70.484242890084545","300":"66.320474777448069"},{"1":"יפיע","2":"0499","3":"הצפון","4":"מועצה מקומית","5":"85.480245978099106","6":"1960","7":"0","8":"13","9":"257","10":"מבוא העמקים","11":"4.0800012156482035","12":"4786.1000000000004","13":"19538","14":"-","15":"-","16":"99.9","17":"82.4","18":"17.600000000000001","19":"-","20":"9901","21":"9637","22":"8.4962636912682985","23":"9.1616337393796705","24":"9.0643873477326231","25":"9.1923431262155795","26":"18.727607738765482","27":"18.727607738765482","28":"16.388576108097041","29":"3.6953628825877778","30":"6.5462176271880441","31":"32.214146790869073","32":"2.4516327157334423","33":"738","34":"352","35":"2.2599999999999998","36":"0.8","37":"..","38":"63","39":"5.3","40":"289","41":"14.882214186210049","42":"1.2276388628908705","43":"1.5354693417954755E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-69","50":"-72","51":"171","52":"54","53":"117","54":"43","55":"81","56":"45","57":"2","58":"243","59":"86","60":"157","61":"62","62":"100","63":"78","64":"3","65":"13","66":"219","67":"38.4","68":"36","69":"4.4000000000000004","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"1259","79":"89.096433986657345","80":"21","81":"38","82":"..","83":"..","84":"..","85":"..","86":"2177","87":"18.820783262730181","88":"992","89":"639","90":"8.6720867208672079","91":"37","92":"153","93":"121","94":"132","95":"133","96":"..","97":"1222","98":"34.451718494271688","99":"875","100":"460","101":"623","102":"92","103":"97","104":"70.3","105":"12.4","106":"11.1","107":"6.2","108":"2808","109":"1763","110":"964","111":"81","112":"6243","113":"2686","114":"3138","115":"419","116":"6442.319641","117":"7466.0040790000003","118":"4970.6212889999997","119":"2.0937959968973185","120":"1.9633015884089167","121":"3.2599894844654864","122":"8210","123":"53.4","124":"695","125":"9490.9027270000006","126":"1.7294890874631763","127":"32.5","128":"0.36930648300000002","129":"995","130":"329","131":"330","132":"330","133":"6","134":"13","135":"8","136":"6","137":"2","138":"4","139":"168","140":"93","141":"75","142":"32","143":"43","144":"4137","145":"2206","146":"1931","147":"873","148":"1058","149":"26.513513513513512","150":"0.79699953117674627","151":"1.0194624652455977","152":"0.56925996204933582","153":"75.689223057644099","154":"58.897243107769427","155":"13.85","156":"40.5","157":"17.8","158":"3.3","159":"459","160":"30.9","161":"5.0108932461873641","162":"2.7","163":"16.8","164":"47.494553376906318","165":"73.420479302832248","166":"8.6999999999999993","167":"3.6954022988505746","168":"1367.9749999999999","169":"258.61","170":"18.9","171":"1109.365","172":"1098.1590000000001","173":"11.206","174":"98.989872584766957","175":"1.0101274152330386","176":"992.19200000000001","177":"34.787999999999997","178":"11.03","179":"49.738999999999997","180":"9.4179999999999993","181":"90.350486587097095","182":"3.16784727894595","183":"1.00440828696027","184":"4.5293076867739597","185":"0.85761715744259304","186":"56.209192813635703","187":"50.785279213799498","188":"1.7806213850642372","189":"0.56456979065363155","190":"2.5458872907815939","191":"0.48205968162972823","192":"0","193":"888.76500185161035","194":"99.900007313727642","195":"23.8","196":"23.8","197":"100","198":"15.4","199":"10.4","200":"42","201":"4924","202":"2.2749999999999999","203":"13.5344","204":"0.85","205":"-","206":"0.29299999999999998","207":"2.2749999999999999","208":"13.534000000000002","209":"0.85","210":"-","211":"0.29299999999999998","212":"1.4018131048194391","213":"17.101238539902916","214":"8366","215":"6960","216":"8.6999999999999993","217":"2","218":"1","219":"-","220":"1","221":"0.10299110163467162","222":"0.23906287353573991","223":"2","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.897268612113158","235":"47","236":"3","237":"-0.78098291879489024","238":"48","239":"5","240":"0.14531620428134001","241":"138","242":"159","243":"112","244":"4.089999999999999","245":"2.02","246":"49.4","247":"7.0000000000000007E-2","248":"1.7","249":"0","250":"0","251":"0","252":"0","253":"0","254":"0","255":"0.04","256":"1","257":"0.01","258":"0.2","259":"0.05","260":"1.2","261":"0.04","262":"1","263":"0","264":"0","265":"0.03","266":"0.7","267":"0.39","268":"9.5","269":"0.01","270":"0.2","271":"1.43","272":"35.09999999999998","273":"19538","274":"9672","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"79.099999999999994","295":"-","296":"44.694433631763332","297":"61.688062110846346","298":"66.037020179032012","299":"42.20566318926975","300":"49.458874458874455"},{"1":"ירוחם","2":"0831","3":"הדרום","4":"מועצה מקומית","5":"126.29832651434999","6":"1959","7":"0","8":"11","9":"612","10":"ירוחם","11":"58.598381573273606","12":"188.2","13":"11031","14":"96.8","15":"92.8","16":"-","17":"-","18":"-","19":"-","20":"5842","21":"5189","22":"10.325446469041792","23":"10.669930196718338","24":"8.8387272232798484","25":"9.2647992022482093","26":"16.063820143232707","27":"18.284833650620978","28":"13.670564772006164","29":"3.8981053394977789","30":"8.9928383646088292","31":"35.354908893119394","32":"3.3904451092376031","33":"927","34":"255","35":"3.63","36":"1.8","37":"( 7.7)","38":"72","39":"6.84","40":"183","41":"16.786149326664521","42":"2.3943286292393964","43":"13.588976520714349","44":"8","45":"0","46":"25","47":"0","48":"75","49":"64","50":"42","51":"420","52":"211","53":"209","54":"130","55":"114","56":"160","57":"16","58":"378","59":"202","60":"176","61":"113","62":"129","63":"130","64":"6","65":"557","66":"122","67":"34.5","68":"44","69":"11.5","70":"5","71":"663","72":"-","73":"2.8","74":"3.35","75":"-","76":"-","77":"..","78":"647","79":"71.735605746830061","80":"16","81":"52","82":"..","83":"..","84":"..","85":"..","86":"1088","87":"18.285714285714285","88":"406","89":"176","90":"6.9106382978723406","91":"38","92":"170","93":"123","94":"101","95":"98","96":"..","97":"1045","98":"32.440191387559807","99":"566","100":"359","101":"480","102":"41","103":"41","104":"69.8","105":"28.6","106":"0.8","107":"0.8","108":"1632","109":"902","110":"487","111":"243","112":"4475","113":"1361","114":"1638","115":"1476","116":"8686.8547479999997","117":"10464.191989999999","118":"6711.9536850000004","119":"2.8085887384470487","120":"3.2187583408370912","121":"1.9151951407069712","122":"5090","123":"38.5","124":"213","125":"8920.9518150000004","126":"2.8623411388785991","127":"43.7","128":"0.385784666","129":"752","130":"233","131":"261","132":"242","133":"16","134":"7","135":"4","136":"6","137":"3","138":"3","139":"101","140":"56","141":"45","142":"23","143":"22","144":"2347","145":"1291","146":"1056","147":"543","148":"513","149":"24.666666666666668","150":"1.6057091882247994","151":"2.0725388601036272","152":"1.107011070110701","153":"77.639751552795033","154":"69.565217391304344","155":"24.88","156":"50.3","157":"12.8","158":"3.7","159":"278","160":"31.5","161":"9.3525179856115113","162":"5.0999999999999996","163":"14.1","164":"38.489208633093526","165":"82.733812949640281","166":"7.9922178988326849","167":"3.846640701071081","168":"1279.653","169":"140.82599999999999","170":"11.0","171":"1138.827","172":"1096.4480000000001","173":"42.378999999999998","174":"96.278714853090065","175":"3.7212851469099348","176":"552.38300000000004","177":"83.594999999999999","178":"176.828","179":"22.434999999999999","180":"34.664000000000001","181":"50.379315754144301","182":"7.62416457506421","183":"16.127349404622901","184":"2.0461526675227599","185":"3.1614814382442198","186":"99.396972169340899","187":"50.075514459251202","188":"7.5781887408213215","189":"16.030096999365426","190":"2.0338137974798296","191":"3.1424168253104887","192":"0","193":"846.01600000362248","194":"100","195":"18.2","196":"11.6","197":"70","198":"5.6","199":"5.0999999999999996","200":"25","201":"3508","202":"-","203":"-","204":"-","205":"0.98","206":"-","207":"-","208":"-","209":"0.03","210":"0.98","211":"-","212":"1.4422730025658228","213":"7.9197105975533617","214":"3642","215":"3168","216":"8","217":"4","218":"-","219":"3","220":"1","221":"0.36691036779594577","222":"1.0982976386600769","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.50378301007302895","235":"87","236":"5","237":"0.11346205413041438","238":"122","239":"2","240":"-1.0245682742864599","241":"20","242":"16","243":"28","244":"58.47","245":"1.81","246":"3.1","247":"0.18","248":"0.3","249":"0.02","250":"0","251":"0.05","252":"0.1","253":"0.13","254":"0.2","255":"0.04","256":"0.1","257":"0.54","258":"0.9","259":"0.49","260":"0.8","261":"0","262":"0","263":"0.15","264":"0.3","265":"0.66","266":"1.1000000000000001","267":"0.02","268":"0","269":"2.99","270":"5.0999999999999996","271":"51.39","272":"88","273":"11031","274":"6094","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"76.09","295":"-","296":"66.486860304287688","297":"66.239082969432317","298":"67.15534633490249","299":"62.575163398692816","300":"66.098460755629048"},{"1":"ירכא","2":"0502","3":"הצפון","4":"מועצה מקומית","5":"107.60500748232","6":"..","7":"0","8":"13","9":"252","10":"הגליל המרכזי","11":"16.069624038464834","12":"1095.7","13":"17576","14":"-","15":"-","16":"99.7","17":"1.1000000000000001","18":"0.1","19":"98.8","20":"9073","21":"8503","22":"8.318161128812017","23":"8.7391898042785616","24":"9.4048702776513426","25":"9.649522075557579","26":"18.434228493400092","27":"20.806781975421028","28":"15.009103322712789","29":"3.4023668639053253","30":"6.2357760582612656","31":"32.089212562585345","32":"2.3839326354119255","33":"735","34":"283","35":"2.02","36":"1.8","37":"( 6.6)","38":"53","39":"4.99","40":"230","41":"13.150233641200247","42":"0.98192188164792071","43":"0.15930814747382793","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-16","50":"-15","51":"56","52":"17","53":"39","54":"6","55":"30","56":"20","57":"0","58":"71","59":"22","60":"49","61":"10","62":"42","63":"19","64":"0","65":"15","66":"193","67":"38","68":"20","69":"2.7","70":"5","71":"411","72":"-","73":"-","74":"-","75":"2.23","76":"0.13","77":"..","78":"712.66666666666663","79":"59.237512992387387","80":"22","81":"31","82":"..","83":"..","84":"..","85":"..","86":"1451","87":"13.959976909755628","88":"603","89":"294","90":"5.8606278549907662","91":"35","92":"151","93":"111","94":"120","95":"129","96":"-","97":"922","98":"11.062906724511931","99":"495","100":"285","101":"777","102":"108","103":"70","104":"56.2","105":"0.4","106":"29.1","107":"14.3","108":"2461","109":"1643","110":"774","111":"44","112":"5255","113":"2515","114":"2514","115":"226","116":"7084.6919379999999","117":"8979.5985569999993","118":"4668.1130649999996","119":"1.2509155586331921","120":"2.1892670174173512","121":"0.86897744424796475","122":"7149","123":"51.7","124":"709","125":"8040.7145399999999","126":"-7.7257840880060265","127":"44.1","128":"0.388045156","129":"848","130":"265","131":"304","132":"269","133":"10","134":"14","135":"9","136":"9","137":"2","138":"7","139":"196","140":"107","141":"89","142":"34","143":"55","144":"4090","145":"1926","146":"2164","147":"904","148":"1260","149":"24.970149253731343","150":"0.37981551817688552","151":"..","152":"..","153":"88.993710691823907","154":"48.742138364779876","155":"13.59","156":"30.1","157":"16.100000000000001","158":"3","159":"551","160":"30.5","161":"4.900181488203267","162":"3.1","163":"14.8","164":"37.386569872958262","165":"81.851179673321241","166":"10.161538461538461","167":"3.1998485995457986","168":"1792.932","169":"345.80399999999997","170":"19.3","171":"1447.1279999999999","172":"1335.848","173":"111.28","174":"92.310286305012411","175":"7.6897136949875895","176":"946.79700000000003","177":"46.594000000000001","178":"3.2679999999999998","179":"136.928","180":"72.206000000000003","181":"70.876102670363693","182":"3.4879716854013298","183":"0.24463861157856301","184":"10.2502679945623","185":"5.4052556877728604","186":"76.012746102196402","187":"53.874871969955599","188":"2.651303061340617","189":"0.18595652668715149","190":"7.7915101855013091","191":"4.1086832821213157","192":"0","193":"1140.7044393799999","194":"85.000000517837918","195":"23.5","196":"21.9","197":"85","198":"14.8","199":"11.3","200":"48","201":"4286","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.7556876472668335","213":"1.9393280038028733","214":"8137","215":"6678","216":"8.4722621902478021","217":"15","218":"1","219":"2","220":"12","221":"0.85762393312175522","222":"1.8434312400147475","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.71718736695331897","235":"66","236":"7","237":"0.58472467570515929","238":"144","239":"3","240":"-0.31668403763129699","241":"85","242":"97","243":"58","244":"15.93","245":"3.98","246":"25","247":"0.14000000000000001","248":"0.9","249":"0.02","250":"0.1","251":"0.02","252":"0.1","253":"0.04","254":"0.3","255":"0.5","256":"3.1","257":"0.28999999999999998","258":"1.8","259":"0.02","260":"0.1","261":"0.12","262":"0.8","263":"0","264":"0","265":"2.06","266":"12.9","267":"5.41","268":"34","269":"0.01","270":"0.1","271":"3.32","272":"20.8","273":"17576","274":"4416","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"96.52","295":"-","296":"68.2533625870457","297":"51.347550972580272","298":"60.117548278757347","299":"50.971490829852918","300":"51.137261789760259"},{"1":"כאבול","2":"0504","3":"הצפון","4":"מועצה מקומית","5":"95.785616893063803","6":"1976","7":"0","8":"11","9":"263","10":"שפלת הגליל","11":"7.2773244403110562","12":"1988.8","13":"14473","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"7313","21":"7160","22":"9.2448006633040833","23":"9.6386374628618814","24":"10.16375319560561","25":"10.136115525461204","26":"17.639742969667658","27":"19.463829199198507","28":"15.74656256477579","29":"2.9434118703793271","30":"5.0231465487459408","31":"34.878739722241413","32":"1.8517238996752574","33":"792","34":"241","35":"2.13","36":"0.8","37":"..","38":"40","39":"4.99","40":"201","41":"13.999100577512234","42":"1.6151326626597751","43":"2.7637670144406823E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"14","50":"14","51":"98","52":"36","53":"62","54":"29","55":"50","56":"18","57":"1","58":"84","59":"30","60":"54","61":"28","62":"32","63":"23","64":"1","65":"0","66":"114","67":"29.2","68":"46","69":"7.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"820.66666666666663","79":"89.761769078809181","80":"20","81":"37","82":"..","83":"..","84":"..","85":"..","86":"1051","87":"12.728593920310042","88":"474","89":"282","90":"5.8074001470227881","91":"38","92":"150","93":"124","94":"129","95":"129","96":"-","97":"633","98":"43.601895734597157","99":"662","100":"312","101":"497","102":"53","103":"47","104":"77.400000000000006","105":"0.3","106":"21.9","107":"0.5","108":"1877","109":"1218","110":"618","111":"41","112":"4114","113":"1873","114":"2031","115":"210","116":"6669.4082079999998","117":"7997.0837860000001","118":"4909.5216950000004","119":"1.6512025314562306","120":"2.4706918997171812","121":"0.93322729528624304","122":"5172","123":"52.2","124":"407","125":"7816.334355","126":"-0.12664655205563147","127":"41.8","128":"0.38089208299999999","129":"701","130":"221","131":"254","132":"212","133":"14","134":"6","135":"4","136":"4","137":"2","138":"2","139":"105","140":"61","141":"44","142":"22","143":"22","144":"2640","145":"1399","146":"1241","147":"633","148":"608","149":"23.982456140350877","150":"0.20632737276478677","151":"..","152":"..","153":"71.825396825396822","154":"53.968253968253968","155":"16.75","156":"39","157":"21.9","158":"3.9","159":"281","160":"32.1","161":"2.4911032028469751","162":"2.5","163":"19.8","164":"44.128113879003564","165":"77.22419928825623","166":"10.529411764705882","167":"3.1778398510242085","168":"960.92600000000004","169":"136.53399999999999","170":"14.2","171":"824.39200000000005","172":"739.79300000000001","173":"84.599000000000004","174":"89.738012984114363","175":"10.261987015885648","176":"600.42600000000004","177":"54.649000000000001","178":"16.587","179":"19.218","180":"19.675999999999998","181":"81.161351891677796","182":"7.3870663820825602","183":"2.2421136723380699","184":"2.5977536959663001","185":"2.6596629057047001","186":"51.1118557413293","187":"41.483073096586999","188":"3.775666712726268","189":"1.1459859057620561","190":"1.3277601215973469","191":"1.3594030675694349","192":"0","193":"560.07698661073198","194":"92.0000000051526","195":"8.5","196":"7","197":"33","198":"6.5","199":"4.5","200":"24","201":"3536","202":"0.7","203":"9.1","204":"0.63200000000000001","205":"0.28000000000000003","206":"-","207":"-","208":"-","209":"0.63200000000000001","210":"0.28000000000000003","211":"-","212":"1.1452903922590052","213":"10.005333143177316","214":"5238","215":"4488","216":"8.1999999999999993","217":"7","218":"-","219":"3","220":"4","221":"0.48753086588351063","222":"1.3363879343260785","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.83850660278285605","235":"55","236":"3","237":"-0.57094975145795235","238":"66","239":"4","240":"-0.122031945610467","241":"110","242":"130","243":"79","244":"7.3699999999999992","245":"1.95","246":"26.5","247":"0.08","248":"1.1000000000000001","249":"0","250":"0","251":"0","252":"0","253":"0.06","254":"0.8","255":"0.04","256":"0.5","257":"0.06","258":"0.8","259":"0.03","260":"0.4","261":"0.08","262":"1.1000000000000001","263":"0","264":"0","265":"0.63","266":"8.5","267":"2.15","268":"29.2","269":"0.94","270":"12.8","271":"1.35","272":"18.3","273":"14473","274":"7422","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"91.97","295":"89.483486466352119","296":"64.362988417971238","297":"74.962330487192361","298":"82.497212931995549","299":"63.00432276657061","300":"70.530565167243367"},{"1":"כאוכב אבו אל-היג'א","2":"0505","3":"הצפון","4":"מועצה מקומית","5":"98.340990274442504","6":"1984","7":"0","8":"9","9":"261","10":"גבעות אלונים","11":"2.7314614022924437","12":"..","13":"3724","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"1860","21":"1864","22":"8.458646616541353","23":"9.7207303974221269","24":"8.9419978517722871","25":"9.6401718582169718","26":"16.595059076262086","27":"19.844253490870031","28":"16.783029001074112","29":"3.1417830290010742","30":"6.8474758324382385","31":"32.9484425349087","32":"3.0343716433941998","33":"774","34":"67","35":"..","36":"0.2","37":"..","38":"16","39":"..","40":"51","41":"13.799134271206277","42":"1.5075580504714168","43":"8.0558539205155752E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-2","50":"-5","51":"28","52":"6","53":"22","54":"8","55":"16","56":"4","57":"0","58":"33","59":"13","60":"20","61":"7","62":"18","63":"8","64":"0","65":"0","66":"20","67":"18.7","68":"8","69":"5.2","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"399","87":"18.584070796460178","88":"164","89":"84","90":"7.7504725897920608","91":"36","92":"151","93":"116","94":"117","95":"120","96":"-","97":"268","98":"44.029850746268657","99":"189","100":"131","101":"100","102":"15","103":"17","104":"80.2","105":"2.6","106":"2.7","107":"14.6","108":"537","109":"317","110":"208","111":"12","112":"1225","113":"495","114":"669","115":"61","116":"7426.0941339999999","117":"8776.3777420000006","118":"5911.666064","119":"3.6732811872504545","120":"2.6652371675637498","121":"6.5549946612887933","122":"1466","123":"48.9","124":"120","125":"7410.3237150000004","126":"-11.262126202057566","127":"40","128":"0.39271377600000001","129":"225","130":"66","131":"69","132":"88","133":"..","134":"2","135":"1","136":"2","137":"1","138":"1","139":"41","140":"18","141":"23","142":"11","143":"12","144":"1072","145":"462","146":"610","147":"295","148":"315","149":"28","150":"0.90090090090090091","151":"..","152":"..","153":"96.296296296296291","154":"71.604938271604937","155":"22.19","156":"..","157":"26.2","158":"4.5999999999999996","159":"114","160":"32.5","161":"7.8947368421052628","162":"2.5","163":"18.5","164":"45.614035087719294","165":"71.05263157894737","166":"13.727272727272727","167":"2.3425647200481636","168":"285.25700000000001","169":"26.512","170":"9.3","171":"258.745","172":"256.93900000000002","173":"1.806","174":"99.302015497884028","175":"0.69798450211598295","176":"210.75","177":"12.401999999999999","178":"24.582000000000001","179":"4.4630000000000001","180":"4.742","181":"82.023359630106796","182":"4.8268266008663501","183":"9.5672513709479698","184":"1.73698815672202","185":"1.8455742413569001","186":"69.0139672307279","187":"56.607574536664004","188":"3.3311845286059629","189":"6.602739726027397","190":"1.1987644372817621","191":"1.2737040021488046","192":"0","193":"167.37305849999998","194":"96.999995073878637","195":"1.6","196":"1.6","197":"7","198":"1.1000000000000001","199":"0.6","200":"3","201":"863","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.0243632509043468","213":"2.1641832626942334","214":"1750","215":"1492","216":"8","217":"1","218":"-","219":"-","220":"1","221":"0.27057126021973094","222":"0.57142857142857151","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.472789189515891","235":"91","236":"1","237":"-1.5606024741968256","238":"6","239":"4","240":"-0.246601578151951","241":"92","242":"100","243":"76","244":"2.7199999999999998","245":"0.66","246":"24.3","247":"0.04","248":"1.5","249":"0.01","250":"0.4","251":"0.01","252":"0.4","253":"0.02","254":"0.7","255":"0","256":"0","257":"0","258":"0","259":"0.05","260":"1.8","261":"0.01","262":"0.4","263":"0.02","264":"0.7","265":"0.72","266":"26.5","267":"0.61","268":"22.4","269":"0.13","270":"4.8","271":"0.44","272":"16.100000000000005","273":"3724","274":"5642","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"90.07","295":"-","296":"63.540445486518173","297":"78.787878787878782","298":"81.003039513677805","299":"56.120943952802364","300":"61.37660485021398"},{"1":"כוכב יאיר","2":"1224","3":"המרכז","4":"מועצה מקומית","5":"18.2393398983493","6":"1981","7":"0","8":"11","9":"455","10":"מצפה אפק","11":"3.0465208417617227","12":"2932.2","13":"8949","14":"99.8","15":"98.9","16":"-","17":"-","18":"-","19":"-","20":"4511","21":"4438","22":"5.7883562409207734","23":"7.5874399374231754","24":"7.8556263269639066","25":"8.0567661191194553","26":"14.292099675941445","27":"13.643982567884679","28":"21.220248072410325","29":"7.3751257123700968","30":"14.169180914068612","31":"26.181696278913844","32":"3.3858531679517263","33":"769","34":"83","35":"..","36":"0.2","37":"..","38":"24","39":"3.86","40":"59","41":"6.6729165154838723","42":"2.4469380445441828","43":"6.5035199463627222","44":"10","45":"30","46":"40","47":"10","48":"20","49":"155","50":"141","51":"574","52":"281","53":"293","54":"274","55":"46","56":"243","57":"11","58":"433","59":"216","60":"217","61":"63","62":"200","63":"142","64":"28","65":"227","66":"28","67":"9.8000000000000007","68":"29","69":"7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"312","87":"5.8078927773641107","88":"128","89":"60","90":"2.3813953488372093","91":"41","92":"230","93":"128","94":"117","95":"118","96":"-","97":"1242","98":"2.3349436392914655","99":"23","100":"80","101":"206","102":"41","103":"35","104":"41.2","105":"42.9","106":"3.9","107":"12","108":"948","109":"704","110":"233","111":"11","112":"1833","113":"1033","114":"743","115":"57","116":"13721.86846","117":"16921.932260000001","118":"10575.03044","119":"1.2037557733196813","120":"1.2485559004299152","121":"1.0410008353519462","122":"5843","123":"35.1","124":"716","125":"14559.470789999999","126":"-2.1216042065187013","127":"31.8","128":"0.49101502000000002","129":"381","130":"119","131":"111","132":"134","133":"17","134":"4","135":"3","136":"1","137":"1","138":"-","139":"60","140":"44","141":"16","142":"16","143":"-","144":"1661","145":"1145","146":"516","147":"516","148":"-","149":"26.488372093023255","150":"1.3415892672858616","151":"1.4553014553014554","152":"1.2295081967213115","153":"94.797687861271669","154":"91.329479768786129","155":"65.97","156":"50","157":"17.7","158":"5.0999999999999996","159":"131","160":"31.8","161":"7.6335877862595423","162":"4.5999999999999996","163":"18.5","164":"45.801526717557252","165":"76.335877862595424","166":"10.778901734104046","167":"3.1985520847298567","168":"1158.8710000000001","169":"104.955","170":"9.1","171":"1053.9159999999999","172":"1053.9159999999999","173":"-","174":"100","175":"-","176":"857.93600000000004","177":"5.8259999999999996","178":"104.605","179":"35.524999999999999","180":"16.773","181":"81.4045901191366","182":"0.55279547895657699","183":"9.9253640707608604","184":"3.3707619962122202","185":"1.59149306016798","186":"117.75597765363101","187":"95.858770949720693","188":"0.65094972067039103","189":"11.687709497206704","190":"3.9692737430167599","191":"1.8740782122905029","192":"4.9000000000000004","193":"719.94755999999995","194":"100","195":"8.1","196":"8.1","197":"37","198":"22.5","199":"22.5","200":"91","201":"2635","202":"-","203":"-","204":"3","205":"-","206":"-","207":"-","208":"-","209":"6.25","210":"-","211":"-","212":"2.1942376515571698","213":"26.144339732280976","214":"5631","215":"4982","216":"6.49603836530442","217":"2","218":"-","219":"-","220":"2","221":"0.22620055984691093","222":"0.35517670040845323","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"10","234":"1.8336159040089","235":"251","236":"5","237":"-2.7190258109475368E-2","238":"112","239":"6","240":"0.86597952542456202","241":"194","242":"187","243":"207","244":"3.0699999999999994","245":"2.0099999999999998","246":"65.5","247":"7.0000000000000007E-2","248":"2.2999999999999998","249":"0.02","250":"0.7","251":"0","252":"0","253":"0.05","254":"1.6","255":"0.01","256":"0.3","257":"0.15","258":"4.9000000000000004","259":"0.02","260":"0.7","261":"0","262":"0","263":"7.0000000000000007E-2","264":"2.2999999999999998","265":"0.06","266":"2","267":"0.02","268":"0.7","269":"0.04","270":"1.3","271":"0.55000000000000004","272":"17.70000000000001","273":"8949","274":"4452","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"67.48","295":"-","296":"77.615791510772809","297":"75.287579165051056","298":"74.970790601064522","299":"75.303382390911437","300":"72.985055562651681"},{"1":"כסיפה","2":"1059","3":"הדרום","4":"מועצה מקומית","5":"110.509244856712","6":"1996","7":"0","8":"13","9":"652","10":"נגב מזרחי","11":"13.526289616126569","12":"1716.6","13":"23219","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"11624","21":"11595","22":"17.442611654248676","23":"14.64748697187648","24":"12.929066712606055","25":"11.404453249493949","26":"17.472759378095525","27":"14.815452861880356","28":"7.80395365864163","29":"1.2662044015676817","30":"2.2180111115896466","31":"51.806710021964768","32":"0.74938627847883199","33":"1418","34":"679","35":"4.21","36":"3.4","37":"( 5.2)","38":"38","39":"5.12","40":"641","41":"28.050237260543355","42":"3.2688470208051257","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"51","50":"47","51":"184","52":"78","53":"106","54":"77","55":"60","56":"47","57":"0","58":"137","59":"50","60":"87","61":"62","62":"48","63":"27","64":"0","65":"80","66":"254","67":"44.1","68":"29","69":"4.5","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"485.33333333333331","79":"64.197634641291813","80":"..","81":"37","82":"..","83":"..","84":"..","85":"..","86":"1042","87":"10.698151950718685","88":"404","89":"315","90":"4.2343569856409182","91":"33","92":"169","93":"110","94":"110","95":"115","96":"..","97":"466","98":"57.296137339055797","99":"3336","100":"154","101":"436","102":"65","103":"14","104":"81.2","105":"5.8","106":"3.4","107":"9.6","108":"2253","109":"802","110":"775","111":"676","112":"7936","113":"1246","114":"2687","115":"4003","116":"6198.6618490000001","117":"7105.019225","118":"4496.4274020000003","119":"0.94713508675672298","120":"-0.95201145098138262","121":"4.9543383676718511","122":"4982","123":"51.9","124":"144","125":"10762.61412","126":"13.572554336241073","127":"42.4","128":"0.33008758500000002","129":"1435","130":"382","131":"489","132":"513","133":"51","134":"13","135":"9","136":"8","137":"4","138":"4","139":"292","140":"164","141":"128","142":"61","143":"67","144":"7388","145":"3953","146":"3435","147":"1741","148":"1694","149":"25.77027027027027","150":"2.3246650906225375","151":"3.1297709923664123","152":"1.4657980456026058","153":"62.676056338028175","154":"51.877934272300472","155":"13.26","156":"26.6","157":"15.3","158":"2.9","159":"750","160":"34","161":"5.0666666666666664","162":"3.1","163":"13.8","164":"32.800000000000004","165":"70.13333333333334","166":"8.9655172413793096","167":"1.0336204501250348","168":"1647.961","169":"362.96100000000001","170":"22.0","171":"1285","172":"1281.5619999999999","173":"3.4380000000000002","174":"99.732451361867703","175":"0.26754863813229568","176":"1113.444","177":"126.40600000000001","178":"17.54","179":"10.039999999999999","180":"14.132","181":"86.881789566169999","182":"9.8634322802954504","183":"1.36864232865831","184":"0.78341898402106203","185":"1.10271684085514","186":"55.194538955166003","187":"47.954003187045103","188":"5.4440759722640939","189":"0.75541582324820189","190":"0.43240449631767086","191":"0.6086394762909686","192":"1.5","193":"652.16340218879998","194":"95","195":"10.9","196":"9.4","197":"39","198":"13.8","199":"13.5","200":"66","201":"915","202":"-","203":"-","204":"-","205":"2","206":"-","207":"-","208":"-","209":"-","210":"2","211":"-","212":"0.47989487815763415","213":"2.0602562366559027","214":"2418","215":"1754","216":"10.8","217":"2","218":"-","219":"2","220":"-","221":"8.7520241062537779E-2","222":"0.82712985938792394","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.3164797646822901","235":"4","236":"9","237":"1.7058830734196839","238":"194","239":"2","240":"-0.79337484414540405","241":"34","242":"26","243":"50","244":"13.489999999999998","245":"3.27","246":"24.2","247":"0.17","248":"1.3","249":"0.01","250":"0.1","251":"0.05","252":"0.4","253":"0.03","254":"0.2","255":"0.01","256":"0.1","257":"0","258":"0","259":"0.01","260":"0.1","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.44","268":"3.3","269":"8.3000000000000007","270":"61.5","271":"1.2","272":"8.7999999999999918","273":"23219","274":"7101","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"89.83","295":"-","296":"41.345324627325361","297":"58.628585201253316","298":"60.930723244637207","299":"46.812570145903479","300":"55.611390284757121"},{"1":"כסרא-סמיע","2":"1296","3":"הצפון","4":"מועצה מקומית","5":"120.521170861141","6":"1990","7":"0","8":"9","9":"255","10":"מעלה הגליל","11":"14.156489613721787","12":"643.4","13":"9108","14":"-","15":"-","16":"100","17":"1.1000000000000001","18":"3.4","19":"95.6","20":"4627","21":"4481","22":"9.9692577953447525","23":"9.8594642072902943","24":"9.5410628019323678","25":"10.057092665788318","26":"18.675889328063242","27":"21.036451471234081","28":"13.724198506807202","29":"2.4483970136144051","30":"4.6881862099253402","31":"35.375494071146242","32":"1.7457180500658762","33":"789","34":"169","35":"..","36":"1.2","37":"( 6.5)","38":"36","39":"5.9","40":"133","41":"14.717804558231082","42":"1.5940135592241376","43":"2.1958717610891524E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"9","50":"9","51":"70","52":"14","53":"56","54":"16","55":"36","56":"18","57":"0","58":"61","59":"15","60":"46","61":"13","62":"33","63":"15","64":"0","65":"18","66":"148","67":"66.7","68":"14","69":"3.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"667","87":"12.841740469772814","88":"286","89":"137","90":"5.5837563451776653","91":"35","92":"155","93":"118","94":"123","95":"139","96":"-","97":"417","98":"13.429256594724221","99":"318","100":"130","101":"330","102":"35","103":"31","104":"67.3","105":"6.9","106":"8.5","107":"17.399999999999999","108":"1472","109":"926","110":"519","111":"27","112":"3246","113":"1423","114":"1685","115":"138","116":"8243.9683829999994","117":"10969.5591","118":"4526.6188339999999","119":"2.567722251894744","120":"2.4780347285906279","121":"3.3386549827278733","122":"3690","123":"43.3","124":"289","125":"6726.0826269999998","126":"-7.1928113445663637","127":"57.8","128":"0.37669707000000002","129":"557","130":"190","131":"188","132":"178","133":"..","134":"6","135":"4","136":"5","137":"2","138":"3","139":"94","140":"46","141":"48","142":"23","143":"25","144":"2073","145":"1038","146":"1035","147":"550","148":"485","149":"24.365853658536587","150":"0.5714285714285714","151":"..","152":"..","153":"94.011976047904184","154":"55.08982035928144","155":"13.76","156":"29.1","157":"13.8","158":"2.6","159":"260","160":"31.4","161":"3.0769230769230771","162":"4.9000000000000004","163":"18.600000000000001","164":"46.153846153846153","165":"81.15384615384616","166":"10.338461538461539","167":"3.1086309523809526","168":"473.74099999999999","169":"51.585000000000001","170":"10.9","171":"422.15600000000001","172":"404.71199999999999","173":"17.443999999999999","174":"95.867878225111099","175":"4.1321217748889039","176":"342.23599999999999","177":"6.1550000000000002","178":"22.231000000000002","179":"2.4129999999999998","180":"10.866","181":"84.5628496313428","182":"1.52083456877977","183":"5.4930419656447098","184":"0.59622645239083605","185":"2.6848722054201501","186":"44.434782608695699","187":"37.575318401405397","188":"0.67577953447518668","189":"2.4408212560386473","190":"0.26493192797540621","191":"1.1930171277997366","192":"1","193":"215.77566145576","194":"95.000038499609943","195":"13.9","196":"10.6","197":"35","198":"14.6","199":"9.4","200":"33","201":"2173","202":"0.12","203":"0.72","204":"-","205":"-","206":"0.14000000000000001","207":"1.0580000000000001","208":"8.2240000000000002","209":"-","210":"-","211":"2.08","212":"1.7693948969514048","213":"1.3371235779086315","214":"3312","215":"2859","216":"8.1999999999999993","217":"2","218":"-","219":"1","220":"1","221":"0.22132036929670801","222":"0.60386473429951693","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.72854444729721801","235":"65","236":"7","237":"0.53375508963756835","238":"143","239":"3","240":"-0.65146719378423901","241":"42","242":"61","243":"37","244":"14.2","245":"2.16","246":"15.2","247":"0.06","248":"0.4","249":"0","250":"0","251":"0.02","252":"0.1","253":"0.08","254":"0.6","255":"0","256":"0","257":"0.02","258":"0.1","259":"0.13","260":"0.9","261":"0","262":"0","263":"0.01","264":"0.1","265":"4.7","266":"33.1","267":"6.06","268":"42.7","269":"0.24","270":"1.7","271":"0.72","272":"5.0999999999999996","273":"9108","274":"4217","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"49.25","295":"-","296":"70.345576261986608","297":"32.221825962910131","298":"60.929250263991555","299":"62.455181833703264","300":"32.294757665677551"},{"1":"כעביה-טבאש-חג'אג'רה","2":"0978","3":"הצפון","4":"מועצה מקומית","5":"85.803565215588605","6":"1996","7":"0","8":"9","9":"254","10":"יזרעאלים","11":"1.5531477674219272","12":"3576.2","13":"5732","14":"-","15":"-","16":"99.7","17":"100","18":"-","19":"-","20":"2880","21":"2851","22":"10.240753663642707","23":"10.676901605024424","24":"9.6475924633635728","25":"9.9616189811584093","26":"19.521981856245638","27":"18.492672714584788","28":"13.956734124214934","29":"2.8960223307745987","30":"4.6231681786461971","31":"36.636427076064201","32":"1.727145847871598","33":"823","34":"123","35":"..","36":"0.2","37":"..","38":"21","39":"5.89","40":"102","41":"17.965179047124867","42":"1.9193512414972389","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"0","51":"52","52":"16","53":"36","54":"9","55":"29","56":"14","57":"0","58":"52","59":"15","60":"37","61":"18","62":"19","63":"14","64":"1","65":"37","66":"70","67":"42.3","68":"12","69":"5.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"580","87":"18.034825870646767","88":"235","89":"135","90":"7.448494453248812","91":"37","92":"164","93":"120","94":"116","95":"120","96":"-","97":"284","98":"27.816901408450704","99":"302","100":"116","101":"178","102":"41","103":"12","104":"64.8","105":"5","106":"28.8","107":"1.4","108":"857","109":"465","110":"346","111":"46","112":"2117","113":"705","114":"1170","115":"242","116":"6668.3656360000004","117":"8160.4424820000004","118":"4709.2038650000004","119":"2.3784323686258269","120":"1.6531800630439575","121":"4.801146659050648","122":"2394","123":"48.9","124":"120","125":"7325.7676179999999","126":"-14.865095569826291","127":"41.7","128":"0.337588481","129":"412","130":"119","131":"147","132":"139","133":"7","134":"3","135":"2","136":"2","137":"1","138":"1","139":"53","140":"28","141":"25","142":"13","143":"12","144":"1339","145":"684","146":"655","147":"326","148":"329","149":"25.653846153846153","150":"0.55632823365785811","151":"..","152":"..","153":"70.161290322580655","154":"45.967741935483872","155":"14.02","156":"..","157":"15.3","158":"3.2","159":"142","160":"31.8","161":"2.8169014084507045","162":"3.3","163":"18","164":"55.633802816901415","165":"82.394366197183103","166":"6.2129629629629628","167":"4.9195230998509691","168":"-","169":"-","170":"-","171":"-","172":"-","173":"-","174":"-","175":"-","176":"-","177":"-","178":"-","179":"-","180":"-","181":"-","182":"-","183":"-","184":"-","185":"-","186":"-","187":"-","188":"-","189":"-","190":"-","191":"-","192":"0","193":"64.001000000000005","194":"0","195":"10.4","196":"7.8","197":"35","198":"6","199":"6","200":"24","201":"987","202":"0.1","203":"0.6","204":"-","205":"-","206":"-","207":"0.1","208":"0.6","209":"-","210":"-","211":"-","212":"1.1162167751592922","213":"0.43584133258046293","214":"2338","215":"1947","216":"8.8000000000000007","217":"2","218":"-","219":"1","220":"1","221":"0.35225841268872293","222":"0.85543199315654406","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.91326325781264694","235":"44","236":"9","237":"1.5316357492766246","238":"188","239":"4","240":"-0.10480141625948","241":"111","242":"113","243":"110","244":"1.6200000000000003","245":"1.3","246":"80.2","247":"0.02","248":"1.2","249":"0","250":"0","251":"0","252":"0","253":"0.03","254":"1.9","255":"0","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0.1","266":"6.2","267":"0.06","268":"3.7","269":"0.02","270":"1.2","271":"0.09","272":"5.6","273":"5732","274":"4409","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"95.68","295":"93.838219326818674","296":"43.427295562377893","297":"56.895127993393892","298":"60.016264570344269","299":"40.451799317047545","300":"56.3549761845074"},{"1":"כפר ברא","2":"0633","3":"המרכז","4":"מועצה מקומית","5":"12.605514387094001","6":"1963","7":"0","8":"9","9":"451","10":"קסם","11":"2.2805759796043072","12":"..","13":"3856","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"1926","21":"1930","22":"12.033195020746888","23":"10.243775933609959","24":"9.7769709543568464","25":"10.684647302904564","26":"20.902489626556015","27":"16.675311203319502","28":"13.381742738589212","29":"2.4377593360995853","30":"3.8900414937759336","31":"38.148340248962654","32":"1.4782157676348548","33":"874","34":"102","35":"..","36":"0.6","37":"..","38":"4","39":"..","40":"98","41":"25.754064580249768","42":"2.7244455542591339","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"0","51":"31","52":"9","53":"22","54":"14","55":"15","56":"2","57":"0","58":"31","59":"10","60":"21","61":"11","62":"15","63":"5","64":"0","65":"5","66":"60","67":"56","68":"14","69":"9.6999999999999993","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"233","87":"11.159003831417625","88":"91","89":"53","90":"4.4368600682593859","91":"35","92":"160","93":"109","94":"111","95":"113","96":"-","97":"163","98":"17.177914110429448","99":"39","100":"88","101":"124","102":"13","103":"13","104":"51.9","105":"0.8","106":"47.2","107":"0.1","108":"573","109":"360","110":"180","111":"33","112":"1314","113":"536","114":"598","115":"180","116":"6887.624973","117":"8264.5845630000003","118":"5108.8839200000002","119":"3.1644799517699829","120":"4.4367876478094814","121":"0.83817317716330386","122":"1563","123":"48.8","124":"180","125":"10032.205459999999","126":"5.4902059197819986","127":"26.7","128":"0.36737924199999999","129":"258","130":"95","131":"79","132":"81","133":"3","134":"3","135":"2","136":"2","137":"2","138":"-","139":"40","140":"28","141":"12","142":"12","143":"-","144":"671","145":"457","146":"214","147":"214","148":"-","149":"26.571428571428573","150":"0.90702947845804993","151":"..","152":"..","153":"68.674698795180717","154":"40.963855421686745","155":"17.5","156":"..","157":"16.600000000000001","158":"3.4","159":"119","160":"29.9","161":"6.7226890756302522","162":"5.4","163":"13.7","164":"44.537815126050425","165":"77.310924369747909","166":"8.1767955801104968","167":"1.9235412474849094","168":"256.577","169":"59.426000000000002","170":"23.2","171":"197.15100000000001","172":"197.15100000000001","173":"-","174":"100","175":"-","176":"174.923","177":"7.3090000000000002","178":"6.1920000000000002","179":"2.7589999999999999","180":"5.968","181":"88.725393226511699","182":"3.70731064006777","183":"3.1407398390066499","184":"1.39943495087522","185":"3.0271213435387101","186":"51.128371369294598","187":"45.363848547717801","188":"1.8954875518672198","189":"1.6058091286307055","190":"0.71550829875518673","191":"1.5477178423236515","192":"0","193":"123.2959","194":"100","195":"4.9000000000000004","196":"4.9000000000000004","197":"21","198":"5","199":"5","200":"20","201":"857","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.5201104818821667","213":"8.77168416352613","214":"1854","215":"1423","216":"6.8770203794799718","217":"3","218":"-","219":"1","220":"2","221":"0.78838973204846219","222":"1.6181229773462784","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.54314797887510502","235":"84","236":"1","237":"-1.6490591103472729","238":"2","239":"7","240":"1.33353211284331","241":"217","242":"215","243":"220","244":"2.2600000000000002","245":"0.45","246":"19.899999999999999","247":"0.01","248":"0.4","249":"0","250":"0","251":"0","252":"0","253":"0.02","254":"0.9","255":"0","256":"0","257":"0.05","258":"2.2000000000000002","259":"0","260":"0","261":"0","262":"0","263":"0.01","264":"0.4","265":"0.81","266":"35.799999999999997","267":"0.66","268":"29.2","269":"0.06","270":"2.7","271":"0.19","272":"8.4999999999999947","273":"3856","274":"8569","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"94.36","295":"-","296":"64.765247915752525","297":"69.300518134715034","298":"76.360544217687078","299":"55.483081940481036","300":"64.790372670807443"},{"1":"כפר ורדים","2":"1263","3":"הצפון","4":"מועצה מקומית","5":"118.718614868372","6":"1993","7":"0","8":"9","9":"255","10":"מעלה הגליל","11":"4.8556980336503814","12":"1139.0999999999999","13":"5531","14":"96.1","15":"94.8","16":"-","17":"-","18":"-","19":"-","20":"2689","21":"2842","22":"3.8510215150967277","23":"6.7257277165069604","24":"9.0218766949918638","25":"8.8953173024769487","26":"13.993852829506418","27":"12.872898210088591","28":"20.61110106671488","29":"6.0025311878502983","30":"18.007593563550895","31":"24.841800759356357","32":"5.6770927499548005","33":"870","34":"35","35":"..","36":"-","37":"-","38":"35","39":"4.5","40":"0","41":"0","42":"0.71897213579795505","43":"8.3890797324172848","44":"6","45":"16.666666666666664","46":"33.333333333333329","47":"33.333333333333329","48":"16.666666666666664","49":"64","50":"35","51":"325","52":"166","53":"159","54":"110","55":"35","56":"148","57":"32","58":"290","59":"152","60":"138","61":"52","62":"81","63":"129","64":"28","65":"122","66":"10","67":"5.0999999999999996","68":"25","69":"10.3","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"505","87":"15.93562638056169","88":"202","89":"83","90":"6.3642091997479531","91":"40","92":"192","93":"118","94":"112","95":"120","96":"-","97":"959","98":"2.9197080291970803","99":"47","100":"93","101":"120","102":"17","103":"19","104":"53.1","105":"38.700000000000003","106":"6.2","107":"2.1","108":"584","109":"436","110":"144","111":"..","112":"1125","113":"635","114":"463","115":"27","116":"13490.72647","117":"17123.505840000002","118":"10016.00311","119":"0.90504907745747598","120":"0.49722619598926432","121":"1.9745986704202245","122":"2833","123":"34","124":"336","125":"9758.0039479999996","126":"-0.10330661212608616","127":"41.1","128":"0.53922420500000001","129":"185","130":"50","131":"57","132":"66","133":"12","134":"4","135":"2","136":"4","137":"2","138":"2","139":"60","140":"23","141":"37","142":"19","143":"18","144":"1478","145":"606","146":"872","147":"463","148":"409","149":"27.136363636363637","150":"0.93312597200622094","151":"1.2195121951219512","152":"-","153":"85.9375","154":"81.25","155":"56.84","156":"..","157":"15.3","158":"4.9000000000000004","159":"185","160":"31.5","161":"2.1621621621621623","162":"3.9","163":"19.2","164":"50.270270270270267","165":"76.21621621621621","166":"11.937799043062201","167":"2.7226452905811622","168":"619.04600000000005","169":"34.878999999999998","170":"5.6","171":"584.16700000000003","172":"581.09","173":"3.077","174":"99.473267062329782","175":"0.526732937670221","176":"422.10199999999998","177":"23.21","178":"73.963999999999999","179":"14.811999999999999","180":"21.488","181":"72.639694367481795","182":"3.9942177631692202","183":"12.728493004525999","184":"2.5490027362370702","185":"3.69787812559156","186":"105.06056770927501","187":"76.315675284758598","188":"4.1963478575302835","189":"13.372627011390346","190":"2.6779967456156211","191":"3.8850117519435905","192":"0","193":"279.53411079330004","194":"100","195":"13.3","196":"13","197":"71","198":"22.6","199":"9.6","200":"80","201":"1775","202":"-","203":"-","204":"1","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.9751468066893438","213":"38.653236890844155","214":"2962","215":"2757","216":"6.5484221980413491","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.49398171961008","235":"241","236":"4","237":"-0.25181786265864953","238":"96","239":"3","240":"-0.60260797995690296","241":"48","242":"65","243":"39","244":"4.78","245":"1.63","246":"34.1","247":"0.03","248":"0.6","249":"0","250":"0","251":"0.03","252":"0.6","253":"0.03","254":"0.6","255":"0.01","256":"0.2","257":"0","258":"0","259":"0.05","260":"1","261":"0","262":"0","263":"0.11","264":"2.2999999999999998","265":"1.79","266":"37.4","267":"0.09","268":"1.9","269":"0","270":"0","271":"1.01","272":"21.29999999999999","273":"5531","274":"3393","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"63.49","295":"54.267912772585667","296":"74.013722126929665","297":"70.875240744703618","298":"69.991364421416236","299":"69.222599830076476","300":"66.15062761506276"},{"1":"כפר יאסיף","2":"0507","3":"הצפון","4":"מועצה מקומית","5":"103.94848123176899","6":"1925","7":"0","8":"11","9":"252","10":"הגליל המרכזי","11":"3.2648389509790365","12":"3161.1","13":"10323","14":"-","15":"-","16":"99.8","17":"44.8","18":"52.6","19":"2.6","20":"5161","21":"5163","22":"7.7981207013465079","23":"7.7496851690400081","24":"7.9628015111886077","25":"8.2340404921050077","26":"16.409958345442217","27":"20.817591785333722","28":"17.368981885110916","29":"4.5141916109658045","30":"9.1543156059285096","31":"28.150731376537827","32":"3.2742419839194032","33":"692","34":"145","35":"1.79","36":"0.8","37":"..","38":"57","39":"6.38","40":"88","41":"8.5571812394368685","42":"0.7719345238540285","43":"8.7183958151700089E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-9","50":"-22","51":"176","52":"62","53":"114","54":"49","55":"61","56":"64","57":"2","58":"198","59":"82","60":"116","61":"50","62":"66","63":"78","64":"4","65":"0","66":"96","67":"29.6","68":"17","69":"3.8","70":"2","71":"115","72":"-","73":"-","74":"-","75":"0.25","76":"0.87","77":"..","78":"828.33333333333337","79":"88.935293450182499","80":"28","81":"39","82":"..","83":"..","84":"..","85":"..","86":"1239","87":"19.567277321541376","88":"523","89":"250","90":"8.3068614993646754","91":"37","92":"150","93":"118","94":"122","95":"129","96":"-","97":"1017","98":"16.420845624385446","99":"466","100":"287","101":"427","102":"58","103":"46","104":"79.099999999999994","105":"7.6","106":"2.6","107":"10.7","108":"1348","109":"985","110":"352","111":"11","112":"2710","113":"1516","114":"1136","115":"58","116":"7263.7090859999998","117":"8267.9627560000008","118":"6233.8366990000004","119":"0.58969515622915303","120":"0.44627956112444078","121":"1.1832610054729242","122":"4764","123":"50.4","124":"629","125":"8592.2329690000006","126":"0.92909184231424469","127":"44.7","128":"0.396209331","129":"534","130":"175","131":"176","132":"164","133":"19","134":"5","135":"3","136":"2","137":"1","138":"1","139":"93","140":"49","141":"44","142":"21","143":"23","144":"2479","145":"1292","146":"1187","147":"581","148":"606","149":"27.651162790697676","150":"0.39370078740157477","151":"..","152":"..","153":"72.8643216080402","154":"60.804020100502512","155":"23.17","156":"31.4","157":"20.399999999999999","158":"3.6","159":"222","160":"32.1","161":"3.6036036036036037","162":"2.2999999999999998","163":"20","164":"48.198198198198199","165":"79.27927927927928","166":"8.7021276595744688","167":"3.7188264058679708","168":"747.73900000000003","169":"67.418999999999997","170":"9.0","171":"680.32","172":"679.255","173":"1.0649999999999999","174":"99.843456020696138","175":"0.15654397930385699","176":"560.48099999999999","177":"23.808","178":"-","179":"7.7629999999999999","180":"35.853000000000002","181":"82.514077923607502","182":"3.5050165254580401","183":"-","184":"1.14286976172424","185":"5.2782828245651503","186":"65.793781480046505","187":"54.289132119333601","188":"2.3060829135993801","189":"-","190":"0.75193723363037579","191":"3.4727818674932198","192":"0.5","193":"602.92102629999999","194":"88.999999998839002","195":"12.9","196":"5.6","197":"31","198":"5.7","199":"4.8","200":"25","201":"2942","202":"0.41199999999999998","203":"4.5060000000000002","204":"-","205":"-","206":"-","207":"0.41199999999999998","208":"4.5060000000000002","209":"-","210":"-","211":"-","212":"2.179117631582979","213":"0.74907672067027009","214":"5313","215":"4588","216":"8.675457715780297","217":"11","218":"-","219":"1","220":"10","221":"1.0696476549296086","222":"2.0703933747412009","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-7.9252362168327803E-2","235":"117","236":"3","237":"-0.83521543296668666","238":"41","239":"4","240":"-0.13173738289388001","241":"108","242":"139","243":"66","244":"3.2700000000000005","245":"1.1000000000000001","246":"33.6","247":"0.01","248":"0.3","249":"0","250":"0","251":"0.02","252":"0.6","253":"0.01","254":"0.3","255":"0.21","256":"6.4","257":"0.08","258":"2.4","259":"0.01","260":"0.3","261":"0.02","262":"0.6","263":"0","264":"0","265":"0","266":"0","267":"1.81","268":"55.4","269":"0","270":"0","271":"0","272":"0.10000000000000853","273":"10323","274":"9385","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.9","295":"-","296":"60.873474630700066","297":"67.111959287531803","298":"70.165257979058921","299":"56.287944492627929","300":"63.885188325057527"},{"1":"כפר כמא","2":"0508","3":"הצפון","4":"מועצה מקומית","5":"95.467928081040895","6":"1950","7":"0","8":"9","9":"251","10":"הגליל המזרחי","11":"8.8269544811745355","12":"..","13":"3479","14":"-","15":"-","16":"99.6","17":"100","18":"-","19":"-","20":"1740","21":"1739","22":"7.7033630353549869","23":"7.5308996838171884","24":"6.697326818051164","25":"7.042253521126761","26":"15.952860017246335","27":"21.040528887611384","28":"15.952860017246335","29":"4.8864616269042829","30":"13.193446392641563","31":"25.783271054900833","32":"4.3690715722908884","33":"729","34":"63","35":"..","36":"-","37":"-","38":"25","39":"..","40":"38","41":"11.006485408713592","42":"1.5322890481568692","43":"5.7487783845932734E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"5","50":"-3","51":"11","52":"6","53":"5","54":"1","55":"3","56":"4","57":"3","58":"14","59":"4","60":"10","61":"1","62":"10","63":"3","64":"0","65":"0","66":"32","67":"33.799999999999997","68":"6.7","69":"3.9","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"245","87":"11.51857075693465","88":"95","89":"47","90":"4.479019330504479","91":"38","92":"167","93":"123","94":"108","95":"113","96":"-","97":"431","98":"12.993039443155453","99":"33","100":"134","101":"130","102":"18","103":"20","104":"96.3","105":"2.6","106":"1","107":"0.2","108":"448","109":"347","110":"100","111":"..","112":"837","113":"514","114":"318","115":"..","116":"9045.2521959999995","117":"10710.65962","118":"7103.3568960000002","119":"3.0893808764706154","120":"0.46164668593744462","121":"5.8468555011120138","122":"1670","123":"34.9","124":"133","125":"9562.2808769999992","126":"2.7098958228180425","127":"42.1","128":"0.37145881800000002","129":"141","130":"49","131":"43","132":"49","133":"-","134":"2","135":"1","136":"1","137":"1","138":"-","139":"17","140":"12","141":"5","142":"5","143":"-","144":"407","145":"283","146":"124","147":"124","148":"-","149":"24.90909090909091","150":"..","151":"..","152":"..","153":"84.210526315789465","154":"80.701754385964904","155":"27.37","156":"..","157":"26.3","158":"5.4","159":"50","160":"31.8","161":"0","162":"3.6","163":"17.8","164":"60","165":"82","166":"10.754716981132075","167":"2.909824561403509","168":"270.65800000000002","169":"29.983000000000001","170":"11.1","171":"240.67500000000001","172":"225.62299999999999","173":"15.052","174":"93.74592292510647","175":"6.2540770748935284","176":"207.86600000000001","177":"1.3069999999999999","178":"12.821999999999999","179":"1.5","180":"2.1280000000000001","181":"92.129791732225897","182":"0.579284913328872","183":"5.6829312614405501","184":"0.66482583779135995","185":"0.94316625521334296","186":"64.852831273354397","187":"59.748778384593301","188":"0.37568266743317047","189":"3.6855418223627479","190":"0.43115837884449554","191":"0.61167002012072436","192":"6.8","193":"140.64830000000001","194":"100","195":"1.8","196":"1.8","197":"9","198":"3.9","199":"3.8","200":"21","201":"1178","202":"0.12","203":"0.72","204":"7.5819999999999999","205":"4.5620000000000003","206":"0.18","207":"0.12","208":"0.72","209":"7.5819999999999999","210":"4.2990000000000004","211":"0.18","212":"1.7008092210330013","213":"5.196948998178506","214":"1627","215":"1417","216":"7.3450952717007763","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.29634503334923801","235":"157","236":"1","237":"-1.5134267861518709","238":"9","239":"3","240":"-0.49652259392325698","241":"61","242":"58","243":"81","244":"8.8000000000000007","245":"0.83","246":"9.4","247":"0.01","248":"0.1","249":"0.01","250":"0.1","251":"0.01","252":"0.1","253":"0.05","254":"0.6","255":"0","256":"0","257":"0.01","258":"0.1","259":"0.1","260":"1.1000000000000001","261":"0.05","262":"0.6","263":"0","264":"0","265":"0.02","266":"0.2","267":"1.78","268":"20.2","269":"5.16","270":"58.6","271":"0.77","272":"8.9000000000000092","273":"3479","274":"4192","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"89.2","295":"-","296":"42.074363992172209","297":"44.060559006211179","298":"42.318059299191376","299":"32.96744890234671","300":"35.232774674115461"},{"1":"כפר כנא","2":"0509","3":"הצפון","4":"מועצה מקומית","5":"93.009718865810797","6":"1968","7":"0","8":"13","9":"257","10":"מבוא העמקים","11":"10.056398133380073","12":"2357.1999999999998","13":"23705","14":"-","15":"-","16":"99.9","17":"90.4","18":"9.5","19":"0.1","20":"12110","21":"11595","22":"10.25522041763341","23":"9.6477536384728957","24":"9.7194684665682338","25":"10.251001898333685","26":"18.785066441678971","27":"18.122758911622022","28":"14.477958236658933","29":"3.1596709554946214","30":"5.572663994937777","31":"35.697110314279691","32":"1.8350558953807214","33":"833","34":"468","35":"2.6","36":"1.8","37":"( 3.8)","38":"70","39":"5.0999999999999996","40":"398","41":"16.947137864359043","42":"1.8910307578674548","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"30","50":"27","51":"221","52":"80","53":"141","54":"71","55":"87","56":"61","57":"2","58":"194","59":"59","60":"135","61":"49","62":"85","63":"57","64":"3","65":"0","66":"252","67":"39.1","68":"43","69":"4.5","70":"2","71":"186","72":"-","73":"-","74":"-","75":"0.8","76":"-","77":"..","78":"1314","79":"89.136871138329496","80":"20","81":"24","82":"14.8","83":"247.70668104989088","84":"15.6","85":"203.97259576992377","86":"2423","87":"18.246855937947135","88":"1083","89":"714","90":"8.2753877894093364","91":"37","92":"145","93":"119","94":"130","95":"131","96":"-","97":"1216","98":"36.67763157894737","99":"1313","100":"576","101":"814","102":"104","103":"65","104":"75.099999999999994","105":"4.8","106":"18.8","107":"1.3","108":"3420","109":"1940","110":"1316","111":"164","112":"8221","113":"2958","114":"4408","115":"855","116":"5824.6349959999998","117":"6610.003565","118":"4694.708267","119":"0.15201492964813657","120":"0.26328703764126882","121":"0.83217376358966089","122":"9233","123":"60.9","124":"796","125":"9256.8861140000008","126":"-2.5351070629410333","127":"37.6","128":"0.38991936599999999","129":"1364","130":"476","131":"439","132":"439","133":"10","134":"14","135":"9","136":"7","137":"2","138":"5","139":"226","140":"126","141":"100","142":"36","143":"64","144":"5691","145":"3060","146":"2631","147":"1033","148":"1598","149":"25.676190476190477","150":"0.78263963002490211","151":"..","152":"..","153":"73.987206823027719","154":"52.66524520255863","155":"12.24","156":"25.8","157":"16.600000000000001","158":"2.9","159":"566","160":"30.8","161":"2.4734982332155475","162":"2.4","163":"17.100000000000001","164":"44.522968197879855","165":"77.561837455830386","166":"9.7270992366412212","167":"3.2731018246027075","168":"1829.9469999999999","169":"192.535","170":"10.5","171":"1637.414","172":"1553.7429999999999","173":"83.671000000000006","174":"94.890052240911587","175":"5.1099477590884161","176":"1145.7280000000001","177":"71.944999999999993","178":"13.356","179":"198.23599999999999","180":"27.419","181":"73.739865601968901","182":"4.6304311588209899","183":"0.85960162008774899","184":"12.7586093710479","185":"1.7647062609453401","186":"65.542183413481794","187":"48.330717961697502","188":"3.0348856829494641","189":"0.56340167046317391","190":"8.3622711549818618","191":"1.1566270142579937","192":"0.4","193":"1160.6408114476801","194":"96.000002796550561","195":"32","196":"28.9","197":"117","198":"23","199":"21.4","200":"93","201":"6063","202":"0.6","203":"0.14399999999999999","204":"4.6390000000000002","205":"6.91","206":"-","207":"2.35","208":"39.950000000000003","209":"2.7530000000000001","210":"-","211":"0.55000000000000004","212":"1.5104179000877855","213":"34.874190374239042","214":"9745","215":"8007","216":"8.5807418508804787","217":"1","218":"-","219":"1","220":"-","221":"4.2580748402912171E-2","222":"0.1026167265264238","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1092115122442701","235":"32","236":"4","237":"-0.25843400579566334","238":"94","239":"4","240":"-7.6077175948386505E-2","241":"117","242":"135","243":"86","244":"10.039999999999999","245":"2.86","246":"28.5","247":"0.09","248":"0.9","249":"0.03","250":"0.3","251":"0.03","252":"0.3","253":"0.05","254":"0.5","255":"0.25","256":"2.5","257":"0.17","258":"1.7","259":"0.15","260":"1.5","261":"0.01","262":"0.1","263":"0","264":"0","265":"0.41","266":"4.0999999999999996","267":"3.22","268":"32.1","269":"1.7","270":"16.899999999999999","271":"1.07","272":"10.599999999999991","273":"23705","274":"8288","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"93.03","295":"9.2214509323533402","296":"48.371085011185684","297":"62.878631063271925","298":"71.031664964249231","299":"48.13351767726644","300":"52.528815267367889"},{"1":"כפר מנדא","2":"0510","3":"הצפון","4":"מועצה מקומית","5":"92.326437741911803","6":"1964","7":"0","8":"13","9":"261","10":"גבעות אלונים","11":"11.028458091623552","12":"1910.9","13":"21073","14":"-","15":"-","16":"100","17":"99.9","18":"-","19":"-","20":"11023","21":"10050","22":"11.085274996440944","23":"10.56328002657429","24":"9.9701039244530918","25":"10.278555497556114","26":"20.267641057277086","27":"18.791818915199546","28":"12.613296635505149","29":"2.4533763583732737","30":"3.9766525886205097","31":"37.488729654059696","32":"1.5137854126132966","33":"848","34":"490","35":"2.85","36":"1.8","37":"( 3.9)","38":"62","39":"5.0999999999999996","40":"428","41":"20.529863177600429","42":"2.1841775516726756","43":"1.4236226450908746E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"9","50":"3","51":"89","52":"22","53":"67","54":"27","55":"44","56":"18","57":"0","58":"86","59":"23","60":"63","61":"31","62":"35","63":"20","64":"0","65":"5","66":"305","67":"59","68":"35","69":"4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"915.33333333333337","79":"88.851923634231852","80":"26","81":"40","82":"..","83":"..","84":"..","85":"..","86":"2216","87":"19.049256425685549","88":"1061","89":"744","90":"9.2817776222552695","91":"37","92":"147","93":"120","94":"140","95":"155","96":"-","97":"1019","98":"30.421982335623159","99":"1752","100":"436","101":"702","102":"85","103":"50","104":"76","105":"7.3","106":"10.5","107":"6.1","108":"3297","109":"1962","110":"1219","111":"116","112":"7667","113":"3004","114":"4045","115":"618","116":"5390.6479849999996","117":"6257.8877210000001","118":"3825.0369759999999","119":"0.43210877968498096","120":"0.3971582361922632","121":"0.74500628627289789","122":"7650","123":"63.6","124":"693","125":"10194.12919","126":"4.6291122313340871","127":"42.1","128":"0.36503348200000002","129":"1297","130":"430","131":"423","132":"428","133":"16","134":"12","135":"7","136":"6","137":"3","138":"3","139":"199","140":"108","141":"91","142":"44","143":"47","144":"5061","145":"2654","146":"2407","147":"1176","148":"1231","149":"25.693069306930692","150":"2.7710843373493974","151":"4.4846577498033042","152":"0.98441345365053323","153":"84.686774941995353","154":"53.132250580046403","155":"11.08","156":"22.5","157":"13.6","158":"2.5","159":"559","160":"31.5","161":"4.2933810375670838","162":"2.8","163":"17.8","164":"41.32379248658318","165":"74.0608228980322","166":"11.03448275862069","167":"2.8902083333333333","168":"1610.4459999999999","169":"272.67599999999999","170":"16.9","171":"1337.77","172":"1309.5060000000001","173":"28.263999999999999","174":"97.887230241371839","175":"2.1127697586281649","176":"1112.9670000000001","177":"95.855999999999995","178":"5.0410000000000004","179":"36.319000000000003","180":"37.506999999999998","181":"84.9913631552662","182":"7.3200122794397302","183":"0.38495432628792797","184":"2.7734886285362599","185":"2.86420986234504","186":"62.141413182745701","187":"52.814834147961903","188":"4.5487590755943623","189":"0.23921605846343663","190":"1.7234850282351826","191":"1.7798604849807811","192":"0.4","193":"894.93993857471446","194":"94.999999656818957","195":"9.6","196":"9.1999999999999993","197":"41","198":"6.9","199":"5","200":"31","201":"5066","202":"4.2","203":"44","204":"3.1640000000000001","205":"0.35","206":"-","207":"3.5","208":"39.300000000000004","209":"3.5030000000000001","210":"0.89400000000000002","211":"-","212":"1.8052621532426443","213":"2.6268687964758151","214":"7699","215":"6430","216":"7.944945567651633","217":"10","218":"-","219":"4","220":"6","221":"0.47966970041122498","222":"1.2988699831146902","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.47868153141882","235":"16","236":"3","237":"-0.64220213285699479","238":"59","239":"4","240":"-0.20118199670454001","241":"98","242":"103","243":"88","244":"11.04","245":"2.36","246":"21.4","247":"0.06","248":"0.5","249":"0.01","250":"0.1","251":"0.01","252":"0.1","253":"0.03","254":"0.3","255":"0.02","256":"0.2","257":"0.03","258":"0.3","259":"0.08","260":"0.7","261":"0.08","262":"0.7","263":"0","264":"0","265":"0.67","266":"6.1","267":"3.29","268":"29.8","269":"3.52","270":"31.9","271":"0.88","272":"7.9000000000000057","273":"21073","274":"8929","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"95.49","295":"-","296":"61.988733774185647","297":"69.670682730923687","298":"70.605391770455611","299":"55.667199512826372","300":"65.164291945332948"},{"1":"כפר קרע","2":"0654","3":"חיפה","4":"מועצה מקומית","5":"50.771999701202198","6":"1958","7":"0","8":"13","9":"354","10":"עירון","11":"7.809637150044022","12":"2520.6","13":"19691","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"9972","21":"9719","22":"9.2580366664973841","23":"8.760347366817328","24":"9.2935859021888181","25":"9.085368950281854","26":"18.059011731247779","27":"19.750139657711646","28":"15.748311411304657","29":"3.7479051343253262","30":"6.2820577929003099","31":"32.771316845259257","32":"2.1278756792443247","33":"745","34":"373","35":"2.35","36":"0.8","37":"..","38":"72","39":"5.65","40":"301","41":"15.441723391691843","42":"2.0561145007519315","43":"5.0784622416332338E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"82","50":"78","51":"235","52":"84","53":"151","54":"94","55":"78","56":"63","57":"0","58":"157","59":"58","60":"99","61":"49","62":"65","63":"43","64":"0","65":"7","66":"258","67":"45.3","68":"43","69":"5.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1398.6666666666667","79":"98.940089639599861","80":"25","81":"42","82":"..","83":"..","84":"..","85":"..","86":"1783","87":"15.35877336549229","88":"756","89":"382","90":"6.5807799442896941","91":"37","92":"165","93":"123","94":"121","95":"127","96":"-","97":"1221","98":"15.56101556101556","99":"548","100":"615","101":"631","102":"82","103":"61","104":"63.7","105":"7.5","106":"20.399999999999999","107":"8.4","108":"2676","109":"1661","110":"944","111":"71","112":"6002","113":"2536","114":"3091","115":"375","116":"7506.7823630000003","117":"8911.1417610000008","118":"5885.6107760000004","119":"1.1911124619300439","120":"1.3335371895866865","121":"1.1924012838153031","122":"8917","123":"46.7","124":"823","125":"9286.0500379999994","126":"2.520128405633959","127":"34.299999999999997","128":"0.37712357699999999","129":"1063","130":"379","131":"337","132":"330","133":"17","134":"14","135":"8","136":"9","137":"3","138":"6","139":"192","140":"101","141":"91","142":"39","143":"52","144":"4805","145":"2450","146":"2355","147":"1128","148":"1227","149":"28.734177215189874","150":"1.1521843494959194","151":"1.893939393939394","152":"0.38948393378773127","153":"72.957746478873247","154":"50.985915492957744","155":"19.8","156":"31","157":"16.600000000000001","158":"3","159":"475","160":"31.5","161":"4","162":"3.6","163":"17.5","164":"44","165":"75.789473684210535","166":"12.296296296296296","167":"2.2680722891566263","168":"2105.9250000000002","169":"238.59899999999999","170":"11.3","171":"1867.326","172":"1839.971","173":"27.355","174":"98.535071005277061","175":"1.4649289947229354","176":"1444.14","177":"160.82400000000001","178":"2.0569999999999999","179":"40.055999999999997","180":"38.103000000000002","181":"78.487106590266905","182":"8.7405725416324493","183":"0.111795240251069","184":"2.1769908330076899","185":"2.0708478557542498","186":"93.442232492001395","187":"73.340104616322193","188":"8.1673861154842307","189":"0.10446396831039562","190":"2.0342288355086078","191":"1.935046467929511","192":"0","193":"1460.6602345218921","194":"81.000003050617693","195":"3.6","196":"2.9","197":"15","198":"2","199":"1.9","200":"10","201":"4945","202":"-","203":"-","204":"6.36","205":"13.746","206":"-","207":"-","208":"-","209":"6.36","210":"2.0910000000000002","211":"-","212":"1.923145291216678","213":"16.841108077764062","214":"9565","215":"7880","216":"8.3461928934010157","217":"21","218":"-","219":"8","220":"13","221":"1.0773295389552446","222":"2.1955044432828021","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.21104145708932201","235":"105","236":"3","237":"-0.64673685998013841","238":"58","239":"5","240":"0.242903960890722","241":"154","242":"146","243":"155","244":"7.8099999999999987","245":"5.33","246":"68.2","247":"0.15","248":"1.9","249":"0","250":"0","251":"0.02","252":"0.3","253":"0.06","254":"0.8","255":"0.25","256":"3.2","257":"0.06","258":"0.8","259":"0.12","260":"1.5","261":"0.03","262":"0.4","263":"0","264":"0","265":"0.26","266":"3.3","267":"0.8","268":"10.199999999999999","269":"0.48","270":"6.1","271":"0.25","272":"3.2999999999999945","273":"19691","274":"3694","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"85.32","295":"85.008859101764116","296":"47.212750773134566","297":"64.498432601880879","298":"71.942222567368177","299":"45.547996976568406","300":"62.206042955951943"},{"1":"כפר שמריהו","2":"0267","3":"תל אביב","4":"מועצה מקומית","5":"0","6":"1950","7":"0","8":"7","9":"504","10":"הרצלייה","11":"2.7281158887269465","12":"..","13":"1948","14":"99.1","15":"96.6","16":"-","17":"-","18":"-","19":"-","20":"944","21":"1004","22":"4.8767967145790552","23":"7.0841889117043122","24":"8.1622176591375766","25":"8.3675564681724843","26":"11.498973305954825","27":"11.652977412731007","28":"20.17453798767967","29":"5.7494866529774127","30":"22.433264887063654","31":"25.616016427104721","32":"11.190965092402465","33":"1038","34":"17","35":"..","36":"-","37":"-","38":"17","39":"..","40":"0","41":"0","42":"1.1760356157282814","43":"11.190965092402463","44":"7","45":"42.857142857142854","46":"0","47":"14.285714285714285","48":"42.857142857142854","49":"30","50":"18","51":"122","52":"49","53":"73","54":"36","55":"25","56":"56","57":"5","58":"104","59":"52","60":"52","61":"21","62":"30","63":"47","64":"6","65":"56","66":"8","67":"11","68":"5","69":"6.2","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"91","87":"8.8607594936708853","88":"37","89":"17","90":"3.6027263875365136","91":"40","92":"220","93":"118","94":"112","95":"104","96":"-","97":"..","98":"..","99":"..","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"205","109":"163","110":"40","111":"..","112":"391","113":"251","114":"126","115":"14","116":"16403.419382877011","117":"21517.922906602253","118":"10405.106468366383","119":"3.4550562903871596","120":"3.9708756460989481","121":"2.26144063773559","122":"767","123":"32.9","124":"148","125":"17746.873986486506","126":"28.806811665377197","127":"37.200000000000003","128":"0.58618586646132176","129":"81","130":"26","131":"26","132":"26","133":"3","134":"1","135":"1","136":"-","137":"-","138":"-","139":"12","140":"12","141":"-","142":"-","143":"-","144":"331","145":"331","146":"-","147":"-","148":"-","149":"27.583333333333332","150":"2.5252525252525251","151":"..","152":"..","153":"80","154":"76.666666666666671","155":"50.98","156":"..","157":"20.7","158":"3.4","159":"31","160":"27.9","161":"19.35483870967742","162":"12.9","163":"13.7","164":"41.935483870967744","165":"58.064516129032263","166":"11.675675675675675","167":"2.6597222222222223","168":"791.99699999999996","169":"11.33","170":"1.4305609743471199","171":"780.66700000000003","172":"737.22299999999996","173":"43.444000000000003","174":"94.435015185732198","175":"5.5649848142677989","176":"623.9","177":"12.026999999999999","178":"18.841999999999999","179":"25.151","180":"21.814","181":"84.628396021285297","182":"1.6313924009424601","183":"2.5558074015596399","184":"3.4115864534882898","185":"2.95894186697919","186":"378.45123203285402","187":"320.277207392197","188":"6.174024640657084","189":"9.6724845995893229","190":"12.911190965092402","191":"11.198151950718685","192":"0","193":"435.14055000000002","194":"0","195":"1.4","196":"1.4","197":"2","198":"4.9000000000000004","199":"4.9000000000000004","200":"10","201":"722","202":"-","203":"-","204":"-","205":"-","206":"0.15","207":"-","208":"-","209":"-","210":"-","211":"0.15","212":"5.1815568972408208","213":"35.216231469667363","214":"1475","215":"1340","216":"5.4888059701492535","217":"3","218":"-","219":"2","220":"1","221":"1.5490894043665155","222":"2.0338983050847457","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"10","234":"2.0718535721028601","235":"254","236":"2","237":"-1.1291662894870544","238":"21","239":"8","240":"1.6820124382127899","241":"226","242":"226","243":"249.5","244":"2.71","245":"1.22","246":"45","247":"0","248":"0","249":"0","250":"0","251":"0.01","252":"0.4","253":"0.03","254":"1.1000000000000001","255":"0.04","256":"1.5","257":"0.01","258":"0.4","259":"0.27","260":"10","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.48","268":"17.7","269":"0.32","270":"11.8","271":"0.33","272":"12.100000000000005","273":"1948","274":"1597","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"57.22","295":"-","296":"65.396995708154506","297":"63.490364025695932","298":"65.02100840336135","299":"64.693556836039818","300":"64.117043121149891"},{"1":"כפר תבור","2":"0047","3":"הצפון","4":"מועצה מקומית","5":"91.4781932908285","6":"1949","7":"0","8":"9","9":"251","10":"הגליל המזרחי","11":"12.387375071428991","12":"..","13":"4425","14":"99.4","15":"97.8","16":"-","17":"-","18":"-","19":"-","20":"2190","21":"2235","22":"6.3276836158192094","23":"9.1299435028248581","24":"10.440677966101696","25":"8.9039548022598876","26":"12.045197740112995","27":"15.774011299435028","28":"19.141242937853107","29":"5.6723163841807906","30":"12.610169491525424","31":"31.209039548022599","32":"3.2090395480225991","33":"900","34":"48","35":"..","36":"0.2","37":"..","38":"19","39":"(4.3)","40":"29","41":"6.5717146063638889","42":"0.56387884708554736","43":"5.2429378531073452","44":"..","45":"..","46":"..","47":"..","48":"..","49":"22","50":"29","51":"228","52":"119","53":"109","54":"76","55":"47","56":"95","57":"10","58":"199","59":"100","60":"99","61":"39","62":"66","63":"82","64":"12","65":"199","66":"16","67":"12.4","68":"12","69":"6.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"416","87":"17.035217035217034","88":"161","89":"68","90":"6.5848670756646213","91":"39","92":"193","93":"118","94":"107","95":"104","96":"-","97":"546","98":"2.3809523809523809","99":"25","100":"40","101":"89","102":"20","103":"13","104":"78.8","105":"13.6","106":"6.6","107":"1.1000000000000001","108":"334","109":"198","110":"127","111":"9","112":"761","113":"305","114":"407","115":"49","116":"12758.011979999999","117":"15928.967570000001","118":"9834.8752960000002","119":"1.4401609399557591","120":"0.31752094600359104","121":"5.1859971290083129","122":"2164","123":"32.299999999999997","124":"255","125":"13128.450349999999","126":"0.28280872774069099","127":"35.700000000000003","128":"0.44710480699999999","129":"232","130":"59","131":"77","132":"82","133":"14","134":"1","135":"1","136":"-","137":"-","138":"-","139":"18","140":"18","141":"-","142":"-","143":"-","144":"436","145":"436","146":"-","147":"-","148":"-","149":"26.1875","150":"1.3461538461538463","151":"..","152":"..","153":"86.075949367088612","154":"78.48101265822784","155":"55.56","156":"..","157":"13.1","158":"4.5","159":"53","160":"31.2","161":"5.6603773584905666","162":"3.4","163":"16.7","164":"32.075471698113205","165":"83.018867924528308","166":"13.282608695652174","167":"0.2918733307897749","168":"602.05200000000002","169":"83.019000000000005","170":"13.7893404556417","171":"519.03300000000002","172":"506.76600000000002","173":"12.266999999999999","174":"97.636566461092073","175":"2.3634335389079308","176":"323.03100000000001","177":"11.881","178":"73.132999999999996","179":"18.001000000000001","180":"1.349","181":"63.743621316347202","182":"2.3444745701171699","183":"14.431315439473099","184":"3.5521325424357602","185":"0.26619781121858999","186":"114.497514685947","187":"72.984862178038895","188":"2.6843651152281969","189":"16.523497514685946","190":"4.067103479439675","191":"0.30478987799367374","192":"0","193":"296.65350000000001","194":"100","195":"1.5","196":"1.3","197":"4","198":"4.3","199":"3.9","200":"15","201":"1356","202":"-","203":"-","204":"-","205":"-","206":"1.6E-2","207":"-","208":"-","209":"-","210":"-","211":"1.6E-2","212":"2.8002905817067014","213":"20.657740957236996","214":"2420","215":"2183","216":"6.1108566193311953","217":"2","218":"-","219":"-","220":"2","221":"0.45322169699061304","222":"0.82644628099173556","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.3469356482069399","235":"234","236":"3","237":"-0.83360675385109151","238":"42","239":"3","240":"-0.374606541459784","241":"76","242":"74","243":"91","244":"12.32","245":"1.21","246":"9.8000000000000007","247":"0.02","248":"0.2","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.06","254":"0.5","255":"7.0000000000000007E-2","256":"0.6","257":"7.0000000000000007E-2","258":"0.6","259":"0.19","260":"1.5","261":"0","262":"0","263":"0.01","264":"0.1","265":"0.62","266":"5","267":"4.32","268":"35.1","269":"5.35","270":"43.4","271":"0.39","272":"3.0999999999999917","273":"4425","274":"3657","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"77.81","295":"-","296":"75.015105740181269","297":"72.838767574035302","298":"72.54610350981558","299":"70.620649651972158","300":"69.878152451119306"},{"1":"להבים","2":"1271","3":"הדרום","4":"מועצה מקומית","5":"79.339235878664795","6":"1989","7":"0","8":"9","9":"619","10":"להבים","11":"11.152274616878454","12":"625.6","13":"6977","14":"96.3","15":"97.8","16":"-","17":"-","18":"-","19":"-","20":"3446","21":"3530","22":"5.6757918876307869","23":"7.7540490182026662","24":"8.528020639243227","25":"8.4850222158520854","26":"14.519134298409059","27":"13.917156370933066","28":"19.363623333811095","29":"4.9161530743872728","30":"16.841049161530744","31":"27.146337967607856","32":"6.1487745449333522","33":"897","34":"68","35":"..","36":"-","37":"-","38":"20","39":"2.39","40":"48","41":"7.0225006981953788","42":"4.2273853893276652","43":"5.618460656442597","44":"4","45":"75","46":"25","47":"0","48":"0","49":"274","50":"261","51":"538","52":"249","53":"289","54":"189","55":"57","56":"198","57":"94","58":"277","59":"134","60":"143","61":"70","62":"91","63":"101","64":"15","65":"250","66":"29","67":"14.1","68":"23","69":"7.5","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"441","87":"11.232806928171167","88":"174","89":"69","90":"4.4776119402985071","91":"37","92":"190","93":"107","94":"113","95":"121","96":"-","97":"1038","98":"1.2524084778420039","99":"28","100":"125","101":"103","102":"19","103":"37","104":"69.400000000000006","105":"25.6","106":"1.9","107":"3.1","108":"637","109":"438","110":"191","111":"8","112":"1299","113":"648","114":"607","115":"44","116":"16035.35399","117":"19277.61017","118":"12886.49613","119":"1.4603911439181827","120":"0.72874936882048047","121":"2.400858197990674","122":"3353","123":"30.5","124":"249","125":"17340.045880000001","126":"-1.4576477274465427","127":"29.3","128":"0.469566135","129":"248","130":"73","131":"75","132":"89","133":"11","134":"1","135":"1","136":"-","137":"-","138":"-","139":"20","140":"20","141":"-","142":"-","143":"-","144":"616","145":"616","146":"-","147":"-","148":"-","149":"30.8","150":"..","151":"..","152":"..","153":"95.3125","154":"92.1875","155":"70.83","156":"68.3","157":"19.899999999999999","158":"6.4","159":"53","160":"33.299999999999997","161":"7.5471698113207548","162":"3.4","163":"15.9","164":"41.509433962264154","165":"75.471698113207552","166":"11.231092436974789","167":"3.029367751589974","168":"842.52099999999996","169":"66.924999999999997","170":"7.9434221817616404","171":"775.59699999999998","172":"775.59699999999998","173":"-","174":"100","175":"-","176":"706.08699999999999","177":"19.343","178":"-","179":"14.675000000000001","180":"13.712999999999999","181":"91.037871471911302","182":"2.4939498218791498","183":"-","184":"1.8920908667774601","185":"1.7680573803147801","186":"111.16482728966599","187":"101.202092589938","188":"2.7723950121828866","189":"-","190":"2.1033395442167122","191":"1.9654579332091158","192":"0","193":"459.39893146920002","194":"100","195":"24.1","196":"24.1","197":"88","198":"13.2","199":"13.2","200":"54","201":"1829","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.8289537998142253","213":"29.212641628765319","214":"3480","215":"3262","216":"5.8605150214592276","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"10","234":"2.0177187271170798","235":"253","236":"2","237":"-1.1593894478727449","238":"18","239":"3","240":"-0.34493886907638899","241":"81","242":"64","243":"126","244":"11.129999999999999","245":"2.09","246":"18.8","247":"0.04","248":"0.4","249":"0","250":"0","251":"0.01","252":"0.1","253":"7.0000000000000007E-2","254":"0.6","255":"0.02","256":"0.2","257":"0","258":"0","259":"0.31","260":"2.8","261":"0","262":"0","263":"7.0000000000000007E-2","264":"0.6","265":"2.78","266":"25","267":"0.03","268":"0.3","269":"3.29","270":"29.6","271":"2.42","272":"21.599999999999991","273":"6977","274":"3338","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"75.55","295":"65.918570009930491","296":"78.138483665502363","297":"75.869786368260435","298":"75.71111559410933","299":"73.352713178294564","300":"70.786516853932582"},{"1":"לקיה","2":"1060","3":"הדרום","4":"מועצה מקומית","5":"87.549207618275503","6":"1996","7":"0","8":"11","9":"652","10":"נגב מזרחי","11":"6.8628630272006896","12":"2158.1999999999998","13":"15295","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"7655","21":"7639","22":"16.59365805818895","23":"14.128800261523374","24":"12.049689440993788","25":"11.565871199738476","26":"17.482837528604119","27":"15.017979731938542","28":"9.2513893429225238","29":"1.4318404707420727","30":"2.4779339653481531","31":"49.839816933638446","32":"0.89571755475645631","33":"1316","34":"581","35":"5.63","36":"5.4","37":"9.9","38":"30","39":"5.49","40":"551","41":"36.811263591316077","42":"4.4572706972237768","43":"6.5380843412880026E-3","44":"..","45":"..","46":"..","47":"..","48":"..","49":"63","50":"55","51":"168","52":"68","53":"100","54":"80","55":"46","56":"41","57":"1","58":"113","59":"41","60":"72","61":"61","62":"27","63":"25","64":"0","65":"43","66":"222","67":"59.2","68":"24","69":"5.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"540","79":"106.52532232540464","80":"19","81":"..","82":"..","83":"..","84":"..","85":"..","86":"833","87":"12.451420029895367","88":"370","89":"244","90":"5.6792018419032999","91":"35","92":"156","93":"121","94":"129","95":"148","96":"-","97":"439","98":"58.086560364464695","99":"2627","100":"168","101":"354","102":"41","103":"11","104":"64.3","105":"8.1","106":"15.3","107":"12.2","108":"1593","109":"421","110":"580","111":"592","112":"6340","113":"642","114":"2059","115":"3639","116":"5947.309953","117":"6771.5021530000004","118":"4667.5023600000004","119":"3.8800850873066395E-2","120":"-0.11028677551259136","121":"0.52445330186206007","122":"4327","123":"56.2","124":"173","125":"9789.1119170000002","126":"-10.371424467882973","127":"35.799999999999997","128":"0.357248915","129":"1292","130":"402","131":"444","132":"423","133":"23","134":"9","135":"6","136":"5","137":"3","138":"2","139":"194","140":"107","141":"87","142":"47","143":"40","144":"5316","145":"2921","146":"2395","147":"1267","148":"1128","149":"27.89423076923077","150":"1.5070921985815602","151":"2.2058823529411766","152":"0.85616438356164382","153":"55.331412103746402","154":"37.463976945244958","155":"10.97","156":"19.399999999999999","157":"11.7","158":"2.2000000000000002","159":"518","160":"33.700000000000003","161":"3.2818532818532815","162":"3.1","163":"14.6","164":"30.888030888030887","165":"66.988416988416986","166":"10.729508196721312","167":"2.9460147695441812","168":"2052.7539999999999","169":"1173.498","170":"57.2","171":"879.25599999999997","172":"878.99900000000002","173":"0.25700000000000001","174":"99.970770742536871","175":"2.922925746312792E-2","176":"531.63900000000001","177":"20.649000000000001","178":"-","179":"4.2569999999999997","180":"10.914","181":"60.482321367828597","182":"2.3491494302041298","183":"-","184":"0.48430089226495099","185":"1.2416396378152901","186":"57.473453641951103","187":"34.761278932914898","188":"1.3501373087485289","189":"-","190":"0.27834444880345233","191":"0.71361318163985876","192":"0.8","193":"880.80069750000007","194":"93.000005543251746","195":"8.6","196":"7.6","197":"29","198":"5.7","199":"5.4","200":"26","201":"858","202":"0.95","203":"14.2","204":"-","205":"1","206":"-","207":"-","208":"-","209":"-","210":"1","211":"-","212":"0.89301688797616574","213":"1.1231707317073167","214":"3874","215":"2893","216":"10.14621500172831","217":"1","218":"-","219":"1","220":"-","221":"6.6808100891680711E-2","222":"0.25813113061435211","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.0491454946799901","235":"9","236":"5","237":"9.1304663969798361E-2","238":"121","239":"3","240":"-0.45502551936341901","241":"67","242":"54","243":"101","244":"7.07","245":"2.66","246":"37.6","247":"7.0000000000000007E-2","248":"1","249":"0.02","250":"0.3","251":"0.01","252":"0.1","253":"0.03","254":"0.4","255":"0.03","256":"0.4","257":"0","258":"0","259":"0.02","260":"0.3","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.35","268":"5","269":"3.39","270":"47.9","271":"0.49","272":"6.9999999999999947","273":"15295","274":"5750","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"80.510000000000005","295":"78.500595001983342","296":"22.943189596167009","297":"46.25586068318821","298":"49.54978467962939","299":"40.059977508434336","300":"47.45704071041402"},{"1":"מבשרת ציון","2":"1015","3":"ירושלים","4":"מועצה מקומית","5":"44.899986823759903","6":"1964","7":"0","8":"15","9":"152","10":"הראל","11":"6.2903689828867702","12":"3953","13":"24943","14":"99.6","15":"96.7","16":"-","17":"-","18":"-","19":"-","20":"12294","21":"12649","22":"8.2628392735436798","23":"7.6614681473760173","24":"7.4048831335444811","25":"7.0681153028905905","26":"12.793168424006735","27":"18.017078939983161","28":"16.473559716152828","29":"5.552660064948082","30":"16.766226997554423","31":"27.691135789600288","32":"6.4025979232650441","33":"893","34":"404","35":"2.72","36":"0.6","37":"..","38":"116","39":"3.21","40":"288","41":"11.709605695301404","42":"2.8682547137930356","43":"7.3928557110211273","44":"24","45":"37.5","46":"20.833333333333336","47":"25","48":"16.666666666666664","49":"399","50":"356","51":"1592","52":"760","53":"832","54":"527","55":"306","56":"694","57":"65","58":"1236","59":"624","60":"612","61":"316","62":"305","63":"480","64":"135","65":"836","66":"152","67":"18.899999999999999","68":"78","69":"7.4","70":"5","71":"210","72":"-","73":"0.39","74":"-","75":"0.44","76":"0.04","77":"..","78":"1396.3333333333333","79":"43.426045465445753","80":"24","81":"35","82":"40.4","83":"274.90193964434661","84":"41.8","85":"264.21076725339998","86":"2320","87":"16.558418385554209","88":"924","89":"433","90":"6.6441360465952393","91":"39","92":"184","93":"119","94":"113","95":"112","96":"..","97":"3934","98":"3.9654295882053887","99":"293","100":"563","101":"579","102":"99","103":"98","104":"45.1","105":"20.9","106":"31.7","107":"2.2999999999999998","108":"3495","109":"2131","110":"1190","111":"174","112":"8094","113":"3213","114":"3903","115":"978","116":"12147.887790000001","117":"14192.84114","118":"10167.49222","119":"0.93799398304983406","120":"0.5755320342437642","121":"1.5833158209229037","122":"12907","123":"33.700000000000003","124":"1318","125":"12561.41152","126":"-0.70515695296022862","127":"37.1","128":"0.46631606399999997","129":"1164","130":"376","131":"377","132":"357","133":"54","134":"9","135":"6","136":"3","137":"1","138":"2","139":"159","140":"89","141":"70","142":"29","143":"41","144":"3997","145":"1972","146":"2025","147":"971","148":"1054","149":"23.797468354430379","150":"0.81809432146294514","151":"1.1516314779270633","152":"0.4826254826254826","153":"83.132530120481931","154":"72.590361445783131","155":"44.97","156":"47.2","157":"17","158":"4.3","159":"424","160":"31.1","161":"5.6603773584905666","162":"4.2","163":"18.2","164":"49.29245283018868","165":"77.358490566037744","166":"10.380952380952381","167":"2.9187054026503567","168":"2058.9609999999998","169":"53.417000000000002","170":"2.6","171":"2005.5440000000001","172":"2005.5440000000001","173":"-","174":"100","175":"-","176":"1793.3989999999999","177":"-","178":"64.766000000000005","179":"48.701999999999998","180":"49.076000000000001","181":"89.422072016370606","182":"-","183":"3.2293482466602601","184":"2.4283685623451801","185":"2.4470168692384702","186":"80.4050835905865","187":"71.899891753197295","188":"-","189":"2.5965601571583208","190":"1.9525317724411659","191":"1.9675259591869463","192":"0","193":"1462.0875000000001","194":"100","195":"138.6","196":"138.6","197":"743","198":"13.3","199":"11.6","200":"89","201":"7593","202":"-","203":"-","204":"2.1920000000000002","205":"1.0489999999999999","206":"-","207":"0.7","208":"4.2","209":"3.9420000000000002","210":"1.1890000000000001","211":"-","212":"1.6614618741419209","213":"8.6075350879510175","214":"12394","215":"11306","216":"6.8383159384397665","217":"18","218":"-","219":"4","220":"14","221":"0.73185035595633774","222":"1.4523156365983541","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.1500738123429699","235":"216","236":"6","237":"0.3501332385409579","238":"136","239":"6","240":"0.94307796867933802","241":"202","242":"208","243":"164","244":"6.2399999999999993","245":"2.78","246":"44.6","247":"0.16","248":"2.6","249":"0.01","250":"0.2","251":"0.03","252":"0.5","253":"0.02","254":"0.3","255":"7.0000000000000007E-2","256":"1.1000000000000001","257":"0.02","258":"0.3","259":"0.26","260":"4.2","261":"0","262":"0","263":"0.01","264":"0.2","265":"1.51","266":"24.2","267":"0.04","268":"0.6","269":"0.38","270":"6.1","271":"0.95","272":"15.100000000000005","273":"24943","274":"8972","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"59.63","295":"-","296":"73.567908430925755","297":"71.809241831447608","298":"71.732474662162161","299":"69.715001565925462","300":"71.328777524677307"},{"1":"מג'ד אל-כרום","2":"0516","3":"הצפון","4":"מועצה מקומית","5":"106.818509029362","6":"..","7":"0","8":"13","9":"260","10":"בקעת בית הכרם","11":"9.3067765060534615","12":"1679.5","13":"15630","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"7992","21":"7638","22":"7.9654510556621885","23":"8.6372360844529759","24":"9.8336532309660907","25":"10.53742802303263","26":"18.496481126039669","27":"19.494561740243121","28":"16.052463211772231","29":"3.1925783749200254","30":"5.7965451055662189","31":"32.655150351887393","32":"2.2392834293026231","33":"747","34":"239","35":"1.99","36":"1.4","37":"( 5.7)","38":"49","39":"5.51","40":"190","41":"12.227639975830039","42":"1.188030374227111","43":"2.559181062060141E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-21","50":"-33","51":"94","52":"27","53":"67","54":"24","55":"46","56":"23","57":"1","58":"127","59":"47","60":"80","61":"29","62":"66","63":"32","64":"0","65":"0","66":"146","67":"31.6","68":"28","69":"4.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"866.66666666666663","79":"89.655562496767573","80":"21","81":"46","82":"..","83":"..","84":"..","85":"..","86":"1631","87":"17.772692601067888","88":"681","89":"380","90":"7.5140681893412777","91":"37","92":"151","93":"122","94":"120","95":"120","96":"..","97":"833","98":"34.213685474189674","99":"643","100":"599","101":"722","102":"86","103":"93","104":"84","105":"0.5","106":"10.9","107":"4.5999999999999996","108":"3763","109":"2605","110":"1080","111":"78","112":"7871","113":"3899","114":"3557","115":"415","116":"6141.8639620000004","117":"7365.6043419999996","118":"4623.4217950000002","119":"0.10192165096678529","120":"-0.79182432502551414","121":"2.6696505161722062","122":"10924","123":"54.1","124":"810","125":"9098.208149","126":"-1.4181662664717876","127":"35.1","128":"0.36064737299999999","129":"766","130":"267","131":"222","132":"252","133":"25","134":"12","135":"8","136":"8","137":"1","138":"7","139":"178","140":"91","141":"87","142":"32","143":"55","144":"3912","145":"1973","146":"1939","147":"896","148":"1043","149":"27.640625","150":"0.31104199066874028","151":"..","152":"..","153":"77.218934911242599","154":"54.73372781065089","155":"11.22","156":"34.799999999999997","157":"17.3","158":"3.2","159":"414","160":"30.1","161":"6.5217391304347823","162":"2.1","163":"17.399999999999999","164":"43.236714975845409","165":"77.536231884057969","166":"9.5966386554621845","167":"3.3117338003502628","168":"1107.7180000000001","169":"84.480999999999995","170":"7.6","171":"1023.237","172":"1023.237","173":"-","174":"100","175":"-","176":"871.25599999999997","177":"25.646000000000001","178":"22.463000000000001","179":"76.344999999999999","180":"12.567","181":"85.147038271680998","182":"2.5063597192048399","183":"2.1952880906378498","184":"7.4611258193360896","185":"1.22816121778239","186":"65.466218809980802","187":"55.7425463851568","188":"1.6408189379398592","189":"1.4371721049264234","190":"4.8845169545745364","191":"0.80403071017274474","192":"0","193":"745.23894815760002","194":"100","195":"16.100000000000001","196":"7.9","197":"38","198":"0.9","199":"0.5","200":"3","201":"3808","202":"-","203":"-","204":"0.6","205":"-","206":"-","207":"-","208":"-","209":"0.6","210":"-","211":"-","212":"1.9211995304636609","213":"15.462679411434314","214":"6220","215":"5282","216":"8.1073457023854605","217":"9","218":"-","219":"4","220":"5","221":"0.57920399885510709","222":"1.4469453376205788","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.75255951365249696","235":"61","236":"4","237":"-0.51287992752419131","238":"70","239":"4","240":"-0.22648953732127799","241":"94","242":"120","243":"59","244":"9.27","245":"2.17","246":"23.4","247":"0.05","248":"0.5","249":"0","250":"0","251":"0.03","252":"0.3","253":"0.01","254":"0.1","255":"0.02","256":"0.2","257":"0.02","258":"0.2","259":"0.36","260":"3.9","261":"0","262":"0","263":"0","264":"0","265":"2.54","266":"27.4","267":"2.67","268":"28.8","269":"0.38","270":"4.0999999999999996","271":"1.02","272":"11.100000000000009","273":"15630","274":"7203","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"91.51","295":"-","296":"61.064924782264448","297":"70.796287249633608","298":"76.747104247104247","299":"54.000562798986962","300":"66.687846056095125"},{"1":"מגדל","2":"0065","3":"הצפון","4":"מועצה מקומית","5":"121.35454778889201","6":"1949","7":"0","8":"7","9":"251","10":"הגליל המזרחי","11":"11.627760525632169","12":"..","13":"1988","14":"97.4","15":"97.3","16":"-","17":"-","18":"-","19":"-","20":"1007","21":"981","22":"8.7525150905432589","23":"8.6016096579476855","24":"8.8028169014084501","25":"7.1931589537223344","26":"13.229376257545272","27":"17.555331991951711","28":"16.851106639839035","29":"7.042253521126761","30":"11.971830985915492","31":"30.633802816901408","32":"3.5211267605633805","33":"827","34":"42","35":"..","36":"0.4","37":"..","38":"13","39":"..","40":"29","41":"14.617564782312272","42":"0.41730364691846944","43":"5.28169014084507","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-5","50":"-3","51":"99","52":"43","53":"56","54":"35","55":"19","56":"40","57":"5","58":"102","59":"51","60":"51","61":"32","62":"29","63":"38","64":"3","65":"11","66":"11","67":"15.2","68":"10","69":"13.7","70":"2","71":"134","72":"0.91","73":"-","74":"-","75":"5.86","76":"-","77":"..","78":"1272","79":"81.660299776976316","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"245","87":"21.267361111111111","88":"99","89":"42","90":"8.5197934595524956","91":"40","92":"185","93":"124","94":"114","95":"121","96":"..","97":"..","98":"..","99":"42","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"254","109":"150","110":"87","111":"17","112":"612","113":"219","114":"288","115":"105","116":"8441.7704694323147","117":"9904.4109890109885","118":"6998.1664859002167","119":"-3.3119009863337823","120":"-6.4052109069866798","121":"-2.40449280228483E-2","122":"916","123":"42.8","124":"109","125":"9371.0561773700338","126":"11.277230971034991","127":"34.9","128":"0.40314018881299951","129":"106","130":"29","131":"44","132":"32","133":"..","134":"..","135":"..","136":"..","137":"..","138":"..","139":"..","140":"..","141":"..","142":"..","143":"..","144":"..","145":"..","146":"..","147":"..","148":"..","149":"..","150":"1.932367149758454","151":"..","152":"..","153":"80.769230769230774","154":"65.384615384615387","155":"21.5","156":"..","157":"13.7","158":"2.7","159":"6","160":"30.8","161":"0","162":"4.5","163":"20.5","164":"16.666666666666664","165":"66.666666666666657","166":"12.01592356687898","167":"2.7429101510734162","168":"432.61599999999999","169":"90.236999999999995","170":"20.9","171":"342.37900000000002","172":"337.82400000000001","173":"4.5549999999999997","174":"98.669602983827858","175":"1.3303970161721368","176":"223.09299999999999","177":"4.3109999999999999","178":"16.013000000000002","179":"70.736999999999995","180":"4.2759999999999998","181":"66.038232926020697","182":"1.2761082693947099","183":"4.7400421521265503","184":"20.939009661835701","185":"1.2657478450317301","186":"169.931589537223","187":"112.21981891348101","188":"2.1685110663983904","189":"8.0548289738430583","190":"35.581991951710265","191":"2.1509054325955734","192":"0","193":"198.32085000000001","194":"100","195":"2.7","196":"2.6","197":"11","198":"4","199":"4","200":"20","201":"919","202":"0.44","203":"1.83","204":"1.1459999999999999","205":"1.123","206":"-","207":"0.66","208":"4.0299999999999994","209":"0.6","210":"0.64500000000000002","211":"-","212":"3.4533238510826338","213":"4.7849073021430684","214":"922","215":"775","216":"8.1909677419354843","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.124697497528708","235":"140","236":"7","237":"0.78609680952889394","238":"159","239":"2","240":"-0.76172545798596503","241":"35","242":"41","243":"35","244":"11.66","245":"0.84","246":"7.2","247":"0.01","248":"0.1","249":"0.02","250":"0.2","251":"0","252":"0","253":"0.11","254":"0.9","255":"0.04","256":"0.3","257":"0","258":"0","259":"0.24","260":"2.1","261":"0","262":"0","263":"0","264":"0","265":"1.69","266":"14.5","267":"4.7","268":"40.299999999999997","269":"1.18","270":"10.1","271":"2.83","272":"24.3","273":"1988","274":"2367","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"79.790000000000006","295":"-","296":"67.291066282420758","297":"65.75539568345323","298":"66.666666666666657","299":"62.648083623693381","300":"66.575901974132066"},{"1":"מג'דל שמס","2":"4201","3":"הצפון","4":"מועצה מקומית","5":"184.99532775106701","6":"1982","7":"0","8":"11","9":"256","10":"מעלה חרמון","11":"15.382178883225015","12":"741.4","13":"11405","14":"-","15":"-","16":"100","17":"-","18":"-","19":"99.9","20":"5771","21":"5634","22":"7.0056992547128454","23":"7.610697062691802","24":"8.5664182376150819","25":"8.8382288469969303","26":"16.299868478737395","27":"20.04384042086804","28":"19.903551074090313","29":"3.919333625602806","30":"7.8123629986847876","31":"28.636562911003946","32":"2.6918018412976763","33":"662","34":"155","35":"1.91","36":"0.4","37":"..","38":"42","39":"5.65","40":"113","41":"9.9686591448062458","42":"1.2253661584408917","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"20","50":"24","51":"83","52":"30","53":"53","54":"17","55":"35","56":"31","57":"0","58":"59","59":"23","60":"36","61":"9","62":"21","63":"28","64":"1","65":"13","66":"103","67":"28.6","68":"24","69":"4.9000000000000004","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"25","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1206","87":"17.174594132725719","88":"501","89":"269","90":"7.2065592635212896","91":"38","92":"138","93":"121","94":"119","95":"120","96":"-","97":"827","98":"45.465538089480049","99":"380","100":"317","101":"433","102":"55","103":"22","104":"39.9","105":"18.8","106":"8.9","107":"32.4","108":"1603","109":"1210","110":"384","111":"9","112":"3094","113":"1841","114":"1205","115":"48","116":"5573.2148509999997","117":"6773.9435890000004","118":"4103.0156370000004","119":"2.0341521346801228","120":"2.7479761489777266","121":"1.3468721301614472","122":"4718","123":"64.5","124":"863","125":"7824.4659320000001","126":"1.3973957125423819","127":"40.4","128":"0.42651503699999999","129":"525","130":"177","131":"151","132":"173","133":"24","134":"4","135":"3","136":"2","137":"1","138":"1","139":"90","140":"50","141":"40","142":"19","143":"21","144":"2295","145":"1145","146":"1150","147":"568","148":"582","149":"23.479166666666668","150":"-","151":"-","152":"-","153":"83.886255924170612","154":"66.824644549763036","155":"9.34","156":"35.5","157":"20.3","158":"2.9","159":"261","160":"32.700000000000003","161":"2.2988505747126435","162":"4.0999999999999996","163":"17.3","164":"50.191570881226056","165":"83.908045977011497","166":"9.4897959183673475","167":"3.2559139784946236","168":"779.15300000000002","169":"7.5469999999999997","170":"1.0","171":"771.60599999999999","172":"758.904","173":"12.702","174":"98.353823065139466","175":"1.6461769348605375","176":"604.37199999999996","177":"23.675999999999998","178":"20.265999999999998","179":"80.55","180":"14.664999999999999","181":"79.637477203967805","182":"3.11976218335916","183":"2.67042998850975","184":"10.613990702381299","185":"1.9323919757966801","186":"66.547176429323002","187":"52.996492458786399","188":"2.076113644335321","189":"1.7770957558751315","190":"7.0633111189056468","191":"1.285952297439495","192":"0","193":"630.13977386500005","194":"98","195":"22.1","196":"13.6","197":"61","198":"13.6","199":"11.3","200":"42","201":"2706","202":"0.8","203":"5.2","204":"1","205":"-","206":"7.0000000000000007E-2","207":"1.3","208":"10.199999999999999","209":"1.0109999999999999","210":"-","211":"7.0000000000000007E-2","212":"1.8716583795724788","213":"6.3461118528412088","214":"5980","215":"4578","216":"8.0117955439056363","217":"3","218":"-","219":"1","220":"2","221":"0.2646546675612278","222":"0.50167224080267558","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.81557659526396797","235":"57","236":"4","237":"-0.49887799894556201","238":"72","239":"1","240":"-1.51826246892409","241":"5","242":"8","243":"4","244":"15.36","245":"2.02","246":"13.2","247":"0.02","248":"0.1","249":"0","250":"0","251":"0","252":"0","253":"0.03","254":"0.2","255":"0.01","256":"0.1","257":"0.05","258":"0.3","259":"0.23","260":"1.5","261":"0.01","262":"0.1","263":"0","264":"0","265":"0","266":"0","267":"6.26","268":"40.799999999999997","269":"0.14000000000000001","270":"0.9","271":"6.59","272":"42.800000000000004","273":"11405","274":"5646","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"3.42","295":"-","296":"17.353308364544322","297":"20.184544405997691","298":"18.222222222222221","299":"17.567567567567568","300":"23.393124065769804"},{"1":"מזכרת בתיה","2":"0028","3":"המרכז","4":"מועצה מקומית","5":"19.460335971352201","6":"1952","7":"0","8":"13","9":"453","10":"זמורה","11":"7.4245567204180993","12":"2077.4","13":"15424","14":"99.9","15":"98.6","16":"-","17":"-","18":"-","19":"-","20":"7627","21":"7796","22":"6.8918568464730292","23":"10.444761410788383","24":"11.33298755186722","25":"8.9535788381742734","26":"11.508039419087137","27":"17.544087136929459","28":"19.852178423236513","29":"3.9419087136929463","30":"9.5306016597510368","31":"34.193464730290458","32":"3.0536825726141079","33":"892","34":"192","35":"2.5099999999999998","36":"0.4","37":"..","38":"46","39":"3.87","40":"146","41":"9.5685582611606161","42":"2.189837026580463","43":"6.6973547717842319","44":"9","45":"55.555555555555557","46":"33.333333333333329","47":"0","48":"11.111111111111111","49":"177","50":"183","51":"713","52":"364","53":"349","54":"291","55":"61","56":"322","57":"39","58":"530","59":"267","60":"263","61":"133","62":"166","63":"207","64":"24","65":"490","66":"45","67":"10.4","68":"52","69":"8.3000000000000007","70":"2","71":"130","72":"0.7","73":"-","74":"-","75":"0.16","76":"-","77":"..","78":"692","79":"56.010609062204935","80":"25","81":"30","82":"..","83":"..","84":"..","85":"..","86":"1247","87":"14.732986767485823","88":"490","89":"195","90":"5.8528428093645486","91":"39","92":"200","93":"123","94":"110","95":"108","96":"..","97":"1471","98":"12.168592794017675","99":"126","100":"259","101":"285","102":"46","103":"46","104":"52.8","105":"29.3","106":"16.899999999999999","107":"1.1000000000000001","108":"1372","109":"870","110":"465","111":"37","112":"3032","113":"1323","114":"1516","115":"193","116":"13516.89997","117":"16855.891210000002","118":"10388.03642","119":"1.9979717743057623","120":"1.0918812825316371","121":"3.4167693398379217","122":"7295","123":"31","124":"651","125":"12951.47163","126":"0.92045342788484863","127":"32.299999999999997","128":"0.45099867300000002","129":"889","130":"230","131":"297","132":"325","133":"37","134":"7","135":"5","136":"4","137":"2","138":"2","139":"134","140":"79","141":"55","142":"27","143":"28","144":"3779","145":"2120","146":"1659","147":"865","148":"794","149":"27.878378378378379","150":"1.0047593865679536","151":"1.2409513960703205","152":"0.75757575757575757","153":"87.859424920127793","154":"83.386581469648561","155":"56.34","156":"55.8","157":"18.2","158":"4","159":"364","160":"32.4","161":"7.4175824175824179","162":"6.7","163":"15.3","164":"49.72527472527473","165":"78.296703296703299","166":"5.2857142857142856","167":"5.9864864864864868","168":"1198.164","169":"50.119","170":"4.2","171":"1148.0450000000001","172":"1146.539","173":"1.506","174":"99.868820473065085","175":"0.1311795269349198","176":"972.20100000000002","177":"49.165999999999997","178":"75.798000000000002","179":"12.377000000000001","180":"6.4029999999999996","181":"84.794411703396094","182":"4.2882099954733297","183":"6.6110267509434903","184":"1.0795097244838601","185":"0.55846334054053104","186":"74.334738070539402","187":"63.031703838174302","188":"3.1876296680497926","189":"4.9142894190871367","190":"0.80245072614107882","191":"0.41513226141078841","192":"0.6","193":"764.21691857363999","194":"100","195":"14","196":"13.3","197":"66","198":"16.399999999999999","199":"16.2","200":"84","201":"4234","202":"-","203":"-","204":"2.2589999999999999","205":"0.78300000000000003","206":"-","207":"-","208":"-","209":"1.159","210":"1.5389999999999999","211":"-","212":"1.6828861164740425","213":"23.253624986743262","214":"7015","215":"6358","216":"6.6072664359861593","217":"10","218":"-","219":"4","220":"6","221":"0.65538070281922034","222":"1.4255167498218104","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.29446471952898","235":"228","236":"2","237":"-1.3586867133556453","238":"12","239":"6","240":"1.1009318416764","241":"208","242":"205","243":"203","244":"7.419999999999999","245":"1.82","246":"24.5","247":"0.11","248":"1.5","249":"0","250":"0","251":"0.03","252":"0.4","253":"0.06","254":"0.8","255":"0.01","256":"0.1","257":"0.02","258":"0.3","259":"0.13","260":"1.8","261":"0.13","262":"1.8","263":"0.03","264":"0.4","265":"0","266":"0","267":"1.44","268":"19.399999999999999","269":"2.5099999999999998","270":"33.799999999999997","271":"1.1299999999999999","272":"15.2","273":"15424","274":"8475","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73","295":"-","296":"78.137378031108113","297":"76.428297546012274","298":"77.001897533206829","299":"74.841145593516899","300":"75.223194554936796"},{"1":"מזרעה","2":"0517","3":"הצפון","4":"מועצה מקומית","5":"103.07572734937","6":"1996","7":"0","8":"9","9":"201","10":"חבל אשר","11":"0.98353876771431359","12":"..","13":"4078","14":"-","15":"-","16":"99.7","17":"98","18":"-","19":"-","20":"2062","21":"2015","22":"10.225600784698381","23":"7.4546346248160864","24":"6.8906326630701322","25":"7.111329082883767","26":"18.023540951446787","27":"21.137812653261403","28":"16.012751348700345","29":"5.5174104953408536","30":"7.577243746934772","31":"28.126532614026484","32":"2.7219225110348209","33":"647","34":"87","35":"..","36":"-","37":"-","38":"31","39":"..","40":"56","41":"13.869312830166237","42":"1.9992459807157417","43":"9.8087297694948505E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"23","50":"21","51":"56","52":"17","53":"39","54":"17","55":"20","56":"17","57":"2","58":"35","59":"13","60":"22","61":"12","62":"10","63":"13","64":"0","65":"0","66":"43","67":"34.700000000000003","68":"12","69":"6.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"502","87":"19.555901830931045","88":"194","89":"99","90":"7.6018808777429463","91":"36","92":"158","93":"114","94":"111","95":"120","96":"-","97":"305","98":"24.590163934426229","99":"209","100":"100","101":"146","102":"28","103":"20","104":"94.1","105":"0.8","106":"1.4","107":"3.7","108":"582","109":"433","110":"143","111":"6","112":"1126","113":"646","114":"450","115":"30","116":"6753.6683380000004","117":"8094.2971580000003","118":"5153.4678219999996","119":"0.59766634918803074","120":"-0.19915973461648306","121":"3.0350585564995258","122":"1994","123":"50.1","124":"167","125":"7429.3489920000002","126":"-10.244607563500052","127":"49.7","128":"0.36902986100000001","129":"220","130":"75","131":"71","132":"73","133":"..","134":"2","135":"1","136":"1","137":"1","138":"-","139":"19","140":"13","141":"6","142":"6","143":"-","144":"462","145":"315","146":"147","147":"147","148":"-","149":"25.333333333333332","150":"1.5384615384615385","151":"..","152":"..","153":"87.878787878787875","154":"71.212121212121218","155":"11.91","156":"..","157":"13.4","158":"2.6","159":"62","160":"30.6","161":"3.225806451612903","162":"2.5","163":"19.8","164":"38.70967741935484","165":"83.870967741935488","166":"13.741935483870968","167":"12.124386252045827","168":"354.673","169":"79.438000000000002","170":"22.4","171":"275.23500000000001","172":"241.45699999999999","173":"33.777999999999999","174":"87.727578251312508","175":"12.272421748687485","176":"215.02199999999999","177":"8.5069999999999997","178":"-","179":"-","180":"12.66","181":"89.051880873198996","182":"3.5231946060789299","183":"-","184":"-","185":"5.2431695912729799","186":"59.209661598822997","187":"52.727317312407997","188":"2.0860716037273175","189":"-","190":"-","191":"3.1044629720451202","192":"0","193":"191.03824599999999","194":"100","195":"9.4","196":"8.4","197":"49","198":"6","199":"5.8","200":"26","201":"999","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.7359733219347704","213":"0.40956007565077607","214":"1854","215":"1494","216":"9.2469879518072293","217":"1","218":"-","219":"-","220":"1","221":"0.24766630053868283","222":"0.53937432578209277","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.48749991986901597","235":"88","236":"2","237":"-1.2401196122202842","238":"15","239":"4","240":"-0.22058471550016701","241":"96","242":"112","243":"67","244":"0.99000000000000021","245":"0.53","246":"53.5","247":"0.01","248":"1","249":"0.01","250":"1","251":"0","252":"0","253":"0.03","254":"3","255":"0.01","256":"1","257":"0.03","258":"3","259":"0.01","260":"1","261":"0.03","262":"3","263":"0","264":"0","265":"0","266":"0","267":"0.03","268":"3","269":"0.27","270":"27.3","271":"0.03","272":"3.2000000000000028","273":"4078","274":"7694","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"88.51","295":"-","296":"59.081346423562408","297":"69.84347826086956","298":"76.880796976983859","299":"51.975887474882789","300":"64.415156507413514"},{"1":"מטולה","2":"0043","3":"הצפון","4":"מועצה מקומית","5":"171.83611646803899","6":"1949","7":"0","8":"7","9":"259","10":"אצבע הגליל","11":"9.3918559598985549","12":"..","13":"1693","14":"96.3","15":"94.7","16":"-","17":"-","18":"-","19":"-","20":"850","21":"842","22":"6.8517424689899586","23":"4.7253396337861782","24":"4.9616066154754872","25":"5.9657412876550504","26":"20.555227406969877","27":"20.732427643236857","28":"14.884819846426462","29":"5.9066745422327234","30":"15.298287064382752","31":"20.259893679858241","32":"5.3160070880094503","33":"609","34":"23","35":"..","36":"-","37":"-","38":"4","39":"..","40":"19","41":"11.353951949649511","42":"2.3060348855716768","43":"8.0330773774365039","44":"..","45":"..","46":"..","47":"..","48":"..","49":"35","50":"30","51":"140","52":"69","53":"71","54":"20","55":"75","56":"44","57":"1","58":"110","59":"58","60":"52","61":"16","62":"33","63":"59","64":"2","65":"44","66":"13","67":"17.600000000000001","68":"3.3","69":"..","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"238","87":"21.402877697841728","88":"88","89":"42","90":"7.9782411604714412","91":"35","92":"162","93":"102","94":"102","95":"105","96":"..","97":"..","98":"..","99":"17","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"164","109":"103","110":"59","111":"..","112":"359","113":"155","114":"193","115":"11","116":"9523.486744432661","117":"10872.696530758227","118":"8205.3908106219424","119":"5.5118002358325757","120":"5.4171785822272778","121":"5.3430476091872903","122":"943","123":"42.4","124":"110","125":"10704.976856060619","126":"0.91276787310545782","127":"49.1","128":"0.44293781271178945","129":"48","130":"17","131":"17","132":"12","133":"..","134":"1","135":"1","136":"-","137":"-","138":"-","139":"6","140":"6","141":"-","142":"-","143":"-","144":"74","145":"74","146":"-","147":"-","148":"-","149":"12.333333333333334","150":"..","151":"..","152":"..","153":"70","154":"70","155":"40.409999999999997","156":"..","157":"14.8","158":"9.1","159":"17","160":"30.4","161":"0","162":"2.4","163":"18.899999999999999","164":"52.941176470588239","165":"76.470588235294116","166":"8.5190839694656493","167":"6.1931649331352157","168":"240.941","169":"6.5460000000000003","170":"2.7","171":"234.39500000000001","172":"229.36","173":"5.0350000000000001","174":"97.851916636447029","175":"2.1480833635529768","176":"165.06200000000001","177":"31.523","178":"9.7159999999999993","179":"20.242999999999999","180":"1.1830000000000001","181":"71.966341123125204","182":"13.7438960585978","183":"4.2361353331008003","184":"8.8258632717125902","185":"0.51578304848273504","186":"135.555555555556","187":"97.554373522458604","188":"18.630614657210401","189":"5.7423167848699768","190":"11.963947990543735","191":"0.69917257683215128","192":"0","193":"123.0359","194":"100","195":"1","196":"0.9","197":"4","198":"3.6","199":"1.7","200":"11","201":"608","202":"0.25","203":"1.25","204":"0.7","205":"0.7","206":"0.4","207":"0.25","208":"1.25","209":"0.62","210":"0.63","211":"-","212":"1.9643761945884881","213":"10.190474999895825","214":"1002","215":"854","216":"8.379391100702577","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.90089796577900405","235":"203","236":"4","237":"-0.48923605636423789","238":"74","239":"1","240":"-1.42214332528473","241":"10","242":"11","243":"10","244":"9.34","245":"0.63","246":"6.7","247":"0.01","248":"0.1","249":"0","250":"0","251":"0.09","252":"1","253":"0.1","254":"1.1000000000000001","255":"0.02","256":"0.2","257":"0","258":"0","259":"0.11","260":"1.2","261":"0.04","262":"0.4","263":"0.03","264":"0.3","265":"0.39","266":"4.2","267":"5.69","268":"60.9","269":"0.22","270":"2.4","271":"2.0099999999999998","272":"21.5","273":"1693","274":"2687","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"68.41","295":"-","296":"65.278757939308392","297":"59.110169491525419","298":"60.474860335195537","299":"58.719346049046315","300":"54.268696227663803"},{"1":"מיתר","2":"1268","3":"הדרום","4":"מועצה מקומית","5":"92.9828183573823","6":"1987","7":"0","8":"9","9":"615","10":"מיתר","11":"24.230284529238023","12":"436","13":"10565","14":"98.1","15":"98.1","16":"-","17":"-","18":"-","19":"-","20":"5304","21":"5261","22":"7.6478939895882627","23":"11.329862754377663","24":"11.897775674396593","25":"7.903454803596782","26":"11.831519167061051","27":"18.873639375295788","28":"17.567439659252248","29":"3.6630383341221013","30":"9.2853762423095123","31":"35.920492191197347","32":"3.0004732607666824","33":"926","34":"146","35":"2.58","36":"-","37":"-","38":"21","39":"3.37","40":"125","41":"12.168334836023574","42":"5.8661547330468409","43":"5.6601987695220064","44":"11","45":"36.363636363636367","46":"9.0909090909090917","47":"36.363636363636367","48":"18.181818181818183","49":"504","50":"495","51":"871","52":"439","53":"432","54":"380","55":"108","56":"365","57":"18","58":"376","59":"198","60":"178","61":"95","62":"87","63":"147","64":"47","65":"319","66":"60","67":"24","68":"31","69":"7.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"690","87":"12.071378586424073","88":"260","89":"111","90":"4.6486679778294295","91":"37","92":"192","93":"111","94":"104","95":"100","96":"-","97":"995","98":"2.4120603015075375","99":"32","100":"114","101":"142","102":"37","103":"44","104":"64.400000000000006","105":"31","106":"2.2000000000000002","107":"2.4","108":"918","109":"627","110":"277","111":"14","112":"1914","113":"930","114":"907","115":"77","116":"15289.65451","117":"18749.964840000001","118":"11761.88895","119":"1.8083097482277211","120":"2.0431295590396914","121":"2.148043093696117","122":"4869","123":"28.6","124":"374","125":"13070.84453","126":"-5.0672427943809666","127":"33.4","128":"0.43929054400000001","129":"635","130":"188","131":"207","132":"217","133":"23","134":"5","135":"4","136":"2","137":"1","138":"1","139":"99","140":"63","141":"36","142":"18","143":"18","144":"2986","145":"1803","146":"1183","147":"610","148":"573","149":"28.779661016949152","150":"0.59171597633136097","151":"0.58823529411764708","152":"0.59523809523809523","153":"91.244239631336413","154":"85.253456221198149","155":"64.95","156":"51.8","157":"19","158":"5.2","159":"247","160":"33.5","161":"4.4534412955465585","162":"4.5999999999999996","163":"15.9","164":"42.105263157894733","165":"69.230769230769226","166":"10.36986301369863","167":"3.0581241743725229","168":"1369.64","169":"243.14699999999999","170":"17.752621126719401","171":"1126.4929999999999","172":"1126.4929999999999","173":"-","174":"100","175":"-","176":"939.01499999999999","177":"51.319000000000003","178":"119.571","179":"2.2749999999999999","180":"6.907","181":"83.357375500779895","182":"4.5556430443864304","183":"10.6144467830692","184":"0.20195420655077301","185":"0.61314184819612705","186":"106.61489683891701","187":"88.871379897785403","188":"4.8569941321219003","189":"11.316581487791028","190":"0.21531326897596062","191":"0.65370054893053187","192":"0","193":"863.04525000000012","194":"100","195":"31","196":"29","197":"122","198":"16.399999999999999","199":"15.5","200":"61","201":"2727","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.8584376019558577","213":"23.334941755128337","214":"5118","215":"4678","216":"6.1376656690893547","217":"3","218":"-","219":"1","220":"2","221":"0.2920400360645658","222":"0.58616647127784283","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.54560487694903","235":"244","236":"7","237":"0.70697207403445161","238":"155","239":"3","240":"-0.54331522558568102","241":"57","242":"45","243":"87","244":"24.109999999999996","245":"3.05","246":"12.7","247":"0.04","248":"0.2","249":"0.01","250":"0","251":"0.05","252":"0.2","253":"0.06","254":"0.2","255":"0","256":"0","257":"0","258":"0","259":"0.33","260":"1.4","261":"0.01","262":"0","263":"0.09","264":"0.4","265":"9.68","266":"40.1","267":"0.23","268":"1","269":"8.61","270":"35.700000000000003","271":"1.95","272":"8.1","273":"10565","274":"3464","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73.540000000000006","295":"65.10964253529589","296":"76.734147067579642","297":"74.397244546498271","298":"74.291300097751716","299":"73.142630115216519","300":"72.384989402817595"},{"1":"מסעדה","2":"4203","3":"הצפון","4":"מועצה מקומית","5":"181.211246889687","6":"1982","7":"0","8":"9","9":"256","10":"מעלה חרמון","11":"12.011380982624713","12":"..","13":"3812","14":"-","15":"-","16":"100","17":"0.1","18":"-","19":"99.9","20":"1945","21":"1867","22":"7.2402938090241342","23":"9.3126967471143764","24":"9.6537250786988462","25":"9.4176285414480585","26":"14.611752360965372","27":"20.592864637985311","28":"18.074501573976914","29":"3.4627492130115427","30":"7.6337880377754459","31":"32.214060860440711","32":"2.7544596012591813","33":"763","34":"77","35":"..","36":"-","37":"-","38":"13","39":"..","40":"64","41":"16.919948377933682","42":"1.5925884514057316","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-6","50":"-7","51":"20","52":"6","53":"14","54":"1","55":"12","56":"7","57":"0","58":"27","59":"3","60":"24","61":"4","62":"15","63":"8","64":"0","65":"0","66":"47","67":"43.6","68":"7","69":"4.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"352","87":"15.74944071588367","88":"150","89":"79","90":"6.7750677506775059","91":"39","92":"140","93":"126","94":"124","95":"129","96":"-","97":"263","98":"46.00760456273764","99":"178","100":"120","101":"146","102":"21","103":"11","104":"60.2","105":"10.5","106":"3.5","107":"25.7","108":"625","109":"427","110":"190","111":"8","112":"1322","113":"665","114":"617","115":"40","116":"5601.1820559999996","117":"6994.658915","118":"3804.4952520000002","119":"1.265946740082291","120":"1.3084573857808257","121":"3.7198600245699653","122":"1527","123":"63.5","124":"271","125":"7138.1717099999996","126":"-2.5930846846008215","127":"52.4","128":"0.43752066099999998","129":"209","130":"56","131":"68","132":"77","133":"8","134":"3","135":"1","136":"2","137":"1","138":"1","139":"46","140":"20","141":"26","142":"11","143":"15","144":"1109","145":"488","146":"621","147":"282","148":"339","149":"26.222222222222221","150":"..","151":"..","152":"..","153":"94.73684210526315","154":"71.05263157894737","155":"8","156":"..","157":"22.5","158":"2.8","159":"136","160":"31.6","161":"4.4117647058823533","162":"2.4","163":"14.2","164":"47.058823529411761","165":"84.558823529411768","166":"6.7","167":"0.46202783300198808","168":"292.12900000000002","169":"7.0259999999999998","170":"2.4","171":"285.10399999999998","172":"280.18299999999999","173":"4.9210000000000003","174":"98.273963185363939","175":"1.7260368146360627","176":"216.976","177":"18.489999999999998","178":"24.663","179":"16.776","180":"2.6880000000000002","181":"77.440815467034","182":"6.5992583418694197","183":"8.80246124854113","184":"5.9875153024987204","185":"0.95937298123012504","186":"73.500262329485807","187":"56.9192025183631","188":"4.8504721930745012","189":"6.469832109129066","190":"4.4008394543546698","191":"0.70514165792235051","192":"0","193":"184.29599999999996","194":"96.999999999999986","195":"3.3","196":"3.1","197":"15","198":"7.9","199":"6.3","200":"27","201":"1584","202":"-","203":"-","204":"2.355","205":"-","206":"-","207":"3.1","208":"45","209":"2.4300000000000002","210":"-","211":"-","212":"1.6970728571557914","213":"5.4041826717883055","214":"2070","215":"1522","216":"7.9185282522996054","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.06613462842239","235":"37","236":"2","237":"-0.95435313018784895","238":"36","239":"1","240":"-1.4829089440105001","241":"9","242":"12","243":"6","244":"12.030000000000001","245":"0.79","246":"6.6","247":"0.05","248":"0.4","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.01","254":"0.1","255":"0","256":"0","257":"0.03","258":"0.2","259":"0.08","260":"0.7","261":"0","262":"0","263":"0","264":"0","265":"0.28000000000000003","266":"2.2999999999999998","267":"6.33","268":"52.6","269":"0.19","270":"1.6","271":"4.26","272":"35.4","273":"3812","274":"4825","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"21.779141104294478","297":"24.855491329479769","298":"22.316384180790962","299":"19.414893617021274","300":"22.559652928416483"},{"1":"מעיליא","2":"0518","3":"הצפון","4":"מועצה מקומית","5":"120.97458232496599","6":"1957","7":"0","8":"9","9":"258","10":"מעלה נפתלי","11":"2.1244718471983903","12":"..","13":"3267","14":"-","15":"-","16":"97.6","17":"0.1","18":"99.8","19":"0.1","20":"1629","21":"1638","22":"6.6727884909703095","23":"6.580961126415672","24":"6.3360881542699721","25":"7.7134986225895315","26":"13.712886440159167","27":"18.763391490664219","28":"18.79400061218243","29":"4.9892868074686261","30":"16.467707376798288","31":"23.936333027242117","32":"9.6418732782369148","33":"778","34":"41","35":"..","36":"-","37":"-","38":"21","39":"..","40":"20","41":"6.1189812889308062","42":"-7.3252600277157853E-2","43":"1.4080195898377716","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-8","50":"-12","51":"23","52":"7","53":"16","54":"6","55":"7","56":"10","57":"0","58":"35","59":"7","60":"28","61":"9","62":"15","63":"11","64":"0","65":"0","66":"19","67":"17.899999999999999","68":"8","69":"5.2","70":"2","71":"145","72":"-","73":"-","74":"-","75":"4.4400000000000004","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"252","87":"13.200628601361968","88":"109","89":"49","90":"5.7428872497365644","91":"39","92":"177","93":"123","94":"123","95":"128","96":"-","97":"431","98":"8.8167053364269137","99":"63","100":"171","101":"67","102":"16","103":"21","104":"73.599999999999994","105":"2.2000000000000002","106":"17.5","107":"6.7","108":"379","109":"295","110":"82","111":"..","112":"709","113":"438","114":"260","115":"11","116":"9671.4340630000006","117":"10982.381600000001","118":"8357.1550189999998","119":"1.3025591231221156","120":"1.6875564191888071","121":"0.4303753939404853","122":"1576","123":"38.200000000000003","124":"167","125":"10387.5461","126":"-6.8675470692820761","127":"38.9","128":"0.39858460200000001","129":"124","130":"48","131":"36","132":"38","133":"..","134":"2","135":"1","136":"1","137":"-","138":"1","139":"31","140":"18","141":"13","142":"-","143":"13","144":"750","145":"414","146":"336","147":"-","148":"336","149":"23.666666666666668","150":"1.6835016835016834","151":"..","152":"..","153":"75","154":"70","155":"34.130000000000003","156":"..","157":"30.2","158":"4.3","159":"79","160":"31.3","161":"5.0632911392405067","162":"1.8","163":"20.100000000000001","164":"58.22784810126582","165":"73.417721518987349","166":"10.440625000000001","167":"4.280290791599354","168":"-","169":"-","170":"-","171":"-","172":"-","173":"-","174":"-","175":"-","176":"-","177":"-","178":"-","179":"-","180":"-","181":"-","182":"-","183":"-","184":"-","185":"-","186":"-","187":"-","188":"-","189":"-","190":"-","191":"-","192":"0","193":"223.26850000000002","194":"100","195":"5","196":"5","197":"20","198":"2.9","199":"1.9","200":"8","201":"991","202":"0.15","203":"0.6","204":"-","205":"-","206":"-","207":"0.15","208":"0.6","209":"-","210":"-","211":"-","212":"1.8573422939180766","213":"1.9051238055179716","214":"1844","215":"1541","216":"8.36859182349124","217":"2","218":"-","219":"-","220":"2","221":"0.6118981288930806","222":"1.0845986984815619","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.86198172403443996","235":"198","236":"2","237":"-1.0339660600017337","238":"26","239":"3","240":"-0.66688397940740696","241":"41","242":"57","243":"36","244":"2.1","245":"0.9","246":"42.9","247":"0.04","248":"1.9","249":"0.01","250":"0.5","251":"0.01","252":"0.5","253":"0.02","254":"1","255":"0.02","256":"1","257":"0.13","258":"6.2","259":"0.04","260":"1.9","261":"0","262":"0","263":"0","264":"0","265":"0.41","266":"19.5","267":"0.23","268":"11","269":"7.0000000000000007E-2","270":"3.3","271":"0.22","272":"10.299999999999997","273":"3267","274":"3630","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.82","295":"-","296":"61.562998405103663","297":"68.026941362916006","298":"71.747648902821311","299":"65.029239766081872","300":"66.551987767584095"},{"1":"מעלה אפרים","2":"3608","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"61.789245043593603","6":"1981","7":"0","8":"7","9":"707","10":"מעלה אפרים","11":"..","12":"..","13":"1318","14":"99.7","15":"91.7","16":"-","17":"-","18":"-","19":"-","20":"687","21":"631","22":"11.456752655538695","23":"12.291350531107739","24":"9.9393019726858878","25":"8.1183611532625193","26":"14.339908952959028","27":"17.298937784522003","28":"11.532625189681335","29":"4.2488619119878601","30":"10.698027314112291","31":"37.025796661608496","32":"2.7314112291350532","33":"1107","34":"28","35":"..","36":"0.2","37":"..","38":"8","39":"..","40":"20","41":"15.545561910607059","42":"4.9492764339495778","43":"14.643399089529591","44":"0","45":"0","46":"0","47":"0","48":"0","49":"40","50":"46","51":"113","52":"52","53":"61","54":"61","55":"23","56":"29","57":"0","58":"67","59":"33","60":"34","61":"25","62":"16","63":"23","64":"3","65":"32","66":"10","67":"21.3","68":"12","69":"30.7","70":"2","71":"87","72":"-","73":"-","74":"0.96","75":"-","76":"5.98","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"190","87":"28.963414634146339","88":"79","89":"27","90":"12.324492979719189","91":"41","92":"181","93":"131","94":"117","95":"120","96":"-","97":"..","98":"..","99":"47","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"230","109":"148","110":"53","111":"29","112":"583","113":"226","114":"175","115":"182","116":"8003.6413845486113","117":"9391.7883944153582","118":"6629.8793177892921","119":"3.8359081852047838","120":"2.6925665164020396","121":"4.823587475346014","122":"768","123":"36.799999999999997","124":"44","125":"7052.3490151515143","126":"-6.8224913779490137","127":"52.3","128":"0.34492791767173114","129":"100","130":"28","131":"32","132":"34","133":"6","134":"1","135":"-","136":"2","137":"1","138":"1","139":"13","140":"-","141":"13","142":"8","143":"5","144":"264","145":"-","146":"264","147":"154","148":"110","149":"-","150":"2.3076923076923079","151":"..","152":"..","153":"66.666666666666657","154":"53.333333333333336","155":"26.3","156":"..","157":"6.6","158":"2.4","159":"48","160":"29.4","161":"4.1666666666666661","162":"3.8","163":"17.399999999999999","164":"39.583333333333329","165":"75","166":"7.208333333333333","167":"3.78131021194605","168":"206.99","169":"20.082000000000001","170":"9.7019179670515499","171":"186.90799999999999","172":"186.90799999999999","173":"-","174":"100","175":"-","176":"69.430000000000007","177":"12.536","178":"23.943999999999999","179":"71.206999999999994","180":"7.3680000000000003","181":"37.146617587262199","182":"6.7070430372161702","183":"12.810580606501601","184":"38.097352708284298","185":"3.9420463543561501","186":"141.811836115326","187":"52.678300455235203","188":"9.5113808801213953","189":"18.166919575113809","190":"54.026555386949923","191":"5.590288315629742","192":"0","193":"97.153000000000006","194":"0","195":"1.1000000000000001","196":"1.1000000000000001","197":"9","198":"-","199":"-","200":"-","201":"436","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.2654701883095796","213":"1.4691281153762012","214":"518","215":"467","216":"7.9785867237687365","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.53429464036876995","235":"85","236":"6","237":"0.26939516380589174","238":"129","239":"3","240":"-0.36807849247309299","241":"78","242":"39","243":"143","244":"5.59","245":"0.3","246":"5.4","247":"0.05","248":"0.9","249":"0.01","250":"0.2","251":"0.01","252":"0.2","253":"0.03","254":"0.5","255":"0","256":"0","257":"0.08","258":"1.4","259":"0.15","260":"2.7","261":"0","262":"0","263":"0.06","264":"1.1000000000000001","265":"0","266":"0","267":"0","268":"0","269":"0.62","270":"11.1","271":"4.28","272":"76.5","273":"1318","274":"4393","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"55.633802816901415","297":"51.644444444444446","298":"53.249097472924191","299":"50.990990990990994","300":"54.216867469879517"},{"1":"מעלה עירון","2":"1327","3":"חיפה","4":"מועצה מקומית","5":"60.870553980148202","6":"1996","7":"0","8":"11","9":"354","10":"עירון","11":"6.0334982725671926","12":"2506.8000000000002","13":"15642","14":"-","15":"-","16":"100","17":"100","18":"-","19":"-","20":"7953","21":"7689","22":"9.8388952819332562","23":"9.071729957805907","24":"9.1420534458509142","25":"10.427055363764225","26":"19.895154072369262","27":"17.504155478839024","28":"15.803605677023398","29":"3.0111238971998464","30":"5.3062268252141669","31":"34.030175169415678","32":"1.7133358905510805","33":"779","34":"330","35":"2.69","36":"1.8","37":"( 5.7)","38":"61","39":"6.38","40":"269","41":"17.342129206702623","42":"1.7044032916260221","43":"6.3930443677279129E-3","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-21","50":"-21","51":"114","52":"37","53":"77","54":"38","55":"51","56":"25","57":"0","58":"135","59":"48","60":"87","61":"34","62":"71","63":"30","64":"0","65":"57","66":"225","67":"52.1","68":"16","69":"2.4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1119","79":"110.91006101836838","80":"28","81":"46","82":"..","83":"..","84":"..","85":"..","86":"1498","87":"16.602017067494181","88":"690","89":"439","90":"7.7536801887852569","91":"38","92":"153","93":"123","94":"133","95":"142","96":"-","97":"1658","98":"10.554885404101327","99":"811","100":"554","101":"458","102":"49","103":"65","104":"70.7","105":"2.2000000000000002","106":"26.7","107":"0.4","108":"2323","109":"1431","110":"813","111":"79","112":"5267","113":"2168","114":"2683","115":"416","116":"6037.9223039999997","117":"7231.208122","118":"4277.5442869999997","119":"-0.41060672696680012","120":"0.5712414123405285","121":"-0.88056595132016691","122":"6297","123":"58.3","124":"492","125":"9803.6228620000002","126":"3.1210038551455099","127":"33.299999999999997","128":"0.38174254299999999","129":"859","130":"297","131":"267","132":"278","133":"17","134":"7","135":"4","136":"5","137":"3","138":"2","139":"134","140":"70","141":"64","142":"33","143":"31","144":"3326","145":"1667","146":"1659","147":"874","148":"785","149":"24.666666666666668","150":"0.27578599007170435","151":"..","152":"..","153":"71.98795180722891","154":"61.144578313253021","155":"11.82","156":"24.8","157":"11.9","158":"2.4","159":"345","160":"32.799999999999997","161":"2.8985507246376812","162":"3.5","163":"17.899999999999999","164":"41.449275362318836","165":"80","166":"9.1891891891891895","167":"3.5029411764705882","168":"459.75299999999999","169":"42.085000000000001","170":"9.2","171":"417.66800000000001","172":"416.678","173":"0.99","174":"99.762969631381864","175":"0.23703036861813689","176":"356.66899999999998","177":"37.475000000000001","178":"-","179":"2.3039999999999998","180":"18.675999999999998","181":"85.598231728097005","182":"8.9937553698539396","183":"-","184":"0.55294495989709103","185":"4.4821180863880503","186":"26.638409410561302","187":"22.802007415931499","188":"2.3957933768060351","189":"-","190":"0.14729574223245109","191":"1.1939649661168648","192":"0.80321285140562237","193":"764.76164761603195","194":"97.663860360192899","195":"8.9","196":"6.4","197":"33","198":"3.7","199":"2.9","200":"16","201":"3116","202":"-","203":"-","204":"0.54900000000000004","205":"1.393","206":"-","207":"-","208":"-","209":"0.54900000000000004","210":"1.3939999999999999","211":"-","212":"1.2829710775296013","213":"16.61113833987741","214":"6399","215":"5289","216":"8.7755719417659286","217":"6","218":"1","219":"2","220":"3","221":"0.3868132908558205","222":"0.93764650726676046","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1472873954185301","235":"27","236":"9","237":"2.0738192481257944","238":"198","239":"5","240":"0.14746263007958199","241":"139","242":"137","243":"145","244":"6.2599999999999989","245":"3.03","246":"48.4","247":"0.08","248":"1.3","249":"0.01","250":"0.2","251":"0.01","252":"0.2","253":"0","254":"0","255":"0","256":"0","257":"0.03","258":"0.5","259":"0.02","260":"0.3","261":"0.01","262":"0.2","263":"0","264":"0","265":"0.64","266":"10.199999999999999","267":"1.53","268":"24.4","269":"0.02","270":"0.3","271":"0.88","272":"14.00000000000002","273":"15642","274":"5162","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"88.34","295":"-","296":"37.136907860489323","297":"48.50041084634347","298":"61.317704122877927","299":"31.425496526758636","300":"43.069863270275334"},{"1":"מצפה רמון","2":"0099","3":"הדרום","4":"מועצה מקומית","5":"171.98941781185999","6":"1964","7":"0","8":"9","9":"613","10":"מצפה רמון","11":"75.708028692663461","12":"68.400000000000006","13":"5178","14":"96","15":"91.9","16":"4","17":"91.8","18":"1","19":"7.7","20":"2851","21":"2326","22":"10.139049826187717","23":"8.2078022402471991","24":"7.12630359212051","25":"10.950173812282735","26":"21.282348397064503","27":"17.921977597528002","28":"11.915797605252994","29":"3.2831208960988798","30":"9.1348010814986473","31":"32.020084974893784","32":"3.5341830822711473","33":"837","34":"145","35":"..","36":"0.8","37":"..","38":"22","39":"5.85","40":"123","41":"23.738996547710904","42":"-0.14715492429014887","43":"14.445731942835071","44":"8","45":"0","46":"62.5","47":"25","48":"12.5","49":"-128","50":"-135","51":"327","52":"173","53":"154","54":"56","55":"160","56":"101","57":"10","58":"462","59":"237","60":"225","61":"136","62":"142","63":"162","64":"22","65":"301","66":"78","67":"34.4","68":"14","69":"9","70":"3","71":"592","72":"-","73":"4.84","74":"6.58","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"643","87":"21.930422919508867","88":"235","89":"100","90":"8.0728272071453109","91":"39","92":"161","93":"120","94":"101","95":"96","96":"..","97":"525","98":"37.333333333333336","99":"284","100":"151","101":"255","102":"24","103":"11","104":"62.9","105":"35.200000000000003","106":"1.3","107":"0.6","108":"1033","109":"615","110":"287","111":"131","112":"2671","113":"921","114":"966","115":"784","116":"7769.8137530000004","117":"9398.3300839999993","118":"6068.8370409999998","119":"1.5588429982104746","120":"0.47965827793894356","121":"4.1781356426075611","122":"2711","123":"46.7","124":"200","125":"9664.5675420000007","126":"4.5308367618938528","127":"41.5","128":"0.40598075","129":"278","130":"90","131":"97","132":"80","133":"11","134":"6","135":"4","136":"3","137":"1","138":"2","139":"56","140":"35","141":"21","142":"5","143":"16","144":"1029","145":"568","146":"461","147":"112","148":"349","149":"17.25","150":"2.0120724346076457","151":"2.4096385542168677","152":"1.6129032258064515","153":"75.757575757575751","154":"66.666666666666657","155":"25.81","156":"28.2","157":"11.4","158":"4.3","159":"165","160":"26.9","161":"10.303030303030303","162":"5.4","163":"13.6","164":"35.151515151515149","165":"60.606060606060609","166":"10.100286532951289","167":"3.2754609929078016","168":"736.33799999999997","169":"54.558","170":"7.4","171":"681.78","172":"673.85900000000004","173":"7.9210000000000003","174":"98.838188271876561","175":"1.1618117281234415","176":"259.08300000000003","177":"26.19","178":"110.364","179":"39.503999999999998","180":"23.042000000000002","181":"38.447657447626298","182":"3.88656974233482","183":"16.377906950860599","184":"5.86235399393642","185":"3.4194096984680802","186":"130.11372851901899","187":"50.0256806333269","188":"5.0569608032438698","189":"21.309905387140375","190":"7.6277273604943039","191":"4.4491214520177644","192":"0","193":"466.357490691355","194":"99.991958958363796","195":"4.7","196":"3.8","197":"27","198":"1.5","199":"0.2","200":"-","201":"1967","202":"1.1499999999999999","203":"7.65","204":"-","205":"0.1","206":"0.5","207":"0.65","208":"4.1500000000000004","209":"-","210":"0.1","211":"-","212":"2.2782253512562476","213":"8.5243582269126943","214":"1705","215":"1430","216":"8.722377622377623","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.78116503923538605","235":"59","236":"8","237":"0.86769928441431055","238":"162","239":"1","240":"-1.51602571001199","241":"6","242":"3","243":"9","244":"75.83","245":"1.1299999999999999","246":"1.5","247":"0.08","248":"0.1","249":"0.01","250":"0","251":"0","252":"0","253":"0.28000000000000003","254":"0.4","255":"0.02","256":"0","257":"0.09","258":"0.1","259":"0.55000000000000004","260":"0.7","261":"0","262":"0","263":"0.03","264":"0","265":"0.08","266":"0.1","267":"0.04","268":"0.1","269":"0.44","270":"0.6","271":"73.08","272":"96.4","273":"5178","274":"4582","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"63.36","295":"-","296":"57.771739130434781","297":"56.956166621290492","298":"57.781995661605201","299":"50.404312668463611","300":"53.089061246322544"},{"1":"משהד","2":"0520","3":"הצפון","4":"מועצה מקומית","5":"91.467023190541497","6":"1960","7":"0","8":"9","9":"257","10":"מבוא העמקים","11":"7.1660019238237309","12":"1206.5999999999999","13":"8655","14":"-","15":"-","16":"100","17":"100","18":"-","19":"-","20":"4486","21":"4169","22":"10.329289428076256","23":"10.791450028885038","24":"9.3356441363373772","25":"9.7053726169844019","26":"19.064124783362217","27":"19.79202772963605","28":"12.744078567302138","29":"3.0964760254188328","30":"5.141536683997689","31":"36.025418833044483","32":"1.7446562680531486","33":"828","34":"218","35":"..","36":"0.6","37":"..","38":"25","39":"7.33","40":"193","41":"22.51836094865223","42":"1.9938939696713618","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-30","50":"-31","51":"53","52":"17","53":"36","54":"20","55":"14","56":"19","57":"0","58":"84","59":"29","60":"55","61":"23","62":"43","63":"18","64":"0","65":"1","66":"125","67":"49.2","68":"9.3000000000000007","69":"2.9","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"839","87":"17.270481679703583","88":"362","89":"244","90":"7.5542570951585981","91":"36","92":"155","93":"117","94":"124","95":"124","96":"-","97":"644","98":"19.254658385093169","99":"407","100":"168","101":"336","102":"40","103":"28","104":"83.8","105":"0.9","106":"10.1","107":"5.0999999999999996","108":"1303","109":"655","110":"558","111":"90","112":"3396","113":"995","114":"1919","115":"482","116":"6007.3984680000003","117":"7103.3102170000002","118":"4372.1873349999996","119":"0.2144090712316471","120":"0.79081233254010286","121":"1.3532982080615596","122":"3155","123":"56.7","124":"276","125":"9458.3301179999999","126":"-8.87620804313819","127":"31.5","128":"0.35744537700000001","129":"579","130":"181","131":"187","132":"204","133":"7","134":"7","135":"3","136":"4","137":"1","138":"3","139":"84","140":"43","141":"41","142":"13","143":"28","144":"2029","145":"1072","146":"957","147":"312","148":"645","149":"25.94736842105263","150":"0.28763183125599234","151":"..","152":"..","153":"69.856459330143537","154":"41.626794258373209","155":"11.95","156":"30.3","157":"16.600000000000001","158":"2.8","159":"236","160":"31.9","161":"2.5423728813559325","162":"2.7","163":"17.899999999999999","164":"42.372881355932201","165":"71.186440677966104","166":"9.6666666666666661","167":"3.3186206896551722","168":"538.69500000000005","169":"49.636000000000003","170":"9.2","171":"489.06099999999998","172":"466.91399999999999","173":"22.146999999999998","174":"95.471526046853057","175":"4.5284739531469489","176":"410.827","177":"30.012","178":"-","179":"3.0369999999999999","180":"3.27","181":"87.987723649323001","182":"6.4277361569796598","183":"-","184":"0.65044098056601396","185":"0.70034310386923504","186":"53.947313691507802","187":"47.467013287117297","188":"3.467590987868284","189":"-","190":"0.35089543616406699","191":"0.37781629116117849","192":"2","193":"351.99013968784595","194":"97.08983325240753","195":"15","196":"11.5","197":"47","198":"10.6","199":"10.1","200":"39","201":"1617","202":"-","203":"-","204":"1.91","205":"0.22","206":"-","207":"1.1499999999999999","208":"13.8","209":"-","210":"-","211":"-","212":"1.3638040011412196","213":"15.326972155706025","214":"3612","215":"2778","216":"7.6058315334773221","217":"2","218":"-","219":"1","220":"1","221":"0.2333508906596086","222":"0.55370985603543743","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1822877488564001","235":"24","236":"4","237":"-0.3580066934189054","238":"83","239":"5","240":"3.7535828765701898E-2","241":"125","242":"154","243":"92","244":"7.18","245":"1.21","246":"16.899999999999999","247":"0.05","248":"0.7","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.01","254":"0.1","255":"0","256":"0","257":"0","258":"0","259":"0.1","260":"1.4","261":"0.02","262":"0.3","263":"0","264":"0","265":"0.93","266":"13","267":"2.34","268":"32.6","269":"1.19","270":"16.600000000000001","271":"1.32","272":"18.300000000000004","273":"8655","274":"7153","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"92.68","295":"11.572013530354281","296":"49.276954054548781","297":"58.956301914048396","298":"67.775393419170243","299":"49.608899704501994","300":"48.425987943737439"},{"1":"נחף","2":"0522","3":"הצפון","4":"מועצה מקומית","5":"113.852691345162","6":"1968","7":"0","8":"11","9":"260","10":"בקעת בית הכרם","11":"6.0671191207460415","12":"2234.6999999999998","13":"13558","14":"-","15":"-","16":"99.8","17":"99.9","18":"-","19":"-","20":"6871","21":"6688","22":"10.47352116831391","23":"10.053105177754832","24":"9.5515562767369815","25":"11.122584451984068","26":"18.210650538427497","27":"19.648915769287505","28":"13.991739194571471","29":"2.5815016964154003","30":"4.3664257265083348","31":"36.664699808231305","32":"1.6595368048384718","33":"837","34":"272","35":"2.6","36":"1.4","37":"( 4.8)","38":"53","39":"6.66","40":"219","41":"16.289319583765518","42":"1.7048456902664526","43":"2.2127157397846289E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-4","50":"-3","51":"84","52":"24","53":"60","54":"22","55":"34","56":"27","57":"1","58":"87","59":"23","60":"64","61":"22","62":"46","63":"19","64":"0","65":"2","66":"155","67":"40.200000000000003","68":"30","69":"5.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"790","79":"108.52210509446488","80":"26","81":"42","82":"..","83":"..","84":"..","85":"..","86":"1175","87":"15.593895155938952","88":"495","89":"305","90":"6.6675646551724146","91":"36","92":"148","93":"120","94":"121","95":"121","96":"-","97":"602","98":"32.724252491694351","99":"658","100":"315","101":"619","102":"74","103":"36","104":"53.7","105":"5.2","106":"32","107":"9","108":"2034","109":"1140","110":"770","111":"124","112":"4995","113":"1737","114":"2588","115":"670","116":"6226.3235880000002","117":"7484.6840670000001","118":"4477.5395829999998","119":"-0.56994865674956374","120":"0.61107482098166077","121":"-1.4106314149450849","122":"5353","123":"55.3","124":"452","125":"7759.8113050000002","126":"0.12591518817295366","127":"47.1","128":"0.379392226","129":"837","130":"304","131":"263","132":"260","133":"10","134":"6","135":"3","136":"5","137":"2","138":"3","139":"150","140":"68","141":"82","142":"39","143":"43","144":"3514","145":"1626","146":"1888","147":"1013","148":"875","149":"25.721311475409838","150":"1.0404624277456647","151":"1.2835472578763127","152":"0.80183276059564712","153":"70.068027210884352","154":"34.693877551020407","155":"14.3","156":"37.9","157":"19.100000000000001","158":"3.5","159":"375","160":"32.700000000000003","161":"3.2","162":"3.2","163":"19.2","164":"49.066666666666663","165":"77.86666666666666","166":"13.833333333333334","167":"2.2334337349397591","168":"738.92","169":"31.562999999999999","170":"4.3","171":"707.35699999999997","172":"696.19899999999996","173":"11.157999999999999","174":"98.422578697885228","175":"1.5774213021147738","176":"608.22900000000004","177":"23.821000000000002","178":"11.553000000000001","179":"23.21","180":"16.033000000000001","181":"87.364244993170104","182":"3.4215791749198101","183":"1.65943932697404","184":"3.3338169115439702","185":"2.3029335003353899","186":"51.3496828440773","187":"44.861262723115502","188":"1.7569700545803215","189":"0.85211683139106065","190":"1.7119044106800414","191":"1.1825490485322319","192":"0.6","193":"518.95741234349998","194":"100","195":"13.4","196":"12.6","197":"62","198":"8","199":"6.4","200":"37","201":"2660","202":"-","203":"-","204":"2.1","205":"-","206":"-","207":"2.8","208":"33.6","209":"-","210":"2.35","211":"-","212":"2.4744403807229824","213":"0.76646183268123935","214":"5015","215":"4308","216":"8.9312906220984214","217":"9","218":"-","219":"2","220":"7","221":"0.66942409248351453","222":"1.7946161515453638","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1455122206505199","235":"29","236":"4","237":"-0.3290795708509946","238":"87","239":"3","240":"-0.43193115199982801","241":"72","242":"91","243":"46","244":"6.03","245":"1.61","246":"26.7","247":"0.04","248":"0.7","249":"0","250":"0","251":"0.01","252":"0.2","253":"0.04","254":"0.7","255":"0.02","256":"0.3","257":"0.03","258":"0.5","259":"0.19","260":"3.2","261":"0","262":"0","263":"0.02","264":"0.3","265":"0.69","266":"11.4","267":"2.6","268":"43.1","269":"0.08","270":"1.3","271":"0.7","272":"11.6","273":"13558","274":"8421","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"90.07","295":"41.867612293144205","296":"52.050970873786405","297":"64.29256594724221","298":"71.160429701333953","299":"47.293156281920332","300":"58.37054787060233"},{"1":"סאג'ור","2":"0525","3":"הצפון","4":"מועצה מקומית","5":"118.323251299131","6":"1992","7":"0","8":"9","9":"260","10":"בקעת בית הכרם","11":"3.5683991593637217","12":"..","13":"4425","14":"-","15":"-","16":"100","17":"-","18":"-","19":"99.9","20":"2293","21":"2132","22":"8.5875706214689274","23":"7.4802259887005649","24":"8.7457627118644066","25":"8.5649717514124291","26":"19.593220338983052","27":"23.412429378531073","28":"15.118644067796611","29":"3.0282485875706215","30":"5.4463276836158192","31":"29.807909604519775","32":"1.8305084745762712","33":"635","34":"76","35":"..","36":"-","37":"-","38":"10","39":"(5.1)","40":"66","41":"15.028544546843525","42":"1.5419902238970167","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-6","50":"-4","51":"42","52":"17","53":"25","54":"8","55":"16","56":"18","57":"0","58":"46","59":"11","60":"35","61":"9","62":"22","63":"14","64":"1","65":"0","66":"59","67":"46.4","68":"5.7","69":"3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"433","87":"15.665701881331403","88":"163","89":"61","90":"5.9706959706959708","91":"36","92":"153","93":"115","94":"106","95":"107","96":"..","97":"266","98":"9.3984962406015029","99":"111","100":"115","101":"192","102":"14","103":"10","104":"31","105":"9","106":"39.6","107":"20.3","108":"669","109":"488","110":"175","111":"6","112":"1322","113":"727","114":"562","115":"33","116":"7987.9513960000004","117":"10294.333329999999","118":"5063.833791","119":"2.3049412294219751","120":"3.8269423203701081","121":"-5.9166487614903396E-2","122":"2066","123":"44.6","124":"144","125":"6161.4590909999997","126":"-2.1928296969783934","127":"59","128":"0.37723896499999998","129":"197","130":"62","131":"67","132":"66","133":"..","134":"2","135":"1","136":"2","137":"1","138":"1","139":"30","140":"17","141":"13","142":"6","143":"7","144":"720","145":"387","146":"333","147":"168","148":"165","149":"24.333333333333332","150":"0.86393088552915775","151":"..","152":"..","153":"78.888888888888886","154":"56.666666666666664","155":"17.940000000000001","156":"..","157":"18.899999999999999","158":"4.0999999999999996","159":"86","160":"31.3","161":"1.1627906976744187","162":"2.6","163":"19.7","164":"47.674418604651166","165":"80.232558139534888","166":"10.515625","167":"6.0427350427350426","168":"375.12099999999998","169":"69.421999999999997","170":"18.5","171":"305.69900000000001","172":"296.82299999999998","173":"8.8759999999999994","174":"97.096490338535631","175":"2.9035096614643816","176":"248.286","177":"14.356","178":"0.53100000000000003","179":"8.6199999999999992","180":"1.681","181":"83.647830525262506","182":"4.8365524234981798","183":"0.178894492677454","184":"2.9040876212422901","185":"0.56633077625386197","186":"67.078644067796603","187":"56.109830508474602","188":"3.2442937853107345","189":"0.12","190":"1.9480225988700566","191":"0.3798870056497175","192":"0","193":"226.12095429510001","194":"100","195":"3.3","196":"1.3","197":"5","198":"3.9","199":"3.3","200":"14","201":"957","202":"1.75","203":"1.75","204":"1.05","205":"0.8","206":"2.125","207":"1.75","208":"1.7500000000000002","209":"1.4359999999999999","210":"-","211":"2.125","212":"1.0418632507693097","213":"0","214":"1850","215":"1631","216":"7.3114653586756591","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"4","234":"-0.54956667406196902","235":"83","236":"4","237":"-0.46387929630069774","238":"75","239":"3","240":"-0.57407141990638899","241":"51","242":"72","243":"40","244":"3.59","245":"1","246":"27.9","247":"0.02","248":"0.6","249":"0","250":"0","251":"0.01","252":"0.3","253":"0.04","254":"1.1000000000000001","255":"0","256":"0","257":"0.02","258":"0.6","259":"0.01","260":"0.3","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"1.31","268":"36.5","269":"0","270":"0","271":"1.18","272":"32.699999999999982","273":"4425","274":"4425","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"95.36","295":"-","296":"43.972835314091682","297":"41.828533154722038","298":"47.222222222222221","299":"46.820809248554909","300":"53.27334781259696"},{"1":"סביון","2":"0587","3":"המרכז","4":"מועצה מקומית","5":"1.7015798573213701","6":"1978","7":"0","8":"9","9":"455","10":"מצפה אפק","11":"3.7197939698288955","12":"..","13":"4051","14":"99.9","15":"98.3","16":"-","17":"-","18":"-","19":"-","20":"2024","21":"2027","22":"4.5174031103431256","23":"6.9365588743520119","24":"8.5411009627252525","25":"9.4791409528511483","26":"14.144655640582572","27":"10.046901999506295","28":"21.303381881017032","29":"6.4922241421871139","30":"18.563317699333499","31":"25.870155517156256","32":"8.5657862256233024","33":"923","34":"31","35":"..","36":"-","37":"-","38":"27","39":"..","40":"4","41":"0.99078659572688477","42":"0.70732982220623342","43":"6.4181683534929643","44":"18","45":"55.555555555555557","46":"16.666666666666664","47":"5.5555555555555554","48":"22.222222222222221","49":"24","50":"-7","51":"238","52":"130","53":"108","54":"79","55":"50","56":"99","57":"10","58":"245","59":"125","60":"120","61":"53","62":"76","63":"86","64":"30","65":"59","66":"11","67":"7.9","68":"23","69":"12.9","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"274","87":"12.364620938628159","88":"117","89":"43","90":"5.3278688524590159","91":"39","92":"234","93":"124","94":"123","95":"124","96":"-","97":"699","98":"0.71530758226037194","99":"13","100":"66","101":"50","102":"21","103":"9","104":"24.1","105":"64.599999999999994","106":"8.1","107":"3.2","108":"351","109":"242","110":"101","111":"8","112":"740","113":"361","114":"336","115":"43","116":"17104.61505","117":"20662.90163","118":"13184.18333","119":"-0.24291189984378958","120":"-0.69391316724569663","121":"2.383564252981718","122":"1776","123":"31","124":"253","125":"16091.8431","126":"-5.8655919524777111","127":"31.2","128":"0.57711046200000005","129":"138","130":"42","131":"40","132":"53","133":"3","134":"2","135":"1","136":"1","137":"1","138":"-","139":"24","140":"15","141":"9","142":"9","143":"-","144":"662","145":"405","146":"257","147":"257","148":"-","149":"27","150":"0.58823529411764708","151":"..","152":"..","153":"97.53086419753086","154":"92.592592592592595","155":"52.13","156":"..","157":"25","158":"4.8","159":"58","160":"30.6","161":"13.793103448275861","162":"2.7","163":"13.3","164":"34.482758620689658","165":"68.965517241379317","166":"12.946564885496183","167":"2.5371462264150941","168":"1546.308","169":"52.268000000000001","170":"3.38018040390401","171":"1494.04","172":"1494.04","173":"-","174":"100","175":"-","176":"1319.615","177":"19.766999999999999","178":"80.126999999999995","179":"22.614000000000001","180":"31.606999999999999","181":"88.325279108993101","182":"1.3230569462665001","183":"5.3631094214345003","184":"1.51361409333083","185":"2.1155390752590302","186":"368.80770180202398","187":"325.75043199210103","188":"4.8795359170575168","189":"19.779560602320416","190":"5.5823253517649967","191":"7.8022710441866208","192":"0","193":"893.70580000000007","194":"100","195":"15","196":"9.4","197":"16","198":"8.6","199":"8.6","200":"18","201":"1343","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"4.9631328023997208","213":"36.128379351258083","214":"3162","215":"2877","216":"6.0702120264164057","217":"3","218":"-","219":"-","220":"3","221":"0.7430899467951636","222":"0.94876660341555974","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"10","234":"2.3530932419673598","235":"255","236":"2","237":"-0.98832337748223265","238":"34","239":"9","240":"2.6325765657357101","241":"242","242":"242","243":"241","244":"3.669999999999999","245":"2.83","246":"77.099999999999994","247":"0.03","248":"0.8","249":"0.01","250":"0.3","251":"0.04","252":"1.1000000000000001","253":"0.05","254":"1.4","255":"0.02","256":"0.5","257":"0","258":"0","259":"0.01","260":"0.3","261":"0.02","262":"0.5","263":"0.01","264":"0.3","265":"0","266":"0","267":"0.23","268":"6.3","269":"0.05","270":"1.4","271":"0.37","272":"10.00000000000002","273":"4051","274":"1431","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"57.52","295":"-","296":"68.149324861000792","297":"66.483228511530399","298":"67.294785751161584","299":"68.702290076335885","300":"67.377666248431623"},{"1":"ע'ג'ר","2":"4501","3":"הצפון","4":"מועצה מקומית","5":"178.74418176139201","6":"1982","7":"0","8":"7","9":"256","10":"מעלה חרמון","11":"2.3924917889835848","12":"..","13":"2745","14":"-","15":"-","16":"100","17":"99.8","18":"-","19":"-","20":"1385","21":"1360","22":"9.1074681238615671","23":"10.928961748633879","24":"9.8360655737704921","25":"10.163934426229508","26":"18.142076502732241","27":"22.84153005464481","28":"12.604735883424407","29":"2.4772313296903459","30":"3.8979963570127505","31":"36.029143897996356","32":"1.0564663023679417","33":"784","34":"56","35":"..","36":"0.4","37":"..","38":"10","39":"..","40":"46","41":"16.888423402397265","42":"1.5868241108128416","43":"3.6429872495446269E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-7","50":"-6","51":"4","52":"2","53":"2","54":"0","55":"2","56":"2","57":"0","58":"10","59":"2","60":"8","61":"2","62":"2","63":"6","64":"0","65":"40","66":"35","67":"49.1","68":"2","69":"..","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"416","87":"26.547543075941288","88":"171","89":"60","90":"11.082307193778353","91":"36","92":"148","93":"115","94":"118","95":"121","96":"-","97":"91","98":"62.637362637362635","99":"96","100":"28","101":"58","102":"13","103":"1","104":"99.4","105":"0.3","106":"0.1","107":"0.1","108":"417","109":"247","110":"159","111":"11","112":"970","113":"388","114":"527","115":"55","116":"7020.3083900000001","117":"9630.8095059999996","118":"3416.3372129999998","119":"1.4848592204798949","120":"2.8455495572504708","121":"-0.92744974268089697","122":"1176","123":"49.5","124":"77","125":"8311.6390909999991","126":"18.701675009134377","127":"42.9","128":"0.37578904000000002","129":"154","130":"45","131":"52","132":"55","133":"..","134":"2","135":"1","136":"2","137":"1","138":"1","139":"26","140":"14","141":"12","142":"6","143":"6","144":"671","145":"337","146":"334","147":"168","148":"166","149":"25.23076923076923","150":"..","151":"..","152":"..","153":"79.411764705882348","154":"54.411764705882348","155":"10.74","156":"..","157":"17.899999999999999","158":"3.5","159":"66","160":"33","161":"6.0606060606060606","162":"3.4","163":"17.3","164":"56.060606060606055","165":"78.787878787878782","166":"12.141304347826088","167":"2.7108325872873769","168":"218.14099999999999","169":"3.831","170":"1.75620355641535","171":"214.31","172":"212.73400000000001","173":"1.5760000000000001","174":"99.264616676776626","175":"0.73538332322336797","176":"191.697","177":"5.8460000000000001","178":"15.191000000000001","179":"-","180":"-","181":"90.111124690928605","182":"2.7480327545197301","183":"7.14084255455169","184":"-","185":"-","186":"77.498724954462702","187":"69.834972677595601","188":"2.1296903460837888","189":"5.5340619307832419","190":"-","191":"-","192":"2.2000000000000002","193":"145.62225000000001","194":"100","195":"-","196":"-","197":"-","198":"-","199":"-","200":"-","201":"445","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.3571004272805689","213":"3.8087917317426991","214":"818","215":"697","216":"6.1606886657101869","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.98695249534218599","235":"40","236":"2","237":"-1.2562895387504198","238":"14","239":"1","240":"-1.4961346736016301","241":"7","242":"6","243":"8","244":"2.4000000000000004","245":"0.17","246":"7.1","247":"0","248":"0","249":"0","250":"0","251":"0","252":"0","253":"0.01","254":"0.4","255":"0","256":"0","257":"0","258":"0","259":"0.02","260":"0.8","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.16","268":"6.7","269":"1.24","270":"51.7","271":"0.8","272":"33.299999999999997","273":"2745","274":"16147","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"36.79471788715486","297":"36.810906935388267","298":"39.660222612770944","299":"48.379761227970434","300":"30.097613882863339"},{"1":"עומר","2":"0666","3":"הדרום","4":"מועצה מקומית","5":"93.897777928717701","6":"1974","7":"0","8":"9","9":"614","10":"עומר","11":"18.220413083619707","12":"420.2","13":"7656","14":"97.9","15":"97.7","16":"-","17":"-","18":"-","19":"-","20":"3787","21":"3868","22":"5.015673981191223","23":"7.9414838035527691","24":"9.6917450365726232","25":"8.8296760710553812","26":"11.820794148380354","27":"13.688610240334379","28":"18.090386624869385","29":"4.5193312434691748","30":"20.376175548589341","31":"28.108672936259143","32":"9.2215256008359461","33":"1078","34":"67","35":"..","36":"0.2","37":"..","38":"53","39":"4.01","40":"14","41":"1.8389924579275192","42":"1.1287522247931889","43":"5.0156739811912221","44":"7","45":"42.857142857142854","46":"57.142857142857139","47":"0","48":"0","49":"73","50":"68","51":"414","52":"210","53":"204","54":"156","55":"45","56":"187","57":"26","58":"346","59":"181","60":"165","61":"64","62":"88","63":"151","64":"43","65":"222","66":"35","67":"15","68":"22","69":"6.3","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"589","87":"15.0909556751217","88":"229","89":"105","90":"5.87028966931556","91":"37","92":"196","93":"113","94":"110","95":"103","96":"-","97":"1528","98":"2.0287958115183247","99":"45","100":"184","101":"197","102":"46","103":"61","104":"64.7","105":"27.8","106":"3.5","107":"4","108":"1052","109":"611","110":"346","111":"95","112":"2673","113":"937","114":"1110","115":"626","116":"15739.47935","117":"18529.144319999999","118":"12788.7351","119":"-3.0555859957534404","120":"-4.8863226877192805","121":"-0.84296304937064859","122":"4027","123":"29.8","124":"402","125":"14222.79038","126":"-8.5952233048865452","127":"36.799999999999997","128":"0.472819082","129":"324","130":"80","131":"115","132":"120","133":"9","134":"2","135":"1","136":"2","137":"1","138":"1","139":"56","140":"27","141":"29","142":"14","143":"15","144":"1693","145":"769","146":"924","147":"458","148":"466","149":"28.481481481481481","150":"0.74706510138740656","151":"0.5988023952095809","152":"0.91743119266055051","153":"92.10526315789474","154":"88.81578947368422","155":"61.8","156":"..","157":"20.8","158":"5","159":"147","160":"32.299999999999997","161":"6.1224489795918364","162":"1.9","163":"18.899999999999999","164":"50.34013605442177","165":"80.952380952380949","166":"9.3854166666666661","167":"3.4045504994450608","168":"1145.258","169":"88.26","170":"7.7065604431490602","171":"1056.998","172":"976.05100000000004","173":"80.947000000000003","174":"92.341801971243086","175":"7.6581980287569129","176":"832.81700000000001","177":"49.604999999999997","178":"36.637","179":"40.215000000000003","180":"16.777000000000001","181":"85.325152066849","182":"5.0822139416895196","183":"3.7535948428924302","184":"4.1201740482823102","185":"1.7188651002867701","186":"127.488375130617","187":"108.779649947753","188":"6.4792319749216301","189":"4.7853970741901772","190":"5.2527429467084641","191":"2.1913531870428424","192":"0","193":"578.87472477329993","194":"100","195":"5.3","196":"3.9","197":"11","198":"5.6","199":"4.4000000000000004","200":"13","201":"2527","202":"-","203":"-","204":"0.67","205":"-","206":"-","207":"-","208":"-","209":"0.67","210":"-","211":"-","212":"2.0308743695445246","213":"25.510050002817508","214":"5688","215":"4879","216":"6.4576757532281208","217":"2","218":"-","219":"-","220":"2","221":"0.26271320827535988","222":"0.35161744022503516","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"10","234":"1.9151057186689699","235":"252","236":"4","237":"-0.25642819041205872","238":"95","239":"3","240":"-0.36994369038115799","241":"77","242":"79","243":"83","244":"18.23","245":"2.91","246":"16","247":"0.06","248":"0.3","249":"0","250":"0","251":"0.02","252":"0.1","253":"0.12","254":"0.7","255":"0.04","256":"0.2","257":"0.14000000000000001","258":"0.8","259":"0.47","260":"2.6","261":"0","262":"0","263":"0.18","264":"1","265":"2.2200000000000002","266":"12.2","267":"0.64","268":"3.5","269":"7.74","270":"42.5","271":"3.69","272":"20.099999999999991","273":"7656","274":"2631","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73.739999999999995","295":"-","296":"75.233208955223887","297":"72.519918762693322","298":"72.920243483689717","299":"68.941717791411037","300":"69.075579644685334"},{"1":"עיילבון","2":"0530","3":"הצפון","4":"מועצה מקומית","5":"108.863629135403","6":"1973","7":"0","8":"9","9":"251","10":"הגליל המזרחי","11":"5.6278545770529593","12":"1032.7","13":"5812","14":"-","15":"-","16":"99","17":"29.5","18":"70.5","19":"-","20":"2946","21":"2866","22":"7.2608396421197519","23":"8.8265657260839649","24":"7.8802477632484518","25":"7.9834824501032351","26":"16.018582243633862","27":"21.902959394356504","28":"15.863730213351687","29":"4.6111493461803166","30":"9.6352374397797664","31":"28.664831383344804","32":"3.6304198210598759","33":"712","34":"87","35":"..","36":"0.2","37":"..","38":"30","39":"4.3099999999999996","40":"57","41":"9.8287488898177209","42":"0.43264862832815254","43":"0.37852718513420508","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-44","50":"-45","51":"50","52":"17","53":"33","54":"9","55":"25","56":"15","57":"1","58":"95","59":"42","60":"53","61":"24","62":"40","63":"31","64":"0","65":"0","66":"50","67":"29.5","68":"15","69":"5.6","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"647","87":"18.292338139666384","88":"275","89":"142","90":"7.825839499146273","91":"38","92":"158","93":"120","94":"122","95":"129","96":"-","97":"544","98":"21.691176470588236","99":"208","100":"223","101":"267","102":"23","103":"27","104":"70.599999999999994","105":"4.5","106":"7.8","107":"17.100000000000001","108":"741","109":"505","110":"216","111":"20","112":"1570","113":"781","114":"686","115":"103","116":"8281.3948579999997","117":"9996.7512779999997","118":"6255.1830719999998","119":"1.4190006402652555","120":"1.2744738772563435","121":"1.7935340610687467","122":"2648","123":"45.9","124":"245","125":"9176.7990680000003","126":"2.0389862119108093","127":"40.799999999999997","128":"0.405712513","129":"255","130":"62","131":"97","132":"91","133":"5","134":"3","135":"1","136":"2","137":"1","138":"1","139":"40","140":"21","141":"19","142":"10","143":"9","144":"1112","145":"561","146":"551","147":"278","148":"273","149":"28.684210526315791","150":"1.0968921389396709","151":"..","152":"..","153":"63.44086021505376","154":"55.913978494623649","155":"23","156":"..","157":"20.6","158":"3.6","159":"106","160":"31.7","161":"2.8301886792452833","162":"3.1","163":"21.2","164":"39.622641509433961","165":"79.245283018867923","166":"10.559566787003611","167":"3.0731623931623933","168":"502.32","169":"64.995999999999995","170":"12.9","171":"437.32400000000001","172":"382.87799999999999","173":"54.445999999999998","174":"87.550191619943107","175":"12.449808380056892","176":"302.13799999999998","177":"9.8460000000000001","178":"-","179":"21.518000000000001","180":"0.73099999999999998","181":"78.912342835054503","182":"2.5715763245733601","183":"-","184":"5.6200669665010796","185":"0.19092243482258101","186":"65.877150722642796","187":"51.985203028217498","188":"1.6940812112869925","189":"-","190":"3.702339986235375","191":"0.12577426015141088","192":"0","193":"279.27992149233006","194":"100","195":"3.4","196":"3.4","197":"12","198":"4.5999999999999996","199":"4.5999999999999996","200":"26","201":"1836","202":"-","203":"-","204":"0.28000000000000003","205":"0.17399999999999999","206":"-","207":"-","208":"-","209":"0.28000000000000003","210":"0.17399999999999999","211":"-","212":"1.5005828324831969","213":"0.83300277667592226","214":"2771","215":"2398","216":"8.0571309424520425","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-4.1965691739642097E-2","235":"123","236":"3","237":"-0.86315994906022697","238":"39","239":"3","240":"-0.48200503939821299","241":"62","242":"77","243":"55","244":"5.61","245":"0.98","246":"17.5","247":"0.02","248":"0.4","249":"0","250":"0","251":"0","252":"0","253":"0.02","254":"0.4","255":"0.02","256":"0.4","257":"0.08","258":"1.4","259":"0.1","260":"1.8","261":"0.01","262":"0.2","263":"0","264":"0","265":"1.8","266":"32.1","267":"2.41","268":"43","269":"0.11","270":"2","271":"0.06","272":"0.80000000000001714","273":"5812","274":"5931","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"92.05","295":"-","296":"64.412985111056869","297":"69.683038954754423","298":"70.274170274170274","299":"59.114583333333336","300":"64.462040055891947"},{"1":"עילוט","2":"0511","3":"הצפון","4":"מועצה מקומית","5":"89.621371953876107","6":"1991","7":"0","8":"9","9":"257","10":"מבוא העמקים","11":"3.1147327226674992","12":"2778.3","13":"8654","14":"-","15":"-","16":"100","17":"100","18":"-","19":"-","20":"4428","21":"4226","22":"10.815807718973884","23":"10.145597411601571","24":"10.041599260457591","25":"10.249595562745551","26":"19.216547261382019","27":"18.361451351975965","28":"14.58285186041137","29":"2.4266235266928589","30":"4.136815345504969","31":"36.884677605731454","32":"1.4444187658886065","33":"831","34":"149","35":"..","36":"0.4","37":"..","38":"22","39":"6.57","40":"127","41":"14.775240675901186","42":"1.3623355941397506","43":"1.1555350127108852E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-22","50":"-21","51":"60","52":"17","53":"43","54":"21","55":"25","56":"14","57":"0","58":"81","59":"32","60":"49","61":"24","62":"33","63":"24","64":"0","65":"0","66":"107","67":"47.2","68":"6","69":"1.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"810","87":"16.804979253112034","88":"373","89":"266","90":"7.8460244005048381","91":"37","92":"159","93":"121","94":"134","95":"129","96":"-","97":"344","98":"33.430232558139537","99":"504","100":"163","101":"334","102":"49","103":"58","104":"87.2","105":"2","106":"10.1","107":"0.7","108":"1280","109":"728","110":"491","111":"61","112":"3081","113":"1114","114":"1645","115":"322","116":"5809.1690010000002","117":"7133.9194790000001","118":"3278.9583729999999","119":"0.25128286531377331","120":"4.1365877964882891E-2","121":"4.8031708679996177","122":"3070","123":"56.4","124":"255","125":"11325.61096","126":"-5.7496086362633374","127":"24.7","128":"0.355534234","129":"539","130":"196","131":"168","132":"166","133":"9","134":"4","135":"3","136":"2","137":"1","138":"1","139":"76","140":"41","141":"35","142":"18","143":"17","144":"1794","145":"921","146":"873","147":"443","148":"430","149":"23.526315789473685","150":"1.4150943396226416","151":"2.2346368715083798","152":"0.57361376673040154","153":"73.076923076923066","154":"40.109890109890109","155":"3.86","156":"13.2","157":"9.9","158":"1.8","159":"216","160":"31.2","161":"4.1666666666666661","162":"4.5999999999999996","163":"15.5","164":"40.74074074074074","165":"74.074074074074076","166":"9.486486486486486","167":"0.13521288837744533","168":"864.73900000000003","169":"233.25700000000001","170":"27.0","171":"631.48199999999997","172":"616.16700000000003","173":"15.315","174":"97.574752724543217","175":"2.4252472754567824","176":"450.09199999999998","177":"18.597000000000001","178":"-","179":"48.097999999999999","180":"28.373000000000001","181":"73.047079768958696","182":"3.0181752674193798","183":"-","184":"7.8060006459287798","185":"4.6047581256380203","186":"71.208482607188301","187":"52.015717092337901","188":"2.1491968103547903","189":"-","190":"5.5585346122732","191":"3.2789783889980355","192":"0","193":"454.79041575000002","194":"99.000110854908669","195":"24.9","196":"23.4","197":"95","198":"11.5","199":"9.6999999999999993","200":"37","201":"1945","202":"0.4","203":"2","204":"0.6","205":"2","206":"-","207":"0.4","208":"2","209":"2.4300000000000002","210":"2.15","211":"-","212":"1.4859753789614352","213":"24.667891882430762","214":"3352","215":"2461","216":"7.02234863876473","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.4628810964426699","235":"17","236":"2","237":"-1.0181963262416924","238":"30","239":"4","240":"3.92833995373317E-3","241":"123","242":"151","243":"97","244":"3.13","245":"1.39","246":"44.4","247":"0.03","248":"1","249":"0","250":"0","251":"0.02","252":"0.6","253":"0.04","254":"1.3","255":"0","256":"0","257":"0.08","258":"2.6","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0.71","266":"22.7","267":"0.44","268":"14.1","269":"0.08","270":"2.6","271":"0.34","272":"10.700000000000012","273":"8654","274":"6226","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"85.5","295":"17.929050814956852","296":"28.087688393031907","297":"49.343122102009275","298":"62.816365366317797","299":"32.179038496960764","300":"46.397896581945666"},{"1":"עין מאהל","2":"0532","3":"הצפון","4":"מועצה מקומית","5":"91.851044217313103","6":"1964","7":"0","8":"11","9":"257","10":"מבוא העמקים","11":"5.2216226588296202","12":"2627.6","13":"13748","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"6975","21":"6773","22":"9.3613616526040158","23":"9.2013383764911261","24":"8.7503636892638923","25":"9.8850741926098333","26":"19.668315391329649","27":"18.395402967704392","28":"15.929589758510328","29":"3.4186790805935408","30":"5.3971486761710796","31":"32.833866744253712","32":"1.7675298225196392","33":"742","34":"230","35":"2.17","36":"1.4","37":"( 5.3)","38":"46","39":"5.2","40":"184","41":"13.471833924152474","42":"1.3249103695865898","43":"6.5464067500727377E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-14","50":"-16","51":"52","52":"12","53":"40","54":"9","55":"27","56":"15","57":"1","58":"68","59":"21","60":"47","61":"11","62":"37","63":"20","64":"0","65":"0","66":"110","67":"28","68":"19","69":"3.3","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"752.66666666666663","79":"88.545971647917114","80":"26","81":"25","82":"..","83":"..","84":"..","85":"..","86":"1488","87":"18.368102703369953","88":"666","89":"469","90":"8.3510971786833856","91":"38","92":"146","93":"123","94":"129","95":"129","96":"..","97":"688","98":"41.569767441860463","99":"568","100":"323","101":"553","102":"54","103":"41","104":"68.2","105":"0.6","106":"30.9","107":"0.3","108":"2047","109":"1283","110":"726","111":"38","112":"4548","113":"1957","114":"2397","115":"194","116":"5646.3464960000001","117":"6573.4410760000001","118":"4203.1164769999996","119":"-0.23682069191323096","120":"-1.0392952957865575","121":"2.2169512733694052","122":"5837","123":"59.5","124":"332","125":"7514.4497689999998","126":"-8.7025315484056005","127":"43.4","128":"0.35121349899999998","129":"711","130":"237","131":"247","132":"218","133":"9","134":"7","135":"4","136":"4","137":"2","138":"2","139":"119","140":"64","141":"55","142":"26","143":"29","144":"2909","145":"1528","146":"1381","147":"656","148":"725","149":"24.370967741935484","150":"..","151":"..","152":"..","153":"61.258278145695364","154":"25.496688741721858","155":"10.9","156":"18.8","157":"13.7","158":"2.4","159":"295","160":"32.200000000000003","161":"4.406779661016949","162":"2","163":"18.3","164":"50.169491525423723","165":"76.610169491525426","166":"7.9639639639639643","167":"1.5892255892255893","168":"857.45699999999999","169":"75.254000000000005","170":"8.8","171":"782.20399999999995","172":"772.69","173":"9.5139999999999993","174":"98.783693256490636","175":"1.216306743509366","176":"687.64300000000003","177":"23.713000000000001","178":"-","179":"7.641","180":"6.1669999999999998","181":"88.993386739830996","182":"3.06888920524402","183":"-","184":"0.98888299317967099","185":"0.79812085053514403","186":"56.2038114634856","187":"50.0176752982252","188":"1.7248327029386092","189":"-","190":"0.55578993308117541","191":"0.4485743380855397","192":"0.6","193":"331.81753117418401","194":"98.000015256422259","195":"10.9","196":"9.6999999999999993","197":"36","198":"12.7","199":"12.1","200":"50","201":"3117","202":"1.4","203":"12.3","204":"0.62","205":"-","206":"-","207":"0.9","208":"6.3","209":"5.92","210":"-","211":"-","212":"..","213":"..","214":"5078","215":"4399","216":"8.5803591725392128","217":"2","218":"-","219":"2","220":"-","221":"0.14643297743643993","222":"0.39385584875935409","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.17737780247511","235":"25","236":"1","237":"-1.6153779302333247","238":"4","239":"4","240":"-0.14377921419092601","241":"102","242":"115","243":"89","244":"5.2","245":"1.35","246":"26","247":"0.05","248":"1","249":"0","250":"0","251":"0","252":"0","253":"0.01","254":"0.2","255":"0","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0.11","266":"2.1","267":"3.36","268":"64.599999999999994","269":"0.03","270":"0.6","271":"0.28999999999999998","272":"5.5000000000000195","273":"13748","274":"10184","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"95.6","295":"-","296":"44.353182751540047","297":"59.833763899809057","298":"72.952086553323028","299":"40.229269337904434","300":"52.064409578860449"},{"1":"עין קנייא","2":"4502","3":"הצפון","4":"מועצה מקומית","5":"183.570736362086","6":"1982","7":"0","8":"7","9":"256","10":"מעלה חרמון","11":"5.4130198834742229","12":"..","13":"2172","14":"-","15":"-","16":"100","17":"-","18":"0.5","19":"99.5","20":"1127","21":"1045","22":"8.1491712707182327","23":"8.2872928176795586","24":"9.6685082872928181","25":"8.931860036832413","26":"15.147329650092081","27":"21.178637200736649","28":"18.186003683241253","29":"3.5451197053406998","30":"6.9060773480662982","31":"31.261510128913443","32":"2.2099447513812156","33":"722","34":"47","35":"..","36":"0.4","37":"..","38":"12","39":"..","40":"35","41":"16.238479526639846","42":"1.5504673188380877","43":"0","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-1","50":"0","51":"16","52":"3","53":"13","54":"2","55":"7","56":"7","57":"0","58":"16","59":"2","60":"14","61":"1","62":"9","63":"6","64":"0","65":"0","66":"39","67":"63","68":"6","69":"6.4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"248","87":"19.1358024691358","88":"104","89":"58","90":"8.118657298985168","91":"37","92":"144","93":"124","94":"119","95":"125","96":"-","97":"147","98":"53.741496598639458","99":"95","100":"59","101":"90","102":"7","103":"7","104":"31.4","105":"4.8","106":"60.5","107":"3.3","108":"363","109":"264","110":"95","111":"..","112":"733","113":"417","114":"296","115":"20","116":"6121.0798269999996","117":"7901.3142719999996","118":"3754.8888189999998","119":"2.3795108814296473","120":"2.2376320278123973","121":"7.4888969943596395","122":"927","123":"57.3","124":"120","125":"6860.5191109999996","126":"-3.8721140410228228","127":"46.7","128":"0.41603479700000001","129":"115","130":"32","131":"39","132":"42","133":"..","134":"1","135":"1","136":"-","137":"-","138":"-","139":"15","140":"15","141":"-","142":"-","143":"-","144":"350","145":"350","146":"-","147":"-","148":"-","149":"23","150":"..","151":"..","152":"..","153":"97.560975609756099","154":"58.536585365853654","155":"9.3000000000000007","156":"..","157":"21.8","158":"2.8","159":"43","160":"31","161":"6.9767441860465116","162":"4","163":"14.6","164":"55.813953488372093","165":"88.372093023255815","166":"9.5698113207547166","167":"3.3884069400630916","168":"159.40199999999999","169":"5.625","170":"3.5","171":"153.77699999999999","172":"153.77699999999999","173":"-","174":"100","175":"-","176":"137.81200000000001","177":"3.46","178":"7.7549999999999999","179":"2.3519999999999999","180":"2.359","181":"89.618083328456095","182":"2.2500113801153598","183":"5.0430168360678103","184":"1.5294875046333301","185":"1.53403955077807","186":"70.799723756906104","187":"63.449355432780898","188":"1.5930018416206262","189":"3.5704419889502761","190":"1.0828729281767955","191":"1.0860957642725599","192":"0","193":"111.025445","194":"99.000049042811753","195":"4.8","196":"2.1","197":"9","198":"5.7","199":"3.5","200":"12","201":"658","202":"0.55000000000000004","203":"2.5499999999999998","204":"0.5","205":"-","206":"0.12","207":"0.55000000000000004","208":"2.5499999999999998","209":"0.245","210":"-","211":"0.12","212":"1.41569034931348","213":"7.4272426501946001","214":"1206","215":"923","216":"7.6359696641386785","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.85804846872434304","235":"52","236":"2","237":"-1.0480159855381761","238":"25","239":"1","240":"-1.5323701493494299","241":"4","242":"5","243":"5","244":"5.41","245":"0.65","246":"12","247":"0","248":"0","249":"0","250":"0","251":"0","252":"0","253":"0.03","254":"0.6","255":"0","256":"0","257":"0","258":"0","259":"0.01","260":"0.2","261":"0","262":"0","263":"0","264":"0","265":"0.02","266":"0.4","267":"2.71","268":"50.1","269":"0.03","270":"0.6","271":"1.96","272":"36.100000000000009","273":"2172","274":"3342","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"0.99","295":"-","296":"22.388059701492537","297":"24.46043165467626","298":"10.95890410958904","299":"10.303030303030303","300":"14.975845410628018"},{"1":"עמנואל","2":"3660","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"35.082239348585802","6":"1985","7":"0","8":"9","9":"708","10":"עמנואל","11":"..","12":"..","13":"4372","14":"100","15":"99.9","16":"-","17":"-","18":"-","19":"-","20":"2168","21":"2205","22":"20.425434583714548","23":"15.599268069533395","24":"11.207685269899359","25":"6.9533394327538884","26":"17.246111619396157","27":"14.272644098810613","28":"7.52516010978957","29":"3.0649588289112533","30":"3.7282708142726442","31":"51.669716376944187","32":"0.91491308325709053","33":"1375","34":"188","35":"..","36":"0.2","37":"..","38":"16","39":"..","40":"172","41":"40.466001890253565","42":"5.9054740604403122","43":"3.1564501372369622","44":"0","45":"0","46":"0","47":"0","48":"0","49":"72","50":"72","51":"282","52":"142","53":"140","54":"120","55":"109","56":"51","57":"2","58":"210","59":"114","60":"96","61":"100","62":"66","63":"35","64":"9","65":"588","66":"61","67":"81.900000000000006","68":"10.3","69":"8","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"426","87":"22.58748674443266","88":"154","89":"68","90":"8.3741163675910819","91":"36","92":"149","93":"118","94":"99","95":"89","96":"..","97":"186","98":"12.903225806451612","99":"132","100":"26","101":"144","102":"4","103":"6","104":"49.2","105":"7","106":"4.5999999999999996","107":"39.200000000000003","108":"842","109":"375","110":"284","111":"183","112":"2690","113":"558","114":"974","115":"1158","116":"5541.3432830000002","117":"6527.6281859999999","118":"4700.1002769999996","119":"4.9129896578110843","120":"3.647867551994799","121":"7.4912447085425438","122":"1449","123":"57.6","124":"90","125":"5822.5551020000003","126":"14.114351846319106","127":"63.3","128":"0.37608719400000001","129":"505","130":"169","131":"163","132":"152","133":"21","134":"8","135":"7","136":"1","137":"-","138":"1","139":"65","140":"60","141":"5","142":"-","143":"5","144":"976","145":"886","146":"90","147":"-","148":"90","149":"16.30952380952381","150":"3.9292730844793713","151":"2.6086956521739131","152":"5.0179211469534053","153":"43.243243243243242","154":"21.621621621621621","155":"7.53","156":"..","157":"4","158":"1.1000000000000001","159":"111","160":"29.8","161":"7.2072072072072073","162":"5.2","163":"17.600000000000001","164":"32.432432432432435","165":"61.261261261261254","166":"10.68170426065163","167":"3.1030032848427966","168":"371.89499999999998","169":"19.010999999999999","170":"5.1119267535191399","171":"352.88400000000001","172":"352.88400000000001","173":"-","174":"100","175":"-","176":"189.84700000000001","177":"19.254000000000001","178":"2.5070000000000001","179":"104.3","180":"20.297000000000001","181":"53.798698722526403","182":"5.4561839017920901","183":"0.71043175661123803","184":"29.556454812346299","185":"5.7517484499155502","186":"80.714547118023802","187":"43.4233760292772","188":"4.4039341262580054","189":"0.57342177493138147","190":"23.856358645928637","191":"4.6424977127172919","192":"0","193":"252.822","194":"100","195":"12.9","196":"10.7","197":"102","198":"8.6999999999999993","199":"0.3","200":"-","201":"1162","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.71742953689574","213":"1.8092112670558866","214":"769","215":"669","216":"10.557548579970105","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.6680483209310499","235":"12","236":"7","237":"0.73713908109873261","238":"158","239":"5","240":"7.3827223542811196E-2","241":"133","242":"87","243":"179","244":"5.07","245":"0.32","246":"6.3","247":"0.04","248":"0.8","249":"0","250":"0","251":"0.03","252":"0.6","253":"0.03","254":"0.6","255":"0","256":"0","257":"0.13","258":"2.6","259":"0.02","260":"0.4","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.46","268":"9.1","269":"0.18","270":"3.6","271":"3.86","272":"76","273":"4372","274":"13663","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73.73","295":"-","296":"72.684969753373665","297":"73.236231224396903","298":"73.374613003095973","299":"67.297979797979806","300":"75.808336579664982"},{"1":"עספיא","2":"0534","3":"חיפה","4":"מועצה מקומית","5":"75.283245970487002","6":"..","7":"0","8":"11","9":"356","10":"רכס הכרמל","11":"7.1806106241622132","12":"1508","13":"12746","14":"-","15":"-","16":"98.3","17":"9.4","18":"13.7","19":"76.7","20":"6419","21":"6327","22":"7.2336419268790211","23":"7.1551859406872742","24":"7.9789737957006119","25":"8.0495841832731845","26":"15.746116428683509","27":"21.732308175113761","28":"18.170406402008474","29":"4.4092264239761496","30":"9.5167111250588423","31":"27.239918405774361","32":"3.3029970186725248","33":"665","34":"173","35":"1.8","36":"0.4","37":"..","38":"69","39":"5.0999999999999996","40":"104","41":"8.2020490445788141","42":"1.0550821959788692","43":"0.79240546053663885","44":"4","45":"75","46":"25","47":"0","48":"0","49":"2","50":"0","51":"168","52":"68","53":"100","54":"41","55":"44","56":"77","57":"6","58":"168","59":"65","60":"103","61":"38","62":"55","63":"66","64":"9","65":"62","66":"145","67":"37.5","68":"41","69":"7.1","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"800.33333333333337","79":"69.383836916507008","80":"26","81":"40","82":"..","83":"..","84":"..","85":"..","86":"1222","87":"15.369135957741165","88":"511","89":"229","90":"6.4823036914880117","91":"40","92":"161","93":"128","94":"119","95":"120","96":"..","97":"1186","98":"17.875210792580102","99":"336","100":"376","101":"435","102":"37","103":"40","104":"37.1","105":"4.4000000000000004","106":"32.299999999999997","107":"26.2","108":"890","109":"548","110":"326","111":"16","112":"2022","113":"904","114":"1036","115":"82","116":"8509.3527140000006","117":"11353.39863","118":"5483.0977249999996","119":"6.1327680148850261","120":"6.7288928615232724","121":"6.8031737017054006","122":"4446","123":"43.5","124":"418","125":"7275.9186840000002","126":"-8.026753983648538","127":"47.4","128":"0.40969308599999998","129":"556","130":"161","131":"187","132":"181","133":"27","134":"6","135":"4","136":"4","137":"2","138":"2","139":"107","140":"57","141":"50","142":"25","143":"25","144":"2528","145":"1309","146":"1219","147":"615","148":"604","149":"24.784313725490197","150":"0.67340067340067333","151":"..","152":"..","153":"85.238095238095241","154":"69.523809523809518","155":"15.74","156":"29.7","157":"15.9","158":"3.2","159":"298","160":"31.9","161":"5.3691275167785237","162":"3.7","163":"15.8","164":"40.939597315436245","165":"86.241610738255034","166":"10.359550561797754","167":"3.337620080570189","168":"1453.7190000000001","169":"409.89800000000002","170":"28.2","171":"1043.8209999999999","172":"881.29899999999998","173":"162.52199999999999","174":"84.430089066995208","175":"15.569910933004797","176":"768.15800000000002","177":"51.38","178":"6.5000000000000002E-2","179":"27.527999999999999","180":"27.187999999999999","181":"87.162018792713894","182":"5.8300304436973196","183":"7.3754764274099899E-3","184":"3.12357100144219","185":"3.0849915862834298","186":"69.143182174799904","187":"60.2665934410796","188":"4.0310685705319313","189":"5.0996391024635181E-3","190":"2.1597363878863955","191":"2.1330613525812021","192":"0","193":"566.88","194":"45","195":"5.2","196":"5.2","197":"28","198":"6.3","199":"6.3","200":"23","201":"3410","202":"-","203":"-","204":"6.8769999999999998","205":"8.0500000000000007","206":"-","207":"-","208":"-","209":"7.1909999999999998","210":"0.05","211":"-","212":"1.4909638954476729","213":"4.1289775799479633","214":"5707","215":"4903","216":"7.7142565776055481","217":"12","218":"-","219":"1","220":"11","221":"0.94639027437447865","222":"2.1026809181706674","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.28659830314644802","235":"101","236":"7","237":"0.64694369681851771","238":"150","239":"4","240":"-9.0552408294187703E-2","241":"114","242":"102","243":"131","244":"8.4599999999999973","245":"4.25","246":"50.2","247":"0.06","248":"0.7","249":"0.01","250":"0.1","251":"0.02","252":"0.2","253":"0.02","254":"0.2","255":"0.1","256":"1.2","257":"0.02","258":"0.2","259":"0.04","260":"0.5","261":"0.01","262":"0.1","263":"0","264":"0","265":"3.21","266":"37.9","267":"0.19","268":"2.2000000000000002","269":"0.36","270":"4.3","271":"0.17","272":"2.1999999999999886","273":"12746","274":"2999","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.55","295":"-","296":"50.439719470110212","297":"57.106682814048227","298":"56.008724100327157","299":"41.698841698841697","300":"51.746861924686193"},{"1":"ערערה","2":"0637","3":"חיפה","4":"מועצה מקומית","5":"52.085747384676402","6":"1970","7":"0","8":"13","9":"354","10":"עירון","11":"9.1771434262620737","12":"2788.6","13":"25823","14":"-","15":"-","16":"99.8","17":"100","18":"-","19":"-","20":"13078","21":"12744","22":"9.2553150292375008","23":"8.9726213065871505","24":"10.064671029702204","25":"10.56422569027611","26":"17.224954497928202","27":"18.340239321535066","28":"15.885063702900515","29":"3.2800216860937925","30":"6.4167602524880918","31":"34.314370909654187","32":"2.5713511210935986","33":"827","34":"395","35":"2.0699999999999998","36":"1.8","37":"( 4.9)","38":"89","39":"4.58","40":"306","41":"11.917610539251983","42":"1.1460286456701851","43":"6.5832784726793936E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-32","50":"-34","51":"147","52":"47","53":"100","54":"43","55":"71","56":"31","57":"2","58":"181","59":"53","60":"128","61":"59","62":"76","63":"46","64":"0","65":"13","66":"234","67":"29.8","68":"29","69":"2.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"1384.3333333333333","79":"75.249621541795378","80":"24","81":"44","82":"17.399999999999999","83":"230.97530003469299","84":"17.2","85":"181.07140343707101","86":"1754","87":"12.094883464349746","88":"789","89":"443","90":"5.4951943167572086","91":"38","92":"159","93":"124","94":"130","95":"139","96":"-","97":"1356","98":"18.584070796460178","99":"803","100":"819","101":"665","102":"95","103":"62","104":"67.099999999999994","105":"4.8","106":"25.3","107":"2.7","108":"2912","109":"1757","110":"1065","111":"90","112":"6679","113":"2668","114":"3526","115":"485","116":"6843.4142250000004","117":"7951.0100599999996","118":"5429.913665","119":"0.9786469667907749","120":"1.1020363914945763","121":"1.5415626701384522","122":"8909","123":"50.2","124":"661","125":"8044.2681640000001","126":"-3.0962278165936774","127":"44","128":"0.36889019200000001","129":"1005","130":"336","131":"324","132":"335","133":"10","134":"10","135":"7","136":"4","137":"2","138":"2","139":"169","140":"96","141":"73","142":"30","143":"43","144":"4250","145":"2388","146":"1862","147":"871","148":"991","149":"26.817073170731707","150":"2.1428571428571428","151":"2.9975020815986677","152":"1.2722646310432568","153":"69.178082191780817","154":"50.228310502283101","155":"16.68","156":"29.2","157":"14.6","158":"2.6","159":"439","160":"32.700000000000003","161":"1.5945330296127564","162":"2.9","163":"19.100000000000001","164":"39.863325740318906","165":"78.815489749430526","166":"12.122448979591837","167":"2.5437710437710437","168":"1236.1099999999999","169":"208.53200000000001","170":"16.9","171":"1027.578","172":"950.31","173":"77.268000000000001","174":"92.4805708179817","175":"7.5194291820182988","176":"794.51","177":"52.177999999999997","178":"-","179":"67.7","180":"13.179","181":"83.605349833212301","182":"5.4906293735728298","183":"-","184":"7.1239911186875897","185":"1.3868106196925201","186":"30.681884221741502","187":"25.6516966390082","188":"1.6846285474445484","189":"-","190":"2.1857747070028735","191":"0.42549962870887548","192":"0","193":"540.28196717761205","194":"77.000009708051337","195":"4.3","196":"3.3","197":"13","198":"2.2000000000000002","199":"1.3","200":"6","201":"4037","202":"1.6220000000000001","203":"1.6220000000000001","204":"0.86499999999999999","205":"1.486","206":"2.5999999999999999E-2","207":"1.6220000000000001","208":"1.6219999999999999","209":"0.86499999999999999","210":"1.486","211":"-","212":"1.3101164675657528","213":"9.0950953347814174","214":"9197","215":"7569","216":"9.578147707755317","217":"8","218":"-","219":"3","220":"5","221":"0.31157151736606492","222":"0.86984886375992176","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.69603120587485101","235":"71","236":"7","237":"0.69691739307616629","238":"154","239":"5","240":"0.26131170636103501","241":"158","242":"152","243":"153","244":"9.19","245":"5.09","246":"55.4","247":"0.11","248":"1.2","249":"0","250":"0","251":"0.03","252":"0.3","253":"0.06","254":"0.7","255":"0.12","256":"1.3","257":"0.02","258":"0.2","259":"0.06","260":"0.7","261":"0.03","262":"0.3","263":"0.01","264":"0.1","265":"1.49","266":"16.2","267":"1.22","268":"13.3","269":"0.28999999999999998","270":"3.2","271":"0.66","272":"7.0999999999999917","273":"25823","274":"5073","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"80.069999999999993","295":"79.772335804688083","296":"39.170009256402345","297":"56.124467437614122","298":"68.636158362185768","299":"39.079956188389922","300":"52.450945917434424"},{"1":"ערערה-בנגב","2":"1192","3":"הדרום","4":"מועצה מקומית","5":"118.822320473047","6":"1996","7":"0","8":"13","9":"652","10":"נגב מזרחי","11":"14.026279350104449","12":"1403.2","13":"19682","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"9856","21":"9825","22":"17.051112691799613","23":"14.409104765775837","24":"13.204958845645768","25":"12.127832537343766","26":"18.880195102123768","27":"14.063611421603495","28":"7.2147139518341632","29":"1.1685804288182096","30":"1.8798902550553807","31":"51.844324763743522","32":"0.58429021440910478","33":"1419","34":"721","35":"5.13","36":"4.2","37":"6.4","38":"39","39":"6.37","40":"682","41":"35.306016754419488","42":"3.8498283021199455","43":"0","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-9","50":"-12","51":"107","52":"38","53":"69","54":"43","55":"50","56":"14","57":"0","58":"119","59":"54","60":"65","61":"42","62":"47","63":"29","64":"1","65":"143","66":"310","67":"59.7","68":"29","69":"5.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"474","79":"86.960143981489082","80":"8","81":"33","82":"..","83":"..","84":"..","85":"..","86":"835","87":"10.135955328963341","88":"355","89":"261","90":"4.4148737719189155","91":"33","92":"175","93":"109","94":"123","95":"138","96":"-","97":"385","98":"58.701298701298704","99":"3682","100":"132","101":"472","102":"51","103":"12","104":"76.8","105":"4","106":"14.2","107":"5","108":"2495","109":"859","110":"851","111":"785","112":"9085","113":"1307","114":"2960","115":"4818","116":"5924.1492120000003","117":"7284.1747189999996","118":"3576.9712169999998","119":"-2.7834241513978397","120":"-2.3285116974975595","121":"0.27528953414253099","122":"4822","123":"56.1","124":"157","125":"10246.8156","126":"-11.390278479624371","127":"33.799999999999997","128":"0.35348974300000002","129":"1451","130":"443","131":"495","132":"505","133":"8","134":"12","135":"8","136":"8","137":"3","138":"5","139":"266","140":"142","141":"124","142":"52","143":"72","144":"6406","145":"3497","146":"2909","147":"1390","148":"1519","149":"25.684210526315791","150":"1.8640350877192982","151":"2.6373626373626373","152":"1.0940919037199124","153":"68.640350877192986","154":"20.833333333333336","155":"7.96","156":"18.7","157":"6.8","158":"1.6","159":"679","160":"34.299999999999997","161":"6.0382916053019144","162":"1.9","163":"11.7","164":"33.726067746686304","165":"69.661266568483057","166":"9.9873417721518987","167":"3.3567807351077312","168":"1616.96","169":"889.39300000000003","170":"55.0","171":"727.56700000000001","172":"727.56700000000001","173":"-","174":"100","175":"-","176":"602.09199999999998","177":"65.650999999999996","178":"9.0229999999999997","179":"10.303000000000001","180":"40.497999999999998","181":"82.754165595745803","182":"9.02336142238447","183":"1.24016069997677","184":"1.41608951478008","185":"5.5662227671128601","186":"36.967989431431299","187":"30.592551191504501","188":"3.3357552969869415","189":"0.45846247650017785","190":"0.52349982216350799","191":"2.0577206442762055","192":"0","193":"316.99767987389998","194":"97.999999999999986","195":"16.2","196":"15.8","197":"59","198":"11","199":"8.1","200":"34","201":"1086","202":"0.45","203":"5.85","204":"5","205":"-","206":"-","207":"0.45","208":"5.8500000000000005","209":"5","210":"-","211":"-","212":"0.72124702423374687","213":"0","214":"3143","215":"2497","216":"9.1645975170204252","217":"1","218":"-","219":"1","220":"-","221":"5.1768353012345288E-2","222":"0.31816735602927138","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.4785087223961302","235":"2","236":"9","237":"1.6207271108805124","238":"193","239":"2","240":"-0.89004129820677802","241":"30","242":"25","243":"38","244":"13.959999999999999","245":"3.28","246":"23.5","247":"0.17","248":"1.2","249":"0","250":"0","251":"0.06","252":"0.4","253":"0.02","254":"0.1","255":"0.01","256":"0.1","257":"0.04","258":"0.3","259":"0.08","260":"0.6","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.28999999999999998","268":"2.1","269":"4.76","270":"34.1","271":"5.25","272":"37.6","273":"19682","274":"6001","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"71.53","295":"-","296":"56.545077467366113","297":"52.369583383072701","298":"59.550430934078733","299":"48.109890109890109","300":"57.185170054131341"},{"1":"פוריידיס","2":"0537","3":"חיפה","4":"מועצה מקומית","5":"50.832231658518502","6":"1952","7":"0","8":"11","9":"353","10":"יישובי הברון","11":"4.0568977789475449","12":"3345","13":"13570","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"6822","21":"6748","22":"9.1378039793662484","23":"9.6831245394252026","24":"9.6536477523949884","25":"9.2851879145173175","26":"17.730287398673546","27":"20.184229918938836","28":"15.31319086219602","29":"3.5814296241709656","30":"5.4310980103168758","31":"33.905674281503316","32":"1.9454679439941047","33":"760","34":"203","35":"1.94","36":"1.4","37":"( 5.5)","38":"52","39":"6.52","40":"151","41":"11.176586723378609","42":"0.89382458648063334","43":"2.9476787030213707E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-28","50":"-31","51":"72","52":"28","53":"44","54":"23","55":"23","56":"25","57":"1","58":"103","59":"49","60":"54","61":"34","62":"29","63":"38","64":"2","65":"10","66":"118","67":"31.2","68":"42","69":"7.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"901","79":"98.505727583760489","80":"28","81":"52","82":"..","83":"..","84":"..","85":"..","86":"1260","87":"15.933232169954476","88":"503","89":"285","90":"6.4297584047040779","91":"38","92":"156","93":"125","94":"113","95":"120","96":"-","97":"726","98":"21.900826446280991","99":"277","100":"371","101":"445","102":"45","103":"43","104":"81.7","105":"10.1","106":"7.9","107":"0.3","108":"2026","109":"1254","110":"709","111":"63","112":"4601","113":"1927","114":"2328","115":"346","116":"6400.2751109999999","117":"7731.0224040000003","118":"4689.031935","119":"2.6270325378607406","120":"2.3201140779241625","121":"4.3558523310739172","122":"6156","123":"49.6","124":"454","125":"8431.0579460000008","126":"2.2225383439392621","127":"43.2","128":"0.336105659","129":"904","130":"307","131":"274","132":"303","133":"20","134":"7","135":"4","136":"6","137":"2","138":"4","139":"137","140":"66","141":"71","142":"28","143":"43","144":"3150","145":"1548","146":"1602","147":"772","148":"830","149":"26.722222222222221","150":"0.25806451612903225","151":"..","152":"..","153":"84.05797101449275","154":"53.260869565217398","155":"9.4","156":"19.899999999999999","157":"14.3","158":"2.5","159":"347","160":"33.200000000000003","161":"3.4582132564841501","162":"3","163":"16.7","164":"42.363112391930834","165":"75.50432276657061","166":"12.058823529411764","167":"2.7439024390243905","168":"864.00099999999998","169":"58.106999999999999","170":"6.7253394382645402","171":"805.89400000000001","172":"805.89400000000001","173":"-","174":"100","175":"-","176":"697.26599999999996","177":"59.235999999999997","178":"19.989999999999998","179":"8.5139999999999993","180":"20.888000000000002","181":"86.520807947447196","182":"7.3503463234619","183":"2.4804750997029399","184":"1.05646648318513","185":"2.5919041462028498","186":"59.383538427529302","187":"51.3791172352811","188":"4.3648957335494805","189":"1.47299388401739","190":"0.62736718001621106","191":"1.5391643946650946","192":"0.6","193":"528.14636522360001","194":"100","195":"23.1","196":"21.7","197":"108","198":"10","199":"7.2","200":"37","201":"2940","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.551565050748811","213":"18.764213828257741","214":"5035","215":"4186","216":"9.0559006211180133","217":"4","218":"-","219":"3","220":"1","221":"0.29606852247360554","222":"0.79443892750744782","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.85266163345842005","235":"53","236":"2","237":"-1.1877689485482781","238":"17","239":"5","240":"0.156179486556702","241":"141","242":"123","243":"154","244":"4.03","245":"0.93","246":"23.1","247":"0.05","248":"1.2","249":"0.02","250":"0.5","251":"0","252":"0","253":"0.06","254":"1.5","255":"0.01","256":"0.2","257":"0","258":"0","259":"0.11","260":"2.7","261":"0.08","262":"2","263":"0","264":"0","265":"0.53","266":"13.2","267":"1.34","268":"33.299999999999997","269":"0.2","270":"5","271":"0.7","272":"17.300000000000004","273":"13570","274":"14591","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"94.33","295":"-","296":"64.040047114252062","297":"55.79069767441861","298":"60.050597976080958","299":"29.02755993726193","300":"38.727193744569938"},{"1":"פסוטה","2":"0535","3":"הצפון","4":"מועצה מקומית","5":"131.831567803713","6":"1965","7":"0","8":"9","9":"258","10":"מעלה נפתלי","11":"11.051863694395948","12":"..","13":"3236","14":"-","15":"-","16":"99.8","17":"0.2","18":"99.8","19":"-","20":"1646","21":"1590","22":"7.1693448702101357","23":"7.7255871446229918","24":"6.3967861557478365","25":"6.5822002472187888","26":"15.636588380716935","27":"21.5389369592089","28":"18.819530284301607","29":"5.006180469715698","30":"11.1557478368356","31":"25.061804697156983","32":"4.2954264524103829","33":"639","34":"42","35":"..","36":"-","37":"-","38":"31","39":"..","40":"11","41":"3.4287047657858216","42":"1.7664746825004158","43":"6.1804697156983925E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"33","50":"31","51":"46","52":"19","53":"27","54":"12","55":"14","56":"19","57":"1","58":"15","59":"5","60":"10","61":"3","62":"6","63":"6","64":"0","65":"0","66":"18","67":"17.899999999999999","68":"-","69":"-","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"315","87":"15.321011673151752","88":"128","89":"57","90":"6.3054187192118221","91":"38","92":"167","93":"120","94":"116","95":"120","96":"-","97":"359","98":"18.941504178272982","99":"52","100":"119","101":"83","102":"13","103":"16","104":"59.1","105":"12.2","106":"19.5","107":"9.1","108":"413","109":"297","110":"110","111":"6","112":"821","113":"442","114":"349","115":"30","116":"8581.7349090000007","117":"10481.82387","118":"6545.403969","119":"1.8612448220213684","120":"2.6503444171345425","121":"-7.0885315902824431E-2","122":"1618","123":"40.9","124":"223","125":"9459.1667190000007","126":"-5.4382478736614726","127":"45.3","128":"0.38194821499999998","129":"163","130":"47","131":"59","132":"55","133":"..","134":"1","135":"1","136":"-","137":"-","138":"-","139":"16","140":"16","141":"-","142":"-","143":"-","144":"410","145":"410","146":"-","147":"-","148":"-","149":"26.1","150":"..","151":"..","152":"..","153":"76.923076923076934","154":"71.15384615384616","155":"25.21","156":"..","157":"37.200000000000003","158":"5.3","159":"40","160":"32.4","161":"0","162":"2.5","163":"27.1","164":"42.5","165":"87.5","166":"8.9528301886792452","167":"3.4446786090621706","168":"276.69499999999999","169":"29.463999999999999","170":"10.6","171":"247.23099999999999","172":"226.51300000000001","173":"20.718","174":"91.619982930943124","175":"8.3800170690568727","176":"184.50200000000001","177":"4.7640000000000002","178":"10.49","179":"12.632999999999999","180":"0.38200000000000001","181":"81.453161628692399","182":"2.1031905453550102","183":"4.6310807768207596","184":"5.5771633416183599","185":"0.16864374230176599","186":"69.9978368355995","187":"57.015451174289304","188":"1.4721878862793571","189":"3.2416563658838071","190":"3.9038936959208899","191":"0.1180469715698393","192":"0","193":"138.18350000000001","194":"100","195":"5.2","196":"5.2","197":"17","198":"3","199":"2.6","200":"10","201":"931","202":"-","203":"-","204":"-","205":"-","206":"0.155","207":"-","208":"-","209":"-","210":"-","211":"0.46500000000000002","212":"1.4120153383664127","213":"1.7260035189012417","214":"1665","215":"1441","216":"7.9389312977099236","217":"1","218":"-","219":"-","220":"1","221":"0.31170043325325658","222":"0.60060060060060061","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.27454086058738397","235":"153","236":"3","237":"-0.69267918763529435","238":"52","239":"2","240":"-0.92313120430022","241":"28","242":"29","243":"25","244":"11.080000000000002","245":"0.81","246":"7.3","247":"0","248":"0","249":"0.01","250":"0.1","251":"0","252":"0","253":"0.03","254":"0.3","255":"0.02","256":"0.2","257":"0.01","258":"0.1","259":"0.13","260":"1.2","261":"0.08","262":"0.7","263":"0","264":"0","265":"5.22","266":"47.1","267":"1.83","268":"16.5","269":"1.82","270":"16.399999999999999","271":"1.1200000000000001","272":"10.1","273":"3236","274":"3995","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"83.81","295":"-","296":"44.013948082138704","297":"58.262874711760183","298":"61.058241339931485","299":"43.330821401657879","300":"46.501295816364305"},{"1":"פקיעין (בוקייעה)","2":"0536","3":"הצפון","4":"מועצה מקומית","5":"124.332739877371","6":"1958","7":"0","8":"9","9":"258","10":"מעלה נפתלי","11":"5.6442583901495516","12":"1065.5999999999999","13":"6026","14":"-","15":"-","16":"99.9","17":"1.1000000000000001","18":"20.9","19":"78","20":"3082","21":"2943","22":"7.2519083969465647","23":"7.6999668104878856","24":"7.2685031530036506","25":"7.9156986392300031","26":"17.208762031198141","27":"21.257882509127114","28":"17.441088615997344","29":"4.729505476269499","30":"9.210089611682708","31":"26.684367739794226","32":"3.3521407235313641","33":"649","34":"85","35":"..","36":"-","37":"-","38":"36","39":"5.04","40":"49","41":"8.166321562944626","42":"0.84710375965821072","43":"3.3189512114171926E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-1","50":"0","51":"40","52":"11","53":"29","54":"1","55":"26","56":"13","57":"0","58":"41","59":"5","60":"36","61":"9","62":"17","63":"14","64":"1","65":"2","66":"64","67":"40.1","68":"17","69":"5.7","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"442","87":"11.683848797250858","88":"187","89":"102","90":"4.9734042553191493","91":"38","92":"159","93":"121","94":"121","95":"128","96":"-","97":"535","98":"14.766355140186915","99":"120","100":"168","101":"184","102":"24","103":"20","104":"65.5","105":"6.3","106":"2.1","107":"26.1","108":"882","109":"689","110":"188","111":"..","112":"1659","113":"1037","114":"597","115":"25","116":"8086.8318250000002","117":"10111.844880000001","118":"5662.6410740000001","119":"1.5598422613152696","120":"2.7484461879552002","121":"0.49770476250394768","122":"2597","123":"44.6","124":"365","125":"7702.1072080000004","126":"2.6421449492866511","127":"52.6","128":"0.38977872899999999","129":"312","130":"113","131":"110","132":"89","133":"-","134":"3","135":"2","136":"2","137":"1","138":"1","139":"38","140":"20","141":"18","142":"9","143":"9","144":"945","145":"502","146":"443","147":"213","148":"230","149":"26","150":"..","151":"..","152":"..","153":"99.047619047619051","154":"79.047619047619051","155":"22.29","156":"..","157":"17.899999999999999","158":"3.9","159":"115","160":"30.3","161":"5.2173913043478262","162":"2.2000000000000002","163":"19.5","164":"31.304347826086961","165":"88.695652173913047","166":"11.571238348868176","167":"4.3054345767847","168":"507.61599999999999","169":"109.18600000000001","170":"21.5","171":"398.42899999999997","172":"370.18599999999998","173":"28.242999999999999","174":"92.91140956105103","175":"7.0885904389489713","176":"291.60199999999998","177":"14.285","178":"-","179":"17.495000000000001","180":"0.182","181":"78.771539789349703","182":"3.8588605218443699","183":"-","184":"4.72598983756858","185":"4.9164341265360498E-2","186":"61.441659751037299","187":"48.3986721991701","188":"2.370954356846473","189":"-","190":"2.9037344398340248","191":"3.0207468879668051E-2","192":"0","193":"199.38193751163004","194":"90.000097175885358","195":"10","196":"8.1999999999999993","197":"26","198":"5.4","199":"4","200":"14","201":"1895","202":"1.4","203":"19.600000000000001","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.3615939720487007","213":"1.1219941348973608","214":"3317","215":"2597","216":"7.4000770119368502","217":"3","218":"-","219":"1","220":"2","221":"0.49997887120069134","222":"0.90443171540548684","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-7.7269612801756898E-2","235":"118","236":"9","237":"1.4085245883239204","238":"182","239":"3","240":"-0.69191996613523898","241":"40","242":"56","243":"30","244":"5.61","245":"1.55","246":"27.6","247":"0.06","248":"1.1000000000000001","249":"0.01","250":"0.2","251":"0","252":"0","253":"7.0000000000000007E-2","254":"1.2","255":"0.02","256":"0.4","257":"0.06","258":"1.1000000000000001","259":"0.04","260":"0.7","261":"0.03","262":"0.5","263":"0","264":"0","265":"1.21","266":"21.6","267":"2.21","268":"39.4","269":"0.12","270":"2.1","271":"0.23","272":"4.0999999999999996","273":"6026","274":"3888","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"87.65","295":"-","296":"58.906322104291654","297":"65.003433279926753","298":"67.104369481548559","299":"58.518683274021356","300":"62.190127182582458"},{"1":"פרדס חנה-כרכור","2":"7800","3":"חיפה","4":"מועצה מקומית","5":"41.179164766606903","6":"1949","7":"0","8":"15","9":"308","10":"פרדס חנה כרכור","11":"22.843266763460573","12":"1956","13":"44210","14":"99.9","15":"97","16":"-","17":"-","18":"-","19":"-","20":"21631","21":"22579","22":"8.3012893010631075","23":"9.9298801176204474","24":"9.3530875367563908","25":"6.9644876724722913","26":"10.312146573173489","27":"19.877855688758199","28":"18.213073965166252","29":"4.4266003166704362","30":"12.623840760009047","31":"32.062881700972632","32":"4.8541054060167381","33":"893","34":"634","35":"2.44","36":"1","37":"( 1.5)","38":"204","39":"4.8","40":"430","41":"9.7759548307537489","42":"1.0284079943140227","43":"11.23275277086632","44":"46","45":"34.782608695652172","46":"21.739130434782609","47":"32.608695652173914","48":"10.869565217391305","49":"73","50":"21","51":"1829","52":"876","53":"953","54":"593","55":"248","56":"872","57":"116","58":"1808","59":"862","60":"946","61":"560","62":"444","63":"727","64":"77","65":"1709","66":"159","67":"10.9","68":"162","69":"9.8000000000000007","70":"7","71":"568","72":"0.57999999999999996","73":"-","74":"-","75":"0.63","76":"0.09","77":"..","78":"2444.3333333333335","79":"54.167924489427222","80":"22","81":"32","82":"59.6","83":"313.30511451000524","84":"74.8","85":"331.30936647008599","86":"3956","87":"16.11864890192723","88":"1577","89":"665","90":"6.4485790226947444","91":"41","92":"191","93":"129","94":"112","95":"110","96":"..","97":"5276","98":"12.755875663381349","99":"631","100":"1191","101":"1197","102":"167","103":"129","104":"55.3","105":"25.6","106":"17","107":"2.1","108":"4643","109":"2920","110":"1593","111":"130","112":"10319","113":"4469","114":"5118","115":"732","116":"10824.8519","117":"13568.49518","118":"8217.0013569999992","119":"3.0173786287944093","120":"1.8458854157878513","121":"4.3647617210754941","122":"18680","123":"35.4","124":"2528","125":"10337.797619999999","126":"-2.2616430203860949","127":"40.700000000000003","128":"0.44386409799999998","129":"2366","130":"670","131":"762","132":"823","133":"111","134":"23","135":"19","136":"11","137":"3","138":"8","139":"370","140":"241","141":"129","142":"52","143":"77","144":"8620","145":"5739","146":"2881","147":"1424","148":"1457","149":"27.386243386243386","150":"1.2454212454212454","151":"1.5004840271055178","152":"0.98570724494825035","153":"81.31487889273356","154":"67.993079584775089","155":"44.26","156":"28.6","157":"10.6","158":"2.5","159":"869","160":"30.2","161":"6.6743383199079398","162":"3.1","163":"15.3","164":"39.585730724971228","165":"76.639815880322203","166":"12.714285714285714","167":"2.534510433386838","168":"4394.2240000000002","169":"833.45100000000002","170":"18.9669666362024","171":"3560.7730000000001","172":"3341.0880000000002","173":"219.685","174":"93.830412666013814","175":"6.169587333986188","176":"2804.489","177":"171.00399999999999","178":"138.96","179":"130.845","180":"60.255000000000003","181":"83.9393933952054","182":"5.1182129893016901","183":"4.1591242134298803","184":"3.9162392609832501","185":"1.80345444358245","186":"75.573128251526796","187":"63.435625424112203","188":"3.8679936665912691","189":"3.143180275955666","190":"2.9596245193395161","191":"1.3629269396064239","192":"0","193":"2136.2590289904301","194":"85.347991711102452","195":"77.599999999999994","196":"68.900000000000006","197":"443","198":"33.299999999999997","199":"32.9","200":"178","201":"13889","202":"0.4","203":"4","204":"-","205":"-","206":"-","207":"0.45","208":"5.4","209":"-","210":"-","211":"-","212":"1.9333772877117197","213":"33.89798029308119","214":"18605","215":"16637","216":"7.8355472741479835","217":"39","218":"-","219":"7","220":"32","221":"0.88665636837068873","222":"2.0962106960494493","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.74308086398185103","235":"188","236":"6","237":"0.34148218737841257","238":"134","239":"6","240":"0.51193142337002895","241":"174","242":"170","243":"173","244":"22.669999999999998","245":"7.64","246":"33.700000000000003","247":"0.48","248":"2.1","249":"7.0000000000000007E-2","250":"0.3","251":"0.13","252":"0.6","253":"0.11","254":"0.5","255":"0.28000000000000003","256":"1.2","257":"0.56000000000000005","258":"2.5","259":"0.45","260":"2","261":"0.09","262":"0.4","263":"0.19","264":"0.8","265":"0.32","266":"1.4","267":"4.41","268":"19.5","269":"5.74","270":"25.3","271":"2.2000000000000002","272":"9.6999999999999993","273":"44210","274":"5787","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"64.25","295":"55.24528550705525","296":"72.167972004665899","297":"70.968062220751278","298":"71.45287401446005","299":"69.169744660350091","300":"69.448002249226832"},{"1":"פרדסייה","2":"0171","3":"המרכז","4":"מועצה מקומית","5":"18.624941328756599","6":"1952","7":"0","8":"9","9":"457","10":"שרונים","11":"1.4746894784004192","12":"4953.6000000000004","13":"7251","14":"100","15":"98.7","16":"-","17":"-","18":"-","19":"-","20":"3696","21":"3555","22":"8.7574127706523246","23":"9.4193904289063575","24":"8.0816439111846634","25":"6.6059853813267138","26":"11.79147703764998","27":"20.107571369466282","28":"16.908012687905117","29":"6.1508757412770656","30":"12.177630671631499","31":"30.478554682112811","32":"2.9375258585022754","33":"819","34":"115","35":"..","36":"-","37":"-","38":"11","39":"3.07","40":"104","41":"14.972813204565183","42":"9.1828437965042582","43":"4.3028547786512199","44":"4","45":"25","46":"25","47":"25","48":"25","49":"503","50":"491","51":"866","52":"462","53":"404","54":"364","55":"91","56":"391","57":"20","58":"375","59":"195","60":"180","61":"90","62":"92","63":"165","64":"28","65":"181","66":"28","67":"14.3","68":"24","69":"8.4","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"763","87":"18.084854230860394","88":"304","89":"135","90":"7.3911986384634085","91":"39","92":"204","93":"120","94":"112","95":"120","96":"-","97":"860","98":"2.0930232558139537","99":"29","100":"76","101":"131","102":"32","103":"24","104":"52","105":"31.3","106":"5.3","107":"11.5","108":"552","109":"361","110":"183","111":"8","112":"1155","113":"530","114":"578","115":"47","116":"12905.71751","117":"15621.10874","118":"10242.51583","119":"2.562810037866825","120":"1.3942843794821913","121":"4.3573816533760246","122":"3504","123":"31.7","124":"416","125":"11115.363859999999","126":"-1.5808492211320746","127":"35.799999999999997","128":"0.45659225799999997","129":"400","130":"134","131":"125","132":"127","133":"14","134":"2","135":"2","136":"-","137":"-","138":"-","139":"23","140":"23","141":"-","142":"-","143":"-","144":"627","145":"627","146":"-","147":"-","148":"-","149":"28.136363636363637","150":"..","151":"..","152":"..","153":"92.771084337349393","154":"85.542168674698786","155":"53.29","156":"..","157":"19.100000000000001","158":"4","159":"63","160":"32.1","161":"4.7619047619047619","162":"2.2999999999999998","163":"14.2","164":"33.333333333333329","165":"80.952380952380949","166":"8.7395833333333339","167":"3.6105527638190953","168":"702.702","169":"65.947999999999993","170":"9.4","171":"636.75400000000002","172":"634.96","173":"1.794","174":"99.71825854254547","175":"0.28174145745452717","176":"502.89299999999997","177":"12.818","178":"81.313999999999993","179":"20.49","180":"17.228999999999999","181":"79.200737054302607","182":"2.0187098399899202","183":"12.806161018016899","184":"3.2269749275544899","185":"2.7133992692453099","186":"87.556536127964705","187":"69.345421952564806","188":"1.7675124103695532","189":"11.212630998345285","190":"2.825427468284611","191":"2.3757584114726971","192":"0","193":"443.15188725655651","194":"100","195":"8.1","196":"8.1","197":"36","198":"25.5","199":"25.4","200":"107","201":"2040","202":"-","203":"-","204":"-","205":"-","206":"1","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.4842802992951496","213":"12.933910909704045","214":"4090","215":"3698","216":"6.8263926446727963","217":"2","218":"-","219":"-","220":"2","221":"0.28793871547240735","222":"0.48899755501222492","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.46256571405514","235":"240","236":"1","237":"-1.5651565851321101","238":"5","239":"6","240":"1.0105239695064501","241":"205","242":"202","243":"206","244":"1.48","245":"0.91","246":"61.5","247":"0.02","248":"1.4","249":"0.01","250":"0.7","251":"0.01","252":"0.7","253":"7.0000000000000007E-2","254":"4.7","255":"0.02","256":"1.4","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.03","268":"2","269":"0.05","270":"3.4","271":"0.36","272":"24.199999999999992","273":"7251","274":"7968","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"69.650000000000006","295":"-","296":"77.294685990338166","297":"75.63614506111","298":"75.584415584415581","299":"75.779645191409898","300":"76.476738107684255"},{"1":"קדומים","2":"3557","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"34.590299541095099","6":"1992","7":"0","8":"9","9":"721","10":"קדומים","11":"..","12":"..","13":"4590","14":"100","15":"99.5","16":"-","17":"-","18":"-","19":"-","20":"2266","21":"2324","22":"11.241830065359476","23":"13.790849673202615","24":"13.899782135076252","25":"9.4117647058823533","26":"12.98474945533769","27":"16.688453159041394","28":"10.196078431372548","29":"2.8322440087145968","30":"8.9542483660130721","31":"45.185185185185183","32":"2.2875816993464051","33":"1342","34":"99","35":"..","36":"0.2","37":"..","38":"6","39":"(3.5)","40":"93","41":"20.270679928530662","42":"9.3154010426971467E-2","43":"4.9019607843137258","44":"6","45":"0","46":"50","47":"0","48":"50","49":"-95","50":"-97","51":"150","52":"86","53":"64","54":"60","55":"40","56":"46","57":"4","58":"247","59":"131","60":"116","61":"92","62":"79","63":"67","64":"9","65":"249","66":"36","67":"36.700000000000003","68":"18","69":"10.3","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"262","87":"12.830558276199804","88":"103","89":"46","90":"5.0097276264591439","91":"38","92":"187","93":"120","94":"110","95":"111","96":"-","97":"369","98":"10.027100271002711","99":"34","100":"35","101":"59","102":"12","103":"7","104":"50.7","105":"17.2","106":"3.6","107":"28.6","108":"702","109":"259","110":"258","111":"185","112":"2368","113":"400","114":"897","115":"1071","116":"9101.6907780000001","117":"11610.34967","118":"6815.9737429999996","119":"-2.340158615210497","120":"-1.7908571833012754","121":"-1.2918546358199778","122":"2129","123":"42.9","124":"161","125":"9843.3043429999998","126":"-10.599960981245605","127":"42.2","128":"0.43903201800000002","129":"362","130":"113","131":"130","132":"100","133":"19","134":"5","135":"3","136":"3","137":"1","138":"2","139":"72","140":"35","141":"37","142":"14","143":"23","144":"1694","145":"769","146":"925","147":"424","148":"501","149":"23.483870967741936","150":"0.72674418604651159","151":"..","152":"..","153":"80.412371134020617","154":"67.010309278350505","155":"56.04","156":"..","157":"25.3","158":"5","159":"212","160":"29.7","161":"2.358490566037736","162":"3.5","163":"19.2","164":"52.358490566037744","165":"79.245283018867923","166":"11.41958041958042","167":"2.7387221882016739","168":"460.78899999999999","169":"40.307000000000002","170":"8.7473876329513107","171":"420.48200000000003","172":"388.88400000000001","173":"31.597999999999999","174":"92.485290690207904","175":"7.5147093097920958","176":"259.65899999999999","177":"32.686","178":"38.301000000000002","179":"4.0529999999999999","180":"0.17399999999999999","181":"66.770296540870802","182":"8.4050770923977307","183":"9.8489523868300104","184":"1.04221310210757","185":"4.4743419631561102E-2","186":"84.724183006535995","187":"56.570588235294103","188":"7.121132897603486","189":"8.344444444444445","190":"0.88300653594771239","191":"3.7908496732026141E-2","192":"0","193":"238.07479999999998","194":"56.12378966610494","195":"-","196":"-","197":"-","198":"-","199":"-","200":"-","201":"1090","202":"1.6E-2","203":"0.35199999999999998","204":"7.0000000000000007E-2","205":"-","206":"0.01","207":"1.28","208":"7.9659999999999993","209":"7.0000000000000007E-2","210":"-","211":"0.01","212":"1.483305466314746","213":"3.0184305545994268","214":"1551","215":"1425","216":"7.9901754385964914","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-1.3899045531640199E-2","235":"127","236":"8","237":"1.1367813901510408","238":"173","239":"5","240":"0.132503281372712","241":"136","242":"92","243":"180","244":"2.16","245":"0.9","246":"41.7","247":"7.0000000000000007E-2","248":"3.2","249":"0","250":"0","251":"0.02","252":"0.9","253":"0.04","254":"1.9","255":"0","256":"0","257":"0.02","258":"0.9","259":"0.01","260":"0.5","261":"0.05","262":"2.2999999999999998","263":"0.06","264":"2.8","265":"0","266":"0","267":"0.46","268":"21.3","269":"0.1","270":"4.5999999999999996","271":"0.43","272":"19.899999999999999","273":"4590","274":"5100","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"75.739999999999995","295":"-","296":"83.671904944423147","297":"80.053191489361694","298":"79.915676504407813","299":"77.443609022556387","300":"76.02209944751381"},{"1":"קדימה-צורן","2":"0195","3":"המרכז","4":"מועצה מקומית","5":"17.1869460282104","6":"1950","7":"0","8":"13","9":"457","10":"שרונים","11":"10.613001676016802","12":"2158.8000000000002","13":"22920","14":"99.9","15":"98","16":"-","17":"-","18":"-","19":"-","20":"11456","21":"11464","22":"6.8499127399650961","23":"8.9877835951134379","24":"10.017452006980802","25":"8.9441535776614316","26":"13.023560209424083","27":"16.30017452006981","28":"21.958987783595113","29":"4.8691099476439792","30":"9.0401396160558463","31":"31.2434554973822","32":"3.3595113438045376","33":"781","34":"253","35":"2.13","36":"0.2","37":"..","38":"64","39":"3.48","40":"189","41":"8.2829019508781005","42":"0.89408579153536039","43":"7.0549738219895284","44":"16","45":"56.25","46":"12.5","47":"12.5","48":"18.75","49":"29","50":"-9","51":"879","52":"449","53":"430","54":"303","55":"124","56":"407","57":"45","58":"888","59":"429","60":"459","61":"230","62":"253","63":"354","64":"51","65":"697","66":"98","67":"13.1","68":"91","69":"9.9","70":"2","71":"279","72":"-","73":"-","74":"-","75":"0.78","76":"0.44","77":"..","78":"889","79":"43.332355459984321","80":"21","81":"28","82":"..","83":"..","84":"..","85":"..","86":"1295","87":"9.7193035124587208","88":"534","89":"220","90":"4.0295804406881981","91":"40","92":"192","93":"123","94":"117","95":"123","96":"..","97":"1824","98":"7.7302631578947372","99":"184","100":"302","101":"496","102":"59","103":"68","104":"50.7","105":"38.1","106":"7.6","107":"3.6","108":"1966","109":"1346","110":"563","111":"57","112":"4068","113":"1948","114":"1795","115":"325","116":"12692.306259999999","117":"15735.64286","118":"9842.7322660000009","119":"2.4417946855887163","120":"2.5216419974483317","121":"2.5889387663536434","122":"11192","123":"34","124":"1334","125":"12930.46369","126":"4.0149714256942914E-2","127":"31.3","128":"0.46633543100000002","129":"1095","130":"338","131":"349","132":"384","133":"24","134":"10","135":"7","136":"3","137":"2","138":"1","139":"175","140":"104","141":"71","142":"36","143":"35","144":"4891","145":"2717","146":"2174","147":"1126","148":"1048","149":"26.680412371134022","150":"0.70726915520628686","151":"0.86206896551724133","152":"0.55161544523246653","153":"92.117117117117118","154":"87.162162162162161","155":"51.45","156":"46.9","157":"12.9","158":"3.6","159":"474","160":"30.9","161":"8.4388185654008439","162":"3.4","163":"16.100000000000001","164":"41.983122362869196","165":"70.46413502109705","166":"8.354651162790697","167":"2.4269614217598612","168":"1635.7349999999999","169":"127.441","170":"7.8","171":"1508.2950000000001","172":"1442.5509999999999","173":"65.744","174":"95.641170991085971","175":"4.3588290089140385","176":"1109.57","177":"47.968000000000004","178":"132.15100000000001","179":"110.223","180":"30.635000000000002","181":"76.917211245910906","182":"3.3252203908215399","183":"9.1609239465363803","184":"7.6408390413926401","185":"2.12366841796235","186":"77.377621627420496","187":"59.516708684224596","188":"2.5729764522877221","189":"7.0885050689266746","190":"5.9122995226090218","191":"1.6432441130719304","192":"0.5","193":"987.55003921557068","194":"99.460000021443378","195":"13","196":"13","197":"44","198":"40","199":"8.8000000000000007","200":"31","201":"6194","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.5829066838040868","213":"21.494328500221265","214":"10774","215":"9358","216":"7.0138918572344515","217":"12","218":"-","219":"2","220":"10","221":"0.5258985365636889","222":"1.1137924633376648","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.24911547072176","235":"226","236":"8","237":"1.1186079650805012","238":"172","239":"6","240":"1.03236803497663","241":"206","242":"203","243":"210","244":"10.61","245":"3.37","246":"31.8","247":"0.16","248":"1.5","249":"0","250":"0","251":"0.06","252":"0.6","253":"0.09","254":"0.8","255":"0.05","256":"0.5","257":"0.15","258":"1.4","259":"0.17","260":"1.6","261":"0","262":"0","263":"0.04","264":"0.4","265":"1.27","266":"12","267":"1.02","268":"9.6","269":"3.96","270":"37.299999999999997","271":"0.27","272":"2.5","273":"22920","274":"6801","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"71.25","295":"63.746630727762799","296":"76.137479541734862","297":"75.748930099857347","298":"75.479840267937647","299":"74.342857142857142","300":"74.215898546241874"},{"1":"קצרין","2":"4100","3":"הצפון","4":"מועצה מקומית","5":"156.06430378943901","6":"1979","7":"0","8":"9","9":"220","10":"קצרין","11":"10.889033888232964","12":"698.5","13":"7606","14":"99.3","15":"81.599999999999994","16":"-","17":"-","18":"-","19":"-","20":"3716","21":"3890","22":"7.3626084669997374","23":"8.2697870102550617","24":"8.6116224033657645","25":"6.3502498027872729","26":"13.423612937154878","27":"16.986589534577966","28":"17.315277412569024","29":"5.6665790165658692","30":"15.987378385485144","31":"27.636076781488299","32":"5.995266894556929","33":"872","34":"124","35":"..","36":"0.6","37":"..","38":"42","39":"5.38","40":"82","41":"10.856531449241977","42":"1.4056395601250813","43":"31.238495924270314","44":"25","45":"40","46":"32","47":"20","48":"8","49":"47","50":"20","51":"369","52":"189","53":"180","54":"105","55":"82","56":"156","57":"26","58":"349","59":"171","60":"178","61":"85","62":"93","63":"143","64":"28","65":"431","66":"66","67":"24.7","68":"19","69":"6.5","70":"2","71":"123","72":"-","73":"0.49","74":"-","75":"-","76":"1.1499999999999999","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"881","87":"20.402964335340435","88":"350","89":"158","90":"8.1509082440614797","91":"41","92":"171","93":"128","94":"110","95":"106","96":"..","97":"1242","98":"32.045088566827694","99":"198","100":"299","101":"337","102":"25","103":"29","104":"48.2","105":"27","106":"1.1000000000000001","107":"23.7","108":"992","109":"689","110":"237","111":"66","112":"2170","113":"1014","114":"785","115":"371","116":"7566.9425019999999","117":"8780.9244789999993","118":"6461.2994849999995","119":"2.9815068466432004","120":"2.049678006934319","121":"4.1131747712856548","122":"3961","123":"42.1","124":"316","125":"9956.1097599999994","126":"11.946819168022182","127":"42.1","128":"0.36779680100000001","129":"375","130":"125","131":"109","132":"121","133":"20","134":"4","135":"2","136":"2","137":"-","138":"2","139":"65","140":"29","141":"36","142":"-","143":"36","144":"1428","145":"731","146":"697","147":"-","148":"697","149":"27","150":"0.97765363128491622","151":"0.81300813008130091","152":"1.1527377521613833","153":"72.268907563025209","154":"63.02521008403361","155":"20.32","156":"29.7","157":"11","158":"3","159":"202","160":"31.8","161":"3.4653465346534658","162":"2.9","163":"16.2","164":"38.613861386138616","165":"83.663366336633658","166":"6.9093406593406597","167":"4.2394659991656241","168":"969.10799999999995","169":"70.991","170":"7.3","171":"898.11699999999996","172":"892.495","173":"5.6219999999999999","174":"99.37402365170685","175":"0.62597634829315119","176":"444.51","177":"86.459000000000003","178":"124.767","179":"58.151000000000003","180":"8.4009999999999998","181":"49.805321038213101","182":"9.6873371839618105","183":"13.979574115261199","184":"6.5155547089899697","185":"0.94129378876072101","186":"117.34091506705199","187":"58.442019458322399","188":"11.367210097291611","189":"16.403760189324217","190":"7.6454115172232449","191":"1.104522745201157","192":"0","193":"590.34686822981996","194":"100","195":"12.9","196":"5.5","197":"30","198":"5.6","199":"4.0999999999999996","200":"23","201":"2804","202":"-","203":"-","204":"0.95","205":"-","206":"-","207":"-","208":"-","209":"1.252","210":"-","211":"-","212":"1.9118180383735757","213":"15.328390429451296","214":"3559","215":"3128","216":"6.9504475703324804","217":"4","218":"-","219":"-","220":"4","221":"0.52958689996302333","222":"1.1239112110143299","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.165648280126001","235":"110","236":"6","237":"0.43183783384944591","238":"140","239":"1","240":"-1.2485309818249499","241":"12","242":"14","243":"13","244":"10.93","245":"1.21","246":"11.1","247":"0.11","248":"1","249":"0","250":"0","251":"0.02","252":"0.2","253":"0.08","254":"0.7","255":"0.04","256":"0.4","257":"0.36","258":"3.3","259":"0.17","260":"1.6","261":"0","262":"0","263":"0.03","264":"0.3","265":"1.52","266":"13.9","267":"0","268":"0","269":"0","270":"0","271":"7.39","272":"67.5","273":"7606","274":"6286","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"63.48","295":"-","296":"59.023178807947019","297":"57.303370786516851","298":"57.052631578947363","299":"54.460465853272069","300":"54.54545454545454"},{"1":"קריית ארבע","2":"3611","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"83.196215332896003","6":"1979","7":"0","8":"9","9":"709","10":"קריית ארבע","11":"..","12":"..","13":"7499","14":"100","15":"97.8","16":"-","17":"-","18":"-","19":"-","20":"3725","21":"3774","22":"13.175090012001601","23":"11.081477530337379","24":"10.921456194159221","25":"9.93465795439392","26":"16.695559407921056","27":"15.575410054673956","28":"9.747966395519402","29":"3.6138151753567143","30":"9.2545672756367523","31":"41.685558074409919","32":"3.7071609547939723","33":"1192","34":"215","35":"..","36":"0.4","37":"..","38":"33","39":"5.12","40":"182","41":"24.532751059861557","42":"2.187064698900997","43":"16.242165622082943","44":"5","45":"20","46":"20","47":"0","48":"60","49":"-22","50":"-25","51":"352","52":"186","53":"166","54":"105","55":"176","56":"59","57":"12","58":"351","59":"179","60":"172","61":"141","62":"127","63":"74","64":"9","65":"335","66":"110","67":"51.1","68":"35","69":"13.8","70":"5","71":"508","72":"-","73":"5.57","74":"1.35","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"701","87":"19.624860022396419","88":"247","89":"121","90":"7.0070921985815602","91":"39","92":"165","93":"125","94":"95","95":"83","96":"..","97":"693","98":"32.900432900432904","99":"173","100":"176","101":"228","102":"21","103":"14","104":"14.1","105":"5","106":"77.599999999999994","107":"3.3","108":"1293","109":"589","110":"411","111":"293","112":"4015","113":"870","114":"1415","115":"1730","116":"7167.8704100000004","117":"8363.951556","118":"5939.5184179999997","119":"4.7132386676065119","120":"6.3238060174710231","121":"1.7678637989010149","122":"3531","123":"46.6","124":"179","125":"8464.4482640000006","126":"-6.5432967072064034","127":"47.5","128":"0.387734211","129":"551","130":"204","131":"164","132":"164","133":"19","134":"11","135":"8","136":"4","137":"2","138":"2","139":"137","140":"94","141":"43","142":"22","143":"21","144":"2500","145":"1695","146":"805","147":"423","148":"382","149":"21.191176470588236","150":"2.9001074113856067","151":"4.4491525423728815","152":"1.3071895424836601","153":"70.769230769230774","154":"57.692307692307686","155":"29.52","156":"..","157":"20.9","158":"4.8","159":"402","160":"27.8","161":"7.4626865671641784","162":"4.8","163":"17","164":"41.044776119402989","165":"72.139303482587067","166":"9.8422619047619051","167":"1.4486464426608625","168":"512.56100000000004","169":"57.347000000000001","170":"11.1883268528039","171":"455.214","172":"448.54199999999997","173":"6.6719999999999997","174":"98.53431572842662","175":"1.46568427157337","176":"321.904","177":"34.945999999999998","178":"39.615000000000002","179":"10.246","180":"1.3109999999999999","181":"71.766746480820103","182":"7.7910206847965204","183":"8.8319488475995591","184":"2.2842899884514698","185":"0.29228032157523698","186":"59.821552413977102","187":"42.931981861829797","188":"4.660709522539344","189":"5.2834089090424117","190":"1.3664977327287278","191":"0.17484662576687116","192":"0","193":"316.22399999999999","194":"0","195":"-","196":"-","197":"-","198":"0.1","199":"0.1","200":"-","201":"2051","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.2645672010274205","213":"2.1203895290343397","214":"1821","215":"1607","216":"9.573117610454263","217":"3","218":"-","219":"2","220":"1","221":"0.40438600648123441","222":"1.6474464579901154","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.90633820097725104","235":"46","236":"9","237":"1.4048479617516076","238":"181","239":"3","240":"-0.47234065649821499","241":"64","242":"47","243":"119","244":"4.0400000000000009","245":"1.24","246":"30.7","247":"0.1","248":"2.5","249":"0.01","250":"0.2","251":"0.02","252":"0.5","253":"7.0000000000000007E-2","254":"1.7","255":"0.02","256":"0.5","257":"0.06","258":"1.5","259":"0.09","260":"2.2000000000000002","261":"0.01","262":"0.2","263":"0.01","264":"0.2","265":"0","266":"0","267":"0.45","268":"11.1","269":"0.36","270":"8.9","271":"1.6","272":"39.79999999999999","273":"7499","274":"6048","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"74.150000000000006","295":"-","296":"73.448129251700678","297":"71.29864636209814","298":"69.487939060516297","299":"63.716628126970775","300":"66.280016280016284"},{"1":"קריית טבעון","2":"2300","3":"חיפה","4":"מועצה מקומית","5":"75.742059491424996","6":"1958","7":"0","8":"13","9":"306","10":"קריית טבעון","11":"9.260229393842879","12":"2021.9","13":"18519","14":"99.4","15":"97","16":"-","17":"-","18":"-","19":"-","20":"8905","21":"9615","22":"5.5294562341379123","23":"7.0252173443490467","24":"8.0619903882499049","25":"7.7433986716345373","26":"10.945515416599168","27":"16.064582320859657","28":"18.899508612776067","29":"5.3782601652357043","30":"20.357470705761649","31":"25.336141260327231","32":"9.2121604838274198","33":"950","34":"169","35":"1.81","36":"0.2","37":"..","38":"111","39":"3.81","40":"58","41":"3.1495049552486596","42":"1.1332066571105059","43":"6.5932285760570224","44":"45","45":"13.333333333333334","46":"73.333333333333329","47":"8.8888888888888893","48":"4.4444444444444446","49":"183","50":"154","51":"765","52":"367","53":"398","54":"242","55":"91","56":"384","57":"48","58":"611","59":"295","60":"316","61":"111","62":"198","63":"258","64":"44","65":"537","66":"56","67":"7.6","68":"54","69":"7.6","70":"11","71":"1023","72":"2.4","73":"1.4","74":"-","75":"1.53","76":"0.26","77":"..","78":"1103.6666666666667","79":"38.493822459662681","80":"22","81":"28","82":"..","83":"..","84":"..","85":"..","86":"1276","87":"12.657474456899118","88":"518","89":"222","90":"5.1434812828914707","91":"41","92":"183","93":"124","94":"114","95":"120","96":"..","97":"3243","98":"5.3654024051803884","99":"140","100":"496","101":"495","102":"82","103":"72","104":"59.3","105":"38.700000000000003","106":"1.3","107":"0.7","108":"1824","109":"1252","110":"533","111":"39","112":"3806","113":"1895","114":"1686","115":"225","116":"12598.103349999999","117":"15947.76865","118":"9380.2535790000002","119":"1.6644143201484551","120":"2.0163703188138093","121":"1.4696165170314579","122":"7623","123":"35.700000000000003","124":"1024","125":"10792.62837","126":"-1.6681397369805562","127":"42.3","128":"0.48742318899999998","129":"588","130":"115","131":"162","132":"261","133":"50","134":"8","135":"5","136":"5","137":"2","138":"3","139":"139","140":"63","141":"76","142":"27","143":"49","144":"3291","145":"1630","146":"1661","147":"627","148":"1034","149":"26.727272727272727","150":"1.1695906432748537","151":"1.8252933507170794","152":"0.5181347150259068","153":"85.714285714285708","154":"81.467181467181476","155":"56.58","156":"44.8","157":"14.7","158":"4.0999999999999996","159":"365","160":"31.5","161":"5.4794520547945202","162":"4.7","163":"16.100000000000001","164":"43.287671232876711","165":"77.260273972602747","166":"9.1666666666666661","167":"2.1454545454545455","168":"1571.9390000000001","169":"65.144000000000005","170":"4.1","171":"1506.7950000000001","172":"1499.39","173":"7.4050000000000002","174":"99.508559558533179","175":"0.49144044146682198","176":"1300.1379999999999","177":"33.713999999999999","178":"75.319999999999993","179":"42.055999999999997","180":"33.762999999999998","181":"86.711129192538294","182":"2.2485143958543099","183":"5.0233761729770103","184":"2.80487398208605","185":"2.2517823915058801","186":"80.960583153347699","187":"70.201835853131797","188":"1.8204103671706264","189":"4.0669546436285096","190":"2.2708423326133911","191":"1.8230561555075595","192":"0","193":"1080.2303618315998","194":"100","195":"19.8","196":"19.3","197":"93","198":"40","199":"39.9","200":"271","201":"5831","202":"-","203":"-","204":"0.1","205":"0.97299999999999998","206":"0.12","207":"-","208":"-","209":"0.14499999999999999","210":"2.4740000000000002","211":"0.12","212":"1.4189578984052669","213":"37.198845346003552","214":"8801","215":"8073","216":"7.1502539328626282","217":"10","218":"-","219":"-","220":"10","221":"0.54301809573252757","222":"1.1362345188046814","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.23683059615791","235":"224","236":"8","237":"1.2462808710980033","238":"175","239":"5","240":"9.2218542283614702E-2","241":"135","242":"149","243":"130","244":"9.18","245":"3.91","246":"42.6","247":"0.22","248":"2.4","249":"0.03","250":"0.3","251":"0.06","252":"0.7","253":"0.09","254":"1","255":"0.12","256":"1.3","257":"0.01","258":"0.1","259":"0.15","260":"1.6","261":"0","262":"0","263":"0.08","264":"0.9","265":"1.97","266":"21.5","267":"0.16","268":"1.7","269":"1.23","270":"13.4","271":"1.1499999999999999","272":"12.5","273":"18519","274":"4736","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"62.25","295":"51.438746438746442","296":"71.249633753296209","297":"69.416764361078549","298":"69.157172071282503","299":"67.143267710877993","300":"67.451197563339335"},{"1":"קריית יערים","2":"1137","3":"ירושלים","4":"מועצה מקומית","5":"40.162575209514301","6":"1992","7":"0","8":"9","9":"152","10":"הראל","11":"0.4983896027736256","12":"12874.2","13":"6471","14":"100","15":"99.7","16":"-","17":"-","18":"-","19":"-","20":"3393","21":"3078","22":"18.606088703446144","23":"14.943594498531912","24":"11.791067841137382","25":"10.477515067222996","26":"16.535311389275229","27":"16.303507958584454","28":"5.8414464534075101","29":"2.0398701900788132","30":"3.4615978983155617","31":"51.692165044042653","32":"1.1590171534538711","33":"1456","34":"288","35":"..","36":"1","37":"( 4.0)","38":"9","39":"4.45","40":"279","41":"43.90569833639173","42":"3.7297432735645515","43":"10.15299026425591","44":"17","45":"29.411764705882355","46":"58.82352941176471","47":"0","48":"11.76470588235294","49":"-67","50":"-79","51":"239","52":"134","53":"105","54":"93","55":"92","56":"46","57":"8","58":"318","59":"175","60":"143","61":"160","62":"106","63":"48","64":"4","65":"263","66":"90","67":"77","68":"16","69":"7.3","70":"6","71":"596","72":"-","73":"0.51","74":"7.76","75":"-","76":"1.28","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"430","87":"16.02086438152012","88":"168","89":"71","90":"6.3540090771558244","91":"35","92":"161","93":"120","94":"111","95":"119","96":"-","97":"216","98":"11.111111111111111","99":"30","100":"32","101":"115","102":"3","103":"..","104":"5.6","105":"33.799999999999997","106":"58.2","107":"2.2999999999999998","108":"669","109":"235","110":"240","111":"194","112":"2357","113":"362","114":"828","115":"1167","116":"6692.15236","117":"7704.3032869999997","118":"6064.1543179999999","119":"3.7313542888609774","120":"5.7580359795007752","121":"2.7177353363238899","122":"1695","123":"55.6","124":"192","125":"8930.3383549999999","126":"-14.716035089112033","127":"40.6","128":"0.43853157700000001","129":"734","130":"228","131":"232","132":"225","133":"49","134":"6","135":"4","136":"2","137":"-","138":"2","139":"69","140":"60","141":"9","142":"-","143":"9","144":"1486","145":"1249","146":"237","147":"-","148":"237","149":"25.972222222222221","150":"2.2727272727272729","151":"2.1875","152":"2.34375","153":"17.307692307692307","154":"15.384615384615385","155":"18.14","156":"..","157":"6.9","158":"2.4","159":"102","160":"19.7","161":"11.76470588235294","162":"4.5","163":"15.3","164":"24.509803921568626","165":"40.196078431372548","166":"10.527272727272727","167":"2.8963730569948187","168":"410.84800000000001","169":"15.019","170":"3.6556098605810399","171":"395.82900000000001","172":"395.82900000000001","173":"-","174":"100","175":"-","176":"311.53100000000001","177":"65.180000000000007","178":"5.47","179":"3.552","180":"4.968","181":"78.703430016496995","182":"16.466706582893099","183":"1.38190986511852","184":"0.89735719212083997","185":"1.2550874241149601","186":"61.169680111265698","187":"48.142636377685101","188":"10.072631741616442","189":"0.84530984391902331","190":"0.54891052387575334","191":"0.76773296244784428","192":"0","193":"262.55269999999996","194":"100","195":"19.3","196":"19.2","197":"114","198":"12.7","199":"10.1","200":"65","201":"1158","202":"0.33100000000000002","203":"2.7650000000000001","204":"-","205":"-","206":"-","207":"0.33100000000000002","208":"2.7649999999999997","209":"0.3","210":"-","211":"-","212":"1.4012289856072226","213":"8.0726153846153856","214":"1133","215":"1049","216":"9.2602478551000953","217":"1","218":"-","219":"1","220":"-","221":"0.15736809439566926","222":"0.88261253309797005","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.16837898983042","235":"26","236":"2","237":"-1.0696951241598549","238":"24","239":"6","240":"0.78875514025228899","241":"190","242":"194","243":"175","244":"0.54","245":"0.28999999999999998","246":"53.7","247":"0.08","248":"14.8","249":"0","250":"0","251":"0.01","252":"1.9","253":"0","254":"0","255":"0.01","256":"1.9","257":"0","258":"0","259":"0.06","260":"11.1","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0.09","272":"16.599999999999991","273":"6471","274":"22314","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"75.23481527864746","297":"77.794699969540062","298":"77.340936374549813","299":"73.724565025066354","300":"77.803203661327231"},{"1":"קריית עקרון","2":"0469","3":"המרכז","4":"מועצה מקומית","5":"16.470320165298102","6":"1963","7":"0","8":"11","9":"453","10":"זמורה","11":"2.3315867213019601","12":"4737.6000000000004","13":"11051","14":"99.3","15":"96.7","16":"-","17":"-","18":"-","19":"-","20":"5443","21":"5608","22":"8.5331644195095464","23":"8.2164509999095099","24":"6.877205682743643","25":"6.5966880825264678","26":"14.161614333544476","27":"18.740385485476427","28":"16.767713329110489","29":"5.2393448556691702","30":"14.867432811510271","31":"27.662654963351734","32":"5.673694688263506","33":"821","34":"200","35":"2.74","36":"0.6","37":"..","38":"75","39":"5.04","40":"125","41":"11.298048302432267","42":"-0.2348612213685044","43":"11.347389376527012","44":"3","45":"0","46":"100","47":"0","48":"0","49":"-168","50":"-180","51":"261","52":"120","53":"141","54":"78","55":"64","56":"105","57":"14","58":"441","59":"223","60":"218","61":"149","62":"94","63":"174","64":"24","65":"243","66":"78","67":"19.3","68":"40","69":"9.1999999999999993","70":"2","71":"63","72":"0.28000000000000003","73":"0.28999999999999998","74":"-","75":"-","76":"-","77":"..","78":"815","79":"61.5662986558239","80":"21","81":"21","82":"..","83":"..","84":"..","85":"..","86":"1234","87":"19.179359651849548","88":"468","89":"194","90":"7.214428857715431","91":"40","92":"180","93":"126","94":"105","95":"103","96":"..","97":"1532","98":"13.642297650130548","99":"309","100":"491","101":"431","102":"52","103":"71","104":"71.900000000000006","105":"9.4","106":"16.600000000000001","107":"2.1","108":"1421","109":"835","110":"518","111":"68","112":"3353","113":"1255","114":"1717","115":"381","116":"8869.9909320000006","117":"10559.38011","118":"7336.6954599999999","119":"2.8417981097347056","120":"2.8119144162649379","121":"3.0838205388107776","122":"5946","123":"37.5","124":"525","125":"10314.05521","126":"3.5897181651942001","127":"33.700000000000003","128":"0.384800541","129":"578","130":"186","131":"184","132":"186","133":"22","134":"4","135":"3","136":"2","137":"1","138":"1","139":"49","140":"37","141":"12","142":"6","143":"6","144":"1181","145":"840","146":"341","147":"184","148":"157","149":"23.735294117647058","150":"1.4354066985645932","151":"1.7456359102244388","152":"1.1494252873563218","153":"79.56204379562044","154":"68.613138686131393","155":"18.010000000000002","156":"30.3","157":"11.8","158":"2.6","159":"141","160":"29.8","161":"8.5106382978723403","162":"2.8","163":"15.3","164":"42.553191489361701","165":"77.304964539007088","166":"10.421739130434782","167":"2.1804374240583231","168":"852.19600000000003","169":"2.657","170":"0.3","171":"849.53899999999999","172":"849.53899999999999","173":"-","174":"100","175":"-","176":"639.11599999999999","177":"15.744999999999999","178":"50.523000000000003","179":"114.658","180":"0.33600000000000002","181":"75.230919357439802","182":"1.85335811540141","183":"5.9471077843395097","184":"13.4964963350711","185":"3.9550862291195601E-2","186":"76.874400506741495","187":"57.8333182517419","188":"1.4247579404578772","189":"4.5718034567007511","190":"10.375350647000271","191":"3.0404488281603474E-2","192":"0.6","193":"580.35436243805998","194":"100","195":"0.4","196":"0.4","197":"1","198":"4","199":"2","200":"6","201":"2901","202":"0.125","203":"1.5","204":"0.98","205":"1.7490000000000001","206":"-","207":"0.125","208":"1.5","209":"0.98","210":"1.7490000000000001","211":"-","212":"2.1169410354698446","213":"27.451532757747422","214":"4892","215":"4198","216":"8.1164840400190563","217":"7","218":"-","219":"-","220":"7","221":"0.63269070493620694","222":"1.4309076042518396","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.11198599329080999","235":"138","236":"2","237":"-1.4001241276091625","238":"11","239":"7","240":"1.4539584553054901","241":"220","242":"221","243":"211","244":"2.34","245":"1.34","246":"57.3","247":"0.06","248":"2.6","249":"0","250":"0","251":"0.03","252":"1.3","253":"0.05","254":"2.1","255":"0.21","256":"9","257":"0.16","258":"6.8","259":"0.17","260":"7.3","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0.09","268":"3.8","269":"7.0000000000000007E-2","270":"3","271":"0.16","272":"6.8","273":"11051","274":"8247","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"70.39","295":"-","296":"70.701883101002693","297":"70.652173913043484","298":"72.061515928231415","299":"67.315175097276267","300":"72.669439686811842"},{"1":"קרני שומרון","2":"3640","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"27.045612982297602","6":"1991","7":"0","8":"9","9":"717","10":"קרני שומרון","11":"..","12":"..","13":"9663","14":"99.9","15":"96.8","16":"-","17":"-","18":"-","19":"-","20":"4882","21":"4780","22":"13.298147573217427","23":"12.087343475111249","24":"9.5415502431956956","25":"6.9233157404532752","26":"15.098830590913796","27":"19.672979405981579","28":"10.17282417468695","29":"4.4292662734140533","30":"8.765393770050709","31":"39.087239987581498","32":"2.4423057021628893","33":"1025","34":"256","35":"..","36":"0.2","37":"..","38":"31","39":"4.71","40":"225","41":"23.585546669053816","42":"2.6095905523310989","43":"11.859670909655387","44":"27","45":"22.222222222222221","46":"25.925925925925924","47":"29.629629629629626","48":"22.222222222222221","49":"17","50":"-13","51":"382","52":"204","53":"178","54":"126","55":"124","56":"122","57":"10","58":"395","59":"209","60":"186","61":"117","62":"116","63":"141","64":"21","65":"298","66":"91","67":"38.799999999999997","68":"44","69":"11.8","70":"4","71":"329","72":"-","73":"0.1","74":"3.37","75":"0.03","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"781","87":"15.620000000000001","88":"299","89":"134","90":"6.028225806451613","91":"39","92":"191","93":"126","94":"105","95":"103","96":"-","97":"834","98":"14.028776978417266","99":"93","100":"101","101":"196","102":"28","103":"21","104":"35.299999999999997","105":"27.7","106":"4.0999999999999996","107":"32.799999999999997","108":"1108","109":"537","110":"384","111":"187","112":"3179","113":"808","114":"1311","115":"1060","116":"9800.79889","117":"12095.778490000001","118":"7419.2375060000004","119":"3.8821072638076215","120":"4.8570161145447655","121":"2.1960307510904054","122":"4159","123":"36.700000000000003","124":"312","125":"9259.1619580000006","126":"2.2073933444493266","127":"41.3","128":"0.41235285999999999","129":"828","130":"293","131":"240","132":"247","133":"48","134":"5","135":"4","136":"2","137":"1","138":"1","139":"91","140":"60","141":"31","142":"14","143":"17","144":"2394","145":"1598","146":"796","147":"387","148":"409","149":"27.46","150":"0.99009900990099009","151":"0.76045627376425851","152":"1.2396694214876034","153":"87.037037037037038","154":"78.395061728395063","155":"42.88","156":"58.2","157":"23","158":"4.9000000000000004","159":"281","160":"30.8","161":"6.7615658362989333","162":"4.9000000000000004","163":"14.8","164":"36.654804270462634","165":"75.444839857651246","166":"10.64622641509434","167":"2.9326539654408506","168":"791.03599999999994","169":"35.707000000000001","170":"4.5","171":"755.32899999999995","172":"755.32899999999995","173":"-","174":"100","175":"-","176":"483.89100000000002","177":"40.008000000000003","178":"65.322000000000003","179":"157.91999999999999","180":"6.0670000000000002","181":"64.063606719720795","182":"5.2967647210685698","183":"8.6481519973415608","184":"20.907445629652798","185":"0.80322614383930702","186":"78.175222521217094","187":"50.081867108259203","188":"4.1407576071206789","189":"6.760712067894846","190":"16.344442144483544","191":"0.62792382529497004","192":"0","193":"581.12000000000012","194":"98.192029185022022","195":"38.299999999999997","196":"31","197":"159","198":"13.2","199":"12","200":"37","201":"2393","202":"-","203":"-","204":"-","205":"-","206":"-","207":"0.6","208":"3.5999999999999996","209":"-","210":"-","211":"-","212":"1.3541865540909224","213":"12.300184522543411","214":"3663","215":"3320","216":"8.044879518072289","217":"1","218":"-","219":"-","220":"1","221":"0.10482465186246138","222":"0.27300027300027302","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.22321947063662501","235":"147","236":"9","237":"1.4892941848061938","238":"187","239":"5","240":"0.31389350365018498","241":"164","242":"122","243":"192","244":"7.41","245":"1.39","246":"18.8","247":"0.08","248":"1.1000000000000001","249":"0","250":"0","251":"0.03","252":"0.4","253":"0.13","254":"1.8","255":"0.01","256":"0.1","257":"0.08","258":"1.1000000000000001","259":"0.1","260":"1.3","261":"0","262":"0","263":"0.01","264":"0.1","265":"0","266":"0","267":"0.94","268":"12.7","269":"0.15","270":"2","271":"4.49","272":"60.6","273":"9663","274":"6952","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"70.13","295":"-","296":"77.149831017649277","297":"75.130014858841008","298":"75.527656477438128","299":"72.559911125218221","300":"73.545792079207914"},{"1":"ראמה","2":"0543","3":"הצפון","4":"מועצה מקומית","5":"117.833880496906","6":"1954","7":"0","8":"9","9":"260","10":"בקעת בית הכרם","11":"6.4915990194220754","12":"1199.9000000000001","13":"7789","14":"-","15":"-","16":"99.8","17":"18.7","18":"49.8","19":"31.5","20":"3916","21":"3874","22":"7.1639491590704836","23":"7.7160097573501094","24":"7.0355629734240592","25":"7.6646552830915393","26":"16.985492361021954","27":"20.002567723712929","28":"17.511875722172295","29":"4.455000641930928","30":"11.477724996790345","31":"26.113750160482731","32":"4.8658364359994861","33":"696","34":"103","35":"..","36":"0.2","37":"..","38":"45","39":"5.21","40":"58","41":"7.4447141334324858","42":"-3.6101205626465571E-2","43":"3.8515855693927334E-2","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-57","50":"-59","51":"86","52":"25","53":"61","54":"13","55":"39","56":"30","57":"4","58":"145","59":"50","60":"95","61":"45","62":"44","63":"55","64":"1","65":"1","66":"79","67":"30.9","68":"11","69":"3.2","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"826","87":"17.3420113373924","88":"322","89":"163","90":"6.7846607669616521","91":"37","92":"157","93":"117","94":"110","95":"104","96":"-","97":"971","98":"22.245108135942328","99":"276","100":"477","101":"343","102":"33","103":"30","104":"61.1","105":"14.4","106":"18.399999999999999","107":"6.2","108":"1143","109":"816","110":"299","111":"28","112":"2365","113":"1261","114":"950","115":"154","116":"7972.823523","117":"9526.6850780000004","118":"6192.0515919999998","119":"1.1130059194788267","120":"2.2305122509753694","121":"-9.2397605721328269E-3","122":"3865","123":"44.3","124":"413","125":"8076.0842839999996","126":"0.23117752504808742","127":"42.9","128":"0.50333257600000003","129":"381","130":"120","131":"128","132":"130","133":"3","134":"6","135":"3","136":"4","137":"1","138":"3","139":"83","140":"37","141":"46","142":"12","143":"34","144":"2250","145":"1065","146":"1185","147":"289","148":"896","149":"29.387096774193548","150":"0.52287581699346397","151":"..","152":"..","153":"73.417721518987349","154":"58.22784810126582","155":"22.54","156":"38.700000000000003","157":"22.7","158":"4.0999999999999996","159":"219","160":"31","161":"3.6529680365296802","162":"2.7","163":"19.3","164":"36.529680365296798","165":"80.365296803652967","166":"10.631578947368421","167":"2.7524752475247523","168":"653.54200000000003","169":"81.771000000000001","170":"12.5","171":"571.77099999999996","172":"554.53300000000002","173":"17.238","174":"96.985156644880561","175":"3.0148433551194445","176":"453.10599999999999","177":"11.332000000000001","178":"-","179":"35.673999999999999","180":"3.8639999999999999","181":"81.709474458688703","182":"2.04352130531456","183":"-","184":"6.4331608759082002","185":"0.69680253474545295","186":"71.194376685068704","187":"58.172551033508803","188":"1.4548722557452818","189":"-","190":"4.5800487867505453","191":"0.49608422133778407","192":"0","193":"405.45074797529998","194":"100","195":"1.1000000000000001","196":"1.1000000000000001","197":"4","198":"4.0999999999999996","199":"2","200":"7","201":"2356","202":"3.2","203":"11.6","204":"-","205":"-","206":"0.15","207":"2","208":"2","209":"-","210":"-","211":"0.15","212":"1.7846748718363514","213":"1.2371174243775251","214":"4164","215":"3591","216":"8.5836814257866898","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-0.109387509963856","235":"114","236":"3","237":"-0.8486334171540949","238":"40","239":"3","240":"-0.51967754364269203","241":"59","242":"80","243":"41","244":"6.49","245":"1.28","246":"19.7","247":"0.04","248":"0.6","249":"0.01","250":"0.2","251":"0","252":"0","253":"0.03","254":"0.5","255":"0.05","256":"0.8","257":"0.05","258":"0.8","259":"0.05","260":"0.8","261":"0","262":"0","263":"0","264":"0","265":"0.43","266":"6.6","267":"4.17","268":"64.3","269":"0","270":"0","271":"0.38","272":"5.6999999999999975","273":"7789","274":"6085","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"75.5","295":"-","296":"53.943818441517223","297":"61.2588512981904","298":"63.774709758393477","299":"54.476456009913257","300":"55.278369333738972"},{"1":"ראש פינה","2":"0026","3":"הצפון","4":"מועצה מקומית","5":"134.12894105779","6":"1949","7":"0","8":"9","9":"259","10":"אצבע הגליל","11":"16.81439580190958","12":"..","13":"3237","14":"98.4","15":"97.4","16":"-","17":"-","18":"-","19":"-","20":"1599","21":"1638","22":"7.3833796725362992","23":"7.8467717021933892","24":"8.4028421377818976","25":"7.074451652764906","26":"12.974976830398518","27":"16.92925548347235","28":"17.608897126969417","29":"5.0973123262279891","30":"16.682113067655237","31":"27.957985789311092","32":"4.7883843064565959","33":"901","34":"47","35":"..","36":"-","37":"-","38":"16","39":"..","40":"31","41":"9.6060965080637732","42":"0.61213486959537988","43":"4.5103490886623421","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-1","50":"-7","51":"185","52":"81","53":"104","54":"59","55":"40","56":"77","57":"9","58":"192","59":"95","60":"97","61":"56","62":"47","63":"83","64":"6","65":"103","66":"18","67":"14.9","68":"7","69":"5.8","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"354","87":"19.612188365650969","88":"138","89":"52","90":"7.5907590759075907","91":"39","92":"175","93":"121","94":"107","95":"103","96":"-","97":"500","98":"5.6","99":"58","100":"66","101":"128","102":"14","103":"7","104":"71.599999999999994","105":"23.2","106":"2.5","107":"2.7","108":"362","109":"243","110":"106","111":"13","112":"802","113":"375","114":"351","115":"76","116":"10041.958140000001","117":"12363.534799999999","118":"7803.4047460000002","119":"0.89532130648772856","120":"1.5560441932084057","121":"0.77142765101692046","122":"1483","123":"42.3","124":"278","125":"7708.2209320000002","126":"2.4183354029035486","127":"52.2","128":"0.466702224","129":"139","130":"43","131":"44","132":"51","133":"..","134":"1","135":"1","136":"-","137":"-","138":"-","139":"7","140":"7","141":"-","142":"-","143":"-","144":"197","145":"197","146":"-","147":"-","148":"-","149":"31.666666666666668","150":"2.5316455696202533","151":"2.4691358024691357","152":"2.5974025974025974","153":"82.692307692307693","154":"69.230769230769226","155":"40.68","156":"..","157":"11.9","158":"4.3","159":"19","160":"29.3","161":"5.2631578947368416","162":"5.4","163":"15.6","164":"42.105263157894733","165":"84.210526315789465","166":"11.238853503184714","167":"2.7733068858033438","168":"738.36900000000003","169":"91.015000000000001","170":"12.3264925802681","171":"647.35400000000004","172":"640.59400000000005","173":"6.76","174":"98.955749095548967","175":"1.0442509044510422","176":"315.97199999999998","177":"7.4720000000000004","178":"102.902","179":"108.813","180":"7.2670000000000003","181":"49.324845377883697","182":"1.16641741883315","183":"16.063528537576101","184":"16.986265871987602","185":"1.1344158702704099","186":"197.95859085290499","187":"97.642768850432603","188":"2.3090234857849197","189":"31.799134734239804","190":"33.625772558714459","191":"2.2456736711990111","192":"0","193":"411.27930000000003","194":"100","195":"15","196":"3.2","197":"17","198":"2.2000000000000002","199":"1","200":"5","201":"1062","202":"0.45","203":"2.9249999999999998","204":"-","205":"1.4999999999999999E-2","206":"0.45","207":"-","208":"-","209":"-","210":"-","211":"-","212":"3.124075544103476","213":"17.36898688700299","214":"1990","215":"1701","216":"7.3891828336272782","217":"5","218":"-","219":"1","220":"4","221":"1.5493704045264152","222":"2.512562814070352","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.62429876215587299","235":"180","236":"7","237":"0.7153310945229775","238":"156","239":"2","240":"-0.92459583159210201","241":"27","242":"32","243":"23","244":"16.75","245":"1.43","246":"8.5","247":"0.01","248":"0.1","249":"0","250":"0","251":"0.04","252":"0.2","253":"0.11","254":"0.7","255":"0.09","256":"0.5","257":"0.34","258":"2","259":"0.81","260":"4.8","261":"0.01","262":"0.1","263":"0.01","264":"0.1","265":"0.69","266":"4.0999999999999996","267":"5.93","268":"35.4","269":"2.92","270":"17.399999999999999","271":"4.3600000000000003","272":"26.099999999999994","273":"3237","274":"2264","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73.5","295":"66.019417475728162","296":"73.419301164725454","297":"71.963394342762072","298":"69.438669438669436","299":"66.263115415657794","300":"66.139865665744765"},{"1":"ריינה","2":"0542","3":"הצפון","4":"מועצה מקומית","5":"88.605892627110705","6":"1968","7":"0","8":"13","9":"257","10":"מבוא העמקים","11":"10.846366104924526","12":"1776.9","13":"19265","14":"-","15":"-","16":"99.8","17":"85.3","18":"14.7","19":"-","20":"9838","21":"9427","22":"8.9592525304957178","23":"9.0319231767453925","24":"9.2291720737087992","25":"9.6029068258499866","26":"18.645211523488189","27":"18.344147417596677","28":"15.89410848689333","29":"3.9916947832857512","30":"6.3015831819361541","31":"32.629120166104336","32":"2.0866856994549701","33":"758","34":"294","35":"1.98","36":"1.4","37":"( 4.7)","38":"71","39":"5.47","40":"223","41":"11.612595363982349","42":"0.64647633895869205","43":"5.709836491045938E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-104","50":"-108","51":"156","52":"51","53":"105","54":"33","55":"70","56":"49","57":"4","58":"264","59":"102","60":"162","61":"66","62":"104","63":"93","64":"1","65":"7","66":"206","67":"36.200000000000003","68":"25","69":"3.1","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"961.66666666666663","79":"69.726983878738366","80":"17","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1635","87":"14.480559737844301","88":"722","89":"458","90":"6.4349376114081993","91":"38","92":"155","93":"121","94":"128","95":"129","96":"-","97":"1015","98":"27.586206896551722","99":"728","100":"416","101":"674","102":"64","103":"70","104":"64.5","105":"13.8","106":"17.5","107":"4.2","108":"2363","109":"1475","110":"804","111":"84","112":"5298","113":"2216","114":"2637","115":"445","116":"6323.5274630000004","117":"7409.4962939999996","118":"4648.9250860000002","119":"0.49988081488476777","120":"1.2796665024248588","121":"-8.8587908029769125E-2","122":"6894","123":"54.5","124":"612","125":"9294.8048990000007","126":"-2.1623749419826033","127":"34.299999999999997","128":"0.37688454900000001","129":"898","130":"283","131":"300","132":"301","133":"14","134":"8","135":"5","136":"4","137":"1","138":"3","139":"132","140":"89","141":"43","142":"10","143":"33","144":"3515","145":"2312","146":"1203","147":"231","148":"972","149":"27.522388059701491","150":"1.0938399539435808","151":"..","152":"..","153":"78.640776699029118","154":"57.605177993527512","155":"10.62","156":"26.2","157":"12.8","158":"2.2999999999999998","159":"333","160":"30.9","161":"3.9039039039039038","162":"2.9","163":"18.600000000000001","164":"44.74474474474475","165":"74.774774774774784","166":"11.7117903930131","167":"1.9780014914243103","168":"1625.559","169":"256.74200000000002","170":"15.8","171":"1368.817","172":"1360.047","173":"8.77","174":"99.359300768473801","175":"0.64069923152620112","176":"1051.9190000000001","177":"18.574999999999999","178":"-","179":"95.6","180":"58.533000000000001","181":"77.344312365675606","182":"1.3657616244144499","183":"-","184":"7.0291688449002097","185":"4.3037483263445999","186":"70.593117408906906","187":"54.599761237413098","188":"0.96413370704868684","189":"-","190":"4.9621094155507111","191":"3.0381501090003113","192":"0","193":"1139.4895761136252","194":"100","195":"35.4","196":"25.5","197":"102","198":"23.5","199":"20.100000000000001","200":"79","201":"5319","202":"8.9","203":"87.7","204":"3.8","205":"1.75","206":"0.66","207":"4.7","208":"41.199999999999996","209":"4.46","210":"1.73","211":"0.66","212":"1.4050732655214402","213":"1.734513964451907","214":"6876","215":"5673","216":"7.9250837299488808","217":"3","218":"-","219":"1","220":"2","221":"0.15622325601769976","222":"0.43630017452006981","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-1.0129011473174501","235":"39","236":"6","237":"0.31621545362179054","238":"131","239":"5","240":"0.220977982526397","241":"152","242":"172","243":"99","244":"10.85","245":"2.82","246":"26","247":"0.04","248":"0.4","249":"0","250":"0","251":"0.01","252":"0.1","253":"0.03","254":"0.3","255":"0.06","256":"0.6","257":"0.13","258":"1.2","259":"0.32","260":"2.9","261":"0","262":"0","263":"0","264":"0","265":"0.22","266":"2","267":"3.39","268":"31.2","269":"1.3","270":"12","271":"2.5299999999999998","272":"23.3","273":"19265","274":"6832","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"85.26","295":"-","296":"46.099920134883313","297":"57.765068191816979","298":"67.89087093389297","299":"45.267489711934154","300":"52.788694706915294"},{"1":"רכסים","2":"0922","3":"חיפה","4":"מועצה מקומית","5":"82.542668626736997","6":"1959","7":"0","8":"11","9":"355","10":"מורדות הכרמל","11":"3.3110775559666057","12":"4149.3","13":"13736","14":"100","15":"99.8","16":"-","17":"-","18":"-","19":"-","20":"7151","21":"6585","22":"17.537856726849157","23":"14.931566686080373","24":"11.291496796738498","25":"10.527082119976704","26":"16.28567268491555","27":"14.895165987186955","28":"8.0518345952242285","29":"2.0529994175888175","30":"4.4190448456610367","31":"49.555911473500288","32":"1.4997087944088527","33":"1422","34":"502","35":"5.68","36":"2.6","37":"( 5.5)","38":"35","39":"4.82","40":"467","41":"34.590572090090291","42":"3.5482056645552689","43":"2.1694816540477579","44":"3","45":"0","46":"66.666666666666657","47":"33.333333333333329","48":"0","49":"18","50":"17","51":"472","52":"252","53":"220","54":"202","55":"185","56":"74","57":"11","58":"455","59":"258","60":"197","61":"179","62":"178","63":"85","64":"13","65":"926","66":"200","67":"72.900000000000006","68":"29","69":"6.4","70":"7","71":"806","72":"-","73":"1.25","74":"4.82","75":"-","76":"-","77":"..","78":"315.66666666666669","79":"53.897304854150363","80":"20","81":"30","82":"..","83":"..","84":"..","85":"..","86":"889","87":"15.259182972880192","88":"340","89":"137","90":"5.9617745046466775","91":"36","92":"137","93":"122","94":"107","95":"104","96":"-","97":"597","98":"9.882747068676716","99":"470","100":"104","101":"338","102":"29","103":"10","104":"42.9","105":"32.1","106":"21.2","107":"3.8","108":"1841","109":"740","110":"532","111":"569","112":"6478","113":"1092","114":"1839","115":"3547","116":"5740.2497679999997","117":"6338.6454940000003","118":"5334.376945","119":"1.6441054334977112","120":"-1.6962025215822352","121":"4.5345163725520443","122":"3954","123":"57.3","124":"257","125":"6628.546816","126":"-2.7318763031696447","127":"57.6","128":"0.417406526","129":"1416","130":"461","131":"441","132":"424","133":"90","134":"20","135":"12","136":"9","137":"-","138":"9","139":"182","140":"136","141":"46","142":"-","143":"46","144":"3999","145":"2978","146":"1021","147":"-","148":"1021","149":"25.460674157303369","150":"1.5913430935709738","151":"2.604166666666667","152":"0.62266500622665","153":"18.348623853211009","154":"10.091743119266056","155":"9.1999999999999993","156":"26.1","157":"3.4","158":"1.3","159":"230","160":"23.2","161":"9.5652173913043477","162":"3.2","163":"18.399999999999999","164":"7.8260869565217401","165":"40.434782608695649","166":"7.25","167":"4.6321839080459766","168":"742.24800000000005","169":"18.135000000000002","170":"2.4","171":"724.11300000000006","172":"724.11300000000006","173":"-","174":"100","175":"-","176":"572.298","177":"98.399000000000001","178":"13.214","179":"13.881","180":"16.895","181":"79.034349611179493","182":"13.5889011797882","183":"1.8248533032827701","184":"1.9169659984008001","185":"2.33319937634043","186":"52.7164385556203","187":"41.664094350611499","188":"7.1635847408270239","189":"0.96199767035527084","190":"1.0105562026790915","191":"1.2299796156086198","192":"0","193":"548.14286980263682","194":"100","195":"7.2","196":"2.6","197":"9","198":"3.4","199":"3","200":"19","201":"2484","202":"-","203":"-","204":"13.07","205":"4.53","206":"-","207":"-","208":"-","209":"-","210":"0.03","211":"-","212":"1.3374591743000537","213":"3.6726862552113855","214":"2184","215":"1971","216":"9.6859462201927951","217":"2","218":"-","219":"-","220":"2","221":"0.14813949503250662","222":"0.91575091575091572","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.6182705182419099","235":"13","236":"2","237":"-1.0038660635906722","238":"31","239":"5","240":"8.4838973358595804E-2","241":"134","242":"153","243":"121","244":"3.3199999999999994","245":"0.97","246":"29.2","247":"0.16","248":"4.8","249":"0.02","250":"0.6","251":"0.01","252":"0.3","253":"0","254":"0","255":"0","256":"0","257":"0","258":"0","259":"0.01","260":"0.3","261":"0","262":"0","263":"0","264":"0","265":"2.0099999999999998","266":"60.5","267":"0.09","268":"2.7","269":"0","270":"0","271":"0.05","272":"1.6000000000000085","273":"13736","274":"14161","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"86.307868477016186","297":"85.504675910996454","298":"84.575307862330291","299":"81.674996213842192","300":"84.212790364209923"},{"1":"רמת ישי","2":"0122","3":"הצפון","4":"מועצה מקומית","5":"78.0147471066295","6":"1958","7":"0","8":"9","9":"257","10":"מבוא העמקים","11":"2.3322900083629925","12":"3460.4","13":"8071","14":"99.9","15":"97","16":"-","17":"-","18":"-","19":"-","20":"3984","21":"4087","22":"7.0994920084252264","23":"8.598686655928633","24":"8.4128360797918482","25":"7.8676743897906087","26":"12.129847602527567","27":"17.593854540949078","28":"17.457564118448769","29":"5.8109280138768433","30":"15.029116590261429","31":"28.757279147565356","32":"3.8037417915995539","33":"887","34":"80","35":"..","36":"-","37":"-","38":"14","39":"2.9","40":"66","41":"8.2665157844095098","42":"2.1930448179270314","43":"5.240986247057366","44":"4","45":"25","46":"50","47":"25","48":"0","49":"138","50":"122","51":"422","52":"204","53":"218","54":"143","55":"59","56":"185","57":"35","58":"300","59":"159","60":"141","61":"57","62":"101","63":"130","64":"12","65":"325","66":"22","67":"8.6999999999999993","68":"38","69":"11.1","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"676","87":"14.74694589877836","88":"261","89":"96","90":"5.7024251693248855","91":"40","92":"190","93":"122","94":"107","95":"103","96":"-","97":"1122","98":"2.0499108734402851","99":"72","100":"121","101":"186","102":"25","103":"44","104":"61.2","105":"36.9","106":"0.5","107":"1.4","108":"862","109":"575","110":"274","111":"13","112":"1830","113":"878","114":"878","115":"74","116":"13145.61426","117":"16611.17857","118":"9787.3751250000005","119":"3.2169349003952075","120":"3.4024521253500417","121":"2.5820614786928653","122":"3942","123":"31.6","124":"350","125":"12372.52043","126":"12.926442549338436","127":"34.6","128":"0.44016704299999998","129":"399","130":"118","131":"120","132":"146","133":"15","134":"2","135":"1","136":"1","137":"1","138":"-","139":"34","140":"24","141":"10","142":"10","143":"-","144":"988","145":"652","146":"336","147":"336","148":"-","149":"27.956521739130434","150":"1.0666666666666667","151":"1.0554089709762533","152":"1.0781671159029651","153":"87.692307692307693","154":"76.923076923076934","155":"54.89","156":"47.8","157":"15.4","158":"4.3","159":"87","160":"31.5","161":"9.1954022988505741","162":"2.7","163":"13.1","164":"35.632183908045981","165":"77.011494252873561","166":"14.157142857142857","167":"2.2573158425832491","168":"626.625","169":"29.806999999999999","170":"4.8","171":"596.81799999999998","172":"596.81799999999998","173":"-","174":"100","175":"-","176":"505.06799999999998","177":"20.178999999999998","178":"11.004","179":"51.438000000000002","180":"7.5659999999999998","181":"84.626804151349305","182":"3.3810977550945198","183":"1.84377817022945","184":"8.6187078807944797","185":"1.26772315848383","186":"73.955142503097903","187":"62.585873605948002","188":"2.5004956629491946","189":"1.3635687732342008","190":"6.3739776951672864","191":"0.93754646840148703","192":"0.8","193":"440.03756077800006","194":"100","195":"19","196":"7.3","197":"45","198":"16.3","199":"8","200":"36","201":"2441","202":"0.30199999999999999","203":"2.4159999999999999","204":"0.22500000000000001","205":"0.21199999999999999","206":"-","207":"0.30199999999999999","208":"2.4159999999999999","209":"0.21199999999999999","210":"0.189","211":"-","212":"2.0142761550498256","213":"20.362457906176964","214":"4073","215":"3697","216":"6.7151744657830674","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.3192197158079499","235":"231","236":"2","237":"-1.1196912509948411","238":"22","239":"4","240":"-1.5697963036268001E-2","241":"122","242":"124","243":"127","244":"2.3600000000000003","245":"1.21","246":"51.3","247":"0.03","248":"1.3","249":"0","250":"0","251":"0.01","252":"0.4","253":"0.01","254":"0.4","255":"0.13","256":"5.5","257":"0","258":"0","259":"0.09","260":"3.8","261":"0","262":"0","263":"0","264":"0","265":"0.09","266":"3.8","267":"0.02","268":"0.8","269":"0.63","270":"26.7","271":"0.14000000000000001","272":"6.0000000000000089","273":"8071","274":"6670","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"69.86","295":"-","296":"75.697140840098825","297":"74.121800529567523","298":"74.570326201332875","299":"73.641816623821768","300":"72.68949468085107"},{"1":"שבלי - אום אל-גנם","2":"0913","3":"הצפון","4":"מועצה מקומית","5":"91.142060795217702","6":"1984","7":"0","8":"9","9":"251","10":"הגליל המזרחי","11":"3.146401053346116","12":"1989","13":"6279","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"3174","21":"3105","22":"9.5238095238095237","23":"9.348622392100653","24":"10.781971651536869","25":"10.590858416945373","26":"17.072782290173595","27":"17.486860965121835","28":"16.212772734511866","29":"2.8985507246376812","30":"6.067845198279981","31":"35.738174868609654","32":"2.1659499920369485","33":"863","34":"124","35":"..","36":"0.2","37":"..","38":"23","39":"5.73","40":"101","41":"16.251483104275408","42":"2.0770879443300885","43":"3.185220576524924E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"26","50":"26","51":"91","52":"34","53":"57","54":"22","55":"39","56":"28","57":"2","58":"65","59":"19","60":"46","61":"17","62":"26","63":"21","64":"1","65":"26","66":"58","67":"32.299999999999997","68":"12","69":"4.9000000000000004","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"536","87":"15.473441108545035","88":"213","89":"97","90":"6.2610229276895941","91":"39","92":"163","93":"128","94":"112","95":"120","96":"-","97":"399","98":"38.095238095238095","99":"194","100":"211","101":"219","102":"28","103":"14","104":"90.2","105":"1.8","106":"7.8","107":"0.2","108":"978","109":"568","110":"367","111":"43","112":"2341","113":"881","114":"1232","115":"228","116":"6707.9759949999998","117":"8123.5731640000004","118":"5065.1704689999997","119":"0.64423781670379654","120":"1.1582189780916519","121":"0.32351027531403176","122":"2746","123":"47.9","124":"246","125":"10095.428400000001","126":"-6.4325464680559108E-2","127":"29.7","128":"0.34647849200000003","129":"385","130":"136","131":"124","132":"118","133":"7","134":"3","135":"2","136":"2","137":"1","138":"1","139":"57","140":"34","141":"23","142":"10","143":"13","144":"1436","145":"826","146":"610","147":"281","148":"329","149":"25.392857142857142","150":"0.60606060606060608","151":"..","152":"..","153":"66.451612903225808","154":"47.741935483870968","155":"13.05","156":"..","157":"15.5","158":"2.9","159":"153","160":"31.9","161":"1.9607843137254901","162":"2.6","163":"19.2","164":"56.209150326797385","165":"82.35294117647058","166":"10.420289855072463","167":"3.0876216968011128","168":"496.96699999999998","169":"85.308000000000007","170":"17.2","171":"411.65899999999999","172":"391.298","173":"20.361000000000001","174":"95.053915983860421","175":"4.9460840161395714","176":"331.05200000000002","177":"17.039000000000001","178":"11.077999999999999","179":"9.6129999999999995","180":"4.9160000000000004","181":"84.603550235370506","182":"4.3544817504817299","183":"2.83109037102157","184":"2.4566954086144102","185":"1.2563314915997501","186":"62.318522057652501","187":"52.723682114986502","188":"2.7136486701704094","189":"1.7642936773371556","190":"1.5309762701067049","191":"0.78292721770982643","192":"0","193":"330.99871369220006","194":"80.000012911965584","195":"3.1","196":"3.1","197":"15","198":"4.5","199":"4.5","200":"21","201":"1457","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.1772344857227872","213":"0.51401839412220895","214":"3193","215":"2222","216":"8.1719171917191726","217":"2","218":"-","219":"2","220":"-","221":"0.32181154661931499","222":"0.62637018477920459","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.778686963055363","235":"60","236":"8","237":"1.0908623654709568","238":"171","239":"3","240":"-0.335685033584807","241":"82","242":"82","243":"93","244":"3.1700000000000004","245":"1.3","246":"41","247":"0.03","248":"0.9","249":"0","250":"0","251":"0","252":"0","253":"0.01","254":"0.3","255":"0.01","256":"0.3","257":"0","258":"0","259":"0.01","260":"0.3","261":"0","262":"0","263":"0","264":"0","265":"0.26","266":"8.1999999999999993","267":"1.31","268":"41.3","269":"0.08","270":"2.5","271":"0.16","272":"5.2000000000000171","273":"6279","274":"4830","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"86.14","295":"82.508960573476699","296":"39.630086313193587","297":"56.720038816108683","298":"60.876856732151417","299":"37.288919731667825","300":"50.043975373790673"},{"1":"שגב-שלום","2":"1286","3":"הדרום","4":"מועצה מקומית","5":"100.401741360893","6":"1996","7":"0","8":"11","9":"652","10":"נגב מזרחי","11":"13.524687574949857","12":"877.3","13":"11865","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"5978","21":"5887","22":"16.814159292035399","23":"13.999157184997893","24":"12.170248630425622","25":"12.203961230509902","26":"18.870627897176568","27":"14.268857985672145","28":"8.2595870206489668","29":"1.3737884534344711","30":"2.048040455120101","31":"50.181205225453013","32":"0.58154235145385591","33":"1338","34":"400","35":"4.72","36":"3.6","37":"( 9.4)","38":"29","39":"7.05","40":"371","41":"31.943429838045635","42":"4.4149458474702925","43":"8.4281500210703752E-3","44":"0","45":"0","46":"0","47":"0","48":"0","49":"112","50":"109","51":"190","52":"104","53":"86","54":"83","55":"61","56":"44","57":"2","58":"79","59":"35","60":"44","61":"37","62":"29","63":"13","64":"0","65":"133","66":"192","67":"61.3","68":"31","69":"9.8000000000000007","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"363.33333333333331","79":"101.57552317334816","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"474","87":"9.1842666149970942","88":"193","89":"122","90":"3.8469204704006379","91":"35","92":"151","93":"115","94":"118","95":"122","96":"..","97":"288","98":"49.305555555555557","99":"1657","100":"62","101":"281","102":"31","103":"4","104":"75.2","105":"0.8","106":"23.6","107":"0.4","108":"1422","109":"491","110":"519","111":"412","112":"5018","113":"729","114":"1818","115":"2471","116":"5532.9720580000003","117":"6300.9707340000004","118":"4297.3058940000001","119":"-0.8666857452225174","120":"-1.7744822425093454","121":"0.9112244382847301","122":"3209","123":"56.3","124":"102","125":"9615.5880149999994","126":"3.5223709298583428","127":"47.1","128":"0.323735051","129":"943","130":"283","131":"309","132":"331","133":"20","134":"8","135":"5","136":"6","137":"3","138":"3","139":"204","140":"106","141":"98","142":"47","143":"51","144":"5233","145":"2656","146":"2577","147":"1209","148":"1368","149":"26.63917525773196","150":"3.5286284953395475","151":"4.7945205479452051","152":"2.3316062176165802","153":"51.834862385321102","154":"40.825688073394495","155":"8.1300000000000008","156":"14.3","157":"7.9","158":"1.5","159":"530","160":"34","161":"6.4150943396226419","162":"3.6","163":"12.7","164":"33.962264150943398","165":"67.169811320754718","166":"10.875518672199171","167":"9.7071887784921103","168":"2218.2220000000002","169":"368.34399999999999","170":"16.6","171":"1849.8779999999999","172":"1848.9860000000001","173":"0.89200000000000002","174":"99.951780603910095","175":"4.8219396089904304E-2","176":"600.29600000000005","177":"95.537000000000006","178":"7.04","179":"31.367000000000001","180":"17.364999999999998","181":"32.466227434929202","182":"5.1669942335961396","183":"0.38074923228190999","184":"1.6964433478674299","185":"0.93916341172945605","186":"155.83531394858801","187":"50.593847450484603","188":"8.052001685630005","189":"0.59334176148335438","190":"2.6436578171091445","191":"1.4635482511588707","192":"3.2","193":"1276.5784290976101","194":"100","195":"14.1","196":"9.4","197":"41","198":"13.3","199":"8.8000000000000007","200":"37","201":"888","202":"-","203":"-","204":"1","205":"-","206":"-","207":"-","208":"-","209":"1","210":"-","211":"-","212":"1.4139222619842369","213":"2.4220474185537926","214":"2258","215":"1850","216":"10.48","217":"1","218":"-","219":"1","220":"-","221":"8.6100889051335949E-2","222":"0.4428697962798937","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.2068897555352001","235":"8","236":"3","237":"-0.7857691646239946","238":"47","239":"3","240":"-0.57919481860170496","241":"49","242":"49","243":"73","244":"13.54","245":"3.3","246":"24.4","247":"0.1","248":"0.7","249":"0.02","250":"0.1","251":"0.01","252":"0.1","253":"0.04","254":"0.3","255":"0.06","256":"0.4","257":"0.2","258":"1.5","259":"0.01","260":"0.1","261":"0.01","262":"0.1","263":"0","264":"0","265":"0","266":"0","267":"0.02","268":"0.1","269":"3.26","270":"24.1","271":"6.51","272":"48.1","273":"11865","274":"3595","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"81.599999999999994","295":"-","296":"42.025683512841752","297":"61.287089013632723","298":"65.584920326467156","299":"49.337207190848012","300":"53.265002479748723"},{"1":"שוהם","2":"1304","3":"המרכז","4":"מועצה מקומית","5":"12.790734242969","6":"1993","7":"0","8":"13","9":"421","10":"שוהם","11":"7.1624826648465474","12":"2984.4","13":"21441","14":"100","15":"99","16":"-","17":"-","18":"-","19":"-","20":"10597","21":"10844","22":"5.4661629588172191","23":"6.6834569283149108","24":"8.6190009794319291","25":"10.563872953686861","26":"16.88820484119211","27":"12.480761158528054","28":"24.62105312252227","29":"6.1610932325917638","30":"8.5117298633459253","31":"27.111608600345132","32":"2.90098409589105","33":"662","34":"223","35":"2.2400000000000002","36":"-","37":"-","38":"39","39":"3.12","40":"184","41":"8.6681570119651852","42":"2.032243730686389","43":"4.6079940301291913","44":"6","45":"16.666666666666664","46":"83.333333333333343","47":"0","48":"0","49":"221","50":"208","51":"905","52":"441","53":"464","54":"338","55":"114","56":"402","57":"51","58":"697","59":"343","60":"354","61":"103","62":"347","63":"229","64":"18","65":"758","66":"118","67":"16.100000000000001","68":"69","69":"7.5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"819.33333333333337","79":"44.436573734966032","80":"20","81":"24","82":"..","83":"..","84":"..","85":"..","86":"1983","87":"14.832822200613361","88":"801","89":"329","90":"6.0617526865445743","91":"40","92":"215","93":"119","94":"113","95":"113","96":"..","97":"1643","98":"2.5562994522215461","99":"84","100":"210","101":"347","102":"51","103":"55","104":"41","105":"51","106":"6.9","107":"1.1000000000000001","108":"1918","109":"1349","110":"539","111":"30","112":"3793","113":"1894","114":"1735","115":"164","116":"14543.85786","117":"17551.502540000001","118":"11712.92964","119":"1.6635088763766737","120":"1.3323181433601006","121":"2.0731618065107815","122":"11795","123":"31.8","124":"1030","125":"14584.5407","126":"-1.871030062081247","127":"28.8","128":"0.46951254399999998","129":"721","130":"213","131":"224","132":"252","133":"32","134":"9","135":"6","136":"4","137":"2","138":"2","139":"155","140":"77","141":"78","142":"33","143":"45","144":"4262","145":"1999","146":"2263","147":"1077","148":"1186","149":"27.56338028169014","150":"0.38167938931297707","151":"0.5315110098709187","152":"0.23023791250959325","153":"93.15352697095436","154":"91.078838174273855","155":"60.97","156":"61.3","157":"20.8","158":"6.1","159":"417","160":"32.200000000000003","161":"5.5155875299760186","162":"2.8","163":"18.600000000000001","164":"54.676258992805757","165":"76.498800959232611","166":"11.072538860103627","167":"4.4072637517630469","168":"2197.3989999999999","169":"95.257000000000005","170":"4.3349887753657903","171":"2102.1419999999998","172":"2102.1419999999998","173":"-","174":"100","175":"-","176":"1441.885","177":"48.615000000000002","178":"337.12900000000002","179":"210.41800000000001","180":"60.104999999999997","181":"68.591227424217806","182":"2.3126411060718102","183":"16.037403752933901","184":"10.009694873134199","185":"2.8592264461677699","186":"98.043095004897197","187":"67.248962268550898","188":"2.267384916748286","189":"15.723566997807938","190":"9.8138146541672491","191":"2.8032741010214077","192":"0","193":"1464.1730051915999","194":"100","195":"56.3","196":"29.3","197":"103","198":"131.9","199":"113.3","200":"610","201":"6090","202":"-","203":"-","204":"-","205":"-","206":"-","207":"3.9","208":"28.449999999999996","209":"-","210":"-","211":"-","212":"1.5629759148687652","213":"42.860674768183237","214":"10147","215":"9275","216":"6.2728840970350408","217":"4","218":"-","219":"-","220":"4","221":"0.18843819591228661","222":"0.39420518379816699","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.70522417858191","235":"248","236":"5","237":"3.7554079263772883E-2","238":"117","239":"7","240":"1.2679010231216301","241":"213","242":"212","243":"219","244":"7.2199999999999989","245":"2.09","246":"28.9","247":"0.12","248":"1.7","249":"0.01","250":"0.1","251":"0.01","252":"0.1","253":"0.11","254":"1.5","255":"0.02","256":"0.3","257":"0.17","258":"2.4","259":"0.16","260":"2.2000000000000002","261":"0","262":"0","263":"0.21","264":"2.9","265":"1.94","266":"26.9","267":"0.06","268":"0.8","269":"0.22","270":"3","271":"2.1","272":"29.199999999999996","273":"21441","274":"10259","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"72.23","295":"-","296":"78.495872033023744","297":"76.797070726536916","298":"75.862507956715461","299":"75.364677893946038","300":"76.037868987416203"},{"1":"שלומי","2":"0812","3":"הצפון","4":"מועצה מקומית","5":"116.943670586716","6":"1960","7":"0","8":"9","9":"255","10":"מעלה הגליל","11":"5.85617216247313","12":"1204.7","13":"7055","14":"98.6","15":"91.9","16":"-","17":"-","18":"-","19":"-","20":"3579","21":"3476","22":"7.3564847625797309","23":"8.121899362154501","24":"8.405386250885897","25":"7.285613040396882","26":"13.33805811481219","27":"18.412473423104181","28":"19.829907866761161","29":"5.2445074415308293","30":"11.991495393338058","31":"28.348688873139618","32":"4.6491849751948973","33":"759","34":"117","35":"..","36":"0.4","37":"..","38":"42","39":"4.43","40":"75","41":"10.862648311440516","42":"4.4531845411839157","43":"16.314670446491849","44":"6","45":"33.333333333333329","46":"33.333333333333329","47":"33.333333333333329","48":"0","49":"258","50":"258","51":"568","52":"285","53":"283","54":"149","55":"130","56":"267","57":"22","58":"310","59":"150","60":"160","61":"80","62":"76","63":"138","64":"16","65":"235","66":"35","67":"14.6","68":"27","69":"10.3","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"822","87":"19.49253023476405","88":"343","89":"140","90":"8.3434687423984446","91":"41","92":"182","93":"132","94":"116","95":"118","96":"..","97":"815","98":"24.417177914110429","99":"381","100":"196","101":"268","102":"30","103":"23","104":"59.5","105":"21.3","106":"3.3","107":"15.9","108":"944","109":"646","110":"264","111":"34","112":"2003","113":"955","114":"852","115":"196","116":"9337.7160729999996","117":"11420.54074","118":"7245.1357829999997","119":"4.2018097633098606","120":"3.7977384450442964","121":"5.7194094411998408","122":"3424","123":"35.799999999999997","124":"273","125":"11004.4344","126":"-14.044185759197003","127":"39.200000000000003","128":"0.38123228300000001","129":"332","130":"99","131":"111","132":"105","133":"17","134":"3","135":"2","136":"2","137":"1","138":"1","139":"44","140":"24","141":"20","142":"13","143":"7","144":"1044","145":"598","146":"446","147":"287","148":"159","149":"28.1","150":"1.1510791366906474","151":"..","152":"..","153":"73.529411764705884","154":"60.784313725490193","155":"19.48","156":"..","157":"10.199999999999999","158":"2.6","159":"131","160":"31.9","161":"6.8702290076335881","162":"3.1","163":"15.8","164":"45.038167938931295","165":"75.572519083969468","166":"9.4054054054054053","167":"3.5181992337164751","168":"973.88800000000003","169":"39.44","170":"4.0","171":"934.44799999999998","172":"934.44799999999998","173":"-","174":"100","175":"-","176":"385.09199999999998","177":"11.272","178":"26.716999999999999","179":"13.702","180":"36.801000000000002","181":"41.210639864390501","182":"1.2062736503261799","183":"2.8591211067924598","184":"1.4663202232762","185":"3.93826087700974","186":"132.451878100638","187":"54.584266477675399","188":"1.5977321048901489","189":"3.7869596031183557","190":"1.9421686746987952","191":"5.2163004961020549","192":"0","193":"759.79599904500003","194":"100","195":"14.4","196":"14.3","197":"68","198":"22.6","199":"19.100000000000001","200":"115","201":"2294","202":"-","203":"-","204":"0.4","205":"5.62","206":"-","207":"-","208":"-","209":"0.4","210":"5.62","211":"-","212":"1.573683234182194","213":"44.217790335928285","214":"3240","215":"2848","216":"7.5474016853932584","217":"3","218":"-","219":"1","220":"2","221":"0.4345059324576207","222":"0.92592592592592593","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.16345123114297899","235":"143","236":"3","237":"-0.56251178808587654","238":"67","239":"3","240":"-0.69371802716456998","241":"39","242":"48","243":"42","244":"5.8400000000000007","245":"0.9","246":"15.4","247":"7.0000000000000007E-2","248":"1.2","249":"0.02","250":"0.3","251":"0.05","252":"0.9","253":"0.03","254":"0.5","255":"0.04","256":"0.7","257":"0.32","258":"5.5","259":"0.13","260":"2.2000000000000002","261":"0","262":"0","263":"0.03","264":"0.5","265":"0.99","266":"17","267":"1.28","268":"21.9","269":"0.12","270":"2.1","271":"1.86","272":"31.8","273":"7055","274":"7839","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"74.260000000000005","295":"-","296":"66.871896722939425","297":"66.738660907127439","298":"67.011692543607438","299":"63.711911357340725","300":"66.468489892984536"},{"1":"שעב","2":"0538","3":"הצפון","4":"מועצה מקומית","5":"101.75115014471599","6":"1975","7":"0","8":"9","9":"263","10":"שפלת הגליל","11":"5.3835425255556482","12":"1371.1","13":"7381","14":"-","15":"-","16":"100","17":"100","18":"-","19":"-","20":"3707","21":"3674","22":"9.7818723750169347","23":"9.8089689743937143","24":"8.1696247120986314","25":"9.4431648828072081","26":"19.008264462809919","27":"19.523099850968702","28":"16.677956916406991","29":"2.9128844330036578","30":"4.6877116921826314","31":"33.139141037799753","32":"1.7341823601138058","33":"721","34":"159","35":"..","36":"0.6","37":"..","38":"31","39":"6.67","40":"128","41":"17.52278187704546","42":"2.1120387637289326","43":"0","44":"..","45":"..","46":"..","47":"..","48":"..","49":"21","50":"17","51":"89","52":"30","53":"59","54":"27","55":"35","56":"27","57":"0","58":"72","59":"20","60":"52","61":"25","62":"26","63":"21","64":"0","65":"1","66":"72","67":"33.299999999999997","68":"15","69":"5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"644","87":"14.757103574702107","88":"288","89":"171","90":"6.6914498141263934","91":"37","92":"155","93":"120","94":"130","95":"144","96":"-","97":"358","98":"48.603351955307261","99":"544","100":"164","101":"348","102":"25","103":"37","104":"55.3","105":"0.4","106":"16.2","107":"28.1","108":"1092","109":"693","110":"363","111":"36","112":"2428","113":"1053","114":"1182","115":"193","116":"6097.5050840000004","117":"7076.9305560000003","118":"4719.9705999999996","119":"3.9811935303083024","120":"3.8564618550265051","121":"4.7799887216620762","122":"3049","123":"54.2","124":"227","125":"8150.9205099999999","126":"4.9512190697452274","127":"46.3","128":"0.34228270500000002","129":"411","130":"130","131":"132","132":"143","133":"6","134":"3","135":"2","136":"2","137":"1","138":"1","139":"63","140":"34","141":"29","142":"14","143":"15","144":"1477","145":"786","146":"691","147":"324","148":"367","149":"24.03125","150":"1.0269576379974326","151":"..","152":"..","153":"82.394366197183103","154":"55.633802816901415","155":"12.38","156":"28","157":"14.6","158":"2.8","159":"164","160":"32.799999999999997","161":"3.0487804878048781","162":"2.9","163":"20","164":"58.536585365853654","165":"79.268292682926827","166":"10.335664335664335","167":"3.2645466847090665","168":"534.04600000000005","169":"85.396000000000001","170":"16.0","171":"448.65","172":"418.99700000000001","173":"29.652999999999999","174":"93.390616293324413","175":"6.6093837066755823","176":"344.58600000000001","177":"46.064999999999998","178":"-","179":"8.9649999999999999","180":"13.500999999999999","181":"82.240684300842204","182":"10.994112129681101","183":"-","184":"2.13963345799612","185":"3.2222187748361","186":"56.766969245359697","187":"46.685543964232501","188":"6.2410242514564418","189":"-","190":"1.2146050670640836","191":"1.8291559409294134","192":"1.2","193":"305.93302793370003","194":"100","195":"4.3","196":"4.3","197":"27","198":"17.3","199":"14.2","200":"92","201":"1771","202":"1.0149999999999999","203":"22.84","204":"-","205":"-","206":"0.56999999999999995","207":"1.0149999999999999","208":"13.96","209":"-","210":"-","211":"0.56999999999999995","212":"1.1354119294073739","213":"1.0164609189440965","214":"3126","215":"2683","216":"8.500186358553858","217":"4","218":"-","219":"-","220":"4","221":"0.54758693365767064","222":"1.2795905310300704","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.1432328032886001","235":"30","236":"1","237":"-1.5234910172336997","238":"8","239":"3","240":"-0.37667612185170102","241":"75","242":"85","243":"69","244":"5.36","245":"0.67","246":"12.5","247":"0.04","248":"0.7","249":"0","250":"0","251":"0.01","252":"0.2","253":"0.03","254":"0.6","255":"0","256":"0","257":"0.02","258":"0.4","259":"0.03","260":"0.6","261":"0.04","262":"0.7","263":"0","264":"0","265":"0.09","266":"1.7","267":"1.51","268":"28.2","269":"1.8","270":"33.6","271":"1.1200000000000001","272":"20.800000000000004","273":"7381","274":"11016","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"93.3","295":"92.742598684210535","296":"60.332491582491585","297":"70.866305705955853","298":"78.060805258833199","299":"58.852719333068684","300":"63.59824661711454"},{"1":"תל מונד","2":"0154","3":"המרכז","4":"מועצה מקומית","5":"15.7640539819834","6":"1954","7":"0","8":"11","9":"457","10":"שרונים","11":"7.1268637286526548","12":"1988.6","13":"14179","14":"100","15":"98.5","16":"-","17":"-","18":"-","19":"-","20":"7114","21":"7065","22":"6.7776288877918045","23":"9.3236476479300379","24":"10.113548205092037","25":"9.5845969391353414","26":"13.174412864094789","27":"15.798011143240004","28":"22.378164891741307","29":"3.8507652161647505","30":"8.9992242048099307","31":"32.110868185344522","32":"2.8704422032583397","33":"812","34":"146","35":"2.16","36":"-","37":"-","38":"23","39":"3.61","40":"123","41":"8.8901372660813376","42":"5.0867994552630904","43":"8.0400592425417869","44":"38","45":"31.578947368421051","46":"21.052631578947366","47":"18.421052631578945","48":"28.947368421052634","49":"548","50":"477","51":"960","52":"469","53":"491","54":"398","55":"76","56":"438","57":"48","58":"483","59":"266","60":"217","61":"69","62":"188","63":"196","64":"30","65":"338","66":"44","67":"10.1","68":"42","69":"7.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"619.33333333333337","79":"57.796548304004986","80":"20","81":"20","82":"..","83":"..","84":"..","85":"..","86":"1245","87":"15.289205452535921","88":"505","89":"215","90":"6.3330825181840984","91":"39","92":"199","93":"121","94":"115","95":"120","96":"..","97":"1188","98":"4.7138047138047137","99":"99","100":"182","101":"269","102":"54","103":"47","104":"45.7","105":"48.1","106":"4.5999999999999996","107":"1.5","108":"1493","109":"1026","110":"438","111":"29","112":"3063","113":"1479","114":"1416","115":"168","116":"13787.64075","117":"17008.648440000001","118":"10669.263199999999","119":"1.8666610732246181","120":"0.5919618392742132","121":"4.167583133261088","122":"6424","123":"34.6","124":"817","125":"13978.646849999999","126":"1.4541906862861387","127":"33.799999999999997","128":"0.52765341200000004","129":"681","130":"192","131":"225","132":"234","133":"30","134":"5","135":"4","136":"2","137":"1","138":"1","139":"103","140":"60","141":"43","142":"22","143":"21","144":"3074","145":"1610","146":"1464","147":"753","148":"711","149":"27.431034482758619","150":"0.98265895953757232","151":"1.2345679012345678","152":"0.71513706793802145","153":"89.00709219858156","154":"86.524822695035468","155":"56.14","156":"52.8","157":"15.7","158":"4","159":"291","160":"30.4","161":"6.1855670103092786","162":"3","163":"19","164":"45.360824742268044","165":"71.821305841924399","166":"11.937984496124031","167":"2.5629870129870129","168":"1377.498","169":"91.701999999999998","170":"6.7","171":"1285.797","172":"1277.547","173":"8.25","174":"99.358374611233344","175":"0.64162538876665598","176":"1023.802","177":"62.613","178":"119.649","179":"30.518999999999998","180":"38.808999999999997","181":"80.138108421842801","182":"4.9010329952635798","183":"9.3655262780938795","184":"2.3888749298460299","185":"3.03777473548918","186":"90.101347062557295","187":"72.205515198533007","188":"4.4158967487128855","189":"8.4384653360603714","190":"2.1524084914309896","191":"2.7370759574017915","192":"1.9","193":"925.45949999999993","194":"100","195":"23.1","196":"23","197":"100","198":"19.3","199":"19.3","200":"96","201":"3792","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6675106671689808","213":"27.636554374863","214":"6651","215":"5970","216":"6.7370184254606365","217":"9","218":"-","219":"2","220":"7","221":"0.6504978487376587","222":"1.3531799729364007","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.42689721968139","235":"238","236":"2","237":"-1.1438685036344569","238":"20","239":"6","240":"0.99734832790636896","241":"204","242":"200","243":"212","244":"7.1400000000000006","245":"1.96","246":"27.5","247":"0.1","248":"1.4","249":"0","250":"0","251":"0.02","252":"0.3","253":"0.04","254":"0.6","255":"0.03","256":"0.4","257":"0.02","258":"0.3","259":"0.16","260":"2.2000000000000002","261":"0.13","262":"1.8","263":"0","264":"0","265":"0","266":"0","267":"2.1","268":"29.4","269":"2.09","270":"29.3","271":"0.49","272":"6.7999999999999918","273":"14179","274":"7234","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"76.618044300378173","297":"75.716730851519046","298":"74.826279216677193","299":"73.69224506411561","300":"74.727481353987386"},{"1":"תל שבע","2":"1054","3":"הדרום","4":"מועצה מקומית","5":"95.560066559369005","6":"1984","7":"0","8":"13","9":"652","10":"נגב מזרחי","11":"9.4210723286980862","12":"2355.1","13":"22187","14":"-","15":"-","16":"99.8","17":"100","18":"-","19":"-","20":"11075","21":"11112","22":"17.055032226078335","23":"14.64821742461802","24":"12.804795601027628","25":"12.484788389597512","26":"18.344075359444719","27":"13.918060125298599","28":"7.5584801911028983","29":"1.2169288321990355","30":"1.9786361382791724","31":"51.80060395727228","32":"0.60395727227655838","33":"1437","34":"764","35":"4.6100000000000003","36":"7.8","37":"10.5","38":"54","39":"7.18","40":"710","41":"32.463798754814817","42":"2.9405215501496968","43":"9.0142876459187813E-3","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-98","50":"-110","51":"81","52":"36","53":"45","54":"29","55":"37","56":"15","57":"0","58":"191","59":"82","60":"109","61":"71","62":"77","63":"43","64":"0","65":"163","66":"369","67":"67.3","68":"67","69":"10.9","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"738.33333333333337","79":"114.58675426217179","80":"13","81":"33","82":"..","83":"..","84":"..","85":"..","86":"1023","87":"11.089430894308943","88":"417","89":"261","90":"4.6307606885063857","91":"34","92":"152","93":"114","94":"117","95":"125","96":"-","97":"499","98":"52.304609218436873","99":"4145","100":"170","101":"645","102":"78","103":"13","104":"90.2","105":"0.6","106":"8.6","107":"0.6","108":"3383","109":"1264","110":"1160","111":"959","112":"11705","113":"1931","114":"4052","115":"5722","116":"5288.0164059999997","117":"6153.0875580000002","118":"3946.561569","119":"-0.23637927259629876","120":"-0.58785795106514049","121":"2.0998336503306847","122":"5938","123":"60.6","124":"212","125":"12196.37722","126":"-7.7314359833649204","127":"38.700000000000003","128":"0.357256929","129":"1840","130":"586","131":"613","132":"626","133":"15","134":"12","135":"9","136":"9","137":"4","138":"5","139":"264","140":"154","141":"110","142":"54","143":"56","144":"6594","145":"3692","146":"2902","147":"1538","148":"1364","149":"27.296875","150":"2.4476650563607083","151":"2.9187817258883251","152":"1.9620667102681491","153":"56.672760511883006","154":"27.056672760511884","155":"8.4700000000000006","156":"15.7","157":"9.6","158":"2.2000000000000002","159":"704","160":"33.4","161":"3.4090909090909087","162":"4","163":"11.7","164":"30.681818181818183","165":"72.017045454545453","166":"10.280373831775702","167":"3.2830303030303032","168":"1775.729","169":"1017.162","170":"57.3","171":"758.56700000000001","172":"758.56700000000001","173":"-","174":"100","175":"-","176":"655.15800000000002","177":"84.304000000000002","178":"8.6739999999999995","179":"5.1769999999999996","180":"5.2539999999999996","181":"86.367848851848294","182":"11.1135865388291","183":"1.1434718357112801","184":"0.68247102760863598","185":"0.69262174600266002","186":"34.1897056835084","187":"29.528913327624299","188":"3.7997025285076846","189":"0.39094965520349756","190":"0.23333483571460764","191":"0.23680533645828639","192":"0.8","193":"472.60466831924998","194":"100","195":"6.1","196":"6.1","197":"24","198":"4.5","199":"4.5","200":"21","201":"1463","202":"0.75","203":"4.5","204":"3","205":"-","206":"-","207":"0.75","208":"4.5","209":"3","210":"-","211":"-","212":"1.0964985986941185","213":"1.4767091032787987","214":"4622","215":"3604","216":"10.55715871254162","217":"5","218":"2","219":"3","220":"-","221":"0.2286183010902452","222":"1.0817827780181739","223":"2","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.3211462310276998","235":"3","236":"4","237":"-0.32511411386942951","238":"89","239":"3","240":"-0.44012864272920998","241":"70","242":"68","243":"80","244":"9.4099999999999984","245":"3.6","246":"38.299999999999997","247":"0.2","248":"2.1","249":"0","250":"0","251":"0.02","252":"0.2","253":"0.04","254":"0.4","255":"0.05","256":"0.5","257":"0.03","258":"0.3","259":"0.03","260":"0.3","261":"0.02","262":"0.2","263":"0.01","264":"0.1","265":"0","266":"0","267":"0.08","268":"0.9","269":"4.2699999999999996","270":"45.4","271":"1.06","272":"11.3","273":"22187","274":"6163","275":"-","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"78.650000000000006","295":"13.587848932676518","296":"30.90674133103597","297":"54.863895336568902","298":"57.575131674067961","299":"42.743577314590404","300":"53.306466385784944"},{"1":"אל קסום","2":"69","3":"הדרום","4":"מועצה אזורית","5":"-","6":"2012","7":"0","8":"10","9":"624","10":"אבו בסמה","11":"38.705390265316446","12":"..","13":"17270","14":"-","15":"-","16":"99.6","17":"100","18":"-","19":"-","20":"8876","21":"8394","22":"18.70874348581355","23":"12.831499710480601","24":"11.2507237984945","25":"10.735379270411118","26":"19.264620729588881","27":"15.36768963520556","28":"8.3729009843659519","29":"1.4881297046902142","30":"1.9803126809496236","31":"49.189345686160969","32":"0.65431383902721485","33":"1247","34":"547","35":"4.5599999999999996","36":"4","37":"8.8","38":"28","39":"4.66","40":"519","41":"30.768927445269387","42":"4.8888813044064392","43":"5.790387955993051E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"228","50":"219","51":"309","52":"158","53":"151","54":"111","55":"121","56":"75","57":"2","58":"90","59":"38","60":"52","61":"39","62":"24","63":"25","64":"2","65":"8","66":"234","67":"54.4","68":"39","69":"7.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"744","87":"9.5666709528095666","88":"303","89":"218","90":"3.9989441731556026","91":"34","92":"163","93":"113","94":"116","95":"121","96":"-","97":"283","98":"54.063604240282686","99":"2957","100":"97","101":"148","102":"10","103":"1","104":"79.5","105":"1","106":"5.7","107":"13.8","108":"253","109":"37","110":"114","111":"102","112":"1098","113":"60","114":"410","115":"628","116":"5576.9051909999998","117":"6392.9452899999997","118":"4044.6596850000001","119":"1.7007427945738174","120":"0.5103926175849427","121":"7.1499477638745645","122":"2164","123":"57.2","124":"99","125":"9650.4495119999992","126":"-5.5176703625038463","127":"41.4","128":"0.33994306000000002","129":"993","130":"329","131":"335","132":"322","133":"7","134":"23","135":"17","136":"12","137":"5","138":"7","139":"442","140":"280","141":"162","142":"69","143":"93","144":"10218","145":"6526","146":"3692","147":"1692","148":"2000","149":"25.41628959276018","150":"2.0606060606060606","151":"1.8140589569160999","152":"2.34375","153":"57.303370786516851","154":"34.831460674157306","155":"6.8","156":"..","157":"9.6999999999999993","158":"2","159":"1046","160":"33.9","161":"6.2141491395793498","162":"4.8","163":"10.6","164":"25.717017208413001","165":"65.296367112810699","166":"0","167":"3.3","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1285.7821693999999","194":"43.466793917417654","195":"6.9","196":"5","197":"17","198":"2.6","199":"-","200":"-","201":"..","202":"0.9","203":"10.8","204":"-","205":"-","206":"-","207":"3.5","208":"28.000000000000004","209":"1.9910000000000001","210":"2.8149999999999999","211":"5.95","212":"0.83787505761058678","213":"0.37206602781083559","214":"1671","215":"1331","216":"11.051578137028484","217":"1","218":"1","219":"-","220":"-","221":"5.9285023979324454E-2","222":"0.59844404548174746","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.27147409355696","235":"5","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.57910988565347998","241":"50","242":"43","243":"78","244":"38.72","245":"5.84","246":"15.1","247":"0.2","248":"0.5","249":"0.01","250":"0","251":"0.02","252":"0.1","253":"0.05","254":"0.1","255":"0.01","256":"0","257":"0.01","258":"0","259":"0.36","260":"0.9","261":"0","262":"0","263":"0","264":"0","265":"0.02","266":"0.1","267":"1.26","268":"3.3","269":"22.34","270":"57.7","271":"8.6","272":"22.2","273":"17270","274":"2957","275":"24","276":"17.600000000000001","277":"7","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"1","285":"2","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"4","294":"76.849077432581609","295":"76.738684750039425","296":"34.635965623479812","297":"50.157529930686827","298":"53.437452151278521","299":"44.8349764252036","300":"53.17647058823529"},{"1":"אל-בטוף","2":"65","3":"הצפון","4":"מועצה אזורית","5":"-","6":"2000","7":"0","8":"8","9":"251","10":"הגליל המזרחי","11":"4.2245221722197446","12":"..","13":"8408","14":"-","15":"-","16":"99.9","17":"99.9","18":"-","19":"-","20":"4324","21":"4084","22":"11.548525214081828","23":"9.5266412940057084","24":"9.1103710751665083","25":"10.478116079923883","26":"20.206945765937203","27":"18.125594671741197","28":"13.808277830637488","29":"2.6879162702188393","30":"4.5195052331113228","31":"36.08468125594672","32":"1.5580399619410086","33":"824","34":"188","35":"..","36":"0.4","37":"..","38":"26","39":"5.79","40":"162","41":"19.479917447450624","42":"2.2215317569908848","43":"1.1893434823977166E-2","44":"8","45":"12.5","46":"37.5","47":"12.5","48":"37.5","49":"13","50":"9","51":"89","52":"27","53":"62","54":"22","55":"49","56":"18","57":"0","58":"80","59":"22","60":"58","61":"24","62":"41","63":"15","64":"0","65":"1","66":"106","67":"45.5","68":"6","69":"1.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"956","87":"20.275715800636267","88":"400","89":"229","90":"8.6262669829631218","91":"36","92":"157","93":"115","94":"120","95":"125","96":"-","97":"382","98":"34.816753926701573","99":"362","100":"177","101":"316","102":"29","103":"20","104":"80.099999999999994","105":"0.9","106":"18.2","107":"0.8","108":"1260","109":"741","110":"459","111":"60","112":"2977","113":"1124","114":"1538","115":"315","116":"6077.0528000000004","117":"7435.2619839999998","118":"3990.6213969999999","119":"0.17732552451217298","120":"0.27296300309900268","121":"1.8656900588128966","122":"3226","123":"56.5","124":"178","125":"7924.6642840000004","126":"-22.130973411456832","127":"44.4","128":"0.36441717200000001","129":"560","130":"215","131":"169","132":"168","133":"8","134":"5","135":"4","136":"2","137":"1","138":"1","139":"69","140":"39","141":"30","142":"15","143":"15","144":"1774","145":"895","146":"879","147":"405","148":"474","149":"23.783783783783782","150":"..","151":"..","152":"..","153":"68.367346938775512","154":"47.448979591836739","155":"9.9","156":"22.6","157":"14.8","158":"3","159":"206","160":"32.799999999999997","161":"1.9417475728155338","162":"2.9","163":"18.399999999999999","164":"57.28155339805825","165":"80.097087378640779","166":"9.8388888888888886","167":"3.425183512140034","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"634.19664399999999","194":"88.781712947695766","195":"5.0999999999999996","196":"5.0999999999999996","197":"23","198":"10.8","199":"9.1999999999999993","200":"43","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"..","213":"..","214":"2855","215":"2434","216":"8","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"2","234":"-1.31968146430988","235":"21","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.47239665455424001","241":"63","242":"70","243":"70","244":"4.2699999999999996","245":"1.45","246":"34","247":"0.06","248":"1.4","249":"0","250":"0","251":"0","252":"0","253":"0.02","254":"0.5","255":"0.01","256":"0.2","257":"0","258":"0","259":"0.01","260":"0.2","261":"0.08","262":"1.9","263":"0","264":"0","265":"0.24","266":"5.6","267":"0.65","268":"15.2","269":"0.74","270":"17.3","271":"1.01","272":"23.7","273":"8408","274":"5799","275":"9.8000000000000007","276":"7.5","277":"4","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"2","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"2","294":"89.39278937381404","295":"88.842504743833018","296":"43.032547261742351","297":"54.637792257569949","298":"59.992437133673661","299":"43.19752637322663","300":"51.302535602639807"},{"1":"אלונה","2":"45","3":"חיפה","4":"מועצה אזורית","5":"-","6":"1953","7":"0","8":"9","9":"351","10":"מנשה-אלונה","11":"27.027475442589026","12":"..","13":"2275","14":"100","15":"98.4","16":"-","17":"-","18":"-","19":"-","20":"1134","21":"1141","22":"6.8571428571428568","23":"10.153846153846153","24":"10.637362637362637","25":"8.2637362637362646","26":"10.901098901098901","27":"20.439560439560438","28":"18.681318681318682","29":"5.1428571428571432","30":"8.9230769230769234","31":"32.747252747252745","32":"2.3736263736263736","33":"813","34":"24","35":"..","36":"0","37":"-","38":"12","39":"..","40":"12","41":"5.2765749294784952","42":"0.10367645448150142","43":"4.6593406593406588","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-16","50":"-10","51":"124","52":"54","53":"70","54":"49","55":"13","56":"60","57":"2","58":"134","59":"68","60":"66","61":"41","62":"35","63":"53","64":"5","65":"2","66":"8","67":"11.1","68":"10","69":"11.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"183","87":"14.001530221882172","88":"74","89":"31","90":"5.6445461479786418","91":"41","92":"202","93":"127","94":"113","95":"122","96":"-","97":"185","98":"1.6216216216216217","99":"14","100":"19","101":"36","102":"5","103":"11","104":"32.5","105":"31.3","106":"9.3000000000000007","107":"26.9","108":"276","109":"175","110":"99","111":"..","112":"591","113":"270","114":"311","115":"10","116":"11928.998009999999","117":"15165.850189999999","118":"8750.5991350000004","119":"1.5738299968067526","120":"-0.50404486776446378","121":"2.8764182942823568","122":"878","123":"36.200000000000003","124":"246","125":"8778.7585739999995","126":"-3.4007688947408021","127":"47.2","128":"0.485901837","129":"119","130":"29","131":"41","132":"43","133":"6","134":"1","135":"1","136":"-","137":"-","138":"-","139":"12","140":"12","141":"-","142":"-","143":"-","144":"300","145":"300","146":"-","147":"-","148":"-","149":"25","150":"..","151":"..","152":"..","153":"91.666666666666657","154":"86.111111111111114","155":"49","156":"..","157":"7.9","158":"3.3","159":"26","160":"29.8","161":"3.8461538461538463","162":"2.1","163":"19.3","164":"23.076923076923077","165":"84.615384615384613","166":"11.615384615384615","167":"-","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"5.2631578947368416","193":"179.01420000000002","194":"0","195":"0.6","196":"0.6","197":"3","198":"-","199":"-","200":"-","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"0.22500000000000001","208":"180","209":"-","210":"-","211":"-","212":"2.8177070155781254","213":"55.855006467198997","214":"1247","215":"950","216":"8.1","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.15518920021825","235":"217","236":"NA","237":"NA","238":"NA","239":"4","240":"-4.0923418600034303E-2","241":"121","242":"90","243":"151","244":"26.990000000000002","245":"1.4","246":"5.2","247":"0.02","248":"0.1","249":"0","250":"0","251":"0.01","252":"0","253":"0.02","254":"0.1","255":"0","256":"0","257":"0","258":"0","259":"0.34","260":"1.3","261":"0.11","262":"0.4","263":"0.01","264":"0","265":"12.43","266":"46.1","267":"7.12","268":"26.4","269":"1.77","270":"6.6","271":"3.76","272":"13.800000000000006","273":"2275","274":"1625","275":"3","276":"3.1","277":"3","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"3","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"73.550966022651565","295":"-","296":"79.686434901158833","297":"76.954452753229091","298":"77.582714382174217","299":"76.089828269484798","300":"73.977936404931867"},{"1":"אשכול","2":"38","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1951","7":"0","8":"35","9":"651","10":"נגב מערבי","11":"737.34842289847757","12":"..","13":"15205","14":"99.6","15":"95.5","16":"-","17":"-","18":"-","19":"-","20":"7871","21":"7334","22":"9.6284117066754362","23":"10.871423873725748","24":"9.8914830647813226","25":"8.9378493916474842","26":"11.825057546859586","27":"19.217362709634987","28":"13.975665899375205","29":"3.853995396251233","30":"11.785596843143702","31":"35.771127918447881","32":"4.6169023347583034","33":"1046","34":"288","35":"3.27","36":"1","37":"( 3.6)","38":"51","39":"3.82","40":"237","41":"15.805963574409548","42":"2.8485873336779122","43":"7.2673462676751068","44":"26","45":"30.76923076923077","46":"46.153846153846153","47":"15.384615384615385","48":"7.6923076923076925","49":"199","50":"155","51":"714","52":"361","53":"353","54":"274","55":"140","56":"278","57":"22","58":"559","59":"279","60":"280","61":"175","62":"157","63":"214","64":"13","65":"6","66":"68","67":"14.4","68":"38","69":"7","70":"6","71":"671","72":"-","73":"2.34","74":"-","75":"0.5","76":"1.7","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1018","87":"13.125322331098504","88":"384","89":"164","90":"5.0228907782864614","91":"39","92":"191","93":"119","94":"103","95":"102","96":"-","97":"1724","98":"4.1763341067285387","99":"61","100":"300","101":"309","102":"37","103":"43","104":"81.400000000000006","105":"17.3","106":"0.9","107":"0.5","108":"1789","109":"1029","110":"611","111":"149","112":"4512","113":"1581","114":"1983","115":"948","116":"9959.9685669999999","117":"12164.26527","118":"7810.1976690000001","119":"3.2419694537698218","120":"3.3083831585366319","121":"3.0816278054720758","122":"5989","123":"35.1","124":"778","125":"15468.71128","126":"-7.6637258752553672","127":"31.7","128":"0.39573382400000001","129":"911","130":"245","131":"305","132":"324","133":"37","134":"11","135":"7","136":"5","137":"1","138":"4","139":"145","140":"82","141":"63","142":"23","143":"40","144":"3434","145":"1985","146":"1449","147":"591","148":"858","149":"24.972972972972972","150":"1.0796221322537112","151":"1.4986376021798364","152":"0.66844919786096257","153":"83.743842364532014","154":"77.832512315270947","155":"41.6","156":"42.4","157":"8.6","158":"3.1","159":"309","160":"30.7","161":"6.4724919093851128","162":"3.4","163":"17","164":"44.336569579288025","165":"81.229773462783172","166":"9.4555984555984551","167":"3.3058391180073499","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"2315.7010499999997","194":"100","195":"41.1","196":"19.100000000000001","197":"93","198":"31","199":"17.100000000000001","200":"90","201":"..","202":"0.62","203":"3.72","204":"0.32800000000000001","205":"0.47","206":"0.22700000000000001","207":"0.62","208":"3.72","209":"0.32800000000000001","210":"0.23","211":"0.22700000000000001","212":"2.3835353328183806","213":"17.808036460667786","214":"6654","215":"5353","216":"7","217":"3","218":"-","219":"2","220":"1","221":"0.20007548828366514","222":"0.45085662759242556","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.33734006112961701","235":"160","236":"NA","237":"NA","238":"NA","239":"2","240":"-0.84323478595640899","241":"31","242":"20","243":"72","244":"737.04","245":"7.15","246":"1","247":"0.34","248":"0","249":"0.12","250":"0","251":"0.13","252":"0","253":"0.6","254":"0.1","255":"0.11","256":"0","257":"0.7","258":"0.1","259":"5.29","260":"0.7","261":"4.03","262":"0.5","263":"0.34","264":"0","265":"32.74","266":"4.4000000000000004","267":"34.65","268":"4.7","269":"338.74","270":"46","271":"312.10000000000002","272":"42.5","273":"15205","274":"2127","275":"14.4","276":"13.9","277":"32","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"15","287":"-","288":"14","289":"-","290":"1","291":"2","292":"-","293":"-","294":"57.076034119049801","295":"-","296":"71.086873325679306","297":"68.743430482560925","298":"68.580060422960713","299":"67.632894980551953","300":"67.588187774885554"},{"1":"באר טוביה","2":"33","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1950","7":"1","8":"22","9":"616","10":"באר טוביה","11":"128.20219115347663","12":"..","13":"23841","14":"99.9","15":"98.5","16":"-","17":"-","18":"-","19":"-","20":"11968","21":"11873","22":"8.3595486766494691","23":"9.2865232163080407","24":"9.0809949247095343","25":"9.1858562979740785","26":"13.086699383415125","27":"17.352460047816788","28":"17.289543223858061","29":"4.7858730757938002","30":"11.572501153475105","31":"32.498636802147558","32":"4.6977895222515835","33":"904","34":"364","35":"2.57","36":"0.6","37":"..","38":"93","39":"3.76","40":"271","41":"11.374012900957137","42":"0.12118926936425112","43":"3.3387861247430894","44":"8","45":"37.5","46":"12.5","47":"25","48":"25","49":"-226","50":"-241","51":"700","52":"326","53":"374","54":"268","55":"111","56":"309","57":"12","58":"941","59":"475","60":"466","61":"309","62":"228","63":"380","64":"24","65":"23","66":"104","67":"13.9","68":"70","69":"7.2","70":"4","71":"873","72":"-","73":"1.81","74":"-","75":"0.73","76":"1.1299999999999999","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1923","87":"14.680509962592565","88":"773","89":"302","90":"5.9039181241884977","91":"39","92":"190","93":"121","94":"113","95":"117","96":"..","97":"3509","98":"1.6243944143630664","99":"188","100":"583","101":"487","102":"84","103":"113","104":"66","105":"19","106":"8.1999999999999993","107":"6.8","108":"2864","109":"1758","110":"1036","111":"70","112":"6404","113":"2656","114":"3364","115":"384","116":"11492.93066","117":"14121.015439999999","118":"8968.511332","119":"1.9128649503862283","120":"2.5525051054311243","121":"1.3857294716234536","122":"10885","123":"33.200000000000003","124":"1504","125":"12712.99079","126":"-3.0002063426038394","127":"32.299999999999997","128":"0.436377923","129":"1263","130":"407","131":"410","132":"416","133":"30","134":"8","135":"5","136":"6","137":"3","138":"3","139":"196","140":"89","141":"107","142":"54","143":"53","144":"5231","145":"2368","146":"2863","147":"1497","148":"1366","149":"27.13953488372093","150":"0.66755674232309747","151":"0.98920863309352514","152":"0.3524229074889868","153":"80.994152046783626","154":"69.590643274853804","155":"41.6","156":"42.4","157":"14.4","158":"3.6","159":"556","160":"31.7","161":"4.4964028776978413","162":"3.2","163":"16.600000000000001","164":"42.266187050359711","165":"80.935251798561154","166":"10.900207900207901","167":"2.942017928666794","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"2798.8431499999997","194":"100","195":"23.1","196":"11.8","197":"62","198":"13.4","199":"3.3","200":"12","201":"..","202":"-","203":"-","204":"-","205":"-","206":"6.5000000000000002E-2","207":"-","208":"-","209":"-","210":"-","211":"-","212":"5.2579250282220018","213":"13.805514359609614","214":"12448","215":"9816","216":"7","217":"8","218":"-","219":"2","220":"6","221":"0.33576421847843946","222":"0.64267352185089965","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.87277684653144705","235":"200","236":"NA","237":"NA","238":"NA","239":"6","240":"0.56755631528427597","241":"176","242":"169","243":"185","244":"127.56","245":"10.24","246":"8","247":"0.34","248":"0.3","249":"0.02","250":"0","251":"0.12","252":"0.1","253":"0.5","254":"0.4","255":"0.28000000000000003","256":"0.2","257":"2.2000000000000002","258":"1.7","259":"2.14","260":"1.7","261":"4.45","262":"3.5","263":"0.13","264":"0.1","265":"1.93","266":"1.5","267":"24.66","268":"19.3","269":"59.3","270":"46.5","271":"21.25","272":"16.7","273":"23841","274":"2328","275":"8","276":"8.1","277":"23","278":"-","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"17","287":"1","288":"1","289":"1","290":"2","291":"-","292":"-","293":"-","294":"68.068167682547582","295":"-","296":"77.874873353596769","297":"77.574428078972119","298":"77.013076393668271","299":"74.928915811595999","300":"76.864759109806798"},{"1":"בוסתן אל-מרג'","2":"66","3":"הצפון","4":"מועצה אזורית","5":"-","6":"2000","7":"0","8":"7","9":"251","10":"הגליל המזרחי","11":"9.0015988152538871","12":"..","13":"8137","14":"-","15":"-","16":"99.9","17":"100","18":"-","19":"-","20":"4150","21":"3987","22":"9.0942607840727536","23":"8.283151038466265","24":"9.180287575273443","25":"10.237188152881897","26":"18.397443775347181","27":"19.110237188152883","28":"15.914956372127319","29":"3.3919134816271352","30":"6.3782720904510262","31":"32.33378394985867","32":"2.212117488017697","33":"760","34":"152","35":"..","36":"0.4","37":"..","38":"35","39":"6.4","40":"117","41":"14.473705825297937","42":"1.3249117147560128","43":"4.9158166400393263E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-18","50":"-17","51":"119","52":"32","53":"87","54":"44","55":"40","56":"35","57":"0","58":"136","59":"57","60":"79","61":"44","62":"53","63":"38","64":"1","65":"0","66":"102","67":"38.9","68":"12","69":"3.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"680","87":"14.261744966442953","88":"271","89":"148","90":"5.7647309083173797","91":"37","92":"158","93":"120","94":"112","95":"120","96":"..","97":"539","98":"32.467532467532465","99":"377","100":"273","101":"355","102":"36","103":"31","104":"84.9","105":"1.4","106":"13","107":"0.7","108":"1170","109":"709","110":"417","111":"44","112":"2704","113":"1095","114":"1381","115":"228","116":"6869.3637259999996","117":"8153.4375600000003","118":"5023.3416610000004","119":"-0.22124921719596236","120":"-0.27347831538759859","121":"1.2458003307934895","122":"3537","123":"47.6","124":"250","125":"9232.2508429999998","126":"-7.1358584487694499","127":"36.799999999999997","128":"0.36209941000000001","129":"425","130":"151","131":"139","132":"127","133":"8","134":"4","135":"3","136":"2","137":"1","138":"1","139":"71","140":"38","141":"33","142":"17","143":"16","144":"1785","145":"841","146":"944","147":"463","148":"481","149":"23.228571428571428","150":"-","151":"-","152":"-","153":"64.893617021276597","154":"45.212765957446813","155":"12.4","156":"20.7","157":"13.1","158":"2.6","159":"187","160":"31.9","161":"4.2780748663101598","162":"4.5","163":"17.2","164":"54.54545454545454","165":"80.213903743315512","166":"10.660714285714286","167":"3.0273590173087661","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"446.67809","194":"100","195":"3.1","196":"2.9","197":"14","198":"3.6","199":"2.5","200":"11","201":"..","202":"0.18","203":"1.44","204":"0.1","205":"0.27","206":"-","207":"0.18","208":"1.44","209":"0.1","210":"0.27","211":"-","212":"1.0271672974967614","213":"1.4110578842578807","214":"3491","215":"2844","216":"8.4","217":"1","218":"-","219":"-","220":"1","221":"0.12370688739570887","222":"0.2864508736751647","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"3","234":"-0.91234830752876195","235":"45","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.32032175140181901","241":"84","242":"78","243":"107","244":"8.9600000000000009","245":"1.18","246":"13.2","247":"0.05","248":"0.6","249":"0","250":"0","251":"0.04","252":"0.4","253":"0.05","254":"0.6","255":"0","256":"0","257":"0","258":"0","259":"0.1","260":"1.1000000000000001","261":"0.03","262":"0.3","263":"0","264":"0","265":"1.55","266":"17.3","267":"2.37","268":"26.5","269":"2.96","270":"33","271":"0.63","272":"7","273":"8137","274":"6896","275":"8.5","276":"11","277":"4","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"2","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"2","294":"84.424934152765587","295":"85.25021949078139","296":"44.951966648540875","297":"61.592128801431123","298":"64.964788732394368","299":"43.495378295104416","300":"51.934156378600825"},{"1":"בני שמעון","2":"41","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1951","7":"0","8":"15","9":"625","10":"בני שמעון","11":"370.08449066027794","12":"..","13":"11419","14":"99.9","15":"98.3","16":"-","17":"-","18":"-","19":"-","20":"5761","21":"5658","22":"8.4245555652859263","23":"12.330326648568176","24":"12.198966634556442","25":"9.6856116997985815","26":"9.790699711007969","27":"19.555127419213591","28":"16.341185743059814","29":"3.1789123390839826","30":"8.4946142394255197","31":"38.637358787984937","32":"3.7481390664681671","33":"1046","34":"162","35":"2.4900000000000002","36":"0.4","37":"..","38":"42","39":"3.74","40":"120","41":"10.613029079232167","42":"2.0075548943377157","43":"4.5538138190734738","44":"3","45":"0","46":"33.333333333333329","47":"0","48":"66.666666666666657","49":"125","50":"127","51":"482","52":"246","53":"236","54":"190","55":"63","56":"218","57":"11","58":"355","59":"174","60":"181","61":"114","62":"96","63":"139","64":"6","65":"8","66":"42","67":"13.6","68":"56","69":"13.3","70":"3","71":"212","72":"-","73":"0.78","74":"-","75":"-","76":"1.1200000000000001","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"660","87":"11.470281543274243","88":"247","89":"94","90":"4.3409490333919161","91":"39","92":"205","93":"122","94":"104","95":"103","96":"-","97":"945","98":"1.693121693121693","99":"55","100":"212","101":"177","102":"12","103":"14","104":"79.599999999999994","105":"17.2","106":"1.4","107":"1.9","108":"1000","109":"563","110":"379","111":"58","112":"2457","113":"874","114":"1234","115":"349","116":"12479.67706","117":"15439.209489999999","118":"9705.1968660000002","119":"-0.42626701450620974","120":"-0.54283744621330676","121":"0.12865428260222522","122":"4400","123":"31.9","124":"281","125":"13126.48194","126":"-1.2939537682629343","127":"29.9","128":"0.42018160300000001","129":"730","130":"208","131":"260","132":"242","133":"20","134":"9","135":"5","136":"6","137":"2","138":"4","139":"124","140":"70","141":"54","142":"22","143":"32","144":"3242","145":"1808","146":"1434","147":"644","148":"790","149":"26.578125","150":"0.75700227100681305","151":"1.0263929618768328","152":"0.46948356807511737","153":"86.440677966101703","154":"82.485875706214685","155":"64.8","156":"41.4","157":"9.6999999999999993","158":"3.8","159":"307","160":"31.3","161":"4.8859934853420199","162":"3.2","163":"15","164":"45.928338762214985","165":"71.335504885993487","166":"10.194029850746269","167":"3.0933382137628112","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1924.3940000000002","194":"100","195":"33","196":"16.399999999999999","197":"70","198":"47.6","199":"12.9","200":"53","201":"..","202":"1.6","203":"8.48","204":"4.0250000000000004","205":"1.55","206":"0.94399999999999995","207":"1.615","208":"8.57","209":"4.21","210":"1.55","211":"0.95799999999999996","212":"2.1774634423525323","213":"18.114921043734807","214":"4106","215":"3511","216":"6.6","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.97527229234639801","235":"206","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.41980751013189599","241":"74","242":"53","243":"122","244":"371.18","245":"6.4","246":"1.7","247":"0.28999999999999998","248":"0.1","249":"0","250":"0","251":"0.09","252":"0","253":"0.28000000000000003","254":"0.1","255":"7.0000000000000007E-2","256":"0","257":"0.63","258":"0.2","259":"6.82","260":"1.8","261":"0.93","262":"0.3","263":"0.15","264":"0","265":"70.16","266":"18.899999999999999","267":"9.9700000000000006","268":"2.7","269":"192.09","270":"51.8","271":"83.3","272":"22.4","273":"11419","274":"1784","275":"18.100000000000001","276":"16.399999999999999","277":"13","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"4","287":"-","288":"8","289":"-","290":"-","291":"1","292":"-","293":"-","294":"67.978251538131346","295":"-","296":"76.26441881100267","297":"76.904033784767734","298":"74.699484831139102","299":"74.637380853709075","300":"74.066693237677697"},{"1":"ברנר","2":"28","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"16","9":"456","10":"שורקות","11":"36.918837147405647","12":"..","13":"8046","14":"99.9","15":"98.2","16":"-","17":"-","18":"-","19":"-","20":"4025","21":"4022","22":"7.6062639821029085","23":"9.8931145911011686","24":"9.8309719115088239","25":"8.4638329604772551","26":"9.9552572706935116","27":"17.98409147402436","28":"19.102659706686552","29":"3.4675615212527964","30":"13.708675118071092","31":"32.63733532189908","32":"6.1024111359681825","33":"980","34":"121","35":"..","36":"0","37":"-","38":"27","39":"2.76","40":"94","41":"11.707227755085791","42":"0.42801652074628294","43":"3.5545612726820783","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-90","50":"-98","51":"206","52":"95","53":"111","54":"74","55":"33","56":"92","57":"7","58":"304","59":"153","60":"151","61":"112","62":"60","63":"118","64":"14","65":"30","66":"24","67":"9.8000000000000007","68":"28","69":"8.5","70":"3","71":"346","72":"0.47","73":"-","74":"-","75":"-","76":"3.84","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"565","87":"13.385453683961146","88":"215","89":"91","90":"5.1020408163265305","91":"40","92":"207","93":"127","94":"105","95":"103","96":"-","97":"993","98":"0.50352467270896273","99":"38","100":"180","101":"135","102":"38","103":"27","104":"63.8","105":"24.1","106":"11.2","107":"0.9","108":"986","109":"557","110":"409","111":"20","112":"2289","113":"869","114":"1314","115":"106","116":"13397.32742","117":"16501.57345","118":"10253.26016","119":"2.4722388565103337","120":"0.50891719633867627","121":"5.4174172340587967","122":"3452","123":"31","124":"443","125":"12445.85014","126":"12.349267336818027","127":"38.4","128":"0.44312744799999998","129":"434","130":"129","131":"146","132":"151","133":"8","134":"4","135":"2","136":"2","137":"-","138":"2","139":"85","140":"43","141":"42","142":"-","143":"42","144":"2390","145":"1196","146":"1194","147":"-","148":"1194","149":"27.90625","150":"..","151":"..","152":"..","153":"93.984962406015043","154":"91.729323308270665","155":"60.6","156":"..","157":"14.8","158":"4.2","159":"213","160":"31.6","161":"4.225352112676056","162":"3.9","163":"18.7","164":"48.356807511737088","165":"82.159624413145536","166":"12.234375","167":"2.6215410813111961","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.38910505836575876","193":"859.97394999999995","194":"100","195":"9.6","196":"4.4000000000000004","197":"20","198":"3.1","199":"2.2000000000000002","200":"9","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6493304237891071","213":"54.43925451168645","214":"3775","215":"3187","216":"7.2915857605177994","217":"1","218":"-","219":"-","220":"1","221":"0.12454497611793394","222":"0.26490066225165565","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.25045257192097","235":"227","236":"NA","237":"NA","238":"NA","239":"7","240":"1.3091169655236199","241":"216","242":"216","243":"205","244":"37.01","245":"3.11","246":"8.4","247":"0.11","248":"0.3","249":"0.01","250":"0","251":"0.06","252":"0.2","253":"0.17","254":"0.5","255":"0.02","256":"0.1","257":"0.27","258":"0.7","259":"0.37","260":"1","261":"0.57999999999999996","262":"1.6","263":"0.06","264":"0.2","265":"0.21","266":"0.6","267":"6.63","268":"17.899999999999999","269":"16.84","270":"45.5","271":"8.57","272":"22.999999999999996","273":"8046","274":"2587","275":"5.8","276":"4.9000000000000004","277":"6","278":"-","279":"-","280":"-","281":"-","282":"-","283":"1","284":"-","285":"-","286":"3","287":"-","288":"1","289":"-","290":"1","291":"-","292":"-","293":"-","294":"-","295":"-","296":"78.231784487434467","297":"77.313810556760671","298":"76.928622927180967","299":"76.663693131132916","300":"75.420757363253855"},{"1":"גדרות","2":"32","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1953","7":"0","8":"17","9":"456","10":"שורקות","11":"13.719387111711898","12":"..","13":"5192","14":"99.9","15":"98.8","16":"-","17":"-","18":"-","19":"-","20":"2560","21":"2632","22":"6.1055469953775034","23":"8.5323574730354395","24":"10.670261941448382","25":"8.4745762711864412","26":"11.594761171032358","27":"15.735747303543913","28":"19.934514637904467","29":"4.3721109399075502","30":"14.580123266563945","31":"30.469953775038523","32":"6.4137134052388287","33":"937","34":"56","35":"..","36":"0","37":"-","38":"32","39":"4.03","40":"24","41":"4.6037272066973891","42":"-0.8172451223134658","43":"3.255007704160247","44":"4","45":"100","46":"0","47":"0","48":"0","49":"-71","50":"-66","51":"162","52":"71","53":"91","54":"64","55":"14","56":"74","57":"10","58":"228","59":"103","60":"125","61":"56","62":"74","63":"84","64":"14","65":"23","66":"16","67":"9.5","68":"11","69":"5","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"357","87":"12.731811697574894","88":"139","89":"54","90":"4.9255846917080088","91":"40","92":"206","93":"123","94":"109","95":"108","96":"-","97":"644","98":"1.3975155279503106","99":"13","100":"102","101":"62","102":"22","103":"13","104":"55.4","105":"31.2","106":"10.3","107":"3.1","108":"570","109":"380","110":"188","111":"..","112":"1197","113":"580","114":"606","115":"11","116":"14165.70055","117":"17809.09215","118":"10426.59815","119":"1.3056877049784976","120":"1.6732662669250775","121":"-0.73117092304354481","122":"2314","123":"31.8","124":"348","125":"11587.255929999999","126":"-2.849846349439622","127":"37.1","128":"0.47116436","129":"217","130":"60","131":"65","132":"79","133":"13","134":"1","135":"1","136":"-","137":"-","138":"-","139":"27","140":"27","141":"-","142":"-","143":"-","144":"728","145":"728","146":"-","147":"-","148":"-","149":"28.789473684210527","150":"..","151":"..","152":"..","153":"93.61702127659575","154":"91.489361702127653","155":"61.9","156":"..","157":"13","158":"4.2","159":"64","160":"31.1","161":"10.9375","162":"2.5","163":"15.9","164":"54.6875","165":"71.875","166":"13.481481481481481","167":"2.3585164835164836","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"2.3255813953488373","193":"463.13419999999996","194":"100","195":"10.1","196":"1.9","197":"12","198":"6.8","199":"3.4","200":"11","201":"..","202":"0.12","203":"6.6","204":"-","205":"0.4","206":"0.02","207":"0.12","208":"6.6000000000000005","209":"-","210":"0.4","211":"0.02","212":"1.6994809313544526","213":"34.158712351835462","214":"2873","215":"2395","216":"7.1","217":"1","218":"-","219":"1","220":"-","221":"0.19182196694572454","222":"0.34806822137138882","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.70714973170111","235":"249","236":"NA","237":"NA","238":"NA","239":"6","240":"0.85351164401135204","241":"193","242":"189","243":"197","244":"13.720000000000002","245":"2.4700000000000002","246":"18","247":"0.04","248":"0.3","249":"0","250":"0","251":"0.02","252":"0.1","253":"0.06","254":"0.4","255":"0.02","256":"0.1","257":"0.13","258":"0.9","259":"0.54","260":"3.9","261":"0.46","262":"3.4","263":"0.09","264":"0.7","265":"0.21","266":"1.5","267":"4.4000000000000004","268":"32.1","269":"4.74","270":"34.5","271":"0.54","272":"4.099999999999989","273":"5192","274":"2102","275":"2.6","276":"2.4","277":"7","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"6","287":"-","288":"-","289":"-","290":"1","291":"-","292":"-","293":"-","294":"76.43051771117166","295":"-","296":"79.150363331470103","297":"78.567447045707922","298":"78.141470180305134","299":"76.674937965260554","300":"74.945295404814004"},{"1":"גולן","2":"71","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1979","7":"0","8":"31","9":"219","10":"גולן","11":"1087.420617903939","12":"..","13":"19214","14":"99.9","15":"97","16":"-","17":"-","18":"-","19":"-","20":"10074","21":"9140","22":"9.8834183407931722","23":"11.590506922036015","24":"10.377849484750703","25":"13.011345893619236","26":"11.476007078172167","27":"18.835224315603206","28":"13.240345581346935","29":"3.5182679296346415","30":"8.072238992401374","31":"39.408764442593942","32":"1.3063391277193712","33":"1125","34":"355","35":"3.28","36":"0.6","37":"..","38":"39","39":"3.63","40":"316","41":"16.750653546920677","42":"3.7666013229769248","43":"6.1621734152180707","44":"13","45":"46.153846153846153","46":"46.153846153846153","47":"0","48":"7.6923076923076925","49":"457","50":"433","51":"1071","52":"546","53":"525","54":"445","55":"178","56":"433","57":"15","58":"638","59":"328","60":"310","61":"195","62":"195","63":"230","64":"18","65":"0","66":"82","67":"13.9","68":"33","69":"5.0999999999999996","70":"14","71":"1788","72":"-","73":"6.44","74":"1.67","75":"-","76":"1.55","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1717","87":"18.127111486486484","88":"651","89":"271","90":"7.023411371237458","91":"39","92":"185","93":"126","94":"105","95":"103","96":"-","97":"1477","98":"3.7914691943127963","99":"87","100":"92","101":"370","102":"35","103":"38","104":"78.599999999999994","105":"16.5","106":"1.3","107":"3.5","108":"2120","109":"1191","110":"727","111":"202","112":"5402","113":"1817","114":"2421","115":"1164","116":"9265.9603299999999","117":"11273.76319","118":"7348.9424600000002","119":"3.4316220920591167","120":"3.0209438019497048","121":"4.2469473568219174","122":"7825","123":"38.700000000000003","124":"1131","125":"9376.0848580000002","126":"2.7352195222789311","127":"42.1","128":"0.40397698999999998","129":"1318","130":"366","131":"436","132":"465","133":"51","134":"19","135":"10","136":"10","137":"1","138":"9","139":"234","140":"142","141":"92","142":"10","143":"82","144":"4879","145":"3304","146":"1575","147":"262","148":"1313","149":"24.240384615384617","150":"0.84367245657568246","151":"0.99800399201596801","152":"0.69101678183613036","153":"84.210526315789465","154":"72.368421052631575","155":"45.2","156":"42","157":"9.3000000000000007","158":"3.7","159":"690","160":"30.6","161":"6.5217391304347823","162":"3.6","163":"14.3","164":"33.913043478260867","165":"74.637681159420282","166":"8.1442786069651749","167":"3.817348808796579","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"2339.4090572371006","194":"99.755493808049295","195":"66.7","196":"30.5","197":"139","198":"57.7","199":"23.5","200":"108","201":"..","202":"16.034200000000002","203":"93.079499999999996","204":"-","205":"-","206":"6.266","207":"5.8231999999999999","208":"31.616000000000007","209":"-","210":"-","211":"2.2559999999999998","212":"1.9639337905594545","213":"31.737068135520325","214":"8551","215":"6980","216":"7.6022953328232594","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.223833965985823","235":"148","236":"NA","237":"NA","238":"NA","239":"1","240":"-1.24393684939621","241":"14","242":"13","243":"14","244":"1087.27","245":"6.83","246":"0.6","247":"0.4","248":"0","249":"0.04","250":"0","251":"0.34","252":"0","253":"0.92","254":"0.1","255":"0.1","256":"0","257":"0.26","258":"0","259":"6.67","260":"0.6","261":"2.29","262":"0.2","263":"0.38","264":"0","265":"20.05","266":"1.8","267":"77.22","268":"7.1","269":"57.62","270":"5.3","271":"914.15","272":"84.3","273":"19214","274":"2813","275":"27.2","276":"26.5","277":"31","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"14","287":"5","288":"8","289":"-","290":"-","291":"3","292":"-","293":"-","294":"64.953864386692629","295":"60.738169812917974","296":"74.358305055251023","297":"71.534739025233321","298":"70.525689009867293","299":"70.289132602193419","300":"68.603926456840142"},{"1":"גוש עציון","2":"76","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"-","6":"1980","7":"0","8":"16","9":"714","10":"גוש עציון","11":"..","12":"..","13":"25691","14":"99.8","15":"99.2","16":"-","17":"-","18":"-","19":"-","20":"13228","21":"12463","22":"12.996769296640847","23":"13.498890662099567","24":"12.879996886069051","25":"9.1977735393717648","26":"14.689969249931883","27":"18.010198123856604","28":"11.330816239149897","29":"2.3899420030360825","30":"5.0056439998443034","31":"44.891207037483944","32":"1.5297185784905221","33":"1154","34":"635","35":"3.93","36":"1.4","37":"( 2.2)","38":"39","39":"3.49","40":"596","41":"23.544464296012972","42":"3.0281736479481935","43":"11.054454867463313","44":"75","45":"14.666666666666666","46":"44","47":"16","48":"25.333333333333336","49":"143","50":"84","51":"1471","52":"760","53":"711","54":"679","55":"352","56":"411","57":"29","58":"1387","59":"700","60":"687","61":"564","62":"413","63":"385","64":"25","65":"270","66":"272","67":"48.3","68":"65","69":"7.1","70":"12","71":"1230","72":"-","73":"1.85","74":"2.4","75":"-","76":"0.68","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1734","87":"14.147018030513175","88":"658","89":"290","90":"5.4623941557363445","91":"37","92":"179","93":"122","94":"105","95":"104","96":"..","97":"1143","98":"10.323709536307961","99":"170","100":"132","101":"383","102":"44","103":"15","104":"33.4","105":"29.1","106":"29.9","107":"7.7","108":"3186","109":"1192","110":"1286","111":"708","112":"10211","113":"1782","114":"4495","115":"3934","116":"9653.9862420000009","117":"11772.5995","118":"7581.5864849999998","119":"2.9164019032243305","120":"2.6031529798411723","121":"3.2415566038760391","122":"9885","123":"40.9","124":"816","125":"10901.16525","126":"2.2627716090704908","127":"40.299999999999997","128":"0.43298275899999999","129":"2077","130":"636","131":"701","132":"654","133":"86","134":"19","135":"15","136":"5","137":"-","138":"5","139":"266","140":"207","141":"59","142":"-","143":"59","144":"5710","145":"4451","146":"1259","147":"-","148":"1259","149":"23.78102189781022","150":"1.2533572068039391","151":"1.5133876600698486","152":"0.9797917942437232","153":"85.11904761904762","154":"79.365079365079367","155":"51.4","156":"66.5","157":"18.8","158":"5.0999999999999996","159":"852","160":"28.2","161":"8.215962441314554","162":"4.5999999999999996","163":"15.1","164":"38.497652582159624","165":"72.300469483568079","166":"7.8538251366120218","167":"3.6282831796834234","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.13550135501355012","193":"1290.877675","194":"71.826242172791481","195":"9.8000000000000007","196":"6.5","197":"28","198":"7.1","199":"7.1","200":"44","201":"..","202":"-","203":"-","204":"1.07","205":"-","206":"0.15","207":"-","208":"-","209":"1.44","210":"-","211":"-","212":"1.7266983262761684","213":"15.847191348165914","214":"8511","215":"7414","216":"8.9","217":"1","218":"-","219":"-","220":"1","221":"3.9504134724853979E-2","222":"0.11749500646222535","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.17278365899679399","235":"144","236":"NA","237":"NA","238":"NA","239":"4","240":"-7.0062344858741105E-2","241":"119","242":"95","243":"137","244":"..","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"25691","274":"..","275":"12.1","276":"11.7","277":"14","278":"-","279":"-","280":"5","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"3","289":"-","290":"-","291":"6","292":"-","293":"-","294":"64.924307340759782","295":"56.669522993430441","296":"78.554003104901298","297":"75.303702626027501","298":"75.780014378145225","299":"72.67980226972081","300":"72.311722331368699"},{"1":"גזר","2":"30","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1949","7":"0","8":"28","9":"426","10":"גזר","11":"121.3624976853736","12":"..","13":"27622","14":"100","15":"98.8","16":"-","17":"-","18":"-","19":"-","20":"14162","21":"13460","22":"8.4280645861994063","23":"10.057200781985374","24":"9.7530953587719935","25":"8.2977336905365284","26":"12.012164216928536","27":"17.916877850988342","28":"17.634494243718773","29":"4.5398595322568971","30":"11.36413004127145","31":"33.567446238505539","32":"4.1162841213525452","33":"919","34":"412","35":"2.64","36":"0.4","37":"..","38":"86","39":"3.49","40":"326","41":"11.860575685213346","42":"0.992644587379786","43":"4.3407428861052786","44":"..","45":"..","46":"..","47":"..","48":"..","49":"-88","50":"-144","51":"1159","52":"600","53":"559","54":"470","55":"175","56":"490","57":"24","58":"1303","59":"663","60":"640","61":"437","62":"320","63":"502","64":"44","65":"85","66":"142","67":"18","68":"84","69":"7.3","70":"2","71":"580","72":"0.05","73":"-","74":"2.0699999999999998","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"2147","87":"14.198796375901065","88":"838","89":"353","90":"5.5599787685774951","91":"40","92":"206","93":"127","94":"110","95":"107","96":"..","97":"3310","98":"1.4199395770392749","99":"105","100":"520","101":"483","102":"96","103":"124","104":"60.6","105":"27.1","106":"9.8000000000000007","107":"2.5","108":"3294","109":"1871","110":"1284","111":"139","112":"7799","113":"2878","114":"4138","115":"783","116":"12662.8773","117":"15526.80414","118":"9823.8936130000002","119":"2.0379096480638736","120":"1.8038363239545552","121":"2.5349300451823709","122":"12575","123":"32.200000000000003","124":"1553","125":"12777.35786","126":"0.78242824767091879","127":"33.4","128":"0.44646084200000002","129":"1665","130":"492","131":"543","132":"533","133":"97","134":"15","135":"11","136":"10","137":"4","138":"6","139":"272","140":"140","141":"132","142":"55","143":"77","144":"6732","145":"3480","146":"3252","147":"1653","148":"1599","149":"28.37719298245614","150":"0.76976906927921618","151":"1.1111111111111112","152":"0.42313117066290551","153":"90.384615384615387","154":"82.692307692307693","155":"52.1","156":"53.6","157":"17.2","158":"3.8","159":"677","160":"30.6","161":"6.3515509601181686","162":"3.1","163":"17.100000000000001","164":"49.926144756277694","165":"73.85524372230428","166":"11.581911262798634","167":"2.6500663032267568","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"1.7760617760617758","193":"2101.5505000000003","194":"100","195":"48.4","196":"18","197":"74","198":"26.4","199":"15.3","200":"67","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.204708349655466","213":"56.250487035871423","214":"13551","215":"11536","216":"7.0605594278989772","217":"8","218":"-","219":"5","220":"3","221":"0.29105707202977538","222":"0.59036233488303447","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.1239928084569299","235":"214","236":"NA","237":"NA","238":"NA","239":"6","240":"1.0991617727499601","241":"207","242":"207","243":"202","244":"121.3","245":"9.9600000000000009","246":"8.1999999999999993","247":"0.31","248":"0.3","249":"0.02","250":"0","251":"0.11","252":"0.1","253":"0.51","254":"0.4","255":"0.09","256":"0.1","257":"0.36","258":"0.3","259":"2.92","260":"2.4","261":"0.91","262":"0.8","263":"0.09","264":"0.1","265":"8.67","266":"7.1","267":"25.96","268":"21.4","269":"55.45","270":"45.7","271":"15.94","272":"13.1","273":"27622","274":"2773","275":"9","276":"8.8000000000000007","277":"25","278":"-","279":"-","280":"2","281":"-","282":"-","283":"-","284":"-","285":"-","286":"15","287":"-","288":"6","289":"-","290":"2","291":"-","292":"-","293":"-","294":"69.698701298701295","295":"-","296":"79.051636674320505","297":"77.535043639248883","298":"77.877555332523372","299":"76.670494884109416","300":"77.208661015218055"},{"1":"גן רווה","2":"27","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1952","7":"1","8":"16","9":"456","10":"שורקות","11":"43.39308689044514","12":"..","13":"6585","14":"99.8","15":"97.9","16":"-","17":"-","18":"-","19":"-","20":"3367","21":"3218","22":"7.7600607441154139","23":"8.6712224753227023","24":"8.0334092634776013","25":"10.478359908883826","26":"12.164009111617313","27":"17.980258162490507","28":"18.253606681852695","29":"4.7835990888382689","30":"11.875474563401671","31":"31.176917236142749","32":"5.1176917236142749","33":"880","34":"88","35":"..","36":"0","37":"-","38":"43","39":"3.78","40":"45","41":"6.8819761137069406","42":"1.4317134752509872","43":"5.1936218678815491","44":"96","45":"1.0416666666666665","46":"98.958333333333343","47":"0","48":"0","49":"18","50":"-72","51":"359","52":"191","53":"168","54":"129","55":"51","56":"170","57":"9","58":"431","59":"214","60":"217","61":"122","62":"138","63":"158","64":"13","65":"6","66":"30","67":"13.7","68":"15","69":"5.6","70":"2","71":"585","72":"-","73":"4.87","74":"-","75":"-","76":"4.1399999999999997","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"547","87":"14.916825743114263","88":"220","89":"93","90":"6.0539350577875624","91":"40","92":"211","93":"125","94":"114","95":"104","96":"..","97":"697","98":"1.7216642754662841","99":"19","100":"110","101":"80","102":"12","103":"24","104":"52","105":"38.4","106":"7.1","107":"2.5","108":"675","109":"451","110":"219","111":"..","112":"1393","113":"676","114":"690","115":"27","116":"13635.1178","117":"16521.180609999999","118":"10624.08339","119":"4.1507647727797803","120":"0.88763559295634842","121":"7.8330647637954387","122":"3020","123":"31.4","124":"452","125":"12124.784460000001","126":"-1.1730112885429245","127":"37.200000000000003","128":"0.45488674000000001","129":"282","130":"83","131":"106","132":"86","133":"7","134":"3","135":"2","136":"2","137":"-","138":"2","139":"46","140":"29","141":"17","142":"-","143":"17","144":"1117","145":"749","146":"368","147":"-","148":"368","149":"28.388888888888889","150":"1.3745704467353952","151":"..","152":"..","153":"90.721649484536087","154":"89.690721649484544","155":"53.7","156":"..","157":"15.8","158":"4.0999999999999996","159":"114","160":"30.6","161":"6.140350877192982","162":"2.4","163":"15.6","164":"46.491228070175438","165":"74.561403508771932","166":"11.373737373737374","167":"2.7158081705150976","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"1.6042780748663104","193":"1310.3686","194":"100","195":"6.7","196":"5.3","197":"15","198":"4.5999999999999996","199":"4","200":"16","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.6977512541626467","213":"39.442168576454279","214":"3523","215":"2922","216":"6.71433615819209","217":"1","218":"-","219":"-","220":"1","221":"0.1529328025268209","222":"0.28384899233607719","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.3304866731920699","235":"233","236":"NA","237":"NA","238":"NA","239":"7","240":"1.5387587501961799","241":"225","242":"225","243":"227","244":"40.42","245":"2.64","246":"6.5","247":"0.05","248":"0.1","249":"0.01","250":"0","251":"0.02","252":"0","253":"0.09","254":"0.2","255":"0.04","256":"0.1","257":"0.22","258":"0.5","259":"0.9","260":"2.2000000000000002","261":"0.43","262":"1.1000000000000001","263":"0.04","264":"0.1","265":"1.29","266":"3.2","267":"5.94","268":"14.7","269":"11.25","270":"27.8","271":"17.5","272":"43.5","273":"6585","274":"2494","275":"4.4000000000000004","276":"5.2","277":"9","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"6","287":"-","288":"1","289":"1","290":"-","291":"1","292":"-","293":"-","294":"66.418079096045204","295":"-","296":"76.921301638587579","297":"75.164138555580706","298":"75.567033460588362","299":"75.963868693544839","300":"73.354838709677423"},{"1":"דרום השרון","2":"20","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1980","7":"0","8":"42","9":"417","10":"דרום השרון","11":"95.581577108177882","12":"..","13":"34327","14":"99.7","15":"98.1","16":"-","17":"-","18":"-","19":"-","20":"17190","21":"17138","22":"7.6033443062312465","23":"10.05331080490576","24":"9.6017712005127152","25":"8.3199813557840763","26":"10.653421504937803","27":"18.460686922830426","28":"19.328808226760277","29":"4.1337722492498612","30":"11.847816587525854","31":"32.350627785708042","32":"4.5387013138345909","33":"902","34":"411","35":"2.15","36":"0.2","37":"..","38":"119","39":"3.59","40":"292","41":"8.5394444035018822","42":"0.78141720901135159","43":"4.8125382352084367","44":"33","45":"60.606060606060609","46":"30.303030303030305","47":"3.0303030303030303","48":"6.0606060606060606","49":"-74","50":"-124","51":"1410","52":"723","53":"687","54":"483","55":"194","56":"676","57":"57","58":"1534","59":"763","60":"771","61":"455","62":"385","63":"629","64":"65","65":"642","66":"110","67":"10.3","68":"94","69":"6.8","70":"7","71":"369","72":"0.01","73":"0.81","74":"-","75":"0.02","76":"0.24","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"3159","87":"16.747070985527223","88":"1223","89":"510","90":"6.5028978571808365","91":"40","92":"215","93":"126","94":"109","95":"103","96":"..","97":"3527","98":"1.956336830167281","99":"102","100":"459","101":"537","102":"82","103":"102","104":"57.7","105":"33.799999999999997","106":"5.9","107":"2.6","108":"3686","109":"2342","110":"1293","111":"51","112":"8025","113":"3626","114":"4111","115":"288","116":"14106.06331","117":"17803.675569999999","118":"10511.86313","119":"2.5723413296095732","120":"1.5750702057057087","121":"3.6701378183848554","122":"14455","123":"30.4","124":"2161","125":"12053.478859999999","126":"-3.1355260806523955","127":"34.4","128":"0.494042286","129":"1960","130":"538","131":"669","132":"657","133":"96","134":"15","135":"13","136":"7","137":"2","138":"5","139":"262","140":"146","141":"116","142":"44","143":"72","144":"7088","145":"3804","146":"3284","147":"1420","148":"1864","149":"27.396946564885496","150":"0.7430340557275541","151":"0.78313253012048201","152":"0.7006369426751593","153":"90.756302521008408","154":"84.453781512605048","155":"52.6","156":"46.9","157":"12.7","158":"3.4","159":"500","160":"32.6","161":"5","162":"2.9","163":"17.2","164":"49","165":"80.2","166":"12.39816933638444","167":"2.6827242524916945","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.75187969924812026","193":"2958.9992404000009","194":"99.690074269881862","195":"63","196":"51.6","197":"259","198":"44.1","199":"33.6","200":"145","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.4602608393857923","213":"9.1796909970139193","214":"17430","215":"14308","216":"6.7597926267281103","217":"12","218":"1","219":"4","220":"7","221":"0.35093607137678967","222":"0.6884681583476765","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.39527274549278","235":"236","236":"NA","237":"NA","238":"NA","239":"7","240":"1.49023508200213","241":"222","242":"222","243":"225","244":"95.31","245":"11.31","246":"11.9","247":"0.53","248":"0.6","249":"0.02","250":"0","251":"0.15","252":"0.2","253":"0.65","254":"0.7","255":"0.22","256":"0.2","257":"0.71","258":"0.7","259":"3.62","260":"3.8","261":"1.28","262":"1.3","263":"0.32","264":"0.3","265":"5.05","266":"5.3","267":"22.63","268":"23.7","269":"39.119999999999997","270":"41","271":"9.6999999999999993","272":"10.299999999999994","273":"34327","274":"3035","275":"9.1","276":"9.9","277":"31","278":"-","279":"1","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"16","287":"1","288":"7","289":"1","290":"3","291":"1","292":"-","293":"-","294":"63.668229417692679","295":"-","296":"79.25026872088857","297":"77.89067352915076","298":"77.387200635116656","299":"77.468398418834965","300":"76.15066331100968"},{"1":"הגלבוע","2":"08","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1949","7":"0","8":"36","9":"204","10":"הגלבוע","11":"251.92358235732328","12":"..","13":"32165","14":"61.9","15":"94.1","16":"38.1","17":"98.8","18":"1.1000000000000001","19":"0.1","20":"16346","21":"15819","22":"8.8481268459505671","23":"9.7497279651795434","24":"9.5818436188403542","25":"8.8823255090937359","26":"14.991450334214209","27":"18.175034975905486","28":"16.060935799782371","29":"3.6219493237991607","30":"10.08549665785792","31":"33.626612777864139","32":"4.3898647598321157","33":"892","34":"530","35":"2.67","36":"0.6","37":"..","38":"134","39":"4.45","40":"396","41":"12.452981035135307","42":"2.3267669726471496","43":"5.2168506140214514","44":"9","45":"33.333333333333329","46":"22.222222222222221","47":"22.222222222222221","48":"22.222222222222221","49":"352","50":"210","51":"1106","52":"513","53":"593","54":"437","55":"187","56":"456","57":"26","58":"896","59":"434","60":"462","61":"269","62":"246","63":"352","64":"29","65":"37","66":"244","67":"24.6","68":"82","69":"6.7","70":"10","71":"997","72":"0.13","73":"0.28999999999999998","74":"-","75":"0.09","76":"2.67","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"2528","87":"14.383249886208466","88":"972","89":"439","90":"5.6048898627609267","91":"39","92":"178","93":"123","94":"107","95":"105","96":"..","97":"3255","98":"9.3394777265745006","99":"972","100":"905","101":"997","102":"123","103":"127","104":"90.6","105":"5.3","106":"3.4","107":"0.7","108":"4276","109":"2591","110":"1554","111":"131","112":"9760","113":"3960","114":"5094","115":"706","116":"8758.515883","117":"10425.056430000001","118":"6923.7433060000003","119":"0.92223106236266617","120":"0.60973715778780413","121":"1.5256750235401295","122":"13757","123":"40.9","124":"1508","125":"10523.920459999999","126":"0.78093525725104751","127":"39.9","128":"0.404745723","129":"1881","130":"600","131":"589","132":"640","133":"52","134":"15","135":"11","136":"7","137":"4","138":"3","139":"253","140":"140","141":"113","142":"56","143":"57","144":"6267","145":"3551","146":"2716","147":"1385","148":"1331","149":"26.325757575757574","150":"0.59965733866362081","151":"0.56148231330713083","152":"0.63916327716443933","153":"80.935251798561154","154":"67.086330935251809","155":"30","156":"33","157":"10.7","158":"2.7","159":"659","160":"31.7","161":"4.4006069802731407","162":"3.7","163":"17","164":"41.426403641881635","165":"80.273141122913501","166":"11.040350877192983","167":"2.9364373112982678","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"7.8492935635792779E-2","193":"2787.1794999999997","194":"99.780408832656803","195":"86","196":"30.9","197":"145","198":"113.9","199":"30.3","200":"144","201":"..","202":"0.8","203":"9.6","204":"-","205":"0.03","206":"-","207":"-","208":"-","209":"-","210":"0.8","211":"-","212":"1.3834253877085601","213":"21.001003539478884","214":"14633","215":"11560","216":"7.7","217":"5","218":"1","219":"2","220":"2","221":"0.15723460902948622","222":"0.34169343265222446","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-8.1052539412660607E-2","235":"116","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.42356542364080901","241":"73","242":"60","243":"111","244":"251.89999999999998","245":"10.15","246":"4","247":"0.33","248":"0.1","249":"0.03","250":"0","251":"0.14000000000000001","252":"0.1","253":"0.57999999999999996","254":"0.2","255":"0.16","256":"0.1","257":"0.53","258":"0.2","259":"1.63","260":"0.6","261":"3.05","262":"1.2","263":"0.1","264":"0","265":"26.5","266":"10.5","267":"23.51","268":"9.3000000000000007","269":"143.63999999999999","270":"57","271":"41.55","272":"16.700000000000003","273":"32165","274":"3169","275":"10.7","276":"10.6","277":"32","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"2","286":"13","287":"1","288":"8","289":"-","290":"3","291":"1","292":"-","293":"3","294":"71.725420806678457","295":"-","296":"62.092583845063764","297":"66.640086307988184","298":"70.019072428710984","299":"59.512550018188435","300":"62.101493580225345"},{"1":"הגליל העליון","2":"01","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"29","9":"253","10":"הגליל העליון","11":"296.08864360442089","12":"..","13":"19440","14":"99.9","15":"95.1","16":"-","17":"-","18":"-","19":"-","20":"9573","21":"9867","22":"8.189300411522634","23":"9.7993827160493829","24":"8.4825102880658445","25":"6.7489711934156382","26":"10.128600823045268","27":"20.354938271604937","28":"16.008230452674898","29":"3.8631687242798356","30":"16.430041152263374","31":"30.396090534979425","32":"7.9269547325102883","33":"986","34":"230","35":"1.82","36":"1","37":"( 3.9)","38":"98","39":"3.25","40":"132","41":"6.860209305896821","42":"2.0911004283007912","43":"6.6460905349794235","44":"38","45":"50","46":"39.473684210526315","47":"5.2631578947368416","48":"5.2631578947368416","49":"335","50":"315","51":"978","52":"469","53":"509","54":"351","55":"134","56":"466","57":"27","58":"663","59":"319","60":"344","61":"175","62":"154","63":"317","64":"17","65":"7","66":"62","67":"9","68":"55","69":"7.9","70":"11","71":"336","72":"0.11","73":"-","74":"-","75":"0.93","76":"0.72","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1732","87":"16.899209678993071","88":"635","89":"260","90":"6.2524615990547456","91":"39","92":"186","93":"120","94":"101","95":"100","96":"..","97":"2927","98":"1.2299282541851726","99":"98","100":"486","101":"524","102":"56","103":"34","104":"84.9","105":"12.3","106":"0.6","107":"2.1","108":"2165","109":"1471","110":"674","111":"20","112":"4551","113":"2303","114":"2130","115":"118","116":"9902.5084810000008","117":"11996.95253","118":"7932.1203530000003","119":"2.711453636276473","120":"3.8156196025869171","121":"1.6660905349366706","122":"8126","123":"37.1","124":"559","125":"9451.5465339999992","126":"-0.89835652832133128","127":"39.200000000000003","128":"0.41291336099999998","129":"1024","130":"307","131":"350","132":"349","133":"18","134":"12","135":"8","136":"10","137":"5","138":"5","139":"234","140":"108","141":"126","142":"63","143":"63","144":"5697","145":"2606","146":"3091","147":"1649","148":"1442","149":"26.425531914893618","150":"1.6202203499675956","151":"2.6481715006305171","152":"0.53333333333333333","153":"77.184466019417471","154":"69.902912621359221","155":"49.5","156":"37.200000000000003","157":"7.7","158":"3.8","159":"713","160":"31.3","161":"5.7503506311360448","162":"3.8","163":"16.2","164":"41.374474053295934","165":"76.157082748948099","166":"9.0015723270440251","167":"3.5096943231441049","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"2037.0319604012498","194":"100","195":"38.5","196":"30","197":"144","198":"23.3","199":"21.9","200":"111","201":"..","202":"1.4379999999999999","203":"9.2240000000000002","204":"-","205":"-","206":"8.4849999999999994","207":"1.1299999999999999","208":"6.0179999999999998","209":"-","210":"-","211":"8.4849999999999994","212":"3.1377665985805141","213":"42.622498885368202","214":"8181","215":"7265","216":"7.5732028053769724","217":"3","218":"-","219":"1","220":"2","221":"0.15591384786129139","222":"0.36670333700036672","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.59625378587648603","235":"176","236":"NA","237":"NA","238":"NA","239":"1","240":"-1.2397425808240199","241":"15","242":"15","243":"12","244":"296.14","245":"6.63","246":"2.2000000000000002","247":"0.41","248":"0.1","249":"0.04","250":"0","251":"0.39","252":"0.1","253":"0.94","254":"0.3","255":"0.18","256":"0.1","257":"1.01","258":"0.3","259":"4.2","260":"1.4","261":"0.85","262":"0.3","263":"0.51","264":"0.2","265":"53.78","266":"18.2","267":"56.69","268":"19.100000000000001","269":"79.31","270":"26.8","271":"91.2","272":"30.900000000000009","273":"19440","274":"2932","275":"18.899999999999999","276":"16.899999999999999","277":"29","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"29","289":"-","290":"-","291":"-","292":"-","293":"-","294":"53.458687894592373","295":"-","296":"71.526647321112605","297":"69.763026510090711","298":"69.05919955530851","299":"69.328506045494905","300":"67.45012838238199"},{"1":"הגליל התחתון","2":"03","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"17","9":"206","10":"הגליל התחתון","11":"192.79919299513597","12":"..","13":"12795","14":"99.7","15":"97.4","16":"-","17":"-","18":"-","19":"-","20":"6605","21":"6190","22":"8.4798749511527944","23":"10.293083235638921","24":"11.371629542790153","25":"12.270418132082845","26":"11.559202813599063","27":"16.615865572489252","28":"14.998046111762408","29":"4.2125830402500979","30":"10.191481047284096","31":"37.999218444704965","32":"3.040250097694412","33":"1110","34":"207","35":"3.08","36":"0","37":"-","38":"45","39":"5.13","40":"162","41":"12.759905065910278","42":"1.5722008214682432","43":"5.7756936303243451","44":"31","45":"19.35483870967742","46":"67.741935483870961","47":"0","48":"12.903225806451612","49":"69","50":"28","51":"500","52":"251","53":"249","54":"204","55":"85","56":"195","57":"16","58":"472","59":"238","60":"234","61":"119","62":"179","63":"152","64":"22","65":"52","66":"82","67":"21.8","68":"27","69":"5.5","70":"5","71":"724","72":"-","73":"5.51","74":"-","75":"-","76":"0.24","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1109","87":"17.398807656102917","88":"427","89":"177","90":"6.7075086396481316","91":"38","92":"185","93":"120","94":"107","95":"105","96":"..","97":"1600","98":"2","99":"69","100":"173","101":"263","102":"51","103":"41","104":"81.5","105":"9.1999999999999993","106":"3.9","107":"5.4","108":"1444","109":"808","110":"509","111":"127","112":"3635","113":"1234","114":"1694","115":"707","116":"11067.53966","117":"13605.13559","118":"8529.9437240000007","119":"2.8700464588443664","120":"3.2969819435171299","121":"1.8068637580250346","122":"5476","123":"34.1","124":"658","125":"9918.1348340000004","126":"7.392575950966207","127":"44.4","128":"0.420782618","129":"760","130":"248","131":"240","132":"238","133":"34","134":"11","135":"6","136":"8","137":"3","138":"5","139":"180","140":"86","141":"94","142":"33","143":"61","144":"4102","145":"2066","146":"2036","147":"757","148":"1279","149":"25.835820895522389","150":"1.0732323232323231","151":"1.4723926380368098","152":"0.65019505851755521","153":"93.145161290322577","154":"85.483870967741936","155":"52.3","156":"47","157":"13.8","158":"3.8","159":"502","160":"31.4","161":"3.7848605577689245","162":"4.8","163":"16.8","164":"44.621513944223103","165":"77.689243027888438","166":"8.9349240780911057","167":"3.5508618596746784","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1345.3846000000001","194":"100","195":"31.2","196":"16","197":"66","198":"27.1","199":"11.8","200":"48","201":"..","202":"7.5999999999999998E-2","203":"0.45600000000000002","204":"-","205":"-","206":"-","207":"7.5999999999999998E-2","208":"0.45599999999999996","209":"-","210":"-","211":"-","212":"1.7734348430311349","213":"2.4410306530603902","214":"5823","215":"4907","216":"6.8","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.54447635712666798","235":"172","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.55942901652949895","241":"55","242":"59","243":"62","244":"192.81","245":"5.3","246":"2.7","247":"0.17","248":"0.1","249":"0.01","250":"0","251":"0.05","252":"0","253":"0.28000000000000003","254":"0.1","255":"7.0000000000000007E-2","256":"0","257":"0.68","258":"0.4","259":"1.74","260":"0.9","261":"1.51","262":"0.8","263":"7.0000000000000007E-2","264":"0","265":"55.44","266":"28.8","267":"24.97","268":"13","269":"57.57","270":"29.9","271":"44.95","272":"23.3","273":"12795","274":"2414","275":"13.9","276":"14.6","277":"18","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"8","287":"1","288":"3","289":"2","290":"1","291":"2","292":"-","293":"-","294":"73.209051471450351","295":"-","296":"75.597104945717732","297":"74.09003831417624","298":"73.580394500896602","299":"73.181604880337872","300":"72.290119931467729"},{"1":"הערבה התיכונה","2":"54","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1976","7":"0","8":"7","9":"657","10":"הערבה התיכונה","11":"1538.1398228432092","12":"..","13":"3772","14":"98.5","15":"94.4","16":"-","17":"-","18":"-","19":"-","20":"1889","21":"1884","22":"6.8928950159066806","23":"10.577942735949099","24":"10.047720042417815","25":"12.566277836691411","26":"9.5705196182396612","27":"17.629904559915165","28":"18.292682926829269","29":"3.7115588547189819","30":"10.683987274655355","31":"34.278897136797454","32":"2.8101802757158008","33":"1032","34":"47","35":"..","36":"0.2","37":"..","38":"8","39":"..","40":"39","41":"10.418376733147896","42":"1.5598003702183831","43":"6.3096500530222697","44":"0","45":"0","46":"0","47":"0","48":"0","49":"14","50":"9","51":"182","52":"90","53":"92","54":"52","55":"35","56":"91","57":"4","58":"173","59":"96","60":"77","61":"47","62":"45","63":"76","64":"5","65":"1","66":"12","67":"10.6","68":"9","69":"6.3","70":"4","71":"188","72":"-","73":"1.86","74":"-","75":"-","76":"3.2","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"284","87":"14.661848218895198","88":"107","89":"47","90":"5.5758207399687336","91":"40","92":"193","93":"121","94":"105","95":"104","96":"-","97":"369","98":"1.084010840108401","99":"19","100":"17","101":"52","102":"11","103":"17","104":"93.9","105":"4.8","106":"0.8","107":"0.4","108":"495","109":"296","110":"191","111":"8","112":"1136","113":"459","114":"634","115":"43","116":"8826.1222689999995","117":"10561.85642","118":"7339.2463859999998","119":"2.8303221373928489","120":"3.5998078686869883","121":"2.1640101154337454","122":"1541","123":"40.299999999999997","124":"474","125":"15648.038210000001","126":"12.920247847347355","127":"30","128":"0.38256908499999998","129":"209","130":"36","131":"81","132":"77","133":"15","134":"3","135":"1","136":"3","137":"1","138":"2","139":"40","140":"18","141":"22","142":"9","143":"13","144":"953","145":"484","146":"469","147":"218","148":"251","149":"26.888888888888889","150":"1.3761467889908259","151":"..","152":"..","153":"82.608695652173907","154":"72.463768115942031","155":"40.700000000000003","156":"..","157":"3.1","158":"2","159":"120","160":"29.8","161":"6.666666666666667","162":"2.5","163":"13.9","164":"37.5","165":"72.5","166":"9.0666666666666664","167":"3.3056722689075628","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"383.0752","194":"99.82622210991471","195":"13","196":"6.6","197":"32","198":"14.4","199":"5.2","200":"22","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.2860331065477477","213":"7.5809907059084569","214":"2194","215":"1476","216":"7.7","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.866263881277619","235":"199","236":"NA","237":"NA","238":"NA","239":"1","240":"-1.8266948144928501","241":"3","242":"2","243":"3","244":"1537.6399999999999","245":"2.4900000000000002","246":"0.2","247":"0.08","248":"0","249":"0.02","250":"0","251":"0","252":"0","253":"0.99","254":"0.1","255":"0.02","256":"0","257":"0.23","258":"0","259":"2.04","260":"0.1","261":"1.74","262":"0.1","263":"0.17","264":"0","265":"0.37","266":"0","267":"5.15","268":"0.3","269":"30.81","270":"2","271":"1493.53","272":"97.2","273":"3772","274":"1515","275":"16.600000000000001","276":"16.399999999999999","277":"7","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"5","287":"-","288":"-","289":"-","290":"1","291":"1","292":"-","293":"-","294":"64.377682403433482","295":"-","296":"73.854125149461936","297":"70.853080568720387","298":"69.938414164742113","299":"66.801768607221817","300":"65.431243505368897"},{"1":"הר חברון","2":"78","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"-","6":"1982","7":"0","8":"15","9":"715","10":"הר חברון","11":"..","12":"..","13":"10079","14":"100","15":"99.5","16":"-","17":"-","18":"-","19":"-","20":"5441","21":"4638","22":"16.430201408869927","23":"16.29129873995436","24":"13.334656215894434","25":"7.6098819327314215","26":"14.168072229387835","27":"19.406687171346363","28":"8.562357376723881","29":"2.3117372755233654","30":"1.8851076495684096","31":"50.253001289810499","32":"0.38694314912193672","33":"1250","34":"329","35":"..","36":"0.4","37":"..","38":"7","39":"2.72","40":"322","41":"33.029989559244946","42":"7.0025927388926874","43":"4.1472368290505015","44":"16","45":"31.25","46":"18.75","47":"25","48":"25","49":"352","50":"336","51":"712","52":"386","53":"326","54":"355","55":"174","56":"181","57":"2","58":"368","59":"187","60":"181","61":"151","62":"113","63":"97","64":"7","65":"52","66":"78","67":"41.3","68":"21","69":"6.5","70":"11","71":"612","72":"-","73":"2.5099999999999998","74":"2.98","75":"-","76":"1.01","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"687","87":"15.065789473684211","88":"251","89":"119","90":"5.6903196554069373","91":"37","92":"186","93":"125","94":"100","95":"100","96":"..","97":"190","98":"6.3157894736842106","99":"47","100":"20","101":"145","102":"15","103":"11","104":"31.8","105":"24.2","106":"20.7","107":"23.3","108":"1074","109":"399","110":"371","111":"304","112":"3675","113":"600","114":"1276","115":"1799","116":"9235.5048869999991","117":"11059.92987","118":"7295.3514569999998","119":"3.2375371100062722","120":"1.8457482366791123","121":"4.680529084550944","122":"3871","123":"40","124":"186","125":"9312.6692110000004","126":"-4.9415450555943092","127":"44.6","128":"0.40803690599999998","129":"966","130":"284","131":"347","132":"310","133":"25","134":"10","135":"4","136":"8","137":"2","138":"6","139":"105","140":"74","141":"31","142":"4","143":"27","144":"2245","145":"1670","146":"575","147":"74","148":"501","149":"23.491228070175438","150":"-","151":"-","152":"-","153":"80.555555555555557","154":"70.555555555555557","155":"57.6","156":"48.4","157":"16.600000000000001","158":"4.8","159":"235","160":"30.7","161":"5.9574468085106389","162":"5.3","163":"14.8","164":"39.574468085106382","165":"74.893617021276597","166":"9","167":"3.4421768707482991","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.21321961620469082","193":"678.38549","194":"79.914879960065178","195":"22.5","196":"19","197":"66","198":"9.9","199":"7.8","200":"28","201":"..","202":"0.32","203":"2.56","204":"0.4","205":"0.6","206":"2.5000000000000001E-2","207":"0.32","208":"2.56","209":"0.4","210":"0.6","211":"2.5000000000000001E-2","212":"1.2225144271909869","213":"2.0729501351324324","214":"3271","215":"2835","216":"8.9","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-4.3319467909628803E-2","235":"122","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.64620802515192","241":"43","242":"34","243":"82","244":"..","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"10079","274":"..","275":"21.8","276":"19.100000000000001","277":"14","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"4","288":"-","289":"-","290":"-","291":"10","292":"-","293":"-","294":"61.661661661661661","295":"-","296":"82.10388476647752","297":"78.313253012048193","298":"77.496305678699599","299":"76.099009900990097","300":"75.920885501723816"},{"1":"זבולון","2":"12","3":"חיפה","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"17","9":"301","10":"זבולון","11":"61.045172168474679","12":"..","13":"13755","14":"68.400000000000006","15":"95.7","16":"31.6","17":"99.7","18":"0.1","19":"0.1","20":"6994","21":"6761","22":"7.2773536895674305","23":"8.4696474009451101","24":"9.6910214467466371","25":"10.774263904034896","26":"13.929480189022174","27":"17.353689567430024","28":"16.822973464194838","29":"3.4169392948018902","30":"12.264631043256998","31":"32.170119956379502","32":"5.4234823700472559","33":"941","34":"185","35":"2.2999999999999998","36":"0.6","37":"..","38":"46","39":"3.48","40":"139","41":"10.124219299665661","42":"0.37352642719939411","43":"5.3507815339876412","44":"50","45":"4","46":"86","47":"8","48":"..","49":"-52","50":"-106","51":"289","52":"127","53":"162","54":"108","55":"54","56":"119","57":"8","58":"394","59":"180","60":"214","61":"97","62":"154","63":"122","64":"21","65":"62","66":"92","67":"18.7","68":"31","69":"6","70":"11","71":"1103","72":"0.27","73":"2.83","74":"-","75":"2.64","76":"2.31","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"4446","87":"60.284745762711864","88":"1768","89":"780","90":"24.064243909078538","91":"40","92":"172","93":"126","94":"111","95":"110","96":"..","97":"1539","98":"7.0825211176088372","99":"357","100":"242","101":"380","102":"48","103":"37","104":"74.2","105":"22.1","106":"1.9","107":"1.8","108":"1834","109":"1078","110":"662","111":"94","112":"4349","113":"1642","114":"2191","115":"516","116":"10492.701209999999","117":"12567.65359","118":"8208.8256970000002","119":"3.1886426940046286","120":"3.8317820526349022","121":"3.1274811330629371","122":"5800","123":"40.9","124":"385","125":"11502.32573","126":"0.3795632547860972","127":"40","128":"0.479079641","129":"703","130":"212","131":"243","132":"228","133":"20","134":"13","135":"9","136":"11","137":"2","138":"9","139":"220","140":"113","141":"107","142":"30","143":"77","144":"3759","145":"1761","146":"1998","147":"684","148":"1314","149":"25.020408163265305","150":"1.0204081632653061","151":"1.5172413793103448","152":"0.46367851622874806","153":"79.555555555555557","154":"65.777777777777786","155":"40.1","156":"37","157":"11.4","158":"3.3","159":"519","160":"29.9","161":"8.6705202312138727","162":"3.3","163":"16.100000000000001","164":"41.811175337186896","165":"71.483622350674366","166":"7.4","167":"4.0644707207207205","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.71942446043165476","193":"1049.0568382000001","194":"91.536745982959459","195":"15.2","196":"9.4","197":"36","198":"20.7","199":"17.100000000000001","200":"92","201":"..","202":"-","203":"-","204":"-","205":"2.5","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.0046954188735677","213":"34.690846615067699","214":"5351","215":"4581","216":"7.7","217":"2","218":"-","219":"1","220":"1","221":"0.14567222013907427","222":"0.37376191366099792","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"2.8991035869272101E-2","235":"135","236":"NA","237":"NA","238":"NA","239":"5","240":"3.9659383937248202E-2","241":"126","242":"150","243":"118","244":"61","245":"3.44","246":"5.6","247":"0.39","248":"0.6","249":"0.01","250":"0","251":"0.21","252":"0.3","253":"0.14000000000000001","254":"0.2","255":"7.0000000000000007E-2","256":"0.1","257":"0.22","258":"0.4","259":"1.3","260":"2.1","261":"0.55000000000000004","262":"0.9","263":"7.0000000000000007E-2","264":"0.1","265":"13.72","266":"22.5","267":"4.88","268":"8","269":"29.19","270":"47.9","271":"6.81","272":"11.300000000000008","273":"13755","274":"3999","275":"8.1","276":"9.3000000000000007","277":"14","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"1","286":"2","287":"-","288":"5","289":"2","290":"1","291":"-","292":"-","293":"2","294":"68.86969192339717","295":"62.666527893422156","296":"63.946684005201561","297":"67.075268817204304","298":"70.067300502083114","299":"61.849163774061225","300":"63.41813705375462"},{"1":"חבל אילות","2":"53","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1964","7":"0","8":"13","9":"608","10":"חבל אילות","11":"2631.148376613467","12":"..","13":"4745","14":"98.9","15":"93.7","16":"-","17":"-","18":"-","19":"-","20":"2405","21":"2340","22":"7.7133825079030558","23":"10.537407797681769","24":"9.6944151738672293","25":"7.903055848261328","26":"12.876712328767123","27":"20.716543730242361","28":"17.639620653319284","29":"4.8050579557428872","30":"8.0927291886196002","31":"32.223393045310857","32":"2.4868282402528976","33":"785","34":"57","35":"..","36":"0.2","37":"..","38":"9","39":"(3.2)","40":"48","41":"10.352012309401607","42":"4.7919836513457454","43":"10.684931506849315","44":"56","45":"28.571428571428569","46":"62.5","47":"7.1428571428571423","48":"1.7857142857142856","49":"128","50":"64","51":"342","52":"173","53":"169","54":"132","55":"66","56":"138","57":"6","58":"278","59":"137","60":"141","61":"85","62":"80","63":"109","64":"4","65":"26","66":"6","67":"3.8","68":"12","69":"7.4","70":"3","71":"283","72":"-","73":"0.13","74":"-","75":"-","76":"6.12","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"341","87":"12.332730560578661","88":"121","89":"52","90":"4.4715447154471546","91":"37","92":"189","93":"113","94":"97","95":"92","96":"-","97":"359","98":"3.3426183844011144","99":"25","100":"33","101":"75","102":"6","103":"5","104":"80.599999999999994","105":"16.5","106":"1.3","107":"1.6","108":"523","109":"364","110":"150","111":"9","112":"1087","113":"566","114":"473","115":"48","116":"9579.1283509999994","117":"11292.608840000001","118":"7844.0080369999996","119":"4.1207245395276315","120":"3.892450184862839","121":"3.8118645459360279","122":"1753","123":"39.9","124":"101","125":"12128.75884","126":"21.581097930181635","127":"30.7","128":"0.40261794099999998","129":"249","130":"66","131":"93","132":"76","133":"14","134":"3","135":"2","136":"2","137":"1","138":"1","139":"50","140":"25","141":"25","142":"13","143":"12","144":"1016","145":"570","146":"446","147":"242","148":"204","149":"25.272727272727273","150":"-","151":"-","152":"-","153":"71.084337349397586","154":"61.445783132530117","155":"42.4","156":"..","157":"7.3","158":"3.8","159":"130","160":"28.7","161":"7.6923076923076925","162":"2.5","163":"16.5","164":"49.230769230769234","165":"70","166":"8.7435897435897427","167":"3.3489736070381233","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1380.1322825235998","194":"98.624921665820423","195":"5.2","196":"4.8","197":"34","198":"5.5","199":"2.5","200":"15","201":"..","202":"3.9860000000000002","203":"34.018000000000001","204":"0.21","205":"0.89","206":"-","207":"3.9860000000000002","208":"34.018000000000001","209":"0.21","210":"0.89","211":"-","212":"5.1749068710800294","213":"16.009517663758697","214":"1528","215":"1202","216":"7.1","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-6.7590346360607806E-5","235":"131","236":"NA","237":"NA","238":"NA","239":"1","240":"-2.41307429028948","241":"2","242":"1","243":"2","244":"2630.79","245":"1.47","246":"0.1","247":"0.1","248":"0","249":"0.01","250":"0","251":"0.04","252":"0","253":"0.49","254":"0","255":"0.04","256":"0","257":"0.3","258":"0","259":"4.28","260":"0.2","261":"0.27","262":"0","263":"0.37","264":"0","265":"0.23","266":"0","267":"13.28","268":"0.5","269":"14.1","270":"0.5","271":"2595.81","272":"98.7","273":"4745","274":"3228","275":"23.8","276":"21.5","277":"12","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"10","289":"-","290":"-","291":"2","292":"-","293":"-","294":"-","295":"-","296":"63.545641326680368","297":"62.321792260692469","298":"62.133410005750434","299":"61.141906873614197","300":"58.577517314864146"},{"1":"חבל יבנה","2":"29","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1950","7":"1","8":"11","9":"456","10":"שורקות","11":"36.545363922390365","12":"..","13":"6920","14":"99.7","15":"99.5","16":"-","17":"-","18":"-","19":"-","20":"3403","21":"3517","22":"10.187861271676301","23":"9.5809248554913289","24":"9.9855491329479769","25":"16.25722543352601","26":"17.846820809248555","27":"13.554913294797688","28":"11.517341040462428","29":"2.9624277456647401","30":"8.106936416184972","31":"39.855491329479769","32":"3.2514450867052025","33":"1179","34":"150","35":"..","36":"0.6","37":"..","38":"24","39":"4.5999999999999996","40":"126","41":"18.139871377812092","42":"-0.73488510178263766","43":"4.8410404624277454","44":"5","45":"0","46":"80","47":"0","48":"20","49":"-192","50":"-194","51":"192","52":"95","53":"97","54":"63","55":"84","56":"40","57":"5","58":"386","59":"186","60":"200","61":"153","62":"154","63":"75","64":"4","65":"4","66":"86","67":"39.9","68":"9","69":"3.4","70":"10","71":"1497","72":"-","73":"13.01","74":"7.3","75":"0.39","76":"0.77","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"340","87":"10.346926354230067","88":"128","89":"52","90":"3.9107852123434159","91":"37","92":"181","93":"117","94":"105","95":"103","96":"..","97":"472","98":"2.1186440677966103","99":"19","100":"126","101":"99","102":"15","103":"15","104":"60.2","105":"24.7","106":"10","107":"5.0999999999999996","108":"820","109":"326","110":"360","111":"134","112":"2483","113":"510","114":"1235","115":"738","116":"10914.545050000001","117":"13625.61268","118":"8434.5222830000002","119":"0.72911010782310548","120":"0.98509022189070539","121":"0.81345214890864437","122":"2449","123":"38.299999999999997","124":"176","125":"12796.617819999999","126":"-6.2374268674176729","127":"35.200000000000003","128":"0.452060507","129":"423","130":"139","131":"138","132":"131","133":"15","134":"5","135":"2","136":"5","137":"2","138":"3","139":"73","140":"28","141":"45","142":"15","143":"30","144":"1729","145":"691","146":"1038","147":"383","148":"655","149":"24.678571428571427","150":"1.1851851851851851","151":"..","152":"..","153":"89.320388349514573","154":"83.495145631067956","155":"60.6","156":"..","157":"24.1","158":"6.7","159":"244","160":"30.6","161":"5.7377049180327866","162":"3.8","163":"17.2","164":"50.409836065573764","165":"77.868852459016395","166":"8.3410138248847918","167":"3.665745856353591","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"4.7970479704797047","193":"1217.9430499999999","194":"100","195":"8","196":"2.1","197":"8","198":"3.8","199":"1.3","200":"7","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.6082400829885337","213":"24.956655014748254","214":"2116","215":"1791","216":"7.2851428571428576","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-1.46358014201471E-3","235":"130","236":"NA","237":"NA","238":"NA","239":"6","240":"0.89121005298691902","241":"196","242":"192","243":"198","244":"35.14","245":"1.84","246":"5.2","247":"0.28000000000000003","248":"0.8","249":"0.02","250":"0.1","251":"7.0000000000000007E-2","252":"0.2","253":"0.08","254":"0.2","255":"7.0000000000000007E-2","256":"0.2","257":"0.47","258":"1.3","259":"1.07","260":"3","261":"0.35","262":"1","263":"0.06","264":"0.2","265":"0.09","266":"0.3","267":"2.41","268":"6.9","269":"12.69","270":"36.1","271":"15.64","272":"44.5","273":"6920","274":"3761","275":"4.5999999999999996","276":"4.9000000000000004","277":"7","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"2","287":"2","288":"1","289":"2","290":"-","291":"-","292":"-","293":"-","294":"76.227035919934195","295":"-","296":"81.836158192090394","297":"79.747191011235955","298":"80.574937203460777","299":"79.20819490586932","300":"77.313266443701224"},{"1":"חבל מודיעין","2":"25","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"29","9":"424","10":"חבל מודיעין","11":"127.92936974682861","12":"..","13":"24107","14":"100","15":"98.8","16":"-","17":"-","18":"-","19":"-","20":"12396","21":"11711","22":"8.5950138963786458","23":"9.4205002696312281","24":"9.5366491060687775","25":"11.00095407972788","26":"12.983780644626043","27":"16.028539428381798","28":"17.64217862031775","29":"4.4924710664952086","30":"10.304061061102585","31":"34.695316712987932","32":"3.7292072841913138","33":"955","34":"381","35":"2.86","36":"0.6","37":"..","38":"68","39":"3.59","40":"313","41":"13.00903184291926","42":"0.38727602022025565","43":"3.4429833658273532","44":"14","45":"50","46":"21.428571428571427","47":"28.571428571428569","48":"0","49":"-239","50":"-254","51":"912","52":"463","53":"449","54":"354","55":"147","56":"387","57":"24","58":"1166","59":"595","60":"571","61":"396","62":"292","63":"452","64":"26","65":"54","66":"126","67":"16.7","68":"65","69":"6.8","70":"5","71":"1128","72":"-","73":"4.09","74":"0.43","75":"-","76":"0.17","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1966","87":"15.305566368236667","88":"779","89":"321","90":"6.0603703127431148","91":"39","92":"201","93":"124","94":"111","95":"109","96":"..","97":"2162","98":"1.8501387604070305","99":"128","100":"412","101":"398","102":"75","103":"81","104":"57.3","105":"31.4","106":"7.4","107":"4","108":"3038","109":"1705","110":"1170","111":"163","112":"7409","113":"2608","114":"3880","115":"921","116":"12183.998670000001","117":"14892.894179999999","118":"9587.1402020000005","119":"3.6756086510161046","120":"4.3192980108676782","121":"2.8973868386518165","122":"10608","123":"33.6","124":"1540","125":"12683.324210000001","126":"0.27617364598102601","127":"31.9","128":"0.46281080800000002","129":"1326","130":"422","131":"426","132":"431","133":"47","134":"12","135":"6","136":"10","137":"4","138":"6","139":"201","140":"94","141":"107","142":"42","143":"65","144":"4767","145":"2238","146":"2529","147":"1125","148":"1404","149":"24.28409090909091","150":"0.77021822849807453","151":"0.77054794520547942","152":"0.7698887938408896","153":"85.131195335276971","154":"77.551020408163268","155":"45.3","156":"48.7","157":"14.5","158":"3.7","159":"335","160":"31.8","161":"4.4776119402985071","162":"3.5","163":"17.399999999999999","164":"44.179104477611943","165":"69.552238805970148","166":"10.470149253731343","167":"3.1108339272986458","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.62305295950155759","193":"2350.8532089999994","194":"100","195":"31.2","196":"3.5","197":"13","198":"18.5","199":"0.9","200":"3","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"3.253294876243761","213":"33.833398014973668","214":"12082","215":"9614","216":"7.2","217":"2","218":"-","219":"1","220":"1","221":"8.3124804108110281E-2","222":"0.16553550736633008","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.89649052372764504","235":"202","236":"NA","237":"NA","238":"NA","239":"7","240":"1.4327132203313","241":"218","242":"219","243":"221","244":"127.75","245":"8.44","246":"6.6","247":"0.26","248":"0.2","249":"0.01","250":"0","251":"0.11","252":"0.1","253":"0.48","254":"0.4","255":"0.51","256":"0.4","257":"1.19","258":"0.9","259":"2.92","260":"2.2999999999999998","261":"1.74","262":"1.4","263":"0.1","264":"0.1","265":"27.64","266":"21.6","267":"9.92","268":"7.8","269":"29.54","270":"23.1","271":"44.89","272":"35.1","273":"24107","274":"2856","275":"10.5","276":"10.5","277":"24","278":"-","279":"-","280":"1","281":"1","282":"-","283":"-","284":"-","285":"-","286":"16","287":"1","288":"1","289":"1","290":"1","291":"2","292":"-","293":"-","294":"70.684736091298149","295":"-","296":"79.688953874783991","297":"78.529723991507424","298":"78.548707753479135","299":"76.607727570399476","300":"77.511030365948614"},{"1":"חוף אשקלון","2":"36","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1950","7":"1","8":"20","9":"633","10":"חוף אשקלון","11":"180.64700616613774","12":"..","13":"19295","14":"99.8","15":"97.7","16":"-","17":"-","18":"-","19":"-","20":"9601","21":"9694","22":"9.836745270795543","23":"10.66079295154185","24":"9.8989375485877176","25":"10.158072039388443","26":"11.655869396216637","27":"18.953096657165069","28":"14.760300596009328","29":"3.87146929256284","30":"10.204716247732573","31":"36.729722726094842","32":"3.6952578388183466","33":"1031","34":"363","35":"3.06","36":"0.8","37":"..","38":"71","39":"3.87","40":"292","41":"15.342031848491057","42":"2.7984086365104019","43":"4.9805649131899461","44":"26","45":"7.6923076923076925","46":"76.923076923076934","47":"0","48":"15.384615384615385","49":"216","50":"182","51":"1004","52":"512","53":"492","54":"382","55":"182","56":"407","57":"33","58":"822","59":"403","60":"419","61":"245","62":"235","63":"316","64":"26","65":"86","66":"118","67":"21.3","68":"78","69":"10.8","70":"6","71":"754","72":"0.15","73":"2.72","74":"0.31","75":"-","76":"0.83","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1456","87":"14.649361102726633","88":"572","89":"232","90":"5.8035714285714288","91":"39","92":"193","93":"123","94":"109","95":"107","96":"..","97":"1843","98":"4.395008138903961","99":"179","100":"421","101":"315","102":"59","103":"70","104":"67.400000000000006","105":"20.100000000000001","106":"6.5","107":"6","108":"1915","109":"1044","110":"767","111":"104","112":"4731","113":"1618","114":"2544","115":"569","116":"10843.921420000001","117":"13289.29178","118":"8474.9499340000002","119":"2.2625063250863553","120":"2.621126220467862","121":"2.0534842995985736","122":"7940","123":"34.9","124":"803","125":"11559.564469999999","126":"-1.7404660281599038","127":"34.700000000000003","128":"0.41928987699999998","129":"1258","130":"408","131":"388","132":"429","133":"33","134":"12","135":"6","136":"10","137":"5","138":"5","139":"169","140":"85","141":"84","142":"40","143":"44","144":"4301","145":"2136","146":"2165","147":"1078","148":"1087","149":"25.321428571428573","150":"0.54563492063492058","151":"0.70351758793969854","152":"0.39177277179236042","153":"90.504451038575667","154":"79.525222551928792","155":"47.9","156":"41.9","157":"14.3","158":"3.5","159":"505","160":"30.7","161":"6.1386138613861387","162":"4.2","163":"16.2","164":"42.772277227722775","165":"77.029702970297038","166":"9.7169373549883993","167":"3.2239732569245465","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"2062.18000325","194":"100","195":"64.400000000000006","196":"22.2","197":"96","198":"31.4","199":"30","200":"155","201":"..","202":"0.11","203":"7.7","204":"-","205":"-","206":"-","207":"0.11","208":"7.7","209":"-","210":"-","211":"-","212":"1.6856542072050513","213":"11.445662547796722","214":"8764","215":"7319","216":"7.2","217":"8","218":"-","219":"6","220":"2","221":"0.42032963968468651","222":"0.91282519397535367","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.66866657089281101","235":"185","236":"NA","237":"NA","238":"NA","239":"5","240":"0.16463344388492299","241":"144","242":"111","243":"165","244":"176.7","245":"7.46","246":"4.2","247":"0.26","248":"0.1","249":"0.02","250":"0","251":"0.12","252":"0.1","253":"0.35","254":"0.2","255":"0.11","256":"0.1","257":"0.35","258":"0.2","259":"1.55","260":"0.9","261":"1.57","262":"0.9","263":"0.16","264":"0.1","265":"10.75","266":"6.1","267":"20.04","268":"11.3","269":"81.73","270":"46.3","271":"52.23","272":"29.500000000000007","273":"19295","274":"2586","275":"8.4","276":"8.6","277":"21","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"10","287":"1","288":"5","289":"1","290":"2","291":"1","292":"-","293":"-","294":"73.388839964774633","295":"66.824113361620363","296":"76.79279576999339","297":"75.705661608745316","298":"76.173432034491171","299":"73.766763391106579","300":"75.733736762481087"},{"1":"חוף הכרמל","2":"15","3":"חיפה","4":"מועצה אזורית","5":"-","6":"1951","7":"1","8":"33","9":"303","10":"חוף הכרמל","11":"194.87207728929852","12":"..","13":"35553","14":"98.2","15":"96.3","16":"-","17":"-","18":"-","19":"-","20":"18034","21":"17518","22":"8.5506145754226086","23":"9.3606727983573812","24":"9.1694090512755597","25":"9.2875425421202156","26":"10.854217646893371","27":"20.018001293842996","28":"16.699012741540798","29":"4.1402975838888416","30":"11.920231766658228","31":"32.796107220206451","32":"4.4046915872078305","33":"934","34":"529","35":"2.46","36":"0","37":"-","38":"117","39":"3.76","40":"412","41":"11.773158898864866","42":"3.2398235458994975","43":"9.1047169015272971","44":"180","45":"20","46":"70","47":"6.1111111111111107","48":"3.8888888888888888","49":"649","50":"437","51":"1855","52":"912","53":"943","54":"606","55":"283","56":"881","57":"85","58":"1418","59":"707","60":"711","61":"360","62":"438","63":"540","64":"80","65":"712","66":"128","67":"11.1","68":"85","69":"6.5","70":"10","71":"1901","72":"0.03","73":"4.2699999999999996","74":"-","75":"0.1","76":"1.1200000000000001","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"2773","87":"14.417927520407634","88":"1122","89":"444","90":"5.9111743322269632","91":"40","92":"201","93":"124","94":"114","95":"118","96":"..","97":"3905","98":"2.8425096030729833","99":"221","100":"548","101":"611","102":"85","103":"82","104":"62.5","105":"29.9","106":"5.3","107":"2.2999999999999998","108":"3196","109":"2062","110":"1065","111":"69","112":"6912","113":"3125","114":"3402","115":"385","116":"12543.368539999999","117":"15781.66023","118":"9437.8955440000009","119":"3.6699677126148744","120":"3.9513427865737194","121":"3.7231617501533476","122":"13278","123":"34.299999999999997","124":"1880","125":"11526.45025","126":"-0.32673910397866823","127":"38.9","128":"0.47658050099999999","129":"1892","130":"593","131":"576","132":"647","133":"76","134":"17","135":"12","136":"10","137":"4","138":"6","139":"316","140":"149","141":"167","142":"62","143":"105","144":"7646","145":"3489","146":"4157","147":"1801","148":"2356","149":"25.363636363636363","150":"1.6607354685646498","151":"2.0231213872832372","152":"1.2789281364190013","153":"82.732447817836814","154":"74.193548387096769","155":"49.9","156":"47.5","157":"11.4","158":"3.5","159":"587","160":"30.6","161":"6.9846678023850082","162":"2.9","163":"16.8","164":"45.315161839863713","165":"76.149914821124369","166":"9.3643263757115758","167":"3.2867274569402229","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"8.6956521739130432E-2","193":"4382.8551000000007","194":"98.060360243257875","195":"28.8","196":"27.5","197":"107","198":"18.100000000000001","199":"17.2","200":"72","201":"..","202":"-","203":"-","204":"5.0000000000000001E-3","205":"2.5000000000000001E-2","206":"-","207":"-","208":"-","209":"5.0000000000000001E-3","210":"2.5000000000000001E-2","211":"-","212":"2.7552034635084852","213":"24.878037192717493","214":"16869","215":"14459","216":"6.8026945446514029","217":"10","218":"-","219":"1","220":"9","221":"0.28575628395303071","222":"0.5928033671231252","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.96572112724659498","235":"205","236":"NA","237":"NA","238":"NA","239":"5","240":"4.42584528438449E-2","241":"127","242":"105","243":"150","244":"181.10000000000002","245":"10.33","246":"5.7","247":"0.47","248":"0.3","249":"0.04","250":"0","251":"0.09","252":"0","253":"1.1200000000000001","254":"0.6","255":"0.17","256":"0.1","257":"0.45","258":"0.2","259":"3.01","260":"1.7","261":"0.9","262":"0.5","263":"1.04","264":"0.6","265":"71.88","266":"39.700000000000003","267":"26.2","268":"14.5","269":"27.66","270":"15.3","271":"37.74","272":"20.8","273":"35553","274":"3442","275":"10.4","276":"12","277":"26","278":"1","279":"1","280":"-","281":"-","282":"-","283":"1","284":"-","285":"-","286":"9","287":"2","288":"7","289":"3","290":"-","291":"1","292":"-","293":"1","294":"54.873725215564406","295":"-","296":"72.460536876839384","297":"71.510608451692093","298":"70.851514235106066","299":"70.185638938494122","300":"69.846068175490245"},{"1":"חוף השרון","2":"19","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1949","7":"1","8":"13","9":"401","10":"חוף השרון","11":"50.021721608473733","12":"..","13":"14872","14":"96.8","15":"95.8","16":"-","17":"-","18":"-","19":"-","20":"7989","21":"6883","22":"6.6769768692845615","23":"8.2638515330823026","24":"8.3310919849381389","25":"7.9007530930607857","26":"10.21382463690156","27":"20.024206562668102","28":"19.291285637439483","29":"4.0008068854222705","30":"15.297202797202797","31":"28.368746637977406","32":"7.4367939752555134","33":"868","34":"158","35":"2.12","36":"0","37":"-","38":"70","39":"3.29","40":"88","41":"5.9508569157695632","42":"1.1449635222503787","43":"8.4050564819795586","44":"13","45":"30.76923076923077","46":"38.461538461538467","47":"23.076923076923077","48":"7.6923076923076925","49":"117","50":"94","51":"570","52":"294","53":"276","54":"181","55":"65","56":"265","57":"59","58":"476","59":"234","60":"242","61":"157","62":"99","63":"205","64":"15","65":"106","66":"30","67":"5.3","68":"31","69":"5.8","70":"10","71":"2083","72":"2.67","73":"1.92","74":"-","75":"1.71","76":"7.86","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"872","87":"10.507290034943969","88":"356","89":"153","90":"4.3062779726623921","91":"40","92":"209","93":"127","94":"116","95":"123","96":"..","97":"1795","98":"1.0027855153203342","99":"42","100":"283","101":"220","102":"41","103":"23","104":"61.9","105":"31.5","106":"5","107":"1.7","108":"1528","109":"1005","110":"513","111":"10","112":"3211","113":"1543","114":"1616","115":"52","116":"13114.632900000001","117":"16386.124970000001","118":"9943.7247630000002","119":"2.2891844701755204","120":"1.7831116376864298","121":"3.0136926469408021","122":"5124","123":"32.799999999999997","124":"969","125":"28573.070339999998","126":"67.136814657812181","127":"38.799999999999997","128":"0.51395224699999997","129":"599","130":"147","131":"202","132":"233","133":"17","134":"6","135":"4","136":"5","137":"2","138":"3","139":"110","140":"50","141":"60","142":"28","143":"32","144":"2929","145":"1296","146":"1633","147":"811","148":"822","149":"29.547619047619047","150":"0.62724014336917566","151":"0.70921985815602839","152":"0.54347826086956519","153":"85.11904761904762","154":"84.523809523809518","155":"46.8","156":"52.5","157":"13.8","158":"3.1","159":"364","160":"29.9","161":"7.4175824175824179","162":"3.2","163":"16.100000000000001","164":"48.07692307692308","165":"72.527472527472526","166":"9.0762195121951219","167":"3.3281827342962713","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"1.6646848989298455","193":"1588.41085","194":"100","195":"16.2","196":"4.5","197":"11","198":"7.4","199":"6.7","200":"22","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"3.7376532619932492","213":"27.098810018542281","214":"7180","215":"5868","216":"6.6518385650224214","217":"9","218":"-","219":"1","220":"8","221":"0.60861036638552357","222":"1.2534818941504178","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"9","234":"1.38346045856377","235":"235","236":"NA","237":"NA","238":"NA","239":"7","240":"1.2761734702779599","241":"214","242":"211","243":"232","244":"47.26","245":"5.0199999999999996","246":"10.6","247":"0.14000000000000001","248":"0.3","249":"0.02","250":"0","251":"0.05","252":"0.1","253":"0.5","254":"1.1000000000000001","255":"0.16","256":"0.3","257":"0.25","258":"0.5","259":"1.55","260":"3.3","261":"0.72","262":"1.5","263":"0.28999999999999998","264":"0.6","265":"0.81","266":"1.7","267":"14.98","268":"31.7","269":"16.23","270":"34.299999999999997","271":"6.54","272":"14.000000000000004","273":"14872","274":"2963","275":"6.9","276":"7.1","277":"14","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"6","287":"-","288":"5","289":"1","290":"2","291":"-","292":"-","293":"-","294":"-","295":"-","296":"78.169752008382815","297":"77.197259955880654","298":"76.825028968713795","299":"73.196227701397561","300":"71.792328042328052"},{"1":"יואב","2":"35","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1952","7":"0","8":"24","9":"632","10":"יואב","11":"198.65592075225157","12":"..","13":"9197","14":"97.8","15":"97.7","16":"-","17":"-","18":"-","19":"-","20":"4578","21":"4619","22":"6.8065673589213871","23":"11.318908339675982","24":"11.840817657931934","25":"9.8401652712841141","26":"9.5030988365771449","27":"17.505708383168425","28":"19.049690116342287","29":"3.1966945743177124","30":"10.938349461781016","31":"35.816026965314776","32":"4.9255191910405571","33":"1030","34":"87","35":"..","36":"0.2","37":"..","38":"29","39":"2.85","40":"58","41":"6.3370932462361704","42":"0.98133774337560453","43":"4.2078938784386208","44":"3","45":"33.333333333333329","46":"0","47":"33.333333333333329","48":"33.333333333333329","49":"27","50":"10","51":"268","52":"133","53":"135","54":"119","55":"25","56":"119","57":"5","58":"258","59":"133","60":"125","61":"80","62":"69","63":"101","64":"8","65":"0","66":"30","67":"11.2","68":"23","69":"6.5","70":"5","71":"166","72":"0.08","73":"-","74":"-","75":"0.3","76":"1.45","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"644","87":"13.787197602226502","88":"235","89":"88","90":"5.0668391548081066","91":"40","92":"205","93":"128","94":"101","95":"95","96":"..","97":"936","98":"1.7094017094017093","99":"39","100":"200","101":"151","102":"24","103":"19","104":"73.400000000000006","105":"20.100000000000001","106":"3.7","107":"2.7","108":"910","109":"519","110":"371","111":"20","112":"2103","113":"816","114":"1182","115":"105","116":"12623.76971","117":"15796.577929999999","118":"9429.2528070000008","119":"-0.1779225096967596","120":"-5.2729603536327829E-2","121":"-1.0433716953561323","122":"3813","123":"31.8","124":"347","125":"12134.392099999999","126":"3.9887936871433549","127":"33.1","128":"0.43453127899999999","129":"510","130":"138","131":"182","132":"173","133":"17","134":"5","135":"3","136":"3","137":"1","138":"2","139":"93","140":"44","141":"49","142":"18","143":"31","144":"2474","145":"1220","146":"1254","147":"591","148":"663","149":"27.727272727272727","150":"1.0506208213944603","151":"1.1131725417439702","152":"0.98425196850393704","153":"94.85294117647058","154":"84.558823529411768","155":"61.5","156":"41.2","157":"12","158":"3.3","159":"253","160":"32.4","161":"4.3478260869565215","162":"2.2999999999999998","163":"16.8","164":"41.106719367588937","165":"79.446640316205531","166":"11.248868778280542","167":"2.9215607401448112","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.27397260273972601","193":"759.11564999999996","194":"96.641618441142668","195":"6.5","196":"3.6","197":"12","198":"13.4","199":"2.9","200":"11","201":"..","202":"-","203":"-","204":"1.1000000000000001","205":"0.5","206":"0.86499999999999999","207":"-","208":"-","209":"1.1000000000000001","210":"0.5","211":"0.86499999999999999","212":"1.9375468189318736","213":"32.045718240793242","214":"3818","215":"3329","216":"7.2480352090537563","217":"1","218":"-","219":"-","220":"1","221":"0.10926022838338226","222":"0.26191723415400736","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.0783789061979101","235":"211","236":"NA","237":"NA","238":"NA","239":"5","240":"0.18887090692331401","241":"147","242":"119","243":"169","244":"198.69","245":"2.92","246":"1.5","247":"0.18","248":"0.1","249":"0.02","250":"0","251":"0.04","252":"0","253":"0.34","254":"0.2","255":"0.09","256":"0","257":"0.45","258":"0.2","259":"2.25","260":"1.1000000000000001","261":"1.1200000000000001","262":"0.6","263":"0.08","264":"0","265":"37.42","266":"18.8","267":"21.86","268":"11","269":"110.85","270":"55.8","271":"21.07","272":"10.700000000000008","273":"9197","274":"3150","275":"14.8","276":"14.1","277":"13","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"3","287":"-","288":"8","289":"-","290":"1","291":"-","292":"-","293":"1","294":"-","295":"-","296":"75.945716709075484","297":"75.347979205098099","298":"75.697211155378483","299":"73.961038961038966","300":"73.57064104583398"},{"1":"לב השרון","2":"18","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1984","7":"0","8":"18","9":"412","10":"לב השרון","11":"54.891545872217705","12":"..","13":"23672","14":"99.9","15":"98.8","16":"-","17":"-","18":"-","19":"-","20":"11911","21":"11761","22":"6.3534978033119298","23":"8.0263602568435282","24":"9.5049003041568092","25":"9.2176410949645149","26":"11.773403176748902","27":"14.937478877999324","28":"21.240283879689084","29":"4.8284893545116594","30":"14.117945251774248","31":"29.710206150726595","32":"7.1645826292666444","33":"895","34":"259","35":"2.2599999999999998","36":"0.4","37":"..","38":"144","39":"4.1900000000000004","40":"115","41":"4.8344915815460761","42":"-0.96578029919074027","43":"3.9540385265292328","44":"23","45":"52.173913043478258","46":"13.043478260869565","47":"21.739130434782609","48":"13.043478260869565","49":"-282","50":"-311","51":"917","52":"441","53":"476","54":"299","55":"129","56":"414","57":"75","58":"1228","59":"624","60":"604","61":"316","62":"349","63":"490","64":"73","65":"176","66":"88","67":"10.7","68":"74","69":"7.7","70":"8","71":"1291","72":"3.03","73":"0.93","74":"-","75":"1.28","76":"0.16","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1972","87":"15.061483235316581","88":"816","89":"350","90":"6.2053231939163496","91":"40","92":"201","93":"126","94":"117","95":"120","96":"..","97":"2740","98":"1.5328467153284671","99":"127","100":"569","101":"460","102":"69","103":"96","104":"57.2","105":"31.4","106":"5.5","107":"5.9","108":"2851","109":"1836","110":"946","111":"69","112":"6205","113":"2793","114":"3025","115":"387","116":"12183.164940000001","117":"14843.325440000001","118":"9625.3962940000001","119":"-0.26779231579447949","120":"-1.6899422547623777","121":"1.9617387907727935","122":"10294","123":"34.700000000000003","124":"1792","125":"11642.448179999999","126":"0.29720547073504022","127":"37.799999999999997","128":"0.47101957999999999","129":"991","130":"329","131":"333","132":"314","133":"15","134":"8","135":"7","136":"4","137":"2","138":"2","139":"171","140":"86","141":"85","142":"42","143":"43","144":"4945","145":"2234","146":"2711","147":"1379","148":"1332","149":"27.287500000000001","150":"0.34722222222222221","151":"..","152":"..","153":"90.069284064665126","154":"83.602771362586608","155":"48.3","156":"36.299999999999997","157":"14.8","158":"3.3","159":"545","160":"31.4","161":"4.7706422018348622","162":"3.3","163":"17.5","164":"50.825688073394495","165":"79.816513761467888","166":"10.014141414141415","167":"3.1502925156344563","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.32751091703056767","193":"1748.1492499999997","194":"100","195":"27.8","196":"10.8","197":"44","198":"14.6","199":"9","200":"43","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.06938374160482","213":"50.397761599617532","214":"11845","215":"10022","216":"7.3575343882511115","217":"3","218":"-","219":"-","220":"3","221":"0.12611717169250636","222":"0.25327142254115659","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.19416299231735","235":"220","236":"NA","237":"NA","238":"NA","239":"6","240":"0.90089264824733395","241":"197","242":"191","243":"204","244":"54.949999999999996","245":"8.0399999999999991","246":"14.6","247":"0.12","248":"0.2","249":"0.08","250":"0.1","251":"0.09","252":"0.2","253":"0.27","254":"0.5","255":"0.13","256":"0.2","257":"0.35","258":"0.6","259":"0.81","260":"1.5","261":"1.2","262":"2.2000000000000002","263":"0.12","264":"0.2","265":"0.65","266":"1.2","267":"15.58","268":"28.4","269":"25.71","270":"46.8","271":"1.8","272":"3.3","273":"23672","274":"2944","275":"8","276":"8.1999999999999993","277":"19","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"12","287":"2","288":"-","289":"1","290":"3","291":"-","292":"-","293":"-","294":"68.796807857581342","295":"-","296":"77.848460036530838","297":"77.485857950974236","298":"76.935594917694189","299":"72.880515617253351","300":"72.493027767673084"},{"1":"לכיש","2":"50","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1956","7":"0","8":"19","9":"634","10":"לכיש","11":"378.96107191776287","12":"..","13":"13778","14":"99.9","15":"99","16":"-","17":"-","18":"-","19":"-","20":"7108","21":"6671","22":"11.061111917549717","23":"12.795761358687763","24":"11.489330817244884","25":"7.1853679779358401","26":"11.852228189867905","27":"20.220641602554796","28":"13.717520685150239","29":"3.3822035128465671","30":"8.303091885614748","31":"39.454202351574978","32":"3.5055886195383947","33":"1034","34":"296","35":"3.46","36":"0.2","37":"..","38":"51","39":"4.26","40":"245","41":"18.075228605285275","42":"3.3606729933388522","43":"2.8523733488169545","44":"3","45":"66.666666666666657","46":"0","47":"0","48":"33.333333333333329","49":"232","50":"218","51":"684","52":"332","53":"352","54":"309","55":"97","56":"267","57":"11","58":"465","59":"236","60":"229","61":"148","62":"131","63":"179","64":"7","65":"101","66":"66","67":"19.600000000000001","68":"38","69":"7.4","70":"2","71":"189","72":"-","73":"-","74":"1.1200000000000001","75":"-","76":"0.3","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1079","87":"15.37037037037037","88":"423","89":"174","90":"6.1038961038961039","91":"39","92":"192","93":"125","94":"109","95":"104","96":"-","97":"1054","98":"4.1745730550284632","99":"158","100":"355","101":"275","102":"39","103":"47","104":"73.099999999999994","105":"17.600000000000001","106":"4.0999999999999996","107":"5.2","108":"1374","109":"766","110":"488","111":"120","112":"3496","113":"1164","114":"1639","115":"693","116":"10554.466570000001","117":"12841.60881","118":"8223.4235979999994","119":"2.8946675296916968","120":"2.5538777657180489","121":"3.2655523834108635","122":"5365","123":"34.700000000000003","124":"674","125":"15435.60253","126":"1.7932026203647533","127":"32.9","128":"0.39698586600000002","129":"958","130":"273","131":"330","132":"326","133":"29","134":"7","135":"5","136":"3","137":"1","138":"2","139":"78","140":"67","141":"11","142":"5","143":"6","144":"2075","145":"1783","146":"292","147":"134","148":"158","149":"26.80952380952381","150":"0.84745762711864403","151":"..","152":"..","153":"79.385964912280699","154":"68.859649122807014","155":"46.8","156":"39.200000000000003","157":"12.9","158":"3.5","159":"114","160":"31.1","161":"7.8947368421052628","162":"3.6","163":"12.9","164":"27.192982456140353","165":"79.824561403508781","166":"13.126582278481013","167":"2.4262295081967213","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.60483870967741937","193":"834.52740919999997","194":"100","195":"22.8","196":"16.8","197":"67","198":"43.4","199":"24.4","200":"104","201":"..","202":"1.726","203":"11.233000000000001","204":"-","205":"5.48","206":"-","207":"1.726","208":"11.233000000000001","209":"-","210":"5.48","211":"-","212":"1.3822495911837176","213":"2.345784575329553","214":"6099","215":"4808","216":"7.4","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.59803003539133703","235":"177","236":"NA","237":"NA","238":"NA","239":"4","240":"-0.14152542800481799","241":"103","242":"76","243":"148","244":"378.69","245":"5.62","246":"1.5","247":"0.14000000000000001","248":"0","249":"0.01","250":"0","251":"0.06","252":"0","253":"0.26","254":"0.1","255":"0.01","256":"0","257":"0.02","258":"0","259":"1.75","260":"0.5","261":"1.33","262":"0.4","263":"0","264":"0","265":"68.489999999999995","266":"18.100000000000001","267":"21","268":"5.5","269":"168.05","270":"44.4","271":"111.95","272":"29.500000000000007","273":"13778","274":"2452","275":"15.9","276":"14.2","277":"19","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"13","287":"1","288":"-","289":"-","290":"1","291":"4","292":"-","293":"-","294":"75.365885248024867","295":"-","296":"77.207902656025112","297":"77.531849182859347","298":"78.091872791519435","299":"75.251119448142319","300":"77.664857373830699"},{"1":"מבואות החרמון","2":"55","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1981","7":"0","8":"13","9":"253","10":"הגליל העליון","11":"134.81636241449817","12":"..","13":"7564","14":"99.9","15":"97.9","16":"-","17":"-","18":"-","19":"-","20":"3796","21":"3768","22":"7.7340031729243783","23":"7.9058699101004759","24":"8.1967213114754092","25":"7.0333157059756743","26":"14.225277630883131","27":"18.614489687995768","28":"17.252776308831304","29":"5.8831306187202541","30":"13.141195134849285","31":"28.093601269169753","32":"3.7810682178741408","33":"786","34":"124","35":"..","36":"0","37":"-","38":"33","39":"4.2300000000000004","40":"91","41":"12.099405261425199","42":"1.1510192748603458","43":"3.4505552617662612","44":"..","45":"..","46":"..","47":"..","48":"..","49":"17","50":"1","51":"439","52":"209","53":"230","54":"120","55":"99","56":"198","57":"22","58":"438","59":"214","60":"224","61":"127","62":"97","63":"196","64":"18","65":"5","66":"52","67":"20.3","68":"20","69":"6.6","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"821","87":"18.338172883627429","88":"304","89":"124","90":"6.8024166480196904","91":"38","92":"177","93":"118","94":"102","95":"98","96":"-","97":"893","98":"1.7917133258678613","99":"60","100":"129","101":"217","102":"30","103":"30","104":"77.099999999999994","105":"16.5","106":"1.8","107":"4.7","108":"848","109":"580","110":"248","111":"20","112":"1803","113":"889","114":"803","115":"111","116":"9865.4654279999995","117":"11786.77936","118":"8015.2719610000004","119":"1.6360522610870287","120":"1.8260989226986712","121":"0.89713526930284004","122":"3553","123":"37.299999999999997","124":"689","125":"8882.0532860000003","126":"-4.4287653530159954","127":"45.3","128":"0.41104560499999998","129":"340","130":"101","131":"113","132":"123","133":"3","134":"2","135":"1","136":"2","137":"1","138":"1","139":"19","140":"14","141":"5","142":"3","143":"2","144":"401","145":"362","146":"39","147":"24","148":"15","149":"25.857142857142858","150":"1.5850144092219021","151":"1.4044943820224718","152":"1.7751479289940828","153":"81.981981981981974","154":"70.270270270270274","155":"36.9","156":"32.700000000000003","157":"13","158":"4.5999999999999996","159":"80","160":"28.4","161":"3.75","162":"4.4000000000000004","163":"15.1","164":"40","165":"81.25","166":"7.865384615384615","167":"3.6870415647921759","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"715.96607500000005","194":"100","195":"31.1","196":"10.3","197":"43","198":"10.6","199":"9","200":"43","201":"..","202":"0.25","203":"0.25","204":"-","205":"3.49","206":"-","207":"-","208":"-","209":"-","210":"3.49","211":"-","212":"2.2022716303027323","213":"8.9081164662095507","214":"4306","215":"3596","216":"7.5","217":"2","218":"-","219":"1","220":"1","221":"0.26592099475659775","222":"0.46446818392940087","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.79909837404591899","235":"195","236":"NA","237":"NA","238":"NA","239":"1","240":"-1.1557845921641201","241":"17","242":"21","243":"15","244":"134.69","245":"4.53","246":"3.4","247":"0.04","248":"0","249":"0.02","250":"0","251":"0.04","252":"0","253":"0.2","254":"0.1","255":"0","256":"0","257":"7.0000000000000007E-2","258":"0.1","259":"1.69","260":"1.3","261":"0.67","262":"0.5","263":"7.0000000000000007E-2","264":"0.1","265":"40.119999999999997","266":"29.8","267":"26.84","268":"19.899999999999999","269":"15.97","270":"11.9","271":"44.43","272":"32.900000000000006","273":"7564","274":"1670","275":"20.7","276":"19.5","277":"13","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"11","287":"-","288":"-","289":"-","290":"1","291":"1","292":"-","293":"-","294":"70.300017752529726","295":"-","296":"72.913271772587365","297":"70.162162162162161","298":"70.073516227362376","299":"68.235501498325405","300":"69.831546707503833"},{"1":"מגידו","2":"13","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1954","7":"0","8":"13","9":"254","10":"יזרעאלים","11":"173.26348894257029","12":"..","13":"12200","14":"99.7","15":"95.1","16":"-","17":"-","18":"-","19":"-","20":"6077","21":"6123","22":"7.6229508196721314","23":"9.3032786885245908","24":"9.5327868852459012","25":"7.7540983606557381","26":"10.745901639344263","27":"17.795081967213115","28":"17.327868852459016","29":"3.721311475409836","30":"16.196721311475411","31":"31.155737704918032","32":"7.6885245901639347","33":"1017","34":"139","35":"2.11","36":"0","37":"-","38":"76","39":"3.58","40":"63","41":"5.2052682911357442","42":"1.6176875555793515","43":"5.778688524590164","44":"55","45":"5.4545454545454541","46":"85.454545454545453","47":"3.6363636363636362","48":"5.4545454545454541","49":"145","50":"93","51":"496","52":"233","53":"263","54":"182","55":"67","56":"222","57":"25","58":"403","59":"213","60":"190","61":"103","62":"113","63":"178","64":"9","65":"5","66":"34","67":"8.1999999999999993","68":"19","69":"4.0999999999999996","70":"5","71":"119","72":"0.34","73":"-","74":"-","75":"-","76":"0.65","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"777","87":"12.238147739801542","88":"290","89":"115","90":"4.6002538071065988","91":"39","92":"193","93":"122","94":"104","95":"103","96":"-","97":"1870","98":"1.8181818181818181","99":"69","100":"395","101":"251","102":"38","103":"44","104":"84.1","105":"13.6","106":"0.4","107":"1.9","108":"1425","109":"867","110":"538","111":"20","112":"3177","113":"1343","114":"1727","115":"107","116":"11100.10665","117":"13942.944949999999","118":"8416.4254139999994","119":"1.2630339293560944","120":"1.3950010651002653","121":"1.9799824606507199","122":"5278","123":"35.700000000000003","124":"446","125":"10145.668089999999","126":"-2.3475779197362989","127":"39.5","128":"0.45582339900000002","129":"608","130":"175","131":"230","132":"186","133":"17","134":"4","135":"3","136":"2","137":"1","138":"1","139":"95","140":"56","141":"39","142":"20","143":"19","144":"2509","145":"1439","146":"1070","147":"584","148":"486","149":"27.42","150":"1.1764705882352942","151":"1.6885553470919326","152":"0.69930069930069927","153":"85.882352941176464","154":"72.941176470588232","155":"53.5","156":"38.4","157":"7.9","158":"3","159":"260","160":"31.3","161":"5.7692307692307692","162":"2.6","163":"16.600000000000001","164":"40.384615384615387","165":"81.538461538461533","166":"11.205357142857142","167":"2.8322709163346613","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1316.6902499999999","194":"100","195":"12.5","196":"9.3000000000000007","197":"30","198":"27.9","199":"21.7","200":"109","201":"..","202":"-","203":"-","204":"0.15","205":"-","206":"-","207":"-","208":"-","209":"0.15","210":"4.0000000000000001E-3","211":"-","212":"1.7966585891191926","213":"40.720003124641707","214":"4979","215":"4307","216":"6.9","217":"3","218":"-","219":"-","220":"3","221":"0.24786991862551161","222":"0.60253062864028928","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.493021607102618","235":"169","236":"NA","237":"NA","238":"NA","239":"4","240":"-7.5370030263601895E-2","241":"118","242":"94","243":"136","244":"173.04","245":"4.24","246":"2.5","247":"0.24","248":"0.1","249":"0.03","250":"0","251":"0.02","252":"0","253":"0.2","254":"0.1","255":"0.1","256":"0.1","257":"0.55000000000000004","258":"0.3","259":"1.57","260":"0.9","261":"0.92","262":"0.5","263":"0.1","264":"0.1","265":"46.49","266":"26.9","267":"13.79","268":"8","269":"75.39","270":"43.6","271":"29.4","272":"16.900000000000006","273":"12200","274":"2877","275":"7.3","276":"6.9","277":"13","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"3","287":"-","288":"9","289":"-","290":"1","291":"-","292":"-","293":"-","294":"52.548857408747807","295":"-","296":"73.500388069630787","297":"72.332929648794448","298":"72.121809617701828","299":"72.537960954446859","300":"71.538461538461533"},{"1":"מגילות ים המלח","2":"74","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"-","6":"1981","7":"0","8":"11","9":"713","10":"מגילות","11":"..","12":"..","13":"2057","14":"99.6","15":"98.3","16":"-","17":"-","18":"-","19":"-","20":"1083","21":"974","22":"12.639766650461837","23":"12.542537676227516","24":"10.889645114244045","25":"9.0909090909090917","26":"10.452114730189596","27":"24.015556635877491","28":"12.73699562469616","29":"3.6947010209042292","30":"4.0350024307243562","31":"40.398638794360721","32":"0.58337384540593096","33":"967","34":"43","35":"..","36":"0","37":"-","38":"4","39":"..","40":"39","41":"19.377931934184677","42":"4.5387677944700044","43":"4.9100631988332522","44":"0","45":"0","46":"0","47":"0","48":"0","49":"52","50":"50","51":"114","52":"52","53":"62","54":"46","55":"23","56":"45","57":"0","58":"64","59":"30","60":"34","61":"20","62":"20","63":"23","64":"1","65":"0","66":"6","67":"11.4","68":"5","69":"7.7","70":"3","71":"88","72":"-","73":"-","74":"-","75":"-","76":"4.47","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"231","87":"21.173235563703024","88":"84","89":"35","90":"7.8578110383536011","91":"39","92":"204","93":"127","94":"99","95":"91","96":"-","97":"65","98":"3.0769230769230771","99":"..","100":"..","101":"26","102":"4","103":"4","104":"71.3","105":"14.6","106":"12.3","107":"1.7","108":"167","109":"95","110":"67","111":"..","112":"397","113":"146","114":"226","115":"25","116":"10137.05473","117":"12244.251469999999","118":"8189.2982279999997","119":"1.8038014898201782","120":"2.0198851834533293","121":"1.8500300315028362","122":"941","123":"30.1","124":"66","125":"10218.98415","126":"-20.610374840521782","127":"54.5","128":"0.355055907","129":"157","130":"54","131":"52","132":"49","133":"..","134":"2","135":"1","136":"1","137":"-","138":"1","139":"14","140":"11","141":"3","142":"-","143":"3","144":"311","145":"260","146":"51","147":"-","148":"51","149":"29.25","150":"..","151":"..","152":"..","153":"84.375","154":"81.25","155":"43.9","156":"..","157":"5.9","158":"4","159":"35","160":"27.2","161":"5.7142857142857144","162":"2.4","163":"14.6","164":"28.571428571428569","165":"85.714285714285708","166":"9.7037037037037042","167":"2.9847328244274811","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"1.9305019305019304","193":"310.60874999999999","194":"100","195":"7.7","196":"7.5","197":"41","198":"6.4","199":"3","200":"15","201":"..","202":"1","203":"6","204":"-","205":"-","206":"-","207":"0.8","208":"4.8","209":"-","210":"-","211":"-","212":"2.904768484642219","213":"3.5193702682714898","214":"850","215":"720","216":"7.4","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.73070006679362798","235":"187","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.55281395052974602","241":"56","242":"37","243":"117","244":"..","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"2057","274":"..","275":"12.8","276":"11.9","277":"6","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"-","288":"4","289":"-","290":"-","291":"1","292":"-","293":"-","294":"-","295":"-","296":"75.945945945945951","297":"73.740053050397876","298":"74.468085106382972","299":"72.271624898949071","300":"72.260536398467437"},{"1":"מטה אשר","2":"04","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1982","7":"1","8":"33","9":"201","10":"חבל אשר","11":"215.47644097755358","12":"..","13":"30846","14":"84.4","15":"97.2","16":"15.6","17":"98.8","18":"1","19":"0.2","20":"15350","21":"15496","22":"7.9102638915904819","23":"9.4761071127536791","24":"9.7905725215587118","25":"8.3900667833754774","26":"11.174868702587045","27":"18.832263502561108","28":"17.567918044479025","29":"3.9194709200544642","30":"12.938468521040004","31":"32.244051092524153","32":"5.2616222524800627","33":"942","34":"413","35":"2.3199999999999998","36":"1.2","37":"( 2.8)","38":"147","39":"4.5199999999999996","40":"266","41":"8.6950374023455481","42":"1.6748166377962121","43":"4.4381767490112169","44":"11","45":"63.636363636363633","46":"9.0909090909090917","47":"9.0909090909090917","48":"18.181818181818183","49":"364","50":"320","51":"1237","52":"591","53":"646","54":"408","55":"164","56":"618","57":"47","58":"917","59":"456","60":"461","61":"210","62":"257","63":"420","64":"30","65":"4","66":"186","67":"18.8","68":"100","69":"8.5","70":"14","71":"583","72":"0.67","73":"0.31","74":"-","75":"0.82","76":"0.13","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"2511","87":"15.126506024096386","88":"972","89":"389","90":"5.9030729989068389","91":"39","92":"184","93":"125","94":"107","95":"106","96":"..","97":"3646","98":"4.3060888645090509","99":"506","100":"661","101":"630","102":"77","103":"79","104":"75.5","105":"17.899999999999999","106":"3.2","107":"3.4","108":"3118","109":"2022","110":"1046","111":"50","112":"6701","113":"3101","114":"3330","115":"270","116":"11034.842259999999","117":"13616.076800000001","118":"8459.3084999999992","119":"1.9978976194568787","120":"1.751099814522239","121":"2.4669905992469321","122":"12664","123":"35.299999999999997","124":"1311","125":"10756.40605","126":"1.9407451273001364","127":"39.200000000000003","128":"0.42545883099999998","129":"1596","130":"513","131":"484","132":"526","133":"73","134":"20","135":"14","136":"11","137":"4","138":"7","139":"303","140":"178","141":"125","142":"53","143":"72","144":"7353","145":"4152","146":"3201","147":"1513","148":"1688","149":"26.575342465753426","150":"0.98425196850393704","151":"1.1349306431273645","152":"0.82079343365253077","153":"80.882352941176478","154":"71.008403361344534","155":"45.4","156":"40.200000000000003","157":"11.3","158":"3.2","159":"859","160":"31.3","161":"5.3550640279394646","162":"2.8","163":"17.2","164":"43.655413271245635","165":"79.627473806752036","166":"9.5671052631578952","167":"3.3035345894649981","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.20833333333333334","193":"4372.6742807999999","194":"98.803924174511536","195":"89.9","196":"35.700000000000003","197":"170","198":"92.1","199":"27.1","200":"127","201":"..","202":"0.13","203":"1.04","204":"0.15","205":"0.61199999999999999","206":"-","207":"0.13","208":"1.04","209":"0.15","210":"0.61199999999999999","211":"-","212":"2.5275307001203644","213":"30.947775560091717","214":"13771","215":"11662","216":"7.7","217":"11","218":"-","219":"2","220":"9","221":"0.35956921588647001","222":"0.79878004502214806","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.55624072924020096","235":"173","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.45016526732789802","241":"69","242":"84","243":"57","244":"211.73999999999998","245":"10.01","246":"4.7","247":"0.49","248":"0.2","249":"0.05","250":"0","251":"0.23","252":"0.1","253":"1.03","254":"0.5","255":"0.43","256":"0.2","257":"2.2799999999999998","258":"1.1000000000000001","259":"3.04","260":"1.4","261":"1.47","262":"0.7","263":"0.2","264":"0.1","265":"67.16","266":"31.7","267":"48.64","268":"23","269":"51.4","270":"24.3","271":"25.31","272":"12","273":"30846","274":"3082","275":"12.6","276":"12.5","277":"32","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"1","286":"7","287":"2","288":"18","289":"-","290":"1","291":"2","292":"-","293":"1","294":"60.574686431014825","295":"-","296":"70.79904058693505","297":"70.062922395711951","298":"71.68457121689201","299":"67.359319118113092","300":"67.896630967350305"},{"1":"מטה בנימין","2":"73","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"-","6":"1980","7":"0","8":"30","9":"711","10":"מטה בנימין","11":"..","12":"..","13":"73497","14":"99.9","15":"99.3","16":"-","17":"-","18":"-","19":"-","20":"37223","21":"36274","22":"13.18557220022586","23":"13.747499897955018","24":"13.181490400968746","25":"11.054872988013116","26":"14.531205355320626","27":"16.380260418792602","28":"11.43039851966747","29":"2.4000979631821706","30":"4.0872416561220186","31":"46.961100453079716","32":"1.0993645999156427","33":"1235","34":"1947","35":"4.32","36":"4.5999999999999996","37":"2.4","38":"105","39":"3.99","40":"1842","41":"25.384634599206446","42":"2.605899470538148","43":"8.133665319672911","44":"132","45":"26.515151515151516","46":"37.878787878787875","47":"15.909090909090908","48":"19.696969696969695","49":"-20","50":"-164","51":"3551","52":"1815","53":"1736","54":"1535","55":"1055","56":"879","57":"82","58":"3715","59":"1908","60":"1807","61":"1460","62":"1236","63":"924","64":"95","65":"1337","66":"748","67":"46.3","68":"191","69":"7.6","70":"24","71":"3088","72":"-","73":"2.86","74":"0.42","75":"7.0000000000000007E-2","76":"0.96","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"5357","87":"15.9069988419396","88":"2023","89":"925","90":"6.0950257599951794","91":"37","92":"178","93":"121","94":"105","95":"103","96":"..","97":"2809","98":"8.8287646849412607","99":"777","100":"394","101":"1197","102":"115","103":"98","104":"36.6","105":"19.5","106":"20.8","107":"23.2","108":"9185","109":"3682","110":"3177","111":"2326","112":"30371","113":"5561","114":"10967","115":"13843","116":"8993.8079780000007","117":"11094.712380000001","118":"7037.2738239999999","119":"-1.2816521930160807","120":"-0.76849876658405814","121":"-0.94892827055388373","122":"30690","123":"44.1","124":"2295","125":"10264.0977","126":"-2.6781021244787984","127":"40.299999999999997","128":"0.44773064299999998","129":"6200","130":"1939","131":"2015","132":"2006","133":"240","134":"65","135":"43","136":"28","137":"6","138":"22","139":"819","140":"588","141":"231","142":"61","143":"170","144":"17520","145":"12713","146":"4807","147":"1376","148":"3431","149":"24.375586854460092","150":"1.2383594214384783","151":"1.3431964181428848","152":"1.1297155537623564","153":"79.778933680104032","154":"70.416124837451235","155":"46.6","156":"46.9","157":"17.7","158":"4.4000000000000004","159":"2177","160":"28.5","161":"7.5792374827744604","162":"4.2","163":"15.3","164":"37.804317868626555","165":"70.00459347726229","166":"8.9567510548523206","167":"3.2161111765398656","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.17411491584445735","193":"4529.986104999999","194":"92.949226938081296","195":"86.3","196":"69.099999999999994","197":"328","198":"69.5","199":"57.3","200":"313","201":"..","202":"3.62","203":"15.82","204":"1.8919999999999999","205":"1.698","206":"0.86799999999999999","207":"3.72","208":"16.02","209":"1.8919999999999999","210":"1.698","211":"0.86799999999999999","212":"1.4969718256216022","213":"7.9537129360333703","214":"22438","215":"19816","216":"8.1999999999999993","217":"4","218":"-","219":"2","220":"2","221":"5.512407079089348E-2","222":"0.17826900793297085","223":"-","224":"42","225":"1.1394932348015343","226":"(23.8)","227":"(16.7)","228":"(14.3)","229":"(16.7)","230":"..","231":"..","232":"(19.0)","233":"5","234":"-3.0032011907378E-2","235":"125","236":"NA","237":"NA","238":"NA","239":"5","240":"0.19821657719959301","241":"149","242":"131","243":"159","244":"..","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"73497","274":"..","275":"31.3","276":"28.2","277":"28","278":"-","279":"2","280":"12","281":"-","282":"1","283":"-","284":"-","285":"-","286":"-","287":"1","288":"-","289":"-","290":"-","291":"12","292":"-","293":"-","294":"65.253972388642879","295":"-","296":"80.017643284858849","297":"78.311157950204191","298":"78.00108777291446","299":"75.383391743096468","300":"76.135990621336461"},{"1":"מטה יהודה","2":"26","3":"ירושלים","4":"מועצה אזורית","5":"-","6":"1964","7":"0","8":"59","9":"151","10":"מטה יהודה","11":"480.84491181764554","12":"..","13":"62442","14":"91.4","15":"97.2","16":"8.6","17":"98.2","18":"1.5","19":"0.3","20":"31375","21":"31067","22":"9.3126421318984018","23":"10.289548701194709","24":"9.9083949905512316","25":"8.3373370487812686","26":"12.350661413791999","27":"19.355561961500271","28":"16.32715159668172","29":"3.9188366804394477","30":"10.19986547516095","31":"34.846737772653022","32":"4.2407354024534767","33":"925","34":"1006","35":"2.59","36":"1.8","37":"( 1.9)","38":"222","39":"3.71","40":"784","41":"12.662551702593502","42":"1.7170329355016918","43":"5.989558310111784","44":"107","45":"30.841121495327101","46":"36.44859813084112","47":"12.149532710280374","48":"20.5607476635514","49":"306","50":"156","51":"2667","52":"1305","53":"1362","54":"995","55":"417","56":"1095","57":"160","58":"2511","59":"1223","60":"1288","61":"825","62":"586","63":"997","64":"103","65":"461","66":"310","67":"16.7","68":"211","69":"8.6999999999999993","70":"19","71":"1728","72":"0.82","73":"0.79","74":"0.16","75":"0.8","76":"0.24","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"4703","87":"13.924500370096224","88":"1833","89":"820","90":"5.460069703017485","91":"39","92":"190","93":"123","94":"110","95":"106","96":"..","97":"6959","98":"3.3194424486276763","99":"532","100":"1110","101":"1005","102":"151","103":"119","104":"59.9","105":"18.8","106":"17.899999999999999","107":"3.5","108":"6325","109":"3658","110":"2368","111":"299","112":"15014","113":"5547","114":"7808","115":"1659","116":"11161.35997","117":"13434.12667","118":"8923.6839349999991","119":"2.4023239979410471","120":"2.0091735630741292","121":"3.1604073163231439","122":"24422","123":"34.1","124":"2757","125":"11755.4627","126":"0.7893058794842478","127":"37.9","128":"0.43426805200000002","129":"3456","130":"1036","131":"1156","132":"1142","133":"122","134":"29","135":"17","136":"21","137":"7","138":"14","139":"447","140":"249","141":"198","142":"81","143":"117","144":"10425","145":"6294","146":"4131","147":"2041","148":"2090","149":"27.339366515837103","150":"0.96889342172361037","151":"1.1558784676354028","152":"0.77057793345008763","153":"81.701631701631712","154":"71.561771561771565","155":"45.1","156":"42.1","157":"13.8","158":"3.6","159":"1169","160":"30.5","161":"7.0145423438836616","162":"3.6","163":"14.9","164":"42.686056458511551","165":"81.26603934987169","166":"9.9514661274014156","167":"3.0907335907335907","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.49751243781094528","193":"3947.2109408000001","194":"90.709336148990445","195":"158.80000000000001","196":"63","197":"300","198":"72.900000000000006","199":"23.5","200":"97","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.9134184227381996","213":"22.652374489125787","214":"25286","215":"21860","216":"7.4078268348623855","217":"10","218":"-","219":"3","220":"7","221":"0.16151213906369263","222":"0.39547575733607532","223":"-","224":"58","225":"1.4666616429290853","226":"(15.5)","227":"(17.2)","228":"(12.1)","229":"(10.3)","230":"-","231":"37.9","232":"..","233":"7","234":"0.77786793910796703","235":"192","236":"NA","237":"NA","238":"NA","239":"6","240":"0.42073702714941502","241":"166","242":"164","243":"161","244":"479.36","245":"16.52","246":"3.4","247":"0.57999999999999996","248":"0.1","249":"0.08","250":"0","251":"0.39","252":"0.1","253":"0.83","254":"0.2","255":"0.25","256":"0.1","257":"0.86","258":"0.2","259":"5.26","260":"1.1000000000000001","261":"3.54","262":"0.7","263":"0.1","264":"0","265":"292.33999999999997","266":"61","267":"31.54","268":"6.6","269":"60.73","270":"12.7","271":"66.34","272":"13.8","273":"62442","274":"3780","275":"15.4","276":"16","277":"64","278":"1","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"1","286":"37","287":"4","288":"8","289":"6","290":"4","291":"1","292":"1","293":"1","294":"66.611724046258146","295":"-","296":"74.285556962722325","297":"73.977614569500531","298":"73.853223264139345","299":"70.436674355210741","300":"72.119072413705524"},{"1":"מנשה","2":"14","3":"חיפה","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"43","9":"351","10":"מנשה-אלונה","11":"111.63389695269734","12":"..","13":"21820","14":"83.5","15":"96.8","16":"16.5","17":"99.8","18":"0.1","19":"0.1","20":"10648","21":"11173","22":"7.8185151237396884","23":"9.6608615948670948","24":"10.233730522456462","25":"11.118240146654445","26":"11.072410632447296","27":"18.574702108157652","28":"17.639780018331805","29":"3.9596700274977086","30":"9.9312557286892762","31":"34.637946837763522","32":"3.7626031164069662","33":"952","34":"285","35":"2.33","36":"0.4","37":"..","38":"89","39":"4.82","40":"196","41":"9.0602872642117198","42":"1.7493582180911602","43":"5.4307974335472045","44":"56","45":"3.5714285714285712","46":"82.142857142857139","47":"8.9285714285714288","48":"5.3571428571428568","49":"192","50":"135","51":"823","52":"389","53":"434","54":"330","55":"94","56":"382","57":"17","58":"688","59":"307","60":"381","61":"184","62":"233","63":"252","64":"19","65":"82","66":"96","67":"13","68":"66","69":"8.5","70":"15","71":"1573","72":"0.1","73":"4.21","74":"-","75":"2.1800000000000002","76":"0.84","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1486","87":"12.760841562902533","88":"577","89":"259","90":"5.0104202848211186","91":"40","92":"199","93":"129","94":"108","95":"103","96":"-","97":"2050","98":"4.5853658536585362","99":"164","100":"380","101":"367","102":"37","103":"39","104":"74.2","105":"15.7","106":"8.1","107":"2","108":"2010","109":"1233","110":"724","111":"53","112":"4570","113":"1933","114":"2345","115":"292","116":"11325.202010000001","117":"14153.786749999999","118":"8423.5570279999993","119":"1.5124194117649203","120":"0.42656914357979137","121":"4.4072835708948599","122":"7451","123":"35.6","124":"875","125":"9942.8875380000009","126":"0.41547765875096232","127":"42.7","128":"0.441710253","129":"1177","130":"371","131":"372","132":"389","133":"45","134":"17","135":"11","136":"11","137":"3","138":"8","139":"275","140":"128","141":"147","142":"45","143":"102","144":"6764","145":"2911","146":"3853","147":"1378","148":"2475","149":"28.411764705882351","150":"0.63237774030354132","151":"0.50420168067226889","152":"0.76142131979695438","153":"72.660098522167488","154":"65.024630541871915","155":"49.6","156":"36.9","157":"11.7","158":"3.1","159":"645","160":"31.2","161":"5.1162790697674421","162":"3.3","163":"16.899999999999999","164":"48.062015503875969","165":"78.294573643410843","166":"10.168096054888508","167":"3.0996963562753037","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.55248618784530379","193":"2626.5646749999996","194":"99.634732009787655","195":"78.8","196":"16.600000000000001","197":"83","198":"8.5","199":"4.7","200":"23","201":"..","202":"0.125","203":"1","204":"0.03","205":"0.05","206":"-","207":"0.77500000000000002","208":"423.50000000000006","209":"0.03","210":"0.05","211":"6.0000000000000001E-3","212":"1.920577391006999","213":"45.054325480732608","214":"9199","215":"7944","216":"8","217":"2","218":"-","219":"1","220":"1","221":"9.245191085930328E-2","222":"0.2174149364061311","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.63517242259023099","235":"181","236":"NA","237":"NA","238":"NA","239":"5","240":"0.28084994192622598","241":"160","242":"147","243":"162","244":"111.65","245":"6.56","246":"5.9","247":"0.49","248":"0.4","249":"0.13","250":"0.1","251":"0.13","252":"0.1","253":"0.36","254":"0.3","255":"0.11","256":"0.1","257":"0.79","258":"0.7","259":"2.0299999999999998","260":"1.8","261":"1.56","262":"1.4","263":"0.15","264":"0.1","265":"20.57","266":"18.399999999999999","267":"26.77","268":"24","269":"31.79","270":"28.5","271":"20.21","272":"18.199999999999996","273":"21820","274":"3326","275":"8","276":"7.9","277":"24","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"1","286":"6","287":"1","288":"10","289":"2","290":"-","291":"1","292":"-","293":"2","294":"-","295":"-","296":"70.399826476755109","297":"72.667234767788671","298":"73.048196166854567","299":"68.30406147091108","300":"68.58690625619343"},{"1":"מעלה יוסף","2":"52","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1957","7":"0","8":"22","9":"255","10":"מעלה הגליל","11":"93.422736030445407","12":"..","13":"11605","14":"98.6","15":"94.4","16":"-","17":"-","18":"-","19":"-","20":"5902","21":"5703","22":"8.7720809995691518","23":"9.2287806979750115","24":"8.6600603188280907","25":"8.0310211115898316","26":"12.977165015079708","27":"18.72468763464024","28":"17.501077121930201","29":"5.4373115036622144","30":"10.66781559672555","31":"31.529513140887548","32":"3.4640241275312365","33":"830","34":"198","35":"2.83","36":"0","37":"-","38":"41","39":"3.78","40":"157","41":"13.870574048726866","42":"5.1883776270401398","43":"7.8155967255493328","44":"236","45":"38.135593220338983","46":"42.79661016949153","47":"11.864406779661017","48":"7.2033898305084749","49":"402","50":"168","51":"668","52":"346","53":"322","54":"230","55":"120","56":"294","57":"24","58":"499","59":"252","60":"247","61":"142","62":"110","63":"228","64":"19","65":"8","66":"72","67":"21.1","68":"44","69":"9.6","70":"..","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1147","87":"17.157816005983545","88":"447","89":"179","90":"6.8285976168652613","91":"39","92":"181","93":"123","94":"109","95":"111","96":"..","97":"1125","98":"3.6444444444444444","99":"197","100":"151","101":"282","102":"44","103":"45","104":"66.8","105":"18.399999999999999","106":"6.8","107":"8.1","108":"1364","109":"871","110":"462","111":"31","112":"2977","113":"1317","114":"1489","115":"171","116":"10169.041209999999","117":"12595.00958","118":"7708.710677","119":"6.8632542952240527E-2","120":"-0.1949419408975972","121":"0.60673921174385637","122":"4977","123":"35.6","124":"1302","125":"9955.4013730000006","126":"-2.153377805615031","127":"32.9","128":"0.39667919899999998","129":"644","130":"196","131":"221","132":"211","133":"16","134":"3","135":"2","136":"2","137":"1","138":"1","139":"73","140":"27","141":"46","142":"22","143":"24","144":"1658","145":"600","146":"1058","147":"548","148":"510","149":"24.347826086956523","150":"1.0948905109489051","151":"1.5761821366024518","152":"0.5714285714285714","153":"79.802955665024626","154":"63.054187192118228","155":"28.4","156":"30","157":"11.6","158":"3.1","159":"198","160":"32.4","161":"4.5454545454545459","162":"4","163":"18.3","164":"47.474747474747474","165":"84.848484848484844","166":"10.438709677419356","167":"3.2459826946847961","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.31847133757961787","193":"644.97890000000007","194":"93.046222132227882","195":"31","196":"18.3","197":"71","198":"22.1","199":"15.4","200":"68","201":"..","202":"-","203":"-","204":"-","205":"0.12","206":"-","207":"-","208":"-","209":"-","210":"0.12","211":"-","212":"2.4406461677359079","213":"4.0967549443534308","214":"6183","215":"5045","216":"7.3213238374528693","217":"4","218":"-","219":"1","220":"3","221":"0.35339042162361439","222":"0.64693514475173863","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.69464338107823898","235":"186","236":"NA","237":"NA","238":"NA","239":"2","240":"-0.75501175909570595","241":"36","242":"44","243":"32","244":"93.41","245":"5.76","246":"6.2","247":"7.0000000000000007E-2","248":"0.1","249":"0","250":"0","251":"0.03","252":"0","253":"0.26","254":"0.3","255":"0.05","256":"0.1","257":"0.33","258":"0.4","259":"1.6","260":"1.7","261":"1.3","262":"1.4","263":"7.0000000000000007E-2","264":"0.1","265":"67.209999999999994","266":"72","267":"8.39","268":"9","269":"3.15","270":"3.4","271":"5.19","272":"5.3000000000000025","273":"11605","274":"2015","275":"16.2","276":"17.7","277":"22","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"16","287":"-","288":"-","289":"-","290":"1","291":"5","292":"-","293":"-","294":"73.777105395864851","295":"-","296":"73.341034527018351","297":"72.553516819571868","298":"72.797566231461531","299":"69.517923362175523","300":"70.863137815927516"},{"1":"מרום הגליל","2":"02","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"46","9":"209","10":"מרום הגליל","11":"178.02719812183835","12":"..","13":"15892","14":"83.8","15":"98.2","16":"16.2","17":"63.6","18":"0.9","19":"35.6","20":"8468","21":"7424","22":"8.8975585200100671","23":"9.6086081047067715","24":"9.2939843946639815","25":"9.6589478983136168","26":"14.648879939592248","27":"18.701233324943367","28":"15.71860055373773","29":"4.5117040020135919","30":"8.9604832620186254","31":"33.652152026176694","32":"2.6680090611628491","33":"866","34":"309","35":"3.44","36":"0.6","37":"..","38":"74","39":"5.75","40":"235","41":"14.84710935093393","42":"0.81005516029999569","43":"3.7754845205134662","44":"11","45":"45.454545454545453","46":"27.27272727272727","47":"27.27272727272727","48":"0","49":"-57","50":"-69","51":"604","52":"312","53":"292","54":"206","55":"139","56":"244","57":"15","58":"673","59":"332","60":"341","61":"238","62":"181","63":"234","64":"20","65":"9","66":"154","67":"31","68":"54","69":"8.6999999999999993","70":"6","71":"1406","72":"-","73":"2.63","74":"0.85","75":"-","76":"5.44","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1315","87":"14.780263010003372","88":"503","89":"217","90":"5.6887581995023755","91":"38","92":"166","93":"117","94":"107","95":"104","96":"..","97":"1419","98":"4.7921071176885128","99":"378","100":"272","101":"448","102":"54","103":"45","104":"69.2","105":"15.5","106":"9.4","107":"5.9","108":"2109","109":"1232","110":"714","111":"163","112":"5224","113":"1896","114":"2361","115":"967","116":"8510.8898370000006","117":"10387.05911","118":"6579.0461070000001","119":"2.7673549587326374","120":"2.6751585437378544","121":"2.9876013943706203","122":"6361","123":"41.6","124":"1395","125":"8586.5635070000008","126":"1.8586187090596562","127":"41.5","128":"0.39441826899999999","129":"947","130":"305","131":"315","132":"290","133":"37","134":"12","135":"9","136":"3","137":"-","138":"3","139":"116","140":"89","141":"27","142":"-","143":"27","144":"2102","145":"1606","146":"496","147":"-","148":"496","149":"18.956521739130434","150":"2.0807833537331701","151":"2.722772277227723","152":"1.4527845036319613","153":"71.590909090909093","154":"51.136363636363633","155":"26.6","156":"39.299999999999997","157":"14.2","158":"3","159":"315","160":"29.5","161":"1.2698412698412698","162":"3.7","163":"17.399999999999999","164":"34.285714285714285","165":"79.047619047619051","166":"7.5823293172690764","167":"3.9915254237288136","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1208.5035610379998","194":"98.972876175115402","195":"22","196":"18.600000000000001","197":"84","198":"18.100000000000001","199":"9.9","200":"50","201":"..","202":"0.11","203":"0.66","204":"-","205":"-","206":"-","207":"0.11","208":"0.66","209":"1.85","210":"-","211":"1","212":"2.4890601361900706","213":"13.786223609595874","214":"7603","215":"6072","216":"7.7865437158469941","217":"5","218":"-","219":"2","220":"3","221":"0.31589594363689216","222":"0.65763514402209644","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"1.10753924001227E-2","235":"133","236":"NA","237":"NA","238":"NA","239":"2","240":"-0.89499233262289002","241":"29","242":"35","243":"24","244":"178.03","245":"6.96","246":"3.9","247":"0.23","248":"0.1","249":"0.03","250":"0","251":"0.13","252":"0.1","253":"0.21","254":"0.1","255":"0.03","256":"0","257":"0.28999999999999998","258":"0.2","259":"1.8","260":"1","261":"0.99","262":"0.6","263":"0.05","264":"0","265":"80.5","266":"45.2","267":"25.09","268":"14.1","269":"7.51","270":"4.2","271":"54.21","272":"30.499999999999993","273":"15892","274":"2283","275":"12.6","276":"11.1","277":"24","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"15","287":"1","288":"1","289":"-","290":"1","291":"4","292":"-","293":"2","294":"75.395515869164313","295":"-","296":"70.205342902711322","297":"69.315258262418368","298":"70.956351152525741","299":"64.40384615384616","300":"68.130020549224739"},{"1":"מרחבים","2":"42","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1951","7":"0","8":"15","9":"651","10":"נגב מערבי","11":"490.10501905818074","12":"..","13":"14605","14":"99.8","15":"99.2","16":"-","17":"-","18":"-","19":"-","20":"7385","21":"7221","22":"10.366312906538857","23":"11.56453269428278","24":"10.537487161930846","25":"8.2300581992468338","26":"13.693940431359124","27":"19.637110578568983","28":"14.570352618966108","29":"3.6015063334474493","30":"7.7986990756590213","31":"37.678877096884626","32":"2.7114002054091064","33":"942","34":"307","35":"3.15","36":"0.4","37":"..","38":"44","39":"4.18","40":"263","41":"18.256965766470376","42":"2.8148680134643911","43":"2.6497774734679904","44":"11","45":"45.454545454545453","46":"36.363636363636367","47":"0","48":"18.181818181818183","49":"120","50":"108","51":"895","52":"447","53":"448","54":"367","55":"194","56":"318","57":"16","58":"787","59":"376","60":"411","61":"278","62":"214","63":"276","64":"19","65":"30","66":"154","67":"37.6","68":"47","69":"8.6","70":"7","71":"717","72":"-","73":"0.69","74":"0.54","75":"1.07","76":"2.75","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1073","87":"13.767000256607648","88":"410","89":"168","90":"5.3198391073050475","91":"38","92":"180","93":"121","94":"106","95":"103","96":"..","97":"1052","98":"4.2775665399239546","99":"122","100":"293","101":"323","102":"39","103":"42","104":"66.099999999999994","105":"28.2","106":"2.8","107":"2.8","108":"1862","109":"1035","110":"639","111":"188","112":"4909","113":"1534","114":"2123","115":"1252","116":"10164.454","117":"12651.457350000001","118":"7914.9867880000002","119":"3.636419856364026","120":"4.146321142399656","121":"2.8855238609307055","122":"5982","123":"35.6","124":"709","125":"11337.50397","126":"-3.6596051729192669","127":"32.6","128":"0.40356177100000001","129":"951","130":"300","131":"318","132":"302","133":"31","134":"12","135":"8","136":"8","137":"3","138":"5","139":"193","140":"110","141":"83","142":"36","143":"47","144":"4579","145":"2242","146":"2337","147":"1046","148":"1291","149":"23.44047619047619","150":"0.93457943925233633","151":"1.1904761904761905","152":"0.65359477124183007","153":"69.879518072289159","154":"60.24096385542169","155":"35.5","156":"31.8","157":"11","158":"3.3","159":"333","160":"28.3","161":"5.4054054054054053","162":"5.0999999999999996","163":"18.399999999999999","164":"40.54054054054054","165":"65.765765765765778","166":"10.12099644128114","167":"2.7893811533052038","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"932.10609999999986","194":"100","195":"17.2","196":"12.6","197":"58","198":"31.1","199":"13.3","200":"66","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.95315868225749","213":"11.645872246018708","214":"5486","215":"4714","216":"7.1700815157523685","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.27516789703087502","235":"154","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.471222759944805","241":"65","242":"46","243":"120","244":"489.72","245":"7.24","246":"1.5","247":"0.36","248":"0.1","249":"0.01","250":"0","251":"0.08","252":"0","253":"0.37","254":"0.1","255":"0.01","256":"0","257":"7.0000000000000007E-2","258":"0","259":"2.37","260":"0.5","261":"1.61","262":"0.3","263":"0.26","264":"0.1","265":"24.49","266":"5","267":"34.28","268":"7","269":"193.15","270":"39.4","271":"225.42","272":"46","273":"14605","274":"2017","275":"12.9","276":"11.2","277":"17","278":"-","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"14","287":"-","288":"-","289":"1","290":"1","291":"-","292":"-","293":"-","294":"-","295":"-","296":"77.816901408450704","297":"76.945412311265969","298":"77.339164460812526","299":"73.868498086016672","300":"77.504603054261892"},{"1":"משגב","2":"56","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1982","7":"0","8":"35","9":"205","10":"משגב","11":"164.0934831381287","12":"..","13":"30192","14":"73.599999999999994","15":"97.8","16":"26.4","17":"97.5","18":"2.4","19":"0.1","20":"15234","21":"14958","22":"7.7106518282988867","23":"10.068892421833599","24":"10.575649178590355","25":"9.3733439321674616","26":"15.050344462109168","27":"17.166799152093269","28":"18.485029146793853","29":"4.252782193958665","30":"7.3165076841547432","31":"34.055378908320087","32":"1.6428192898781133","33":"820","34":"451","35":"2.62","36":"1.2","37":"( 3.0)","38":"51","39":"3.62","40":"400","41":"13.377360738867921","42":"1.966026312122338","43":"4.3322734499205087","44":"9","45":"33.333333333333329","46":"33.333333333333329","47":"11.111111111111111","48":"22.222222222222221","49":"254","50":"246","51":"1182","52":"562","53":"620","54":"429","55":"166","56":"558","57":"29","58":"937","59":"467","60":"470","61":"191","62":"352","63":"359","64":"35","65":"57","66":"184","67":"19.899999999999999","68":"89","69":"7.7","70":"2","71":"239","72":"-","73":"0.1","74":"-","75":"0.71","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"2388","87":"13.879686137750655","88":"945","89":"457","90":"5.5438225976768747","91":"39","92":"182","93":"120","94":"111","95":"112","96":"..","97":"2086","98":"7.6701821668264625","99":"543","100":"289","101":"636","102":"65","103":"50","104":"64.3","105":"25.8","106":"5.8","107":"4.0999999999999996","108":"2908","109":"1825","110":"990","111":"93","112":"6487","113":"2739","114":"3244","115":"504","116":"11864.40598","117":"14609.662329999999","118":"8978.409705","119":"2.5300281075005815","120":"2.0848258592908619","121":"3.4167202205583003","122":"13604","123":"39","124":"1209","125":"10540.29214","126":"-0.34684451049964427","127":"41.2","128":"0.47124217400000001","129":"1707","130":"480","131":"542","132":"566","133":"119","134":"15","135":"11","136":"9","137":"4","138":"5","139":"271","140":"149","141":"122","142":"57","143":"65","144":"6606","145":"3808","146":"2798","147":"1428","148":"1370","149":"26.389705882352942","150":"0.57093919497573509","151":"0.96921322690992018","152":"0.17152658662092624","153":"85.045045045045043","154":"73.333333333333329","155":"56","156":"41.5","157":"15.5","158":"4.9000000000000004","159":"642","160":"30.8","161":"5.1401869158878499","162":"3.1","163":"16.5","164":"50","165":"80.529595015576334","166":"10.202846975088969","167":"3.0685385420299967","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.59726962457337884","193":"2296.0225389697002","194":"99.03068460251319","195":"63.4","196":"48.8","197":"211","198":"56","199":"48.3","200":"207","201":"..","202":"-","203":"-","204":"-","205":"-","206":"0.23499999999999999","207":"0.65","208":"7.8","209":"-","210":"-","211":"0.23499999999999999","212":"1.4454673939983684","213":"46.235321352495696","214":"12730","215":"11426","216":"7.5827258466365226","217":"5","218":"-","219":"1","220":"4","221":"0.16721700923584901","222":"0.39277297721916737","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.61252558475017604","235":"179","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.453161609776493","241":"68","242":"83","243":"54","244":"162.91000000000003","245":"7.91","246":"4.9000000000000004","247":"0.31","248":"0.2","249":"0.02","250":"0","251":"0.08","252":"0","253":"0.34","254":"0.2","255":"0.04","256":"0","257":"0.45","258":"0.3","259":"1.74","260":"1.1000000000000001","261":"0.21","262":"0.1","263":"0.22","264":"0.1","265":"86.99","266":"53.4","267":"24.43","268":"15","269":"10.24","270":"6.3","271":"29.93","272":"18.399999999999999","273":"30192","274":"3817","275":"12.3","276":"11.9","277":"35","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"1","286":"2","287":"2","288":"6","289":"-","290":"1","291":"18","292":"-","293":"5","294":"68.793658657418874","295":"-","296":"69.463562753036427","297":"70.402557187094189","298":"71.515121662890351","299":"67.64846514296643","300":"67.437933552391385"},{"1":"נווה מדבר","2":"68","3":"הדרום","4":"מועצה אזורית","5":"-","6":"2012","7":"0","8":"4","9":"624","10":"אבו בסמה","11":"32.721008496925386","12":"..","13":"13309","14":"-","15":"-","16":"99.7","17":"100","18":"-","19":"-","20":"6710","21":"6599","22":"21.256292734239988","23":"14.576602299196033","24":"11.217972800360657","25":"9.7527988579156961","26":"16.830716056803666","27":"15.004883913141484","28":"8.0246449770831774","29":"1.2322488541588399","30":"2.1038395071004583","31":"52.671124802765043","32":"0.77391239011195434","33":"1434","34":"404","35":"4.41","36":"2.6","37":"( 7.6)","38":"25","39":"3.24","40":"379","41":"29.100397472326797","42":"4.4822394275785342","43":"1.5027425050717559E-2","44":"0","45":"0","46":"0","47":"0","48":"0","49":"158","50":"155","51":"167","52":"99","53":"68","54":"67","55":"61","56":"37","57":"2","58":"12","59":"5","60":"7","61":"5","62":"4","63":"3","64":"0","65":"0","66":"142","67":"51.1","68":"19","69":"4.8","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"387","87":"6.9918699186991864","88":"175","89":"140","90":"3.2192788815305371","91":"35","92":"173","93":"123","94":"131","95":"152","96":"-","97":"217","98":"52.995391705069125","99":"1958","100":"63","101":"90","102":"6","103":"..","104":"86","105":"1.4","106":"9.9","107":"2.6","108":"320","109":"48","110":"126","111":"146","112":"1396","113":"76","114":"451","115":"869","116":"5242.3981089999997","117":"6090.6407989999998","118":"3487.139357","119":"-7.9328755685410091","120":"-7.5093141317999486","121":"-6.3906405996818521","122":"1639","123":"61","124":"43","125":"7325.0061240000005","126":"7.9164421401589191","127":"51.2","128":"0.32436974600000001","129":"701","130":"216","131":"239","132":"241","133":"5","134":"22","135":"17","136":"6","137":"-","138":"6","139":"397","140":"305","141":"92","142":"-","143":"92","144":"9720","145":"7414","146":"2306","147":"-","148":"2306","149":"25.840579710144926","150":"3.7886340977068791","151":"2.5048169556840074","152":"5.1652892561983474","153":"65.454545454545453","154":"26.666666666666668","155":"6.1","156":"..","157":"7.3","158":"1.3","159":"888","160":"34.299999999999997","161":"8.8963963963963959","162":"4.3","163":"9.1","164":"23.085585585585587","165":"68.918918918918919","166":"0","167":"-","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1161.4064500000002","194":"0","195":"3.6","196":"1.8","197":"8","198":"1.6","199":"0.6","200":"4","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"0.26929822854471186","213":"0","214":"1173","215":"766","216":"12","217":"2","218":"1","219":"1","220":"-","221":"0.15356410275634191","222":"1.7050298380221653","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"1","234":"-2.8440108123736301","235":"1","236":"NA","237":"NA","238":"NA","239":"2","240":"-0.99949643105022901","241":"21","242":"17","243":"31","244":"32.65","245":"3.94","246":"12.1","247":"0.23","248":"0.7","249":"0.01","250":"0","251":"7.0000000000000007E-2","252":"0.2","253":"0.02","254":"0.1","255":"0","256":"0","257":"0","258":"0","259":"0.12","260":"0.4","261":"0","262":"0","263":"0","264":"0","265":"0.01","266":"0","267":"0.59","268":"1.8","269":"8.98","270":"27.5","271":"18.68","272":"57.2","273":"13309","274":"3378","275":"28.8","276":"35.9","277":"4","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"1","285":"3","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"80.262123197903009","295":"-","296":"52.037283621837545","297":"72.354771784232369","298":"68.300653594771248","299":"56.750355281856933","300":"61.936741767764303"},{"1":"נחל שורק","2":"31","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"8","9":"456","10":"שורקות","11":"28.32436926040295","12":"..","13":"10189","14":"99.9","15":"100","16":"-","17":"-","18":"-","19":"-","20":"5574","21":"4615","22":"12.169987241142408","23":"12.925704190793994","24":"13.043478260869565","25":"13.102365295907351","26":"16.203749141230738","27":"14.927863382078712","28":"10.913730493669643","29":"1.6880950044165277","30":"5.0053979782117972","31":"44.920993227990969","32":"1.6193934635391107","33":"1286","34":"271","35":"..","36":"0.6","37":"..","38":"16","39":"3.5","40":"255","41":"25.214162504856255","42":"1.5017283382165232","43":"5.9574050446560012","44":"18","45":"38.888888888888893","46":"33.333333333333329","47":"16.666666666666664","48":"11.111111111111111","49":"-100","50":"-138","51":"340","52":"191","53":"149","54":"119","55":"121","56":"90","57":"10","58":"479","59":"251","60":"228","61":"214","62":"152","63":"112","64":"1","65":"111","66":"86","67":"34.5","68":"13","69":"3.8","70":"9","71":"1184","72":"-","73":"-","74":"11.57","75":"0.23","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"567","87":"12.458800263678313","88":"218","89":"94","90":"4.8944768747193539","91":"37","92":"180","93":"125","94":"108","95":"111","96":"-","97":"475","98":"2.3157894736842106","99":"31","100":"79","101":"99","102":"18","103":"9","104":"66.599999999999994","105":"14.6","106":"16.8","107":"2","108":"1039","109":"314","110":"383","111":"342","112":"3883","113":"511","114":"1332","115":"2040","116":"9398.0505690000009","117":"11789.94472","118":"7198.497128","119":"0.37579900189652626","120":"-0.65958418441316446","121":"2.5641393073539298","122":"3342","123":"43.6","124":"295","125":"11301.74042","126":"-1.3112330149491536","127":"39.700000000000003","128":"0.457018274","129":"839","130":"258","131":"275","132":"273","133":"33","134":"15","135":"9","136":"8","137":"2","138":"6","139":"146","140":"92","141":"54","142":"19","143":"35","144":"3624","145":"2271","146":"1353","147":"519","148":"834","149":"27.268656716417912","150":"0.75445816186556924","151":"1.0086455331412103","152":"0.52356020942408377","153":"79.9163179916318","154":"74.058577405857733","155":"50.1","156":"26.9","157":"13.8","158":"4.5","159":"363","160":"33.200000000000003","161":"6.6115702479338845","162":"3.9","163":"16.3","164":"40.22038567493113","165":"65.564738292011015","166":"10.69811320754717","167":"3.1766607877718989","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.69444444444444442","193":"643.53234999999995","194":"100","195":"8.4","196":"4","197":"18","198":"21.6","199":"6.7","200":"29","201":"..","202":"0.6","203":"3.6","204":"2.9","205":"2.16","206":"0.16","207":"0.6","208":"3.5999999999999996","209":"2.9","210":"3.66","211":"0.16","212":"1.6396312808527325","213":"17.813560498167721","214":"2931","215":"2641","216":"8.1","217":"1","218":"-","219":"-","220":"1","221":"9.8879068646495122E-2","222":"0.34118048447628796","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"-6.7292088991335902E-2","235":"120","236":"NA","237":"NA","238":"NA","239":"6","240":"0.64164804013213095","241":"178","242":"174","243":"188","244":"28.33","245":"2.2599999999999998","246":"8","247":"0.21","248":"0.7","249":"0.02","250":"0.1","251":"0.12","252":"0.4","253":"0.16","254":"0.6","255":"0","256":"0","257":"0.08","258":"0.3","259":"0.86","260":"3","261":"0.26","262":"0.9","263":"7.0000000000000007E-2","264":"0.2","265":"0.05","266":"0.2","267":"2.52","268":"8.9","269":"17.579999999999998","270":"62.1","271":"4.1399999999999997","272":"14.6","273":"10189","274":"4508","275":"3.9","276":"2.5","277":"7","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"3","287":"1","288":"1","289":"-","290":"-","291":"1","292":"-","293":"-","294":"-","295":"-","296":"85.266058935764249","297":"83.576794657762946","298":"82.937899731792868","299":"81.483703259348133","300":"80.449565545901024"},{"1":"עמק הירדן","2":"06","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1949","7":"0","8":"25","9":"214","10":"עמק הירדן","11":"185.70017967414296","12":"..","13":"14390","14":"98","15":"95","16":"-","17":"-","18":"-","19":"-","20":"7172","21":"7218","22":"7.998610145934677","23":"8.9715079916608751","24":"7.9777623349548294","25":"6.323835997220292","26":"12.418346073662265","27":"18.908964558721333","28":"15.42043085476025","29":"4.43363446838082","30":"17.553856845031273","31":"28.693537178596248","32":"8.0820013898540655","33":"954","34":"203","35":"2.37","36":"0.2","37":"..","38":"61","39":"3.46","40":"142","41":"9.9858348422010259","42":"2.4230727455071133","43":"7.1716469770674083","44":"96","45":"39.583333333333329","46":"48.958333333333329","47":"9.375","48":"2.083333333333333","49":"219","50":"94","51":"640","52":"334","53":"306","54":"200","55":"102","56":"313","57":"25","58":"546","59":"285","60":"261","61":"138","62":"121","63":"265","64":"22","65":"27","66":"62","67":"12","68":"47","69":"8.6999999999999993","70":"8","71":"379","72":"0.45","73":"1.51","74":"-","75":"0.47","76":"0.27","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1458","87":"18.716302952503209","88":"546","89":"231","90":"7.086307592472421","91":"40","92":"189","93":"126","94":"103","95":"99","96":"-","97":"2353","98":"2.6774330641733957","99":"85","100":"380","101":"424","102":"42","103":"48","104":"88.9","105":"6.4","106":"2.4","107":"2.2999999999999998","108":"1726","109":"1202","110":"484","111":"40","112":"3613","113":"1821","114":"1550","115":"242","116":"9293.9177789999994","117":"11069.397349999999","118":"7619.065775","119":"1.3751457967943859","120":"1.5288905934356389","121":"1.6966058101722803","122":"6069","123":"37.200000000000003","124":"594","125":"9836.4561799999992","126":"-3.3539991428170324","127":"37.9","128":"0.398554988","129":"749","130":"235","131":"225","132":"250","133":"39","134":"10","135":"7","136":"3","137":"-","138":"3","139":"149","140":"98","141":"51","142":"-","143":"51","144":"3475","145":"2231","146":"1244","147":"-","148":"1244","149":"25.796610169491526","150":"0.54595086442220209","151":"..","152":"..","153":"81.578947368421055","154":"70.39473684210526","155":"41.5","156":"30","157":"19.8","158":"4.7","159":"415","160":"30.3","161":"6.024096385542169","162":"2.8","163":"15.7","164":"40.722891566265062","165":"74.4578313253012","166":"9.8398876404494384","167":"3.1281758492720524","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1652.8609999999999","194":"100","195":"39.299999999999997","196":"15.8","197":"61","198":"28.5","199":"18","200":"84","201":"..","202":"4.21","203":"54.94","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"3.3909407934030793","213":"16.437088181818183","214":"7608","215":"6470","216":"6.1","217":"3","218":"-","219":"-","220":"3","221":"0.21096834173664139","222":"0.39432176656151419","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.43432522302545401","235":"164","236":"NA","237":"NA","238":"NA","239":"2","240":"-0.79915205855294502","241":"33","242":"33","243":"43","244":"185.59","245":"4.84","246":"2.6","247":"0.39","248":"0.2","249":"0.13","250":"0.1","251":"0.16","252":"0.1","253":"0.9","254":"0.5","255":"0.16","256":"0.1","257":"0.83","258":"0.4","259":"2.41","260":"1.3","261":"1.03","262":"0.6","263":"0.18","264":"0.1","265":"44.76","266":"24.1","267":"44.31","268":"23.9","269":"24.73","270":"13.3","271":"60.76","272":"32.700000000000003","273":"14390","274":"2973","275":"9","276":"7.8","277":"22","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"-","288":"17","289":"-","290":"4","291":"-","292":"-","293":"-","294":"54.420691475323302","295":"-","296":"70.725604670558795","297":"68.352440828402365","298":"68.432164494216991","299":"66.717874570757274","300":"66.848303744067493"},{"1":"עמק המעיינות","2":"07","3":"הצפון","4":"מועצה אזורית","5":"-","6":"..","7":"0","8":"23","9":"202","10":"עמק המעיינות","11":"245.66862161481137","12":"..","13":"14377","14":"99.8","15":"98.2","16":"-","17":"-","18":"-","19":"-","20":"7413","21":"6963","22":"9.6960422897683802","23":"10.864575363427697","24":"9.3204423732350286","25":"8.5831536481880786","26":"12.24177505738332","27":"18.981706892954023","28":"13.479863671141407","29":"3.8185991514224109","30":"13.013841552479654","31":"34.610836753147389","32":"5.6270431939904011","33":"1061","34":"236","35":"2.75","36":"0.6","37":"..","38":"61","39":"4.5","40":"175","41":"12.327793254627689","42":"2.5860068258378277","43":"4.994087779091605","44":"32","45":"21.875","46":"75","47":"3.125","48":"0","49":"268","50":"220","51":"704","52":"345","53":"359","54":"286","55":"139","56":"269","57":"10","58":"484","59":"230","60":"254","61":"162","62":"139","63":"170","64":"13","65":"12","66":"86","67":"19.899999999999999","68":"36","69":"6.6","70":"14","71":"640","72":"0.25","73":"1.23","74":"0.59","75":"0.13","76":"2.38","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1218","87":"16.684931506849317","88":"445","89":"194","90":"6.1608749826941711","91":"39","92":"186","93":"124","94":"100","95":"100","96":"..","97":"2520","98":"1.9444444444444444","99":"141","100":"352","101":"358","102":"50","103":"46","104":"91","105":"8.1","106":"0.5","107":"0.4","108":"1789","109":"1096","110":"562","111":"131","112":"4253","113":"1668","114":"1882","115":"703","116":"9445.5454000000009","117":"11460.39867","118":"7370.9436020000003","119":"3.0482992215407956","120":"2.8211406065390854","121":"2.9528690919369938","122":"6160","123":"36.5","124":"464","125":"9634.4055929999995","126":"-2.4226872085280071","127":"38.799999999999997","128":"0.39508429299999998","129":"949","130":"303","131":"281","132":"336","133":"29","134":"11","135":"6","136":"8","137":"3","138":"5","139":"187","140":"82","141":"105","142":"37","143":"68","144":"3677","145":"1879","146":"1798","147":"822","148":"976","149":"27.153846153846153","150":"0.78740157480314954","151":"0.89686098654708524","152":"0.66555740432612309","153":"86.096256684491976","154":"73.262032085561501","155":"45.2","156":"52.9","157":"8.1999999999999993","158":"3.7","159":"593","160":"30.9","161":"4.3844856661045535","162":"4.4000000000000004","163":"15.6","164":"43.676222596964585","165":"74.536256323777408","166":"6.7647058823529411","167":"4.6044880785413742","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.4098360655737705","193":"1758.7624814000001","194":"100","195":"46.5","196":"16.899999999999999","197":"69","198":"26.5","199":"20","200":"90","201":"..","202":"0.6","203":"4.05","204":"-","205":"-","206":"-","207":"0.6","208":"4.05","209":"-","210":"-","211":"-","212":"2.507048394170833","213":"16.912459928526079","214":"5917","215":"5058","216":"7.7","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.27817850869856497","235":"155","236":"NA","237":"NA","238":"NA","239":"2","240":"-0.734206954578566","241":"38","242":"31","243":"64","244":"245.3","245":"5.32","246":"2.2000000000000002","247":"0.46","248":"0.2","249":"7.0000000000000007E-2","250":"0","251":"0.11","252":"0","253":"0.74","254":"0.3","255":"0.18","256":"0.1","257":"0.8","258":"0.3","259":"2.0499999999999998","260":"0.8","261":"1.68","262":"0.7","263":"0.33","264":"0.1","265":"22.92","266":"9.3000000000000007","267":"29.52","268":"12","269":"100.68","270":"41","271":"80.44","272":"33","273":"14377","274":"2702","275":"10.3","276":"10.6","277":"24","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"5","287":"-","288":"16","289":"1","290":"1","291":"1","292":"-","293":"-","294":"59.102589444554255","295":"-","296":"73.026654317176082","297":"69.660045054269915","298":"71.071536982697552","299":"69.267515923566876","300":"70.173255480042116"},{"1":"עמק חפר","2":"16","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1940","7":"1","8":"46","9":"409","10":"עמק חפר","11":"129.97710390474401","12":"..","13":"42880","14":"99.5","15":"98","16":"-","17":"-","18":"-","19":"-","20":"21750","21":"21130","22":"6.669776119402985","23":"8.6124067164179099","24":"9.5289179104477615","25":"10.578358208955224","26":"11.159048507462687","27":"16.298973880597014","28":"19.64785447761194","29":"3.9015858208955225","30":"13.600746268656716","31":"31.555503731343283","32":"6.0774253731343286","33":"960","34":"509","35":"2.39","36":"0.2","37":"..","38":"204","39":"3.83","40":"305","41":"7.1340750367175456","42":"0.59991621040995824","43":"4.5592350746268657","44":"38","45":"23.684210526315788","46":"55.26315789473685","47":"10.526315789473683","48":"10.526315789473683","49":"-7","50":"-92","51":"1558","52":"761","53":"797","54":"564","55":"197","56":"734","57":"63","58":"1650","59":"851","60":"799","61":"405","62":"513","63":"664","64":"68","65":"275","66":"104","67":"6.9","68":"107","69":"6.4","70":"19","71":"2015","72":"0.66","73":"3.57","74":"-","75":"0.15","76":"0.34","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"4241","87":"18.574807288016817","88":"1687","89":"674","90":"7.4104985723698658","91":"40","92":"202","93":"124","94":"112","95":"109","96":"..","97":"5117","98":"1.7002149697088138","99":"137","100":"787","101":"722","102":"127","103":"134","104":"69.3","105":"22.3","106":"5.4","107":"3.1","108":"5078","109":"3411","110":"1589","111":"78","112":"10686","113":"5209","114":"5048","115":"429","116":"12572.02166","117":"15488.9949","118":"9700.0354860000007","119":"2.3052376664424168","120":"1.8865046962916132","121":"3.0135308029798802","122":"18530","123":"33.700000000000003","124":"2974","125":"11714.583640000001","126":"1.5675750786931841","127":"38.299999999999997","128":"0.46510545399999997","129":"1947","130":"570","131":"638","132":"660","133":"79","134":"26","135":"15","136":"20","137":"7","138":"13","139":"475","140":"209","141":"266","142":"95","143":"171","144":"10923","145":"4868","146":"6055","147":"2509","148":"3546","149":"27.89937106918239","150":"0.65037003812514016","151":"0.79798404031919368","152":"0.48123195380173239","153":"87.862068965517238","154":"82.206896551724142","155":"55.4","156":"43.8","157":"13.4","158":"3.5","159":"1048","160":"30.7","161":"6.2977099236641214","162":"3.8","163":"16.600000000000001","164":"46.18320610687023","165":"76.717557251908403","166":"9.716450216450216","167":"3.1846736466919134","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"4.6838407494145196E-2","193":"4641.5026510000007","194":"99.906371269677862","195":"72","196":"15.1","197":"53","198":"45.8","199":"19.600000000000001","200":"68","201":"..","202":"1.4","203":"14","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6842869879435072","213":"44.659677902561882","214":"21122","215":"17574","216":"7.2","217":"11","218":"-","219":"4","220":"7","221":"0.25729450952096067","222":"0.52078401666508856","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.19751375700228","235":"221","236":"NA","237":"NA","238":"NA","239":"6","240":"0.66740165497177195","241":"181","242":"176","243":"193","244":"127.42","245":"15.63","246":"12.3","247":"0.64","248":"0.5","249":"0.03","250":"0","251":"0.22","252":"0.2","253":"0.79","254":"0.6","255":"0.34","256":"0.3","257":"0.93","258":"0.7","259":"2.56","260":"2","261":"2.6","262":"2","263":"0.17","264":"0.1","265":"0.98","266":"0.8","267":"40.090000000000003","268":"31.5","269":"50.19","270":"39.4","271":"12.25","272":"9.6","273":"42880","274":"2743","275":"7.8","276":"8.6999999999999993","277":"44","278":"-","279":"1","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"25","287":"1","288":"9","289":"3","290":"4","291":"-","292":"-","293":"-","294":"62.913443584955985","295":"-","296":"76.88003039828665","297":"75.03770222100357","298":"74.588291452146336","299":"74.294934283505327","300":"73.019582030607211"},{"1":"עמק יזרעאל","2":"09","3":"הצפון","4":"מועצה אזורית","5":"-","6":"1980","7":"0","8":"44","9":"254","10":"יזרעאלים","11":"331.15273843051483","12":"..","13":"40146","14":"95.3","15":"97.5","16":"4.7","17":"97.9","18":"1.3","19":"0.9","20":"20074","21":"20072","22":"7.8787425895481489","23":"9.5576147063219246","24":"10.367159866487322","25":"9.2736511732177558","26":"11.971304737707369","27":"16.604393962038561","28":"18.365466048921437","29":"4.4935983659642309","30":"11.488068549793255","31":"33.480296916255668","32":"4.1473621282319533","33":"944","34":"531","35":"2.4900000000000002","36":"0.4","37":"..","38":"163","39":"4.2","40":"368","41":"9.2190205110023449","42":"1.1510616491527514","43":"5.3679071389428588","44":"116","45":"32.758620689655174","46":"48.275862068965516","47":"11.206896551724139","48":"7.7586206896551726","49":"201","50":"73","51":"1709","52":"863","53":"846","54":"634","55":"208","56":"811","57":"56","58":"1636","59":"853","60":"783","61":"420","62":"496","63":"670","64":"50","65":"191","66":"164","67":"13.2","68":"68","69":"4.3","70":"21","71":"1343","72":"0.38","73":"0.91","74":"-","75":"0.71","76":"1.39","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"3132","87":"14.474535539328958","88":"1193","89":"479","90":"5.533395176252319","91":"39","92":"194","93":"119","94":"105","95":"103","96":"..","97":"4305","98":"1.7189314750290361","99":"205","100":"603","101":"718","102":"111","103":"98","104":"78.5","105":"19.399999999999999","106":"1.2","107":"1","108":"4429","109":"2883","110":"1453","111":"93","112":"9583","113":"4410","114":"4675","115":"498","116":"12778.58056","117":"16107.465039999999","118":"9527.8937979999992","119":"1.6946312814735354","120":"1.5608893014971148","121":"1.9421089534546798","122":"18006","123":"33.5","124":"1916","125":"11681.600350000001","126":"-2.7837570391030186","127":"39.299999999999997","128":"0.46095572699999998","129":"2184","130":"675","131":"717","132":"706","133":"86","134":"24","135":"16","136":"15","137":"6","138":"9","139":"400","140":"213","141":"187","142":"73","143":"114","144":"9866","145":"5123","146":"4743","147":"2233","148":"2510","149":"26.277456647398843","150":"0.8253401739906312","151":"0.92827004219409281","152":"0.70989115002366299","153":"87.857142857142861","154":"80.714285714285722","155":"59.9","156":"39.6","157":"13.9","158":"4.4000000000000004","159":"1062","160":"30.7","161":"4.8022598870056497","162":"3.6","163":"16.399999999999999","164":"43.220338983050851","165":"75.894538606403017","166":"10.460401267159451","167":"2.9716333535231172","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.12277470841006752","193":"6415.0751845249979","194":"99.717131920078273","195":"151.6","196":"49.4","197":"186","198":"91.8","199":"40.1","200":"155","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.7167303453784388","213":"54.253317772089616","214":"19375","215":"16880","216":"7.1","217":"6","218":"1","219":"2","220":"3","221":"0.15031011702721214","222":"0.30967741935483872","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"8","234":"1.12017636807482","235":"213","236":"NA","237":"NA","238":"NA","239":"4","240":"-0.15497773998039699","241":"101","242":"101","243":"115","244":"330.91999999999996","245":"12.75","246":"3.9","247":"0.56999999999999995","248":"0.2","249":"0.02","250":"0","251":"0.42","252":"0.1","253":"0.8","254":"0.2","255":"0.19","256":"0.1","257":"2.11","258":"0.6","259":"5.29","260":"1.6","261":"4.83","262":"1.5","263":"0.28999999999999998","264":"0.1","265":"61.05","266":"18.399999999999999","267":"29.59","268":"8.9","269":"166.63","270":"50.4","271":"46.38","272":"14","273":"40146","274":"3149","275":"16","276":"16.5","277":"38","278":"-","279":"-","280":"3","281":"-","282":"-","283":"-","284":"-","285":"-","286":"13","287":"1","288":"15","289":"-","290":"1","291":"3","292":"-","293":"2","294":"61.792288989232368","295":"-","296":"76.208981001727111","297":"74.685264663805441","298":"74.729845016351476","299":"73.150751501266967","300":"71.772665764546687"},{"1":"ערבות הירדן","2":"75","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"-","6":"1979","7":"0","8":"20","9":"712","10":"ערבות הירדן","11":"..","12":"..","13":"6133","14":"99.3","15":"98.2","16":"-","17":"-","18":"-","19":"-","20":"3080","21":"3053","22":"13.859448883091472","23":"14.772541985977499","24":"12.033262677319419","25":"8.2341431599543462","26":"9.0657100929398329","27":"22.028371107125388","28":"8.8537420511984344","29":"2.8860264144790477","30":"8.2667536279145608","31":"45.703570846241647","32":"1.2228925485080711","33":"1335","34":"179","35":"..","36":"0","37":"-","38":"5","39":"4.22","40":"174","41":"29.242227967730095","42":"6.3412101218087287","43":"4.2393608348279797","44":"..","45":"..","46":"..","47":"..","48":"..","49":"193","50":"184","51":"463","52":"230","53":"233","54":"213","55":"106","56":"138","57":"6","58":"280","59":"156","60":"124","61":"117","62":"67","63":"94","64":"2","65":"4","66":"34","67":"26.2","68":"14","69":"5.0999999999999996","70":"6","71":"271","72":"-","73":"2.31","74":"0.54","75":"-","76":"1.86","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"441","87":"16.024709302325583","88":"181","89":"75","90":"6.7086730911786505","91":"37","92":"188","93":"125","94":"117","95":"129","96":"-","97":"456","98":"3.0701754385964914","99":"29","100":"33","101":"76","102":"18","103":"14","104":"83.9","105":"11.1","106":"1.6","107":"3.4","108":"695","109":"314","110":"239","111":"142","112":"2120","113":"498","114":"808","115":"814","116":"9197.4129749999993","117":"11115.41222","118":"7251.9045820000001","119":"-3.6476166080157135E-2","120":"-0.21006734567252661","121":"0.24677637422318988","122":"2528","123":"35.5","124":"383","125":"14293.837519999999","126":"0.47318281999657597","127":"35.200000000000003","128":"0.37172366699999998","129":"541","130":"153","131":"188","132":"186","133":"14","134":"4","135":"2","136":"2","137":"-","138":"2","139":"51","140":"40","141":"11","142":"-","143":"11","144":"1159","145":"908","146":"251","147":"-","148":"251","149":"24.484848484848484","150":"1.2030075187969926","151":"1.2121212121212122","152":"1.1940298507462688","153":"85.294117647058826","154":"75.490196078431367","155":"47.8","156":"..","157":"13.6","158":"3.6","159":"144","160":"29.2","161":"11.805555555555555","162":"3.4","163":"10.7","164":"29.861111111111111","165":"75.694444444444443","166":"9.3360655737704921","167":"3.1466198419666376","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"1.2658227848101267","193":"749.27702999999997","194":"66.878313352272386","195":"19.8","196":"7.2","197":"37","198":"12.7","199":"3.8","200":"14","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.6584804880856454","213":"19.581432087522781","214":"2708","215":"2116","216":"7.9","217":"1","218":"-","219":"-","220":"1","221":"0.1680587814237362","222":"0.36927621861152143","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.35554912987266002","235":"161","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.61908003278400603","241":"45","242":"28","243":"114","244":"..","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"6133","274":"..","275":"20.100000000000001","276":"22.3","277":"21","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"13","287":"2","288":"2","289":"-","290":"-","291":"4","292":"-","293":"-","294":"71.663244353182748","295":"-","296":"78.050221565731164","297":"74.252539912917271","298":"73.100260040450735","299":"70.48092868988391","300":"71.149395731550527"},{"1":"רמת נגב","2":"48","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1954","7":"0","8":"15","9":"620","10":"רמת הנגב","11":"4088.5300295493548","12":"..","13":"8558","14":"93.3","15":"93.1","16":"6.7","17":"98.6","18":"1","19":"0.5","20":"4592","21":"3966","22":"9.2077588221547089","23":"10.948819817714419","24":"9.7569525590091146","25":"12.666510867025005","26":"13.472774012619771","27":"21.488665576069174","28":"12.958635195139051","29":"2.8628184155176442","30":"6.6253797616265482","31":"36.71418555737322","32":"2.6758588455246555","33":"969","34":"147","35":"..","36":"0.2","37":"..","38":"18","39":"2.33","40":"129","41":"15.348866005433905","42":"3.7093118850301892","43":"10.504790838981071","44":"132","45":"18.939393939393938","46":"78.030303030303031","47":"1.5151515151515151","48":"1.5151515151515151","49":"143","50":"-7","51":"542","52":"284","53":"258","54":"213","55":"97","56":"222","57":"10","58":"549","59":"274","60":"275","61":"181","62":"127","63":"229","64":"12","65":"29","66":"20","67":"6.9","68":"31","69":"5","70":"11","71":"1476","72":"-","73":"6.62","74":"-","75":"-","76":"11.27","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"491","87":"10.942723423222644","88":"176","89":"63","90":"3.9927404718693285","91":"37","92":"185","93":"115","94":"99","95":"97","96":"-","97":"497","98":"3.4205231388329982","99":"36","100":"60","101":"119","102":"8","103":"6","104":"84.6","105":"13.9","106":"1.1000000000000001","107":"0.3","108":"1004","109":"619","110":"313","111":"72","112":"2376","113":"929","114":"1047","115":"400","116":"10446.601070000001","117":"12801.8037","118":"8113.6023569999998","119":"2.5801391238200466E-2","120":"-2.1597251425984454","121":"3.8047689180514599","122":"2956","123":"36.4","124":"274","125":"11624.98387","126":"-1.068169106371164","127":"40.5","128":"0.39459266900000001","129":"533","130":"172","131":"176","132":"172","133":"13","134":"8","135":"4","136":"4","137":"-","138":"4","139":"92","140":"57","141":"35","142":"-","143":"35","144":"2041","145":"1345","146":"696","147":"-","148":"696","149":"25.560975609756099","150":"1.1349306431273645","151":"0.71942446043165476","152":"1.5957446808510638","153":"90.178571428571431","154":"83.035714285714292","155":"52.2","156":"40.299999999999997","157":"5.5","158":"4.2","159":"232","160":"31.5","161":"9.9137931034482758","162":"3.9","163":"12.4","164":"46.551724137931032","165":"79.741379310344826","166":"9.8557692307692299","167":"3.2073170731707319","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1662.1494499999999","194":"97.788935284970918","195":"14.6","196":"13.7","197":"81","198":"30.9","199":"10.9","200":"44","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"3.5720039085388868","213":"7.2541318465642792","214":"2627","215":"2135","216":"7.5","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.31498897949784399","235":"158","236":"NA","237":"NA","238":"NA","239":"1","240":"-1.2084091539245601","241":"16","242":"10","243":"20","244":"4088.4199999999996","245":"3.98","246":"0.1","247":"0.1","248":"0","249":"0.04","250":"0","251":"0.12","252":"0","253":"0.3","254":"0","255":"0.05","256":"0","257":"0.23","258":"0","259":"7.96","260":"0.2","261":"2.33","262":"0.1","263":"0.34","264":"0","265":"11.34","266":"0.3","267":"11.54","268":"0.3","269":"53.16","270":"1.3","271":"3996.93","272":"97.7","273":"8558","274":"2150","275":"23.9","276":"17.3","277":"15","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"3","287":"1","288":"4","289":"2","290":"1","291":"4","292":"-","293":"-","294":"-","295":"-","296":"71.444177408783048","297":"67.30892742453436","298":"67.504794374600479","299":"65.762990347093861","300":"63.515625"},{"1":"שדות דן","2":"40","3":"המרכז","4":"מועצה אזורית","5":"-","6":"1952","7":"0","8":"15","9":"425","10":"שדות דן","11":"29.795969836123124","12":"..","13":"15987","14":"100","15":"99.5","16":"-","17":"-","18":"-","19":"-","20":"8141","21":"7847","22":"11.478075936698568","23":"11.959717270282104","24":"11.284168386814287","25":"9.3075623944454868","26":"13.623569149934321","27":"16.713579783574154","28":"12.328767123287671","29":"3.3151935947957716","30":"9.9893663601676366","31":"39.81359854882092","32":"4.1408644523675484","33":"1175","34":"370","35":"3.9","36":"1","37":"( 2.6)","38":"49","39":"3.35","40":"321","41":"20.10656744506732","42":"0.28148202012751256","43":"3.5216113091887156","44":"0","45":"0","46":"0","47":"0","48":"0","49":"-305","50":"-291","51":"424","52":"221","53":"203","54":"163","55":"104","56":"137","57":"20","58":"715","59":"363","60":"352","61":"294","62":"179","63":"224","64":"18","65":"176","66":"170","67":"42.6","68":"21","69":"10.199999999999999","70":"5","71":"741","72":"-","73":"-","74":"3.37","75":"1.27","76":"-","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"1229","87":"16.080073269658509","88":"503","89":"224","90":"6.5889441970133618","91":"39","92":"188","93":"130","94":"116","95":"121","96":"-","97":"1313","98":"3.3511043412033512","99":"87","100":"254","101":"284","102":"51","103":"42","104":"58.8","105":"19.5","106":"19.5","107":"2.2000000000000002","108":"2243","109":"942","110":"863","111":"438","112":"6988","113":"1454","114":"2933","115":"2601","116":"10262.43881","117":"12592.88571","118":"8082.6922180000001","119":"4.3883795253038649","120":"5.1999552312013142","121":"2.9976184608155876","122":"6255","123":"37.200000000000003","124":"765","125":"10830.00865","126":"-11.903998317411158","127":"36.700000000000003","128":"0.44642695599999999","129":"1154","130":"349","131":"393","132":"367","133":"45","134":"15","135":"11","136":"8","137":"2","138":"6","139":"166","140":"113","141":"53","142":"15","143":"38","144":"4148","145":"2653","146":"1495","147":"404","148":"1091","149":"25.91566265060241","150":"1.2472885032537961","151":"2.1482277121374866","152":"0.32858707557502737","153":"63.059701492537314","154":"58.582089552238806","155":"31.8","156":"47.4","157":"10.7","158":"2.7","159":"418","160":"29.4","161":"7.8947368421052628","162":"3.7","163":"20.399999999999999","164":"39.952153110047846","165":"66.746411483253581","166":"10.295774647887324","167":"2.8547195622435022","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1519.1482341699111","194":"100","195":"4.2","196":"3.3","197":"11","198":"3.1","199":"2.9","200":"6","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"2.7200222068055964","213":"21.600587014820793","214":"71232","215":"67179","216":"1.7","217":"1","218":"-","219":"1","220":"-","221":"6.2637281760334326E-2","222":"1.403863432165319E-2","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.21850954271633299","235":"146","236":"NA","237":"NA","238":"NA","239":"8","240":"1.9715460857831799","241":"232","242":"231","243":"235","244":"29.83","245":"5.18","246":"17.399999999999999","247":"0.36","248":"1.2","249":"0.01","250":"0","251":"0.08","252":"0.3","253":"0.08","254":"0.3","255":"0.16","256":"0.5","257":"0.51","258":"1.7","259":"1.35","260":"4.5","261":"0.43","262":"1.4","263":"0.04","264":"0.1","265":"0","266":"0","267":"7.06","268":"23.7","269":"11.58","270":"38.799999999999997","271":"2.99","272":"10.100000000000009","273":"15987","274":"3086","275":"4.5999999999999996","276":"3.3","277":"9","278":"-","279":"1","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"8","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"75.907590759075902","297":"75.130702203997942","298":"75.563028635483548","299":"73.238313565234719","300":"75.051647811116567"},{"1":"שדות נגב","2":"39","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1951","7":"0","8":"16","9":"651","10":"נגב מערבי","11":"113.4714828000494","12":"..","13":"11062","14":"100","15":"99.9","16":"-","17":"-","18":"-","19":"-","20":"5617","21":"5445","22":"10.549629361779063","23":"11.589224371723017","24":"11.363225456517808","25":"9.7450732236485269","26":"14.03905261254746","27":"16.986078466823358","28":"13.704574218043753","29":"3.4261435545109382","30":"8.5969987344060748","31":"39.061652504067979","32":"3.7063822093653949","33":"1077","34":"218","35":"3.14","36":"0.8","37":"..","38":"56","39":"4.9800000000000004","40":"162","41":"14.786966310359313","42":"1.9581502025917246","43":"2.359428674742361","44":"13","45":"0","46":"69.230769230769226","47":"7.6923076923076925","48":"23.076923076923077","49":"38","50":"27","51":"584","52":"281","53":"303","54":"254","55":"133","56":"190","57":"7","58":"557","59":"290","60":"267","61":"222","62":"146","63":"185","64":"4","65":"1","66":"72","67":"24.8","68":"28","69":"6.6","70":"5","71":"241","72":"-","73":"1.68","74":"0.18","75":"-","76":"0.37","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"867","87":"15.680954964731416","88":"321","89":"136","90":"5.8501913613996717","91":"38","92":"177","93":"121","94":"103","95":"100","96":"-","97":"908","98":"2.0925110132158591","99":"147","100":"286","101":"241","102":"38","103":"36","104":"65.5","105":"30.2","106":"2.8","107":"1.5","108":"1261","109":"640","110":"482","111":"139","112":"3391","113":"978","114":"1632","115":"781","116":"9724.0108509999991","117":"11786.32379","118":"7723.9303229999996","119":"2.4750545861445428","120":"2.1743069901378531","121":"2.690463374212726","122":"4700","123":"36.799999999999997","124":"458","125":"11138.290510000001","126":"-6.2162069057061782","127":"36","128":"0.40053785800000002","129":"716","130":"231","131":"242","132":"223","133":"20","134":"14","135":"6","136":"12","137":"5","138":"7","139":"140","140":"79","141":"61","142":"27","143":"34","144":"3117","145":"1857","146":"1260","147":"635","148":"625","149":"23.586666666666666","150":"1.0830324909747291","151":"..","152":"..","153":"84","154":"75.5","155":"40.9","156":"57.8","157":"17.8","158":"4.4000000000000004","159":"430","160":"32.5","161":"6.9767441860465116","162":"4","163":"18.100000000000001","164":"44.651162790697676","165":"75.348837209302317","166":"8.7486910994764404","167":"3.7929383602633155","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.23980815347721821","193":"698.59355000000005","194":"100","195":"6.7","196":"5.7","197":"24","198":"12.2","199":"10.4","200":"50","201":"..","202":"0.7","203":"6.3","204":"-","205":"-","206":"-","207":"0.7","208":"6.3","209":"-","210":"-","211":"-","212":"2.4433869770797552","213":"12.391039486978778","214":"4498","215":"3733","216":"6.9407932011331441","217":"2","218":"1","219":"-","220":"1","221":"0.18255513963406561","222":"0.44464206313917298","223":"1","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.18252936002969","235":"145","236":"NA","237":"NA","238":"NA","239":"3","240":"-0.35612429484062202","241":"80","242":"55","243":"132","244":"113.41","245":"4.38","246":"3.9","247":"0.45","248":"0.4","249":"0.01","250":"0","251":"0.11","252":"0.1","253":"0.2","254":"0.2","255":"7.0000000000000007E-2","256":"0.1","257":"0.28000000000000003","258":"0.2","259":"1.41","260":"1.2","261":"1.08","262":"1","263":"0.02","264":"0","265":"7.03","266":"6.2","267":"13.49","268":"11.9","269":"79.63","270":"70.2","271":"5.25","272":"4.5999999999999996","273":"11062","274":"2526","275":"6.3","276":"5.9","277":"16","278":"-","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"12","287":"-","288":"2","289":"-","290":"1","291":"-","292":"-","293":"-","294":"-","295":"-","296":"81.729150726855394","297":"79.310344827586206","298":"80.885463886370502","299":"77.239353891336265","300":"79.363057324840767"},{"1":"שומרון","2":"72","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"-","6":"1979","7":"0","8":"30","9":"710","10":"שומרון","11":"..","12":"..","13":"49957","14":"100","15":"97.5","16":"-","17":"-","18":"-","19":"-","20":"25608","21":"24349","22":"15.30516243969814","23":"16.145885461496889","24":"13.305442680705406","25":"7.2122024941449645","26":"11.886222151049903","27":"20.321476469763997","28":"9.7844145965530362","29":"2.051764517485037","30":"3.9894309105831014","31":"49.292391456652723","32":"1.130972636467362","33":"1271","34":"1378","35":"4.3899999999999997","36":"3.4","37":"( 2.6)","38":"78","39":"3.55","40":"1300","41":"26.748795175313713","42":"5.7428007693213914","43":"6.0632143643533443","44":"50","45":"38","46":"38","47":"12","48":"12","49":"1502","50":"1446","51":"3445","52":"1766","53":"1679","54":"1616","55":"804","56":"982","57":"43","58":"2001","59":"1016","60":"985","61":"798","62":"601","63":"566","64":"36","65":"615","66":"340","67":"40.6","68":"83","69":"4.9000000000000004","70":"13","71":"1016","72":"-","73":"0.28999999999999998","74":"1.6","75":"-","76":"0.26","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"3467","87":"15.425342587649048","88":"1319","89":"570","90":"6.0159635119726342","91":"38","92":"194","93":"127","94":"106","95":"104","96":"..","97":"1959","98":"9.6988259315977547","99":"235","100":"252","101":"568","102":"85","103":"71","104":"42.6","105":"30.6","106":"4.8","107":"22","108":"4971","109":"2017","110":"1767","111":"1187","112":"16103","113":"3010","114":"6125","115":"6968","116":"10332.010979999999","117":"12807.05168","118":"7928.2722059999996","119":"2.1357771712250617","120":"1.9552906223551991","121":"2.4784776289090482","122":"18064","123":"36.1","124":"1533","125":"10690.11765","126":"2.8814229316034945","127":"34.299999999999997","128":"0.41324517599999999","129":"4671","130":"1463","131":"1512","132":"1564","133":"132","134":"30","135":"23","136":"12","137":"7","138":"5","139":"405","140":"323","141":"82","142":"49","143":"33","144":"10324","145":"8176","146":"2148","147":"1357","148":"791","149":"26.45017182130584","150":"0.92799450077332879","151":"0.73726541554959779","152":"1.1287477954144622","153":"85.058977719528187","154":"74.705111402359108","155":"53.9","156":"42.4","157":"18.7","158":"4","159":"1067","160":"29.6","161":"8.8097469540768518","162":"5.0999999999999996","163":"13.1","164":"36.83223992502343","165":"76.663542642924085","166":"10.297872340425531","167":"2.8952020202020203","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0.51052967453733256","193":"2721.2938554000002","194":"78.303652623607817","195":"99.3","196":"77.900000000000006","197":"461","198":"70.900000000000006","199":"55.2","200":"314","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.250805328825046","213":"7.7202344446595728","214":"17220","215":"15005","216":"8.1","217":"7","218":"-","219":"2","220":"5","221":"0.14403197402092","222":"0.4065040650406504","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"6","234":"0.28708841658752099","235":"156","236":"NA","237":"NA","238":"NA","239":"5","240":"0.24731900916333999","241":"155","242":"118","243":"181","244":"..","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"49957","274":"..","275":"30.3","276":"24.1","277":"27","278":"-","279":"1","280":"12","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"1","288":"-","289":"-","290":"1","291":"11","292":"-","293":"-","294":"68.06167400881057","295":"-","296":"81.416413886080221","297":"79.41941611264815","298":"79.461687681862273","299":"78.058474009365284","300":"78.459105286940797"},{"1":"שער הנגב","2":"37","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"11","9":"651","10":"נגב מערבי","11":"176.15796150398407","12":"..","13":"9071","14":"99.3","15":"92.2","16":"-","17":"-","18":"-","19":"-","20":"4619","21":"4453","22":"8.7641935839488472","23":"9.0508212986440313","24":"8.5878072979825824","25":"7.7720207253886011","26":"13.173850733105501","27":"21.309668173299524","28":"14.706206592437438","29":"3.7702568625289383","30":"12.865174732664535","31":"30.900672472715247","32":"6.8018961525741375","33":"888","34":"144","35":"..","36":"0","37":"-","38":"43","39":"2.98","40":"101","41":"11.280501202893076","42":"2.6640840749556958","43":"12.225774446036821","44":"10","45":"20","46":"80","47":"0","48":"0","49":"240","50":"220","51":"571","52":"286","53":"285","54":"146","55":"188","56":"228","57":"9","58":"351","59":"188","60":"163","61":"76","62":"93","63":"167","64":"15","65":"0","66":"46","67":"14.7","68":"22","69":"6.9","70":"5","71":"690","72":"-","73":"0.41","74":"-","75":"0.55000000000000004","76":"6.85","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"709","87":"14.254121431443506","88":"240","89":"97","90":"4.8830111902339777","91":"38","92":"197","93":"114","94":"91","95":"79","96":"-","97":"974","98":"2.8747433264887063","99":"172","100":"313","101":"134","102":"14","103":"20","104":"80.599999999999994","105":"14.7","106":"1.9","107":"2.8","108":"1036","109":"616","110":"381","111":"39","112":"2378","113":"917","114":"1246","115":"215","116":"11181.69694","117":"13493.306850000001","118":"8770.9655899999998","119":"1.4969685165185487","120":"1.0788628414096335","121":"2.2950107085388805","122":"3859","123":"33.6","124":"263","125":"12566.298559999999","126":"5.170076141178237","127":"27.4","128":"0.40200353799999999","129":"449","130":"141","131":"142","132":"156","133":"10","134":"3","135":"2","136":"2","137":"1","138":"1","139":"88","140":"34","141":"54","142":"26","143":"28","144":"2434","145":"977","146":"1457","147":"755","148":"702","149":"29.242424242424242","150":"0.62735257214554585","151":"..","152":"..","153":"78.378378378378372","154":"74.774774774774784","155":"56.5","156":"..","157":"8.1","158":"4.3","159":"256","160":"31.8","161":"6.25","162":"3.3","163":"15.3","164":"38.28125","165":"78.90625","166":"10.779735682819384","167":"3.0110339190845932","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1138.16525","194":"100","195":"12","196":"11.8","197":"52","198":"18.3","199":"16","200":"74","201":"..","202":"-","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"1.1207237393198188","213":"9.3305331031115983","214":"3450","215":"3108","216":"7.2","217":"-","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.91746654820789697","235":"204","236":"NA","237":"NA","238":"NA","239":"4","240":"-0.23765440417039299","241":"93","242":"63","243":"142","244":"176.14","245":"2.81","246":"1.6","247":"0.28999999999999998","248":"0.2","249":"0.01","250":"0","251":"0.13","252":"0.1","253":"0.31","254":"0.2","255":"0.15","256":"0.1","257":"0.64","258":"0.4","259":"1.61","260":"0.9","261":"0.81","262":"0.5","263":"0.03","264":"0","265":"17.5","266":"9.9","267":"9.25","268":"5.3","269":"113.84","270":"64.599999999999994","271":"28.76","272":"16.200000000000006","273":"9071","274":"3228","275":"7.4","276":"7.5","277":"12","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"-","288":"10","289":"1","290":"-","291":"-","292":"-","293":"-","294":"62.297168310531333","295":"-","296":"73.120997640714521","297":"71.760964178105127","298":"71.619613670133731","299":"70.458212326556961","300":"69.742954475069681"},{"1":"שפיר","2":"34","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1950","7":"0","8":"15","9":"631","10":"שפיר","11":"81.696426197519344","12":"..","13":"12853","14":"100","15":"99.7","16":"-","17":"-","18":"-","19":"-","20":"6502","21":"6351","22":"11.60818485956586","23":"11.67820742239166","24":"10.612308410487824","25":"13.350968645452424","26":"12.650743017194429","27":"16.501983972613399","28":"11.709328561425348","29":"3.6178324126663037","30":"8.2548821286859102","31":"42.519256204777093","32":"2.7853419435151325","33":"1248","34":"310","35":"4.09","36":"1.2","37":"( 4.7)","38":"72","39":"6.07","40":"238","41":"18.887963534228778","42":"4.0832026858497841","43":"2.6686376721388001","44":"11","45":"63.636363636363633","46":"18.181818181818183","47":"9.0909090909090917","48":"9.0909090909090917","49":"295","50":"282","51":"803","52":"387","53":"416","54":"394","55":"148","56":"247","57":"14","58":"521","59":"263","60":"258","61":"205","62":"159","63":"152","64":"5","65":"12","66":"112","67":"34.700000000000003","68":"33","69":"7.3","70":"7","71":"1156","72":"-","73":"7.23","74":"0.73","75":"-","76":"1.4","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"890","87":"14.892904953145916","88":"342","89":"142","90":"5.8361774744027306","91":"38","92":"176","93":"123","94":"107","95":"105","96":"..","97":"1817","98":"2.0913593835993396","99":"128","100":"330","101":"303","102":"42","103":"42","104":"71.099999999999994","105":"15.7","106":"8","107":"5.2","108":"1554","109":"718","110":"612","111":"224","112":"4493","113":"1108","114":"2099","115":"1286","116":"9425.1910430000007","117":"11359.145130000001","118":"7585.4325849999996","119":"2.3625926431169564","120":"3.3094665750700525","121":"0.81322245611654687","122":"5128","123":"39.700000000000003","124":"493","125":"10589.73652","126":"-5.1596755860023436","127":"35.9","128":"0.41123707100000001","129":"883","130":"276","131":"288","132":"296","133":"23","134":"11","135":"6","136":"9","137":"3","138":"6","139":"156","140":"86","141":"70","142":"27","143":"43","144":"3746","145":"1939","146":"1807","147":"736","148":"1071","149":"23.783783783783782","150":"0.56298381421534127","151":"..","152":"..","153":"84.615384615384613","154":"73.504273504273513","155":"44.7","156":"50.6","157":"17","158":"3.6","159":"412","160":"30.7","161":"6.0679611650485441","162":"3.1","163":"16.7","164":"37.378640776699029","165":"70.631067961165044","166":"10.511173184357542","167":"2.9479138984852513","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"1051.6570822865999","194":"96.895984389795245","195":"24.1","196":"21.2","197":"94","198":"21.2","199":"15.3","200":"70","201":"..","202":"4","203":"40","204":"0.3","205":"0.35","206":"-","207":"4.6500000000000004","208":"44.55","209":"0.3","210":"0.35","211":"-","212":"2.3852544862171188","213":"22.749375780263275","214":"4707","215":"4077","216":"8","217":"1","218":"-","219":"-","220":"1","221":"7.9361191320288973E-2","222":"0.21244954323348203","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"5","234":"7.3790790791162303E-3","235":"132","236":"NA","237":"NA","238":"NA","239":"5","240":"0.15815572813727799","241":"142","242":"114","243":"160","244":"81.87","245":"4.51","246":"5.5","247":"0.39","248":"0.5","249":"0.03","250":"0","251":"0.08","252":"0.1","253":"0.14000000000000001","254":"0.2","255":"0.04","256":"0","257":"7.0000000000000007E-2","258":"0.1","259":"1.08","260":"1.3","261":"1.28","262":"1.6","263":"0.04","264":"0","265":"4.32","266":"5.3","267":"12.96","268":"15.8","269":"48.86","270":"59.7","271":"8.07","272":"9.9","273":"12853","274":"2850","275":"12.7","276":"13.3","277":"14","278":"-","279":"-","280":"2","281":"-","282":"-","283":"-","284":"-","285":"-","286":"9","287":"1","288":"1","289":"-","290":"1","291":"-","292":"-","293":"-","294":"83.732057416267949","295":"-","296":"81.906670483824797","297":"80.957114456120422","298":"82.184069800168871","299":"79.654433431556399","300":"83.079654997463209"},{"1":"תמר","2":"51","3":"הדרום","4":"מועצה אזורית","5":"-","6":"1956","7":"0","8":"9","9":"656","10":"תמר","11":"1623.0298704058887","12":"..","13":"1572","14":"96.6","15":"92.7","16":"-","17":"-","18":"-","19":"-","20":"815","21":"757","22":"8.4605597964376589","23":"8.0788804071246823","24":"8.6513994910941481","25":"8.3333333333333339","26":"9.7964376590330797","27":"20.419847328244273","28":"16.0941475826972","29":"4.2620865139949107","30":"16.03053435114504","31":"29.707379134860052","32":"6.1704834605597965","33":"980","34":"23","35":"..","36":"0","37":"-","38":"3","39":"..","40":"20","41":"12.789652306862214","42":"1.0619108509920494","43":"7.5699745547073789","44":"..","45":"..","46":"..","47":"..","48":"..","49":"1","50":"-1","51":"63","52":"39","53":"24","54":"17","55":"6","56":"38","57":"2","58":"64","59":"40","60":"24","61":"15","62":"15","63":"32","64":"2","65":"0","66":"7","67":"11.1","68":"4.7","69":"..","70":"2","71":"69","72":"-","73":"3.15","74":"-","75":"-","76":"1.29","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"172","87":"20.54958183990442","88":"63","89":"34","90":"7.4910820451843039","91":"40","92":"204","93":"126","94":"101","95":"90","96":"-","97":"189","98":"3.1746031746031744","99":"13","100":"12","101":"22","102":"8","103":"8","104":"85","105":"12.8","106":"1","107":"1.2","108":"153","109":"115","110":"37","111":"..","112":"312","113":"183","114":"124","115":"..","116":"9424.6822240000001","117":"11196.73654","118":"7483.8608279999999","119":"4.1986627959858414","120":"7.5581001435820028","121":"-1.103433994276537","122":"616","123":"34.700000000000003","124":"121","125":"18031.403740000002","126":"13.646033010055735","127":"37.200000000000003","128":"0.35464845900000003","129":"55","130":"11","131":"18","132":"25","133":"..","134":"2","135":"1","136":"2","137":"1","138":"1","139":"18","140":"6","141":"12","142":"5","143":"7","144":"339","145":"104","146":"235","147":"126","148":"109","149":"17.333333333333332","150":"-","151":"-","152":"-","153":"80","154":"70","155":"37","156":"..","157":"0.8","158":"2.4","159":"72","160":"31.4","161":"4.1666666666666661","162":"5.5","163":"14.1","164":"58.333333333333336","165":"65.277777777777786","166":"4.9710144927536231","167":"6.3906705539358599","168":"..","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"0","193":"727.01855","194":"98.449255524497971","195":"4.0999999999999996","196":"2.2000000000000002","197":"10","198":"6.8","199":"2.4","200":"11","201":"..","202":"0.442","203":"4.42","204":"5.0000000000000001E-3","205":"1","206":"-","207":"0.442","208":"195.364","209":"4.7750000000000004","210":"16.77","211":"-","212":"17.404051781522618","213":"1.7737502437023138","214":"651","215":"502","216":"7.3","217":"2","218":"-","219":"2","220":"-","221":"1.2789652306862214","222":"3.0721966205837172","223":"-","224":"..","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"7","234":"0.66035659019346205","235":"184","236":"NA","237":"NA","238":"NA","239":"1","240":"-1.24818605789966","241":"13","242":"7","243":"17","244":"1623.03","245":"0.89","246":"0.1","247":"0.03","248":"0","249":"0","250":"0","251":"0.02","252":"0","253":"0.4","254":"0","255":"0.02","256":"0","257":"1.47","258":"0.1","259":"2.56","260":"0.2","261":"0.17","262":"0","263":"0.11","264":"0","265":"9.84","266":"0.6","267":"2.92","268":"0.2","269":"14.52","270":"0.9","271":"1590.08","272":"97.9","273":"1572","274":"1766","275":"29.4","276":"33.200000000000003","277":"5","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"2","287":"-","288":"2","289":"-","290":"1","291":"-","292":"-","293":"-","294":"65.7769304099142","295":"-","296":"66.834170854271363","297":"65.3","298":"63.725490196078425","299":"63.926499032882013","300":"60.687022900763353"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>Supported data domains include:</p>
<ul>
<li><code>"physical"</code> - Physical and population data</li>
<li><code>"budget"</code> - Municipal budget data<br>
</li>
<li><code>"summary"</code> - Summary statistics</li>
<li><code>"labor_force_survey"</code> - Labor force data</li>
<li><code>"social_survey"</code> - Social survey data</li>
</ul>
<p>Now, let’s say you want budget data from the same year. Perhaps you would like to know the municipal expenditure on education. This is on a different data domain (i.e., worksheet). We could access it directly, and select the relevant columns with the <tidyselect> framework:</tidyselect></p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df2 <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_cbs_muni</span>(</span>
<span id="cb4-2">  <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"p_libud_2021.xlsx"</span>,</span>
<span id="cb4-3">  <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2021</span>,</span>
<span id="cb4-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data_domain =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"budget"</span>,</span>
<span id="cb4-5">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">cols =</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;">50</span>)</span>
<span id="cb4-6">)</span>
<span id="cb4-7"></span>
<span id="cb4-8">df2</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["סמל הרשות"],"name":[1],"type":["chr"],"align":["left"]},{"label":["שירותים ממלכתיים: חינוך"],"name":[2],"type":["chr"],"align":["left"]}],"data":[{"1":"2710","2":"196025"},{"1":"0031","2":"79118"},{"1":"2400","2":"120671"},{"1":"1020","2":"58142"},{"1":"2600","2":"192732"},{"1":"1309","2":"88542"},{"1":"3570","2":"47969"},{"1":"0070","2":"630447"},{"1":"7100","2":"356048"},{"1":"6000","2":"89454"},{"1":"2530","2":"92773"},{"1":"9000","2":"614350"},{"1":"9200","2":"0"},{"1":"2610","2":"258469"},{"1":"3780","2":"84471"},{"1":"6100","2":"629539"},{"1":"6200","2":"265745"},{"1":"0681","2":"66118"},{"1":"6300","2":"151396"},{"1":"2200","2":"88516"},{"1":"9700","2":"240019"},{"1":"6400","2":"346734"},{"1":"6500","2":"210569"},{"1":"6600","2":"547081"},{"1":"4000","2":"640268"},{"1":"6700","2":"89771"},{"1":"2730","2":"78444"},{"1":"2720","2":"45657"},{"1":"2100","2":"91600"},{"1":"8900","2":"127059"},{"1":"2660","2":"167551"},{"1":"9400","2":"66335"},{"1":"0240","2":"95477"},{"1":"3000","2":"2301413"},{"1":"0168","2":"85287"},{"1":"6900","2":"399482"},{"1":"0634","2":"103155"},{"1":"1139","2":"95208"},{"1":"7000","2":"206376"},{"1":"0481","2":"80953"},{"1":"0874","2":"64765"},{"1":"1200","2":"370159"},{"1":"3797","2":"115125"},{"1":"3616","2":"104970"},{"1":"1063","2":"43754"},{"1":"9100","2":"115493"},{"1":"1061","2":"64767"},{"1":"7200","2":"196748"},{"1":"7300","2":"0"},{"1":"2500","2":"65627"},{"1":"0246","2":"82617"},{"1":"7400","2":"653166"},{"1":"7500","2":"110774"},{"1":"7600","2":"112068"},{"1":"7700","2":"138455"},{"1":"0531","2":"98954"},{"1":"2560","2":"45345"},{"1":"7900","2":"790943"},{"1":"8000","2":"90473"},{"1":"0638","2":"86202"},{"1":"2620","2":"139522.06"},{"1":"6800","2":"182891"},{"1":"9500","2":"134281"},{"1":"2630","2":"209961"},{"1":"9600","2":"97843"},{"1":"8200","2":"75046"},{"1":"1034","2":"74268"},{"1":"2800","2":"0"},{"1":"2640","2":"205165"},{"1":"8300","2":"735160"},{"1":"1161","2":"245777"},{"1":"8400","2":"444855"},{"1":"8500","2":"216147"},{"1":"8600","2":"525658"},{"1":"2650","2":"177857"},{"1":"8700","2":"349287"},{"1":"1031","2":"86518"},{"1":"8800","2":"102358"},{"1":"5000","2":"1358394"},{"1":"0472","2":"24843"},{"1":"0473","2":"41915"},{"1":"0182","2":"29930"},{"1":"3760","2":"26215"},{"1":"0565","2":"31817"},{"1":"0478","2":"45216"},{"1":"0041","2":"7767"},{"1":"3750","2":"23247"},{"1":"3560","2":"11404"},{"1":"0529","2":"30401"},{"1":"3650","2":"46517"},{"1":"0482","2":"39278"},{"1":"4001","2":"0"},{"1":"0998","2":"18303"},{"1":"3574","2":"25520"},{"1":"3652","2":"19398"},{"1":"0480","2":"46252"},{"1":"0466","2":"16291"},{"1":"1066","2":"10203"},{"1":"9800","2":"31587"},{"1":"1326","2":"24824"},{"1":"0944","2":"15071"},{"1":"0483","2":"16331"},{"1":"3730","2":"44982"},{"1":"1292","2":"49136"},{"1":"2550","2":"60241"},{"1":"0485","2":"10309"},{"1":"0627","2":"26241"},{"1":"0166","2":"0"},{"1":"0229","2":"67749"},{"1":"0541","2":"48635"},{"1":"0487","2":"5602"},{"1":"0628","2":"43554"},{"1":"0494","2":"39529"},{"1":"0489","2":"25435"},{"1":"0490","2":"41096"},{"1":"0492","2":"37669"},{"1":"3769","2":"9495"},{"1":"9300","2":"71328"},{"1":"1290","2":"15832"},{"1":"0975","2":"17261"},{"1":"1303","2":"98868"},{"1":"0496","2":"24955"},{"1":"2034","2":"27035"},{"1":"1247","2":"0"},{"1":"0962","2":"16262"},{"1":"0498","2":"26578"},{"1":"1295","2":"17072"},{"1":"0046","2":"10604"},{"1":"0029","2":"2933"},{"1":"0499","2":"68212"},{"1":"0831","2":"30591"},{"1":"0502","2":"37128"},{"1":"0504","2":"42986"},{"1":"0505","2":"18336"},{"1":"1224","2":"22422"},{"1":"1059","2":"47745"},{"1":"1296","2":"18915"},{"1":"0978","2":"12195"},{"1":"0633","2":"13925"},{"1":"1263","2":"32124"},{"1":"0507","2":"31300"},{"1":"0508","2":"5529"},{"1":"0509","2":"56431"},{"1":"0510","2":"79579"},{"1":"0654","2":"52731"},{"1":"0267","2":"7435"},{"1":"0047","2":"11591"},{"1":"1271","2":"12070"},{"1":"1060","2":"63881"},{"1":"1015","2":"51166"},{"1":"0516","2":"50388"},{"1":"0065","2":"5045"},{"1":"4201","2":"21235"},{"1":"0028","2":"34857"},{"1":"0517","2":"7576"},{"1":"0043","2":"3307"},{"1":"1268","2":"24601"},{"1":"4203","2":"8530"},{"1":"0518","2":"5400"},{"1":"3608","2":"4385"},{"1":"1327","2":"56514"},{"1":"0099","2":"21215"},{"1":"0520","2":"0"},{"1":"0522","2":"52150"},{"1":"0525","2":"7052"},{"1":"0587","2":"11358"},{"1":"4501","2":"6199"},{"1":"0666","2":"30310"},{"1":"0530","2":"11291"},{"1":"0511","2":"16441"},{"1":"0532","2":"42736"},{"1":"4502","2":"5080"},{"1":"3660","2":"14148"},{"1":"0534","2":"25566"},{"1":"0637","2":"62291"},{"1":"1192","2":"47287"},{"1":"0537","2":"52903"},{"1":"0535","2":"5451"},{"1":"0536","2":"11104"},{"1":"7800","2":"92352"},{"1":"0171","2":"17673"},{"1":"3557","2":"24661"},{"1":"0195","2":"0"},{"1":"4100","2":"30523"},{"1":"3611","2":"32535"},{"1":"2300","2":"27619"},{"1":"1137","2":"12836"},{"1":"0469","2":"23298"},{"1":"3640","2":"59415"},{"1":"0543","2":"20719"},{"1":"0026","2":"8485"},{"1":"0542","2":"45873"},{"1":"0922","2":"17722"},{"1":"0122","2":"14161"},{"1":"0913","2":"24762"},{"1":"1286","2":"52239"},{"1":"1304","2":"77215"},{"1":"0812","2":"20715"},{"1":"0538","2":"27756"},{"1":"0154","2":"50217"},{"1":"1054","2":"0"},{"1":"69","2":"136948"},{"1":"65","2":"39548"},{"1":"45","2":"7630"},{"1":"38","2":"82208"},{"1":"33","2":"123188"},{"1":"66","2":"16961"},{"1":"41","2":"56058"},{"1":"28","2":"47712"},{"1":"32","2":"12909"},{"1":"71","2":"74759"},{"1":"76","2":"117663"},{"1":"30","2":"87738"},{"1":"27","2":"16628"},{"1":"20","2":"133810"},{"1":"08","2":"90233"},{"1":"01","2":"89682"},{"1":"03","2":"53470"},{"1":"54","2":"14999"},{"1":"78","2":"74698"},{"1":"12","2":"73051"},{"1":"53","2":"34366"},{"1":"29","2":"34455"},{"1":"25","2":"91959"},{"1":"36","2":"63776"},{"1":"15","2":"115800"},{"1":"19","2":"34158"},{"1":"35","2":"66351"},{"1":"18","2":"122784.96000000001"},{"1":"50","2":"42601"},{"1":"55","2":"28938"},{"1":"13","2":"49617"},{"1":"74","2":"12404"},{"1":"04","2":"139007"},{"1":"73","2":"373269"},{"1":"26","2":"213462"},{"1":"14","2":"65593"},{"1":"52","2":"66701"},{"1":"02","2":"60189"},{"1":"42","2":"68808"},{"1":"56","2":"145057"},{"1":"68","2":"198688"},{"1":"31","2":"38938"},{"1":"06","2":"69491"},{"1":"07","2":"62421"},{"1":"16","2":"191501"},{"1":"09","2":"181609"},{"1":"75","2":"37872"},{"1":"48","2":"42324"},{"1":"40","2":"55159"},{"1":"39","2":"39428"},{"1":"72","2":"249450"},{"1":"37","2":"58401"},{"1":"34","2":"60789"},{"1":"51","2":"23801"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>Now, if we want to join the two data frames, we can simply join by municipal ID, either by using its Hebrew variable name or by possibly renaming it:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df1 <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;">left_join</span>(df2, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">join_by</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
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> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
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;">|&gt;</span> </span>
<span id="cb5-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">relocate</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">contains</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"שירותים ממלכתיים: חינוך"</span>))</span>
<span id="cb5-4"></span>
<span id="cb5-5">df</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["שירותים ממלכתיים: חינוך"],"name":[1],"type":["chr"],"align":["left"]},{"label":["שם הרשות"],"name":[2],"type":["chr"],"align":["left"]},{"label":["כללי_סמל הרשות"],"name":[3],"type":["chr"],"align":["left"]},{"label":["כללי_מחוז"],"name":[4],"type":["chr"],"align":["left"]},{"label":["כללי_מעמד מוניציפלי"],"name":[5],"type":["chr"],"align":["left"]},{"label":["כללי_מרחק מגבול מחוז תל אביב (ק\"מ)"],"name":[6],"type":["chr"],"align":["left"]},{"label":["כללי_שנת קבלת מעמד מוניציפלי"],"name":[7],"type":["chr"],"align":["left"]},{"label":["כללי_מרחב ימי, רשויות מקומיות הגובלות בחוף הים"],"name":[8],"type":["chr"],"align":["left"]},{"label":["כללי_מספר חברי מועצה"],"name":[9],"type":["chr"],"align":["left"]},{"label":["כללי_סמל ועדת תכנון ובנייה"],"name":[10],"type":["chr"],"align":["left"]},{"label":["כללי_שם ועדת תכנון ובנייה"],"name":[11],"type":["chr"],"align":["left"]},{"label":["כללי_שטח (קמ\"ר)"],"name":[12],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_צפיפות אוכלוסייה לקמ''ר ביישובים שמנו 5,000 תושבים ויותר"],"name":[13],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_סה\"כ אוכלוסייה בסוף השנה"],"name":[14],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יהודים ואחרים (אחוזים)"],"name":[15],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יהודים (אחוזים מתוך יהודים ואחרים)"],"name":[16],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_ערבים (אחוזים)"],"name":[17],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מוסלמים (אחוזים מתוך האוכלוסייה הערבית)"],"name":[18],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נוצרים (אחוזים מתוך האוכלוסייה הערבית)"],"name":[19],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_דרוזים (אחוזים מתוך האוכלוסייה הערבית)"],"name":[20],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_סה\"כ גברים בסוף השנה"],"name":[21],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_סה\"כ נשים בסוף השנה"],"name":[22],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 4-0"],"name":[23],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 9-5"],"name":[24],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 14-10"],"name":[25],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 19-15"],"name":[26],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 29-20"],"name":[27],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 44-30"],"name":[28],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 59-45"],"name":[29],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 64-60"],"name":[30],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 65 ומעלה"],"name":[31],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 17-0"],"name":[32],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז באוכלוסייה בסוף השנה_בני 75 ומעלה"],"name":[33],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יחס תלות (ל-1,000 תושבים בלתי תלויים)"],"name":[34],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_לידות חי"],"name":[35],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_שיעור פריון כולל"],"name":[36],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_פטירות תינוקות (ממוצע)"],"name":[37],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_שיעור פטירות תינוקות ל-1,000 לידות חי"],"name":[38],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_פטירות"],"name":[39],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_שיעור פטירות מתוקנן ל-1,000 תושבים"],"name":[40],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_ריבוי טבעי סה\"כ"],"name":[41],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_ריבוי טבעי ל-1,000 תושבים"],"name":[42],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז גידול האוכלוסייה לעומת השנה הקודמת"],"name":[43],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולי 1990+ מסך האוכלוסייה"],"name":[44],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_השתקעות ראשונה של עולים"],"name":[45],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 17-0"],"name":[46],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 44-18"],"name":[47],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 64-45"],"name":[48],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אחוז עולים בהשתקעות ראשונה_בני 65 ומעלה"],"name":[49],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מאזן הגירה ביישוב סה\"כ"],"name":[50],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מאזן הגירה פנימית"],"name":[51],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _סה\"כ"],"name":[52],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גברים"],"name":[53],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _נשים"],"name":[54],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _עד גיל 14"],"name":[55],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גיל 29-15"],"name":[56],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גיל 64-30"],"name":[57],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נכנסים מיישובים אחרים _גיל 65 ומעלה"],"name":[58],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _סה\"כ"],"name":[59],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גברים"],"name":[60],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _נשים"],"name":[61],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _עד גיל 14"],"name":[62],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גיל 29-15"],"name":[63],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גיל 64-30"],"name":[64],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_יוצאים ליישובים אחרים _גיל 65 ומעלה"],"name":[65],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_הגירה בתוך הרשות המקומית"],"name":[66],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נישאים_סה\"כ גברים ונשים"],"name":[67],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_נישאים_שיעור ל-1,000 תושבים לא נשואים בני 15 ומעלה"],"name":[68],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מתגרשים_סה\"כ גברים ונשים"],"name":[69],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_מתגרשים_שיעור ל-1,000 תושבים נשואים בני 15 ומעלה"],"name":[70],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_סך מוסדות דיור משותף ברשות"],"name":[71],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_סך דיירי דיור משותף ברשות"],"name":[72],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים בבתי אבות ובדיור מוגן"],"name":[73],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות חינוך"],"name":[74],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות דת"],"name":[75],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות אשפוז כולל הוסטלים"],"name":[76],"type":["chr"],"align":["left"]},{"label":["דמוגרפיה_אוכלוסיית דיור משותף (אחוז מתוך אוכלוסיית הרשות)_אחוז דיירים במוסדות אחרים"],"name":[77],"type":["chr"],"align":["left"]},{"label":["בריאות_תוחלת חיים בלידה סך הכל_בערים המונות 50,000 תושבים ויותר"],"name":[78],"type":["chr"],"align":["left"]},{"label":["בריאות_מספר מקרי סוכרת ממוצע לשנה_בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[79],"type":["chr"],"align":["left"]},{"label":["בריאות_שיעור מקרי סוכרת מתוקנן ל-1,000 תושבים _בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[80],"type":["chr"],"align":["left"]},{"label":["בריאות_עודף משקל והשמנה, כיתה א _אחוזים בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[81],"type":["chr"],"align":["left"]},{"label":["בריאות_עודף משקל והשמנה, כיתה ז_אחוזים בעיריות ומועצות מקומיות המונות 10,000 תושבים ויותר"],"name":[82],"type":["chr"],"align":["left"]},{"label":["בריאות_מספר מקרי סרטן ממוצע לשנה, גברים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[83],"type":["chr"],"align":["left"]},{"label":["בריאות_שיעור סרטן מכל הסוגים מתוקנן ל-100,000 תושבים, גברים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[84],"type":["chr"],"align":["left"]},{"label":["בריאות_מספר מקרי סרטן ממוצע לשנה, נשים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[85],"type":["chr"],"align":["left"]},{"label":["בריאות_שיעור סרטן מכל הסוגים מתוקנן ל-100,000 תושבים, נשים_בעיריות ומועצות מקומיות המונות 20,000 תושבים ויותר"],"name":[86],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר מקבלי דמי אבטלה (סה\"כ שנתי)"],"name":[87],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז מקבלי דמי אבטלה מבני 67-20 (שנתי)"],"name":[88],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי דמי אבטלה (ממוצע חודשי)_סה\"כ"],"name":[89],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי דמי אבטלה (ממוצע חודשי)_גברים"],"name":[90],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז מקבלי דמי אבטלה מבני 67-20 (ממוצע חודשי)"],"name":[91],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_גיל ממוצע של מקבלי דמי אבטלה (לא כולל חיילים)"],"name":[92],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_דמי אבטלה ממוצעים ליום (ש\"ח)"],"name":[93],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_ימי זכאות לדמי אבטלה (ממוצע שנתי)"],"name":[94],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_ניצול ימי אבטלה בשנה (ממוצע שנתי)"],"name":[95],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_ניצול ימי אבטלה בשנה (חציון שנתי)"],"name":[96],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי הכשרה מקצועית סה\"כ"],"name":[97],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי קצבאות זקנה ושאירים סה\"כ (סוף שנה)"],"name":[98],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז מקבלי השלמת הכנסה ממקבלי קצבאות זקנה ושאירים (סוף שנה)"],"name":[99],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלת הבטחת הכנסה (נפשות, סוף שנה)"],"name":[100],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות סיעוד (סוף שנה)"],"name":[101],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות נכות כללית (סוף שנה)"],"name":[102],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות ניידות (סוף שנה)"],"name":[103],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מקבלי גמלאות נכות מעבודה ותלויים (סוף שנה)"],"name":[104],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_כללית"],"name":[105],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_מכבי"],"name":[106],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_מאוחדת"],"name":[107],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז המבוטחים בקופ\"ח מתוך סך כל המבוטחים_לאומית"],"name":[108],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_סה\"כ"],"name":[109],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_עם 2-1 ילדים במשפחה"],"name":[110],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_עם 4-3 ילדים במשפחה"],"name":[111],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר משפחות של מקבלי קצבאות בגין ילדים (סוף שנה)_עם 5 ילדים ויותר במשפחה"],"name":[112],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_סה\"כ"],"name":[113],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_במשפחות עם 2-1 ילדים"],"name":[114],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_במשפחות עם 4-3 ילדים"],"name":[115],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר ילדים שבגינם שולמו קצבאות_במשפחות עם 5 ילדים ויותר"],"name":[116],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_שכר ממוצע לחודש של שכירים (ש\"ח)_כלל השכירים"],"name":[117],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_שכר ממוצע לחודש של שכירים (ש\"ח)_גברים"],"name":[118],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_שכר ממוצע לחודש של שכירים (ש\"ח)_נשים"],"name":[119],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי לעומת השנה הקודמת של שכר ממוצע לחודש של שכירים_כלל השכירים"],"name":[120],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי לעומת השנה הקודמת של שכר ממוצע לחודש של שכירים_גברים"],"name":[121],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי לעומת השנה הקודמת של שכר ממוצע לחודש של שכירים_נשים"],"name":[122],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר השכירים"],"name":[123],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז השכירים המשתכרים עד שכר מינימום"],"name":[124],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מספר העצמאים"],"name":[125],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_הכנסה ממוצעת לחודש של העצמאים (ש\"ח)"],"name":[126],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז שינוי ריאלי של הכנסה ממוצעת לחודש של העצמאים לעומת שנה קודמת"],"name":[127],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_אחוז העצמאים המשתכרים עד מחצית השכר הממוצע"],"name":[128],"type":["chr"],"align":["left"]},{"label":["שכר ורווחה_מדד אי-השוויון שכירים (מדד ג'יני, 0 שוויון מלא)"],"name":[129],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_סה\"כ"],"name":[130],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 3"],"name":[131],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 4"],"name":[132],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 5"],"name":[133],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ילדים בגנים של משרד החינוך_גיל 6"],"name":[134],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_סה\"כ"],"name":[135],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_יסודיים"],"name":[136],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_על-יסודיים"],"name":[137],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_חטיבות ביניים"],"name":[138],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_בתי ספר_תיכוניים"],"name":[139],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_סה\"כ"],"name":[140],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בבתי ספר יסודיים"],"name":[141],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בבתי ספר על-יסודיים"],"name":[142],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בחטיבות ביניים"],"name":[143],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_כיתות_בבתי ספר תיכוניים"],"name":[144],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_סה\"כ"],"name":[145],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בבתי ספר יסודיים"],"name":[146],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בבתי ספר על-יסודיים"],"name":[147],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בחטיבות ביניים"],"name":[148],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_תלמידים_בבתי ספר תיכוניים"],"name":[149],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_ממוצע תלמידים לכיתה_בבתי ספר יסודיים"],"name":[150],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז תלמידים נושרים_סה\"כ"],"name":[151],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז תלמידים נושרים_בנים"],"name":[152],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז תלמידים נושרים_בנות"],"name":[153],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז זכאים לתעודת בגרות מבין תלמידי כיתות יב"],"name":[154],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_אחוז זכאים לתעודת בגרות שעמדו בדרישות הסף של האוניברסיטאות מבין תלמידי כיתות יב"],"name":[155],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז בעלי תארים מישראל מתוך אוכלוסיית בני 55-35"],"name":[156],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז הנכנסים להשכלה גבוהה בתוך 8 שנים בקרב תלמידי יב"],"name":[157],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז סטודנטים מתוך אוכלוסיית בני 25-20"],"name":[158],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_השכלה גבוהה_אחוז סטודנטים מתוך כלל האוכלוסייה"],"name":[159],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_מספר עובדי הוראה"],"name":[160],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע שעות עבודה לשבוע"],"name":[161],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז עובדי הוראה חדשים"],"name":[162],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז שעות היעדרות מסך שעות עבודה שנתיות"],"name":[163],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע שנות ותק מוכרות בהוראה"],"name":[164],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז בעלי דרגת שכר תואר שני ומעלה"],"name":[165],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_אחוז עובדי הוראה משתלמים מכלל עובדי הוראה"],"name":[166],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע תלמידים למורה"],"name":[167],"type":["chr"],"align":["left"]},{"label":["חינוך והשכלה_עובדי הוראה_ממוצע שעות עבודה שבועיות לתלמיד"],"name":[168],"type":["chr"],"align":["left"]},{"label":["מים_תקבולי מים (אלפי מ\"ק)"],"name":[169],"type":["chr"],"align":["left"]},{"label":["מים_פחת מים סה\"כ (אלפי מ\"ק)"],"name":[170],"type":["chr"],"align":["left"]},{"label":["מים_אחוז פחת המים מסך כל תקבולי המים"],"name":[171],"type":["chr"],"align":["left"]},{"label":["מים_סה\"כ צריכת מים (אלפי מ\"ק)"],"name":[172],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית וכל צריכה אחרת (אלפי מ\"ק)"],"name":[173],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים חקלאית (אלפי מ\"ק)"],"name":[174],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים ביתית וכל צריכה אחרת מסה\"כ צריכת המים"],"name":[175],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים חקלאית מסה\"כ צריכת המים"],"name":[176],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_למגורים"],"name":[177],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_למוסדות הרשות המקומית"],"name":[178],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_לגינון ציבורי"],"name":[179],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_למסחר ומלאכה"],"name":[180],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (אלפי מ\"ק)_לבנייה"],"name":[181],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_למגורים"],"name":[182],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_למוסדות הרשות המקומית"],"name":[183],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_לגינון ציבורי"],"name":[184],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_למסחר ומלאכה"],"name":[185],"type":["chr"],"align":["left"]},{"label":["מים_אחוז צריכת מים מסה\"כ צריכת מים ביתית_לבנייה"],"name":[186],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_סה\"כ"],"name":[187],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_למגורים"],"name":[188],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_למוסדות הרשות המקומית"],"name":[189],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_לגינון ציבורי"],"name":[190],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_למסחר ומלאכה"],"name":[191],"type":["chr"],"align":["left"]},{"label":["מים_צריכת מים ביתית (מ\"ק לנפש)_לבנייה"],"name":[192],"type":["chr"],"align":["left"]},{"label":["מים_אחוז חריגות בבדיקות מיקרוביאליות במי שתייה"],"name":[193],"type":["chr"],"align":["left"]},{"label":["מים_כמות השפכים_אלפי מ\"ק"],"name":[194],"type":["chr"],"align":["left"]},{"label":["מים_אחוז השפכים המטופלים ברמה שניונית ומעלה"],"name":[195],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלת בנייה_שטח (אלפי מ\"ר)"],"name":[196],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלת בנייה_שטח למגורים (אלפי מ\"ר)"],"name":[197],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלת בנייה_מספר דירות"],"name":[198],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר בנייה_שטח (אלפי מ\"ר)"],"name":[199],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר בנייה_שטח למגורים (אלפי מ\"ר)"],"name":[200],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר בנייה_מספר דירות"],"name":[201],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_מספר דירות למגורים לפי מרשם מבנים ודירות"],"name":[202],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_אורך (ק\"מ)"],"name":[203],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_שטח (אלפי מ\"ר)"],"name":[204],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של הנחת צינורות (ק\"מ)_מים"],"name":[205],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של הנחת צינורות (ק\"מ)_ביוב"],"name":[206],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_התחלה של הנחת צינורות (ק\"מ)_תיעול"],"name":[207],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_אורך (ק\"מ)"],"name":[208],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של סלילת כבישים חדשים, הרחבה ושיקום של כבישים_שטח (אלפי מ\"ר)"],"name":[209],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של הנחת צינורות (ק\"מ)_מים"],"name":[210],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של הנחת צינורות (ק\"מ)_ביוב"],"name":[211],"type":["chr"],"align":["left"]},{"label":["בנייה ודיור_גמר של הנחת צינורות (ק\"מ)_תיעול"],"name":[212],"type":["chr"],"align":["left"]},{"label":["פסולת מוצקה ביתית, מסחרית וגזם (ק\"ג ליום לנפש)_פסולת מוצקה ביתית, מסחרית וגזם (ק\"ג ליום לנפש)"],"name":[213],"type":["chr"],"align":["left"]},{"label":["פסולת מוצקה ביתית, מסחרית וגזם (ק\"ג ליום לנפש)_אחוז מחזור מתוך פסולת מוצקה ביתית, מסחרית וגזם"],"name":[214],"type":["chr"],"align":["left"]},{"label":["תחבורה_כלי רכב מנועיים סה\"כ"],"name":[215],"type":["chr"],"align":["left"]},{"label":["תחבורה_כלי רכב פרטיים סה\"כ"],"name":[216],"type":["chr"],"align":["left"]},{"label":["תחבורה_גיל ממוצע של רכב פרטי (שנים)"],"name":[217],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים סה\"כ"],"name":[218],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים לפי חומרה_קטלנית"],"name":[219],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים לפי חומרה_קשה"],"name":[220],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים לפי חומרה_קלה"],"name":[221],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים שיעור ל-1,000 תושבים"],"name":[222],"type":["chr"],"align":["left"]},{"label":["תחבורה_תאונות דרכים עם נפגעים שיעור ל-1,000 כלי רכב"],"name":[223],"type":["chr"],"align":["left"]},{"label":["תחבורה_הרוגים"],"name":[224],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין, לפי רשות מקומית שבה גרו _מספרים מוחלטים"],"name":[225],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין, לפי רשות מקומית שבה גרו _שיעור ל-1,000 בני 19 ומעלה"],"name":[226],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות כלפי הסדר הציבורי"],"name":[227],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות כלפי חיי אדם וגופו"],"name":[228],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות מוסר"],"name":[229],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות רכוש"],"name":[230],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות מרמה ועבירות כלכליות"],"name":[231],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות רישוי"],"name":[232],"type":["chr"],"align":["left"]},{"label":["פשיעה ומשפט (ברשויות המונות 50,000 תושבים ויותר)_מבוגרים תושבי ישראל המורשעים בדין לפי קבוצת עבירה באחוזים_עבירות אחרות"],"name":[233],"type":["chr"],"align":["left"]},{"label":["מדד חברתי-כלכלי _אשכול (מ-1 עד 10, 1 הנמוך ביותר)"],"name":[234],"type":["chr"],"align":["left"]},{"label":["מדד חברתי-כלכלי _ערך מדד"],"name":[235],"type":["chr"],"align":["left"]},{"label":["מדד חברתי-כלכלי _דירוג (מ-1 עד 255, 1 הנמוך ביותר)"],"name":[236],"type":["chr"],"align":["left"]},{"label":["מדד קומפקטיות בעיריות ובמועצות מקומיות_אשכול (מ-1 עד 10, 1 הקומפקטי ביותר)"],"name":[237],"type":["chr"],"align":["left"]},{"label":["מדד קומפקטיות בעיריות ובמועצות מקומיות_ערך מדד"],"name":[238],"type":["chr"],"align":["left"]},{"label":["מדד קומפקטיות בעיריות ובמועצות מקומיות_דירוג (מ-1 עד 197, 1 הקומפקטי ביותר)"],"name":[239],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_אשכול (מ-1 עד 10, 1 הפריפריאלי ביותר)"],"name":[240],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_ערך מדד"],"name":[241],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_דירוג (מ-1 עד 255, 1 הפריפריאלי ביותר)"],"name":[242],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_דירוג לפי מרכיבי המדד: מדד נגישות פוטנציאלית (מ-1 עד 255, 1 הנגישות הנמוכה ביותר)"],"name":[243],"type":["chr"],"align":["left"]},{"label":["מדד פריפריאליות_דירוג לפי מרכיבי המדד: קרבה לגבול מחוז תל אביב (מ-1 עד 255, 1 המרוחק ביותר)"],"name":[244],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_סך כל שטח השיפוט_בקמ\"ר"],"name":[245],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מגורים_שטח בקמ\"ר"],"name":[246],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מגורים_אחוז מסך כל שטח שיפוט"],"name":[247],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_חינוך והשכלה_שטח בקמ\"ר"],"name":[248],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_חינוך והשכלה_אחוז מסך כל שטח שיפוט"],"name":[249],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_בריאות ורווחה_שטח בקמ\"ר"],"name":[250],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_בריאות ורווחה_אחוז מסך כל שטח שיפוט"],"name":[251],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שירותים ציבוריים_שטח בקמ\"ר"],"name":[252],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שירותים ציבוריים_אחוז מסך כל שטח שיפוט"],"name":[253],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תרבות, פנאי, נופש וספורט_שטח בקמ\"ר"],"name":[254],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תרבות, פנאי, נופש וספורט_אחוז מסך כל שטח שיפוט"],"name":[255],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מסחר ומשרדים_שטח בקמ\"ר"],"name":[256],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מסחר ומשרדים_אחוז מסך כל שטח שיפוט"],"name":[257],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תעשייה_שטח בקמ\"ר"],"name":[258],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תעשייה_אחוז מסך כל שטח שיפוט"],"name":[259],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תשתית ותחבורה_שטח בקמ\"ר"],"name":[260],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_תשתית ותחבורה_אחוז מסך כל שטח שיפוט"],"name":[261],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מבנים חקלאיים_שטח בקמ\"ר"],"name":[262],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מבנים חקלאיים_אחוז מסך כל שטח שיפוט"],"name":[263],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גינון לנוי, פארק ציבורי_שטח בקמ\"ר"],"name":[264],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גינון לנוי, פארק ציבורי_אחוז מסך כל שטח שיפוט"],"name":[265],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_יער וחורש_שטח בקמ\"ר"],"name":[266],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_יער וחורש_אחוז מסך כל שטח שיפוט"],"name":[267],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מטעים_שטח בקמ\"ר"],"name":[268],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_מטעים_אחוז מסך כל שטח שיפוט"],"name":[269],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גידולי שדה_שטח בקמ\"ר"],"name":[270],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_גידולי שדה_אחוז מסך כל שטח שיפוט"],"name":[271],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שטח פתוח אחר_שטח בקמ\"ר"],"name":[272],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_שטח פתוח אחר_אחוז מסך כל שטח שיפוט"],"name":[273],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_אוכלוסייה סוף 2021 סך הכל"],"name":[274],"type":["chr"],"align":["left"]},{"label":["שימושי קרקע קיבוץ ל-14 קטגוריות_צפיפות אוכלוסייה לשטח בנוי למגורים_נפשות לקמ\"ר"],"name":[275],"type":["chr"],"align":["left"]},{"label":["מרחקים במועצות אזוריות_ממוצע המרחקים (ק\"מ)"],"name":[276],"type":["chr"],"align":["left"]},{"label":["מרחקים במועצות אזוריות_ממוצע המרחקים משוקלל (ק\"מ)"],"name":[277],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_סה\"כ יישובים במועצה"],"name":[278],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים יהודיים 10,000-19,999 תושבים"],"name":[279],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים יהודיים 5,000-9,999 תושבים"],"name":[280],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים יהודיים 2,000-4,999 תושבים"],"name":[281],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים 2,000-4,999 תושבים"],"name":[282],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים שיתופיים 2,000-4,999 תושבים"],"name":[283],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_קיבוצים 2,000-4,999 תושבים"],"name":[284],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים לא יהודיים 5,000-9,999 תושבים"],"name":[285],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים לא יהודיים 2,000-4,999 תושבים"],"name":[286],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים"],"name":[287],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_מושבים שיתופיים"],"name":[288],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_קיבוצים"],"name":[289],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים מוסדיים, יהודיים"],"name":[290],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים כפריים אחרים, יהודיים"],"name":[291],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים קהילתיים"],"name":[292],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים מוסדיים, לא-יהודיים"],"name":[293],"type":["chr"],"align":["left"]},{"label":["יישובים במועצות אזוריות_יישובים כפריים אחרים, לא-יהודיים"],"name":[294],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות מוניציפליות לראש ראשות - סבב א 30/10/18_אחוזי הצבעה"],"name":[295],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות מוניציפליות לראש ראשות - סבב ב 13/11/18_אחוזי הצבעה"],"name":[296],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-21 9/4/19_אחוזי הצבעה"],"name":[297],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-22 17/9/19_אחוזי הצבעה"],"name":[298],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-23 02/03/20_אחוזי הצבעה"],"name":[299],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-24 23/03/21_אחוזי הצבעה"],"name":[300],"type":["chr"],"align":["left"]},{"label":["בחירות מוניציפליות וארציות_בחירות לכנסת ה-25 01/11/22_אחוזי הצבעה"],"name":[301],"type":["chr"],"align":["left"]}],"data":[{"1":"196025","2":"אום אל-פחם","3":"2710","4":"חיפה","5":"עירייה","6":"60.581242748414603","7":"1984","8":"0","9":"17","10":"354","11":"עירון","12":"26.028286285781743","13":"2221.1","14":"57677","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"29408","22":"28269","23":"9.6832359519392472","24":"9.457842814293393","25":"10.114950500199386","26":"10.602146436187736","27":"19.054389097907311","28":"17.913553062745983","29":"15.463703035872184","30":"2.862492848102363","31":"4.8494200461189036","32":"35.38325502366628","33":"1.6488374915477573","34":"809","35":"1130","36":"2.54","37":"4.4000000000000004","38":"3.9","39":"194","40":"6.14","41":"936","42":"16.355960263169514","43":"1.5856352146045083","44":"3.1208280597118436E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-70","51":"-68","52":"266","53":"81","54":"185","55":"75","56":"127","57":"63","58":"1","59":"334","60":"128","61":"206","62":"80","63":"163","64":"87","65":"4","66":"951","67":"710","68":"45","69":"90","70":"3.8","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"78.774353753574403","79":"3822","80":"109.29215413642061","81":"26","82":"46","83":"40.200000000000003","84":"312.98659639567387","85":"37.6","86":"219.07898197907264","87":"5143","88":"15.74419886120125","89":"2325","90":"1459","91":"7.2252089872276954","92":"37","93":"151","94":"123","95":"131","96":"141","97":"..","98":"2613","99":"24.531190202831993","100":"4292","101":"1808","102":"2043","103":"250","104":"162","105":"71.900000000000006","106":"7.9","107":"20.100000000000001","108":"0.2","109":"8560","110":"5031","111":"3140","112":"389","113":"20203","114":"7705","115":"10425","116":"2073","117":"5869.8203489999996","118":"6890.9024609999997","119":"4290.7705120000001","120":"1.1604486537020176","121":"2.0033048544229937","122":"1.1278220775781111","123":"22149","124":"60","125":"1918","126":"8883.1829120000002","127":"-0.83250087305087872","128":"40.4","129":"0.38489767499999999","130":"3353","131":"1131","132":"1067","133":"1099","134":"56","135":"30","136":"18","137":"21","138":"8","139":"13","140":"559","141":"294","142":"265","143":"118","144":"147","145":"13997","146":"7138","147":"6859","148":"3185","149":"3674","150":"26.717741935483872","151":"0.74874010079193665","152":"1.0490501842925999","153":"0.4388531304856641","154":"67.32348111658456","155":"47.947454844006572","156":"9.68","157":"25.8","158":"12.8","159":"2.4","160":"1463","161":"31.9","162":"3.2125768967874233","163":"3.2","164":"17.8","165":"37.457279562542723","166":"77.170198222829796","167":"10.340691685062547","168":"3.1162029459901799","169":"4586.5910000000003","170":"496.73099999999999","171":"10.8","172":"4089.86","173":"4038.4029999999998","174":"51.457000000000001","175":"98.741839573970751","176":"1.2581604260292529","177":"3446.1669999999999","178":"176.64099999999999","179":"14.507999999999999","180":"155.78200000000001","181":"116.756","182":"85.334895997254407","183":"4.3740310216687099","184":"0.35925092171335998","185":"3.8575149632169001","186":"2.8911428601850799","187":"70.018777307719006","188":"59.750450794091101","189":"3.0626430404327625","190":"0.25154310285040571","191":"2.7009848117067756","192":"2.0243428809210071","193":"0","194":"3114.644447277592","195":"86.000000019869461","196":"35.299999999999997","197":"16","198":"85","199":"8.6999999999999993","200":"7.6","201":"42","202":"18351","203":"1.78","204":"22.58","205":"18.436","206":"11.503","207":"-","208":"0.88","209":"10.879999999999999","210":"9.4760000000000009","211":"11.503","212":"-","213":"1.3687454743438237","214":"3.2353337549003305","215":"23052","216":"18999","217":"9.1","218":"25","219":"-","220":"6","221":"19","222":"0.43685791301200622","223":"1.0845045982994967","224":"-","225":"177","226":"4.956736372755536","227":"27.7","228":"22","229":"(4.5)","230":"(8.5)","231":"(4.0)","232":"21.5","233":"11.9","234":"2","235":"-1.3461819451105499","236":"20","237":"8","238":"0.88470091705871978","239":"163","240":"5","241":"0.17470159672851401","242":"146","243":"145","244":"146","245":"25.93","246":"7.97","247":"30.7","248":"0.27","249":"1","250":"0.03","251":"0.1","252":"0.1","253":"0.4","254":"0.08","255":"0.3","256":"0.62","257":"2.4","258":"0.13","259":"0.5","260":"0.22","261":"0.8","262":"0.04","263":"0.2","264":"7.0000000000000007E-2","265":"0.3","266":"6.12","267":"23.6","268":"6.27","269":"24.2","270":"0.1","271":"0.4","272":"3.91","273":"15.1","274":"57677","275":"7237","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"74.239999999999995","296":"66.818194494798789","297":"45.13536866359447","298":"51.334527159546347","299":"63.103805550110614","300":"33.147473208943047","301":"38.285535182573263"},{"1":"79118","2":"אופקים","3":"0031","4":"הדרום","5":"עירייה","6":"87.130838665736604","7":"1995","8":"0","9":"15","10":"601","11":"אופקים","12":"16.352399436075068","13":"2079.1","14":"33999","15":"99.3","16":"93.4","17":"-","18":"-","19":"-","20":"-","21":"16805","22":"17194","23":"13.926880202358893","24":"11.247389629106738","25":"8.4414247477866997","26":"6.7766699020559429","27":"15.579869996176358","28":"19.2858613488632","29":"12.262125356628136","30":"3.8324656607547283","31":"8.647313156269302","32":"37.651107385511338","33":"3.2736256948733788","34":"962","35":"992","36":"3.95","37":"3.8","38":"( 4.2)","39":"208","40":"6.56","41":"784","42":"23.55998717634187","43":"4.4364407952287905","44":"16.885790758551721","45":"42","46":"28.571428571428569","47":"47.619047619047613","48":"19.047619047619047","49":"4.7619047619047619","50":"692","51":"637","52":"1741","53":"879","54":"862","55":"568","56":"524","57":"609","58":"40","59":"1104","60":"577","61":"527","62":"346","63":"349","64":"364","65":"45","66":"2284","67":"398","68":"41.3","69":"158","70":"13.5","71":"6","72":"559","73":"0.87","74":"0.57999999999999996","75":"0.17","76":"-","77":"0.09","78":"..","79":"1828.6666666666667","80":"68.676340518052456","81":"21","82":"38","83":"38.799999999999997","84":"343.084734280276","85":"47.6","86":"353.66793819192651","87":"3134","88":"17.421757740841628","89":"1236","90":"490","91":"7.005214237134437","92":"38","93":"164","94":"121","95":"110","96":"113","97":"..","98":"3194","99":"36.380713838447086","100":"1383","101":"1182","102":"1432","103":"98","104":"89","105":"66.599999999999994","106":"26.4","107":"1.1000000000000001","108":"5.9","109":"4374","110":"2522","111":"1294","112":"558","113":"11629","114":"3778","115":"4293","116":"3558","117":"7768.9521109999996","118":"9746.8152790000004","119":"6019.99503","120":"4.3317199153884101","121":"5.8325367888869328","122":"2.91368939265646","123":"14311","124":"43.2","125":"822","126":"9870.6671769999994","127":"2.259856924435355","128":"40","129":"0.38063127699999999","130":"2686","131":"923","132":"845","133":"768","134":"150","135":"25","136":"17","137":"12","138":"2","139":"10","140":"309","141":"207","142":"102","143":"31","144":"71","145":"6877","146":"4524","147":"2353","148":"752","149":"1601","150":"24.771812080536911","151":"1.068306895435416","152":"1.6905071521456438","153":"0.4513217279174726","154":"53.648068669527895","155":"37.124463519313302","156":"15.35","157":"23.3","158":"7.9","159":"2","160":"674","161":"29.9","162":"5.4896142433234418","163":"3.9","164":"17.600000000000001","165":"30.267062314540063","166":"54.451038575667653","167":"10.391447368421053","168":"2.877176321620766","169":"3080.3890000000001","170":"77.959000000000003","171":"2.5","172":"3002.43","173":"3001.0920000000001","174":"1.3380000000000001","175":"99.955436096761616","176":"4.456390323837691E-2","177":"1747.921","178":"128.74299999999999","179":"195.89500000000001","180":"98.331999999999994","181":"173.322","182":"58.2428329421424","183":"4.2898718199908599","184":"6.5274573388619901","185":"3.27654067252853","186":"5.7752977916038599","187":"88.27000794141","188":"51.410953263331301","189":"3.7866701961822407","190":"5.7617871113856287","191":"2.8922027118444662","192":"5.097855819288803","193":"0","194":"2469.03262066859","195":"100","196":"108.3","197":"95","198":"569","199":"62.1","200":"52.6","201":"311","202":"9518","203":"-","204":"-","205":"2.4900000000000002","206":"3.85","207":"-","208":"-","209":"-","210":"0.54","211":"0.75","212":"-","213":"1.5885364073503403","214":"3.3003011319788556","215":"9469","216":"8430","217":"7.5","218":"12","219":"-","220":"5","221":"7","222":"0.36061204861747764","223":"1.2672932727848769","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.69140837044995895","236":"72","237":"3","238":"-0.67780331712734665","239":"56","240":"3","241":"-0.467068117421229","242":"66","243":"51","244":"102","245":"16.329999999999998","246":"3.45","247":"21.1","248":"0.4","249":"2.4","250":"0.02","251":"0.1","252":"7.0000000000000007E-2","253":"0.4","254":"0.17","255":"1","256":"0.13","257":"0.8","258":"0.49","259":"3","260":"0.15","261":"0.9","262":"0","263":"0","264":"0.18","265":"1.1000000000000001","266":"1.0900000000000001","267":"6.7","268":"0.01","269":"0.1","270":"7.59","271":"46.5","272":"2.58","273":"15.900000000000009","274":"33999","275":"9855","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.88","296":"-","297":"65.499785090023394","298":"66.482977630411426","299":"67.193947730398889","300":"60.95887398284583","301":"68.598427830740931"},{"1":"120671","2":"אור יהודה","3":"2400","4":"תל אביב","5":"עירייה","6":"0","7":"1988","8":"0","9":"15","10":"510","11":"אור יהודה","12":"6.7300239620150855","13":"5470.2","14":"36815","15":"99.8","16":"97.6","17":"-","18":"-","19":"-","20":"-","21":"18284","22":"18531","23":"8.5590112725791112","24":"8.2765177237539049","25":"7.3231019964688304","26":"6.8993616732310201","27":"13.543392638870026","28":"20.119516501426048","29":"16.24066277332609","30":"5.2505772103762052","31":"13.787858209968762","32":"28.279234007877225","33":"5.049572185250577","34":"813","35":"639","36":"2.58","37":"0.6","38":"..","39":"233","40":"5.18","41":"406","42":"11.034928999156906","43":"0.12222272320148875","44":"13.91280727964145","45":"29","46":"37.931034482758619","47":"41.379310344827587","48":"17.241379310344829","49":"3.4482758620689653","50":"-390","51":"-429","52":"929","53":"464","54":"465","55":"261","56":"209","57":"395","58":"64","59":"1358","60":"682","61":"676","62":"389","63":"355","64":"523","65":"91","66":"1280","67":"266","68":"21","69":"147","70":"9.6","71":"8","72":"488","73":"0.46","74":"-","75":"0.46","76":"0.41","77":"-","78":"..","79":"2838.6666666666665","80":"64.861141396707694","81":"29","82":"42","83":"57.6","84":"305.99580704036714","85":"60.2","86":"275.13977473170206","87":"4147","88":"19.402077290165622","89":"1615","90":"739","91":"7.5460237360994302","92":"41","93":"178","94":"129","95":"109","96":"104","97":"..","98":"5074","99":"13.657863618446985","100":"753","101":"1516","102":"1529","103":"161","104":"108","105":"57.2","106":"35.799999999999997","107":"2","108":"5","109":"5310","110":"3358","111":"1759","112":"193","113":"11874","114":"5020","115":"5737","116":"1117","117":"8953.8760010000005","118":"10532.56457","119":"7504.2133210000002","120":"4.5939450632109358","121":"4.5892461397239792","122":"4.618239435202498","123":"18941","124":"36.9","125":"1920","126":"10284.17987","127":"1.1434254986183445","128":"36.6","129":"0.39567102500000001","130":"1957","131":"614","132":"628","133":"662","134":"53","135":"17","136":"11","137":"10","138":"3","139":"7","140":"239","141":"146","142":"93","143":"33","144":"60","145":"5588","146":"3292","147":"2296","148":"984","149":"1312","150":"24.890756302521009","151":"0.86355785837651122","152":"1.4198782961460445","153":"0.2824858757062147","154":"80.837004405286336","155":"63.215859030837009","156":"15.06","157":"34.299999999999997","158":"12.7","159":"2.4","160":"614","161":"29.5","162":"9.120521172638437","163":"3.8","164":"16.399999999999999","165":"35.016286644951137","166":"62.866449511400646","167":"10.702290076335878","168":"2.788694721825963","169":"2986.085","170":"165.99700000000001","171":"5.6","172":"2820.0880000000002","173":"2666.5419999999999","174":"153.54599999999999","175":"94.555276289250543","176":"5.4447237107494519","177":"2027.999","178":"102.229","179":"177.215","180":"267.45800000000003","181":"63.124000000000002","182":"76.053518001966594","183":"3.83376672859456","184":"6.6458731945718501","185":"10.0301439092278","186":"2.3672606694363001","187":"72.432824468952006","188":"55.0877111968273","189":"2.7769055250719834","190":"4.8137936654533604","191":"7.2651165317542237","192":"1.7146737654153312","193":"0","194":"2203.6871945021435","195":"100","196":"340.3","197":"235.8","198":"1183","199":"72.3","200":"64.5","201":"367","202":"11842","203":"10.08","204":"89.22","205":"-","206":"0.25","207":"-","208":"-","209":"-","210":"-","211":"0.34100000000000003","212":"-","213":"2.1504997761418396","214":"34.734715747357669","215":"16635","216":"13745","217":"7.1","218":"40","219":"1","220":"7","221":"32","222":"1.0871851230696459","223":"2.4045686804929365","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"7.1757544872396398E-2","236":"137","237":"3","238":"-0.58717649397512106","239":"64","240":"8","241":"2.4845618745274001","242":"241","243":"240","244":"249.5","245":"6.74","246":"2.2000000000000002","247":"32.6","248":"0.26","249":"3.9","250":"0.02","251":"0.3","252":"0.03","253":"0.4","254":"0.06","255":"0.9","256":"0.24","257":"3.6","258":"0.28000000000000003","259":"4.2","260":"0.21","261":"3.1","262":"0.02","263":"0.3","264":"0.14000000000000001","265":"2.1","266":"0","267":"0","268":"0.28999999999999998","269":"4.3","270":"1.71","271":"25.4","272":"1.28","273":"18.900000000000006","274":"36815","275":"16734","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65.75","296":"-","297":"69.558283573786298","298":"69.944059570999883","299":"70.079792169233627","300":"66.773591943304737","301":"72.438494934876985"},{"1":"58142","2":"אור עקיבא","3":"1020","4":"חיפה","5":"עירייה","6":"39.407376186601297","7":"2001","8":"0","9":"13","10":"353","11":"יישובי הברון","12":"5.5459996284664088","13":"3588.6","14":"19902","15":"99.5","16":"91.5","17":"-","18":"-","19":"-","20":"-","21":"9815","22":"10087","23":"8.8684554316149136","24":"8.4765350216058692","25":"7.1550597929856297","26":"6.094864837704753","27":"12.365591397849462","28":"20.832077178173048","29":"15.666767159079489","30":"5.9491508391116472","31":"14.59652296251633","32":"28.042407798211237","33":"5.6476736006431514","34":"824","35":"341","36":"2.5499999999999998","37":"1","38":"( 2.8)","39":"158","40":"6.07","41":"183","42":"9.301182333234479","43":"2.3396218757312681","44":"28.08260476334037","45":"46","46":"30.434782608695656","47":"30.434782608695656","48":"26.086956521739129","49":"13.043478260869565","50":"249","51":"218","52":"843","53":"423","54":"420","55":"208","56":"171","57":"398","58":"66","59":"625","60":"304","61":"321","62":"192","63":"150","64":"236","65":"47","66":"878","67":"139","68":"20.8","69":"111","70":"14.3","71":"5","72":"328","73":"-","74":"-","75":"0.75","76":"0.5","77":"0.43","78":"..","79":"1537.3333333333333","80":"66.125554242139089","81":"31","82":"33","83":"..","84":"..","85":"..","86":"..","87":"2327","88":"20.197899487891675","89":"934","90":"420","91":"8.1922638365055693","92":"41","93":"179","94":"127","95":"112","96":"111","97":"..","98":"3172","99":"28.972257250945777","100":"702","101":"1033","102":"750","103":"84","104":"81","105":"64","106":"19.5","107":"10.6","108":"5.9","109":"2468","110":"1571","111":"794","112":"103","113":"5498","114":"2321","115":"2590","116":"587","117":"8315.8263669999997","118":"9835.388895","119":"6930.1082539999998","120":"2.0593787556242305","121":"1.1339726064532041","122":"3.4379130039630335","123":"9833","124":"38.1","125":"789","126":"8808.0606630000002","127":"-2.7903109254268088E-3","128":"37.5","129":"0.36348512300000002","130":"1104","131":"364","132":"361","133":"345","134":"34","135":"11","136":"6","137":"8","138":"3","139":"5","140":"172","141":"90","142":"82","143":"37","144":"45","145":"3674","146":"1855","147":"1819","148":"962","149":"857","150":"23.930555555555557","151":"1.1749347258485638","152":"1.1597938144329898","153":"1.1904761904761905","154":"83.908045977011497","155":"72.796934865900383","156":"16.98","157":"23.5","158":"9.4","159":"2.1","160":"452","161":"31.7","162":"4.2035398230088497","163":"4","164":"17.2","165":"43.141592920353986","166":"79.424778761061944","167":"9.6165803108808294","168":"3.349676724137931","169":"2147.9","170":"328.81700000000001","171":"15.308766702360399","172":"1819.0830000000001","173":"1819.0830000000001","174":"-","175":"100","176":"-","177":"1128.4649999999999","178":"117.431","179":"378.37900000000002","180":"148.744","181":"12.771000000000001","182":"62.0348274377805","183":"6.45550532878379","184":"20.800535214720799","185":"8.1768671358041392","186":"0.70205702543534299","187":"91.392835610932494","188":"56.6953878617363","189":"5.899869372990354","190":"19.010198954983924","191":"7.473070739549839","192":"0.64162982315112538","193":"2.5","194":"1150.7292574691712","195":"100","196":"303.89999999999998","197":"261.3","198":"1660","199":"126.2","200":"118.6","201":"827","202":"7670","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.2909908660348206","214":"34.549375193298879","215":"7981","216":"7200","217":"7.646527777777778","218":"13","219":"1","220":"4","221":"8","222":"0.66073972859042751","223":"1.6288685628367372","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-2.2190226326201899E-2","236":"126","237":"3","238":"-0.73559400383247819","239":"50","240":"6","241":"0.422480993230616","242":"167","243":"157","244":"176","245":"5.54","246":"1.75","247":"31.6","248":"0.21","249":"3.8","250":"0.01","251":"0.2","252":"0.11","253":"2","254":"0.05","255":"0.9","256":"0.08","257":"1.4","258":"0.5","259":"9","260":"0.15","261":"2.7","262":"0","263":"0","264":"0.12","265":"2.2000000000000002","266":"0.28999999999999998","267":"5.2","268":"0.3","269":"5.4","270":"0.63","271":"11.4","272":"1.34","273":"24.2","274":"19902","275":"11373","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65.47","296":"-","297":"62.970360824742265","298":"62.729124236252545","299":"64.580851464041629","300":"59.381139489194503","301":"63.940932702970876"},{"1":"192732","2":"אילת","3":"2600","4":"הדרום","5":"עירייה","6":"323.002330261476","7":"1959","8":"0","9":"17","10":"602","11":"אילת","12":"101.49251522055928","13":"535.1","14":"52753","15":"95.3","16":"83.2","17":"4.7","18":"77.099999999999994","19":"12.4","20":"10.3","21":"27372","22":"25381","23":"6.9550546888328624","24":"7.3815707163573636","25":"6.7522226224101001","26":"6.2176558679127254","27":"15.43608894280894","28":"21.672701078611642","29":"19.130665554565617","30":"5.1030273159820299","31":"11.351013212518719","32":"24.779633385779007","33":"3.8386442477205089","34":"630","35":"812","36":"2.19","37":"2","38":"( 2.4)","39":"289","40":"5.25","41":"523","42":"9.9361953213713541","43":"0.4460933164625942","44":"22.760790855496371","45":"394","46":"17.00507614213198","47":"48.73096446700508","48":"21.065989847715734","49":"13.197969543147209","50":"-217","51":"-638","52":"2535","53":"1397","54":"1138","55":"473","56":"1009","57":"971","58":"82","59":"3173","60":"1645","61":"1528","62":"633","63":"1143","64":"1243","65":"154","66":"4633","67":"324","68":"13.9","69":"315","70":"17.600000000000001","71":"5","72":"337","73":"0.19","74":"0.26","75":"0.13","76":"0.06","77":"-","78":"80.703565648543204","79":"3014.3333333333335","80":"54.87938980219495","81":"23","82":"43","83":"90.6","84":"374.90012709217359","85":"88.6","86":"347.95945676359577","87":"13706","88":"40.603152032231307","89":"4499","90":"2124","91":"13.360456138266914","92":"41","93":"192","94":"124","95":"89","96":"63","97":"-","98":"6138","99":"19.566634082763116","100":"1544","101":"1025","102":"2362","103":"219","104":"249","105":"55.4","106":"35.5","107":"3.7","108":"5.4","109":"7306","110":"5270","111":"1851","112":"185","113":"14833","114":"7757","115":"6026","116":"1050","117":"8745.4378250000009","118":"10004.702429999999","119":"7389.7370979999996","120":"3.3267446813960655","121":"3.6013332586539271","122":"2.9724766924581036","123":"33651","124":"35.5","125":"2888","126":"11275.75909","127":"0.64439902149884265","128":"31.1","129":"0.362462436","130":"2497","131":"791","132":"782","133":"845","134":"79","135":"21","136":"14","137":"13","138":"5","139":"8","140":"373","141":"211","142":"162","143":"69","144":"93","145":"8748","146":"4825","147":"3923","148":"1880","149":"2043","150":"25.005494505494507","151":"1.3538748832866481","152":"1.2362637362637363","153":"1.4761904761904763","154":"79.222720478325854","155":"69.805680119581467","156":"12.1","157":"22","158":"8.6999999999999993","159":"2.5","160":"1029","161":"34.9","162":"5.9280855199222549","163":"3.8","164":"15.3","165":"41.302235179786202","166":"78.814382896015545","167":"9.8480446927374299","168":"3.6102791014295441","169":"11709.983","170":"430.60500000000002","171":"3.7","172":"11279.383","173":"11206.297","174":"73.085999999999999","175":"99.3520390255389","176":"0.64796097446110312","177":"4333.0720000000001","178":"515.04899999999998","179":"1602.1110000000001","180":"923.51400000000001","181":"168.80600000000001","182":"38.666417163998801","183":"4.5960693692374504","184":"14.29652963741","185":"8.2410302853941104","186":"1.50635004813813","187":"212.429567986655","188":"82.138873618562002","189":"9.7634068204651872","190":"30.370045305480257","191":"17.506378784144978","192":"3.1999317574355959","193":"0","194":"5792.7360159425252","195":"100","196":"71.8","197":"50.9","198":"380","199":"35.799999999999997","200":"31.1","201":"215","202":"19611","203":"1.8","204":"11.85","205":"5.92","206":"14.329000000000001","207":"-","208":"1.8","209":"11.85","210":"0.82","211":"14.329000000000001","212":"-","213":"3.4711316906914056","214":"7.1922197302813782","215":"22740","216":"18764","217":"7.6136751225751436","218":"35","219":"-","220":"6","221":"29","222":"0.66494614961376175","223":"1.5391380826737027","224":"-","225":"261","226":"6.6472817329387075","227":"27.2","228":"18","229":"34.5","230":"14.9","231":"..","232":"(2.3)","233":"(1.9)","234":"6","235":"0.230157920890629","236":"149","237":"9","238":"1.3708125790370396","239":"179","240":"1","241":"-2.4838957390051699","242":"1","243":"4","244":"1","245":"98.62","246":"4.67","247":"4.7","248":"0.47","249":"0.5","250":"0.08","251":"0.1","252":"0.13","253":"0.1","254":"1.19","255":"1.2","256":"0.78","257":"0.8","258":"0.65","259":"0.7","260":"6.12","261":"6.2","262":"0.04","263":"0","264":"0.09","265":"0.1","266":"0.28000000000000003","267":"0.3","268":"0.88","269":"0.9","270":"0.43","271":"0.4","272":"82.81","273":"84","274":"52753","275":"11296","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"46.24","296":"39.410705826622454","297":"45.425811068702288","298":"45.19282138546469","299":"44.867295027014237","300":"41.323428794839209","301":"43.023434794320238"},{"1":"88542","2":"אלעד","3":"1309","4":"המרכז","5":"עירייה","6":"11.5731964987549","7":"2007","8":"0","9":"15","10":"422","11":"אלעד","12":"3.4875835548110152","13":"14219.8","14":"49593","15":"100","16":"100","17":"-","18":"-","19":"-","20":"-","21":"25075","22":"24518","23":"13.806383965478998","24":"15.022281370354687","25":"15.965962938317908","26":"14.411308047506704","27":"13.165164438529631","28":"16.439820135906277","29":"8.2310003427903133","30":"1.0566007299417257","31":"1.9034944447805133","32":"53.473272437642407","33":"0.56459580989252511","34":"1571","35":"1415","36":"5.12","37":"2.8","38":"( 2.0)","39":"37","40":"3.35","41":"1378","42":"27.906034861050909","43":"0.86505108373719963","44":"2.4358276369648943","45":"21","46":"33.333333333333329","47":"33.333333333333329","48":"9.5238095238095237","49":"23.809523809523807","50":"-987","51":"-1003","52":"915","53":"518","54":"397","55":"365","56":"366","57":"161","58":"23","59":"1918","60":"1046","61":"871","62":"776","63":"706","64":"419","65":"17","66":"1700","67":"624","68":"61","69":"94","70":"6","71":"11","72":"2254","73":"-","74":"7.0000000000000007E-2","75":"4.51","76":"-","77":"-","78":"..","79":"720.66666666666663","80":"56.054001750809547","81":"15","82":"23","83":"16","84":"234.71652300328705","85":"17","86":"231.66854149568741","87":"3587","88":"18.385443362378268","89":"1338","90":"545","91":"6.989500078357624","92":"37","93":"158","94":"132","95":"104","96":"103","97":"..","98":"982","99":"9.4704684317718932","100":"573","101":"198","102":"868","103":"67","104":"6","105":"34.5","106":"32.200000000000003","107":"23.5","108":"9.6999999999999993","109":"6036","110":"1420","111":"2016","112":"2600","113":"25580","114":"2225","115":"7092","116":"16263","117":"6518.7370179999998","118":"7757.3324409999996","119":"5634.8375669999996","120":"0.68977457404006959","121":"0.62606281539283604","122":"1.0936799860602697","123":"14571","124":"52.8","125":"1166","126":"8054.1435060000003","127":"-1.6494885952764937","128":"44.7","129":"0.41056722499999998","130":"4474","131":"1348","132":"1382","133":"1377","134":"367","135":"80","136":"44","137":"41","138":"2","139":"39","140":"734","141":"539","142":"195","143":"12","144":"183","145":"17512","146":"12448","147":"5064","148":"285","149":"4779","150":"24.806451612903224","151":"1.8694804450051612","152":"2.4","153":"1.3649586037144774","154":"31.06312292358804","155":"20.598006644518271","156":"11.83","157":"18.100000000000001","158":"6","159":"1.4","160":"1074","161":"29.4","162":"9.7765363128491618","163":"3","164":"16","165":"12.569832402234638","166":"37.430167597765362","167":"13.799238820171265","168":"2.1305936702751156","169":"2639.4479999999999","170":"132.27600000000001","171":"5.0","172":"2507.172","173":"2507.172","174":"-","175":"100","176":"-","177":"2059.8870000000002","178":"37.970999999999997","179":"72.188999999999993","180":"269.13099999999997","181":"14.579000000000001","182":"82.1597800230698","183":"1.51449521612398","184":"2.8792998645485799","185":"10.7344450241148","186":"0.58149181627746305","187":"50.554957352852199","188":"41.535841751860097","189":"0.76565241062246692","190":"1.4556288185832678","191":"5.4267941040066141","192":"0.29397293972939731","193":"0","194":"2009.9820611921509","195":"100","196":"6.8","197":"4.9000000000000004","198":"-","199":"8.6999999999999993","200":"4.9000000000000004","201":"-","202":"7391","203":"1.9850000000000001","204":"8.2530000000000001","205":"-","206":"-","207":"-","208":"1.9850000000000001","209":"8.2530000000000001","210":"-","211":"-","212":"-","213":"1.1343749063732753","214":"7.0276767659871426","215":"7151","216":"6221","217":"8.9853721266677375","218":"18","219":"-","220":"3","221":"15","222":"0.36452004898324841","223":"2.5171304712627602","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.4219321509787299","236":"19","237":"2","238":"-1.0207471406776372","239":"29","240":"7","241":"1.5179221038581101","242":"224","243":"223","244":"223","245":"3.5","246":"1.3","247":"37.1","248":"0.52","249":"14.9","250":"0","251":"0","252":"0.02","253":"0.6","254":"0.01","255":"0.3","256":"0.01","257":"0.3","258":"0","259":"0","260":"0.1","261":"2.9","262":"0","263":"0","264":"0.06","265":"1.7","266":"0.65","267":"18.600000000000001","268":"0.13","269":"3.7","270":"0","271":"0","272":"0.7","273":"19.899999999999991","274":"49593","275":"38148","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"84.13","296":"-","297":"84.647697154573194","298":"85.770847590184772","299":"85.637763642450608","300":"81.038630895637567","301":"84.364180380423164"},{"1":"47969","2":"אריאל","3":"3570","4":"אזור יהודה והשומרון","5":"עירייה","6":"33.278948675188197","7":"1998","8":"0","9":"13","10":"701","11":"אריאל","12":"..","13":"..","14":"19647","15":"97.1","16":"80.5","17":"-","18":"-","19":"-","20":"-","21":"9858","22":"9789","23":"7.3140937547717213","24":"7.8688858349875295","25":"6.9578052628900089","26":"5.2119916526696191","27":"19.321015931185421","28":"18.226701277548734","29":"15.865017559932815","30":"5.7566040616888072","31":"13.477884664325343","32":"25.04708097928437","33":"4.9829490507456606","34":"690","35":"312","36":"2.4","37":"0.8","38":"..","39":"114","40":"4.7699999999999996","41":"198","42":"10.094794057645684","43":"0.33170772586380792","44":"33.129739909400925","45":"90","46":"14.444444444444443","47":"66.666666666666657","48":"11.111111111111111","49":"7.7777777777777777","50":"-168","51":"-215","52":"679","53":"368","54":"311","55":"149","56":"288","57":"213","58":"29","59":"894","60":"447","61":"447","62":"212","63":"303","64":"344","65":"35","66":"856","67":"115","68":"14.9","69":"79","70":"9.9","71":"3","72":"1807","73":"0.6","74":"8.3699999999999992","75":"0.26","76":"-","77":"-","78":"..","79":"1304.6666666666667","80":"56.810232305158827","81":"22","82":"34","83":"..","84":"..","85":"..","86":"..","87":"1936","88":"15.889691398555483","89":"747","90":"351","91":"6.1365316684465618","92":"42","93":"195","94":"131","95":"107","96":"103","97":"..","98":"2614","99":"31.216526396327467","100":"148","101":"601","102":"532","103":"61","104":"73","105":"41.4","106":"37.799999999999997","107":"3.4","108":"17.399999999999999","109":"2357","110":"1642","111":"606","112":"109","113":"5002","114":"2396","115":"1957","116":"649","117":"9670.0241839999999","118":"11579.822459999999","119":"7837.2253559999999","120":"2.8949034086941827","121":"1.9634990036087929","122":"4.0890171806902353","123":"10596","124":"32.700000000000003","125":"657","126":"9951.2442159999991","127":"3.9478761746256641","128":"41.6","129":"0.38386615499999999","130":"935","131":"254","132":"327","133":"305","134":"49","135":"8","136":"6","137":"3","138":"1","139":"2","140":"132","141":"90","142":"42","143":"20","144":"22","145":"3001","146":"1984","147":"1017","148":"567","149":"450","150":"25.362318840579711","151":"1.5680684248039916","152":"1.5193370165745856","153":"1.6200294550810017","154":"90.952380952380949","155":"74.285714285714292","156":"27.15","157":"38.799999999999997","158":"43.9","159":"9.9","160":"386","161":"32.799999999999997","162":"11.139896373056994","163":"4.8","164":"14.8","165":"41.968911917098445","166":"66.580310880829018","167":"9.3343653250773997","168":"3.5757877280265342","169":"1776.3440000000001","170":"29.951000000000001","171":"1.7","172":"1746.393","173":"1744.357","174":"2.036","175":"99.883416848326817","176":"0.11658315167319155","177":"989.17899999999997","178":"46.578000000000003","179":"236.30799999999999","180":"370.11700000000002","181":"60.764000000000003","182":"56.707371254852099","183":"2.6702102837893902","184":"13.5469975469471","185":"21.2179616901815","186":"3.4834612410189001","187":"88.7849035476154","188":"50.3475848730086","189":"2.3707436249809133","190":"12.027688705654807","191":"18.838346821397668","192":"3.0927877029571946","193":"0.9","194":"1236.6801999999998","195":"100","196":"59.3","197":"42.3","198":"308","199":"16","200":"3.1","201":"10","202":"5653","203":"3.2","204":"19.2","205":"10.4","206":"1.5","207":"-","208":"3.2810000000000001","209":"19.686","210":"10.4","211":"20.5","212":"0.75","213":"1.4806027271549529","214":"22.181230346824186","215":"6929","216":"6225","217":"7.3354216867469884","218":"13","219":"-","220":"1","221":"12","222":"0.66278950883532273","223":"1.876172607879925","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.24117244249844499","236":"151","237":"9","238":"2.0503856836682099","239":"197","240":"5","241":"0.22076281609621801","242":"151","243":"108","244":"183","245":"14.02","246":"1.96","247":"14","248":"0.18","249":"1.3","250":"0.01","251":"0.1","252":"0.09","253":"0.6","254":"0.09","255":"0.6","256":"0.08","257":"0.6","258":"0.57999999999999996","259":"4.0999999999999996","260":"0.2","261":"1.4","262":"0","263":"0","264":"0.09","265":"0.6","266":"0","267":"0","268":"0.77","269":"5.5","270":"0.76","271":"5.4","272":"9.2100000000000009","273":"65.8","274":"19647","275":"10024","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"60.53","296":"-","297":"66.763655601110955","298":"64.206008583690988","299":"64.003697345833885","300":"61.616161616161612","301":"61.808261886204207"},{"1":"630447","2":"אשדוד","3":"0070","4":"הדרום","5":"עירייה","6":"28.488399573388499","7":"1968","8":"1","9":"29","10":"603","11":"אשדוד","12":"63.89526185727393","13":"4791","14":"225975","15":"99.8","16":"89.6","17":"-","18":"-","19":"-","20":"-","21":"110452","22":"115523","23":"8.9943577829405914","24":"9.0337426706494082","25":"8.2354242725965268","26":"7.4946343622082088","27":"13.272707157871446","28":"16.631485783825646","29":"16.014603385330236","30":"4.8496515101228015","31":"15.472950547626949","32":"30.80517756388981","33":"6.7064940812036733","34":"970","35":"4315","36":"3.18","37":"10.8","38":"2.5","39":"1624","40":"4.96","41":"2691","42":"11.903699343846087","43":"-7.9076261540620862E-2","44":"27.743776966478595","45":"1010","46":"21.980198019801982","47":"36.237623762376238","48":"26.336633663366339","49":"15.445544554455445","50":"-2675","51":"-3648","52":"3331","53":"1803","54":"1528","55":"901","56":"960","57":"1182","58":"288","59":"6979","60":"3670","61":"3309","62":"2007","63":"2216","64":"2370","65":"386","66":"11853","67":"2006","68":"27.5","69":"788","70":"8.4","71":"42","72":"3233","73":"0.35","74":"7.0000000000000007E-2","75":"0.6","76":"0.37","77":"0.03","78":"82.441690946326901","79":"17172","80":"60.590843057970275","81":"24","82":"35","83":"417.8","84":"338.79894195616964","85":"454.8","86":"316.43729123991017","87":"21843","88":"18.049530231289818","89":"8733","90":"3689","91":"7.1964796334599637","92":"41","93":"173","94":"129","95":"112","96":"112","97":"30","98":"33934","99":"30.123180291153414","100":"5953","101":"11505","102":"6596","103":"765","104":"1092","105":"31.9","106":"31","107":"19.899999999999999","108":"17.2","109":"31530","110":"19140","111":"9212","112":"3178","113":"77996","114":"28212","115":"30483","116":"19301","117":"8922.4970869999997","118":"11017.744259999999","119":"6982.0055730000004","120":"1.9148618387597738","121":"1.7228500217050025","122":"2.4281707015931797","123":"109476","124":"40.1","125":"7454","126":"9738.2218830000002","127":"0.96999593455651123","128":"42.8","129":"0.41430546400000001","130":"12694","131":"3907","132":"4119","133":"4085","134":"583","135":"134","136":"88","137":"75","138":"19","139":"56","140":"1897","141":"1151","142":"746","143":"233","144":"513","145":"45388","146":"27067","147":"18321","148":"6377","149":"11944","150":"26.670574443141852","151":"0.76578862388706925","152":"1.0677433826828173","153":"0.44625902012913027","154":"60.32320980774589","155":"50.933407634438566","156":"17.100000000000001","157":"33.299999999999997","158":"11.5","159":"2.2000000000000002","160":"4182","161":"31.6","162":"5.3323768531802962","163":"3.8","164":"18.399999999999999","165":"37.015781922525107","166":"67.073170731707322","167":"11.487414787624541","168":"2.7711409855522335","169":"21321.965","170":"518.20000000000005","171":"2.4","172":"20803.764999999999","173":"20802.672999999999","174":"1.0920000000000001","175":"99.994750950128491","176":"5.2490498715016248E-3","177":"11831.598","178":"607.74599999999998","179":"1608.058","180":"1125.0530000000001","181":"406.98899999999998","182":"56.875373659913798","183":"2.92148033091709","184":"7.73005469056789","185":"5.4082136463905401","186":"1.95642646500284","187":"92.057816385955903","188":"52.358227052669797","189":"2.6894509987874713","190":"7.1161195535769606","191":"4.9786833883544128","192":"1.8010434828785613","193":"0","194":"12651.354436287827","195":"99.990000280156792","196":"239.7","197":"192.1","198":"989","199":"157.4","200":"87.2","201":"512","202":"68852","203":"-","204":"-","205":"4.6529999999999996","206":"2.99","207":"0.62","208":"-","209":"-","210":"1.823","211":"6.2149999999999999","212":"0.25","213":"1.6841832236205356","214":"18.001636291263868","215":"68600","216":"61375","217":"7.1876659877800408","218":"218","219":"6","220":"39","221":"173","222":"0.96432792900722664","223":"3.1778425655976679","224":"6","225":"502","226":"3.2168022166458616","227":"33.9","228":"17.7","229":"18.899999999999999","230":"15.9","231":"5.8","232":"4.2","233":"(3.6)","234":"5","235":"-0.186534435812093","236":"108","237":"8","238":"1.2528215676114649","239":"176","240":"7","241":"1.2062109916336901","242":"211","243":"214","244":"189","245":"47.040000000000006","246":"9.93","247":"21.1","248":"1.42","249":"3","250":"0.09","251":"0.2","252":"0.46","253":"1","254":"0.36","255":"0.8","256":"1.61","257":"3.4","258":"3.09","259":"6.6","260":"2.87","261":"6.1","262":"0","263":"0","264":"1.59","265":"3.4","266":"0.48","267":"1","268":"1.59","269":"3.4","270":"1.52","271":"3.2","272":"22.03","273":"46.8","274":"225975","275":"22757","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"66.25","296":"-","297":"66.141980521308341","298":"65.506836715235949","299":"66.079666677836983","300":"61.621078572855851","301":"64.387954935527887"},{"1":"356048","2":"אשקלון","3":"7100","4":"הדרום","5":"עירייה","6":"43.6771470285587","7":"1955","8":"1","9":"25","10":"604","11":"אשקלון","12":"52.318021558308239","13":"3288.3","14":"149160","15":"99.7","16":"86","17":"-","18":"-","19":"-","20":"-","21":"72582","22":"76578","23":"8.6906677393403058","24":"8.6216143738267625","25":"7.2780906409224997","26":"6.0384821668007511","27":"12.611289890050951","28":"19.581657280772326","29":"15.706623759721104","30":"5.3593456690801826","31":"16.112228479485118","32":"28.200589970501476","33":"6.6049879324215608","34":"878","35":"2489","36":"2.5299999999999998","37":"5.6","38":"2.2","39":"1074","40":"5.01","41":"1415","42":"9.5711881295095882","43":"1.8029673893714175","44":"28.689326897291501","45":"527","46":"20.872865275142317","47":"39.27893738140417","48":"23.52941176470588","49":"16.318785578747626","50":"1282","51":"705","52":"4421","53":"2149","54":"2272","55":"1097","56":"1085","57":"1849","58":"390","59":"3716","60":"1837","61":"1879","62":"1046","63":"1005","64":"1429","65":"236","66":"8992","67":"927","68":"18.399999999999999","69":"626","70":"10.6","71":"21","72":"1503","73":"0.48","74":"0.09","75":"0.04","76":"0.28000000000000003","77":"0.14000000000000001","78":"82.435346090738904","79":"10899.666666666666","80":"58.082276394697338","81":"31","82":"41","83":"291.2","84":"368.56035674474811","85":"309.8","86":"337.30908061482705","87":"14266","88":"16.937762686106428","89":"5736","90":"2323","91":"6.8555037647902477","92":"40","93":"173","94":"127","95":"112","96":"117","97":"22","98":"23440","99":"34.483788395904433","100":"5711","101":"9425","102":"5588","103":"592","104":"776","105":"49.7","106":"28.5","107":"11.5","108":"10.3","109":"16965","110":"11059","111":"5150","112":"756","113":"37463","114":"16383","115":"16871","116":"4209","117":"8847.2566079999997","118":"10879.680700000001","119":"6893.5192139999999","120":"2.8276934226530548","121":"2.6397518664124986","122":"3.2984358381536127","123":"69453","124":"39.5","125":"5044","126":"9777.0409930000005","127":"0.85491040058123247","128":"42.2","129":"0.40347714099999998","130":"8087","131":"2576","132":"2705","133":"2555","134":"251","135":"58","136":"41","137":"32","138":"12","139":"20","140":"1000","141":"587","142":"413","143":"172","144":"241","145":"25448","146":"14679","147":"10769","148":"5156","149":"5613","150":"27.644444444444446","151":"0.91332069619162493","152":"1.2978142076502732","153":"0.52173913043478271","154":"80.2408319649699","155":"67.81609195402298","156":"20.84","157":"44.1","158":"12.8","159":"2.5","160":"2838","161":"32.1","162":"7.152924594785059","163":"4.2","164":"16.2","165":"36.257928118393238","166":"73.713883016208598","167":"10.359738668844427","168":"3.1492649087540894","169":"17929.714","170":"1171.8610000000001","171":"6.5","172":"16757.852999999999","173":"16595.539000000001","174":"162.31399999999999","175":"99.031415301232201","176":"0.96858469876779563","177":"8647.5740000000005","178":"228.60599999999999","179":"1115.6980000000001","180":"2137.357","181":"260.81900000000002","182":"52.107822469640801","183":"1.3775147646605499","184":"6.72287896162939","185":"12.879105643992601","186":"1.57162114469437","187":"111.25998256905299","188":"57.975154196835597","189":"1.5326226870474657","190":"7.4798739608474119","191":"14.329290694556182","192":"1.7485854116385089","193":"0.5","194":"11197.801767515097","195":"100","196":"729.1","197":"684.2","198":"3991","199":"172.6","200":"140.5","201":"1058","202":"53230","203":"14.875999999999999","204":"232.4375","205":"10.335000000000001","206":"8.6850000000000005","207":"12.12","208":"34.234000000000002","209":"475.00600000000003","210":"10.965","211":"5.0049999999999999","212":"29.911999999999999","213":"2.0928148153261543","214":"10.478358894341151","215":"55651","216":"49354","217":"7.2260607042995506","218":"145","219":"3","220":"30","221":"112","222":"0.9807931298790743","223":"2.6055237102657633","224":"3","225":"424","226":"4.0608903693686269","227":"30.2","228":"18.600000000000001","229":"21","230":"14.9","231":"5","232":"6.8","233":"(3.5)","234":"5","235":"-7.5771970950799405E-2","236":"119","237":"7","238":"0.72889435537755998","239":"157","240":"6","241":"0.57149211408123801","242":"177","243":"179","244":"168","245":"45.180000000000007","246":"11.06","247":"24.5","248":"0.68","249":"1.5","250":"0.23","251":"0.5","252":"0.48","253":"1.1000000000000001","254":"0.76","255":"1.7","256":"1.05","257":"2.2999999999999998","258":"1.9","259":"4.2","260":"0.54","261":"1.2","262":"0.05","263":"0.1","264":"0.67","265":"1.5","266":"0","267":"0","268":"2.2999999999999998","269":"5.0999999999999996","270":"5.18","271":"11.5","272":"20.28","273":"44.79999999999999","274":"149160","275":"13486","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"56.5","296":"-","297":"62.279273749477369","298":"62.558882165099419","299":"63.383518432756915","300":"58.569549405483478","301":"61.901940824057547"},{"1":"89454","2":"באקה אל-גרביה","3":"6000","4":"חיפה","5":"עירייה","6":"40.594331951417402","7":"..","8":"0","9":"15","10":"354","11":"עירון","12":"9.1807175774179637","13":"3469.8","14":"30973","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"15655","22":"15317","23":"9.3016498240402932","24":"9.5857682497659251","25":"9.8279146353275433","26":"10.657669583185355","27":"17.851031543602492","28":"18.851903270590515","29":"15.000161430923708","30":"3.2447615665256837","31":"5.6726826590901753","32":"34.978852548994283","33":"1.9985148355018887","34":"820","35":"556","36":"2.34","37":"3.4","38":"( 6.0)","39":"123","40":"6.63","41":"433","42":"14.097536154650234","43":"1.6936594083804977","44":"2.5828947793239274E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"73","51":"65","52":"311","53":"120","54":"191","55":"119","56":"113","57":"77","58":"2","59":"246","60":"100","61":"146","62":"79","63":"97","64":"69","65":"1","66":"9","67":"309","68":"34.700000000000003","69":"65","70":"5.3","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"1878.3333333333333","80":"92.182469729414393","81":"27","82":"45","83":"24","84":"276.40822497845534","85":"25.2","86":"249.79388891884238","87":"2659","88":"15.207320560480412","89":"1140","90":"679","91":"6.6109951287404307","92":"37","93":"162","94":"125","95":"123","96":"124","97":"-","98":"1692","99":"17.375886524822697","100":"858","101":"975","102":"1057","103":"149","104":"110","105":"72.599999999999994","106":"4.8","107":"11.7","108":"10.9","109":"5722","110":"3562","111":"1984","112":"176","113":"12946","114":"5464","115":"6554","116":"928","117":"7172.3875250000001","118":"8532.1019520000009","119":"5330.7887959999998","120":"2.3766254769845174","121":"2.6539880393669391","122":"2.7462245667349894","123":"15273","124":"48","125":"1452","126":"9399.4517959999994","127":"-1.4440277276038804","128":"38.5","129":"0.37203594800000001","130":"1744","131":"579","132":"554","133":"569","134":"42","135":"14","136":"9","137":"9","138":"3","139":"6","140":"272","141":"141","142":"131","143":"52","144":"79","145":"7055","146":"3581","147":"3474","148":"1523","149":"1951","150":"27.523809523809526","151":"0.43584854263143558","152":"0.49450549450549447","153":"0.37817396002160997","154":"79.850746268656707","155":"59.850746268656721","156":"14.56","157":"28","158":"19.2","159":"3.3","160":"714","161":"31.6","162":"3.7815126050420167","163":"2.6","164":"17.2","165":"48.319327731092436","166":"79.831932773109244","167":"10.5695067264574","168":"3.010889548861547","169":"2442.645","170":"267.70699999999999","171":"11.0","172":"2174.9380000000001","173":"2158.8180000000002","174":"16.12","175":"99.258829447092296","176":"0.74117055290771505","177":"1729.4059999999999","178":"88.819000000000003","179":"11.339","180":"100.81","181":"91.277000000000001","182":"80.1089299792757","183":"4.1142421454703504","184":"0.52524112732059902","185":"4.6696849850242099","186":"4.2281007477239898","187":"69.699996771381507","188":"55.835921609143497","189":"2.8676266425596486","190":"0.36609304878442517","191":"3.2547702837955637","192":"2.9469860846543763","193":"0.4","194":"1835.11244805156","195":"78.000002101851749","196":"20.2","197":"16.2","198":"92","199":"8.6999999999999993","200":"6.4","201":"30","202":"6915","203":"0.35","204":"3.85","205":"6.1040000000000001","206":"15.407","207":"0.44500000000000001","208":"2.4889999999999999","209":"46.63","210":"6.1040000000000001","211":"11.877000000000001","212":"0.44500000000000001","213":"1.8049973352005508","214":"20.892389618784158","215":"13639","216":"11071","217":"8.974257068015536","218":"25","219":"-","220":"4","221":"21","222":"0.81394550546479405","223":"1.8329789574015691","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.64157469714462401","236":"75","237":"3","238":"-0.72111588184081477","239":"51","240":"6","241":"0.45441513099192099","242":"170","243":"162","244":"174","245":"8.9299999999999979","246":"5.63","247":"63","248":"0.19","249":"2.1","250":"0.05","251":"0.6","252":"0.04","253":"0.4","254":"0.04","255":"0.4","256":"0.26","257":"2.9","258":"0.22","259":"2.5","260":"0.09","261":"1","262":"0.05","263":"0.6","264":"0.01","265":"0.1","266":"0.33","267":"3.7","268":"1.06","269":"11.9","270":"0.44","271":"4.9000000000000004","272":"0.52","273":"5.8999999999999941","274":"30973","275":"5501","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"42.88167426884894","298":"57.866031241726233","299":"61.892356588339503","300":"31.334515067105595","301":"47.546383762050084"},{"1":"92773","2":"באר יעקב","3":"2530","4":"המרכז","5":"עירייה","6":"9.6579653550105196","7":"2021","8":"0","9":"13","10":"455","11":"מצפה אפק","12":"9.4625324378988811","13":"3154.7","14":"29852","15":"99.7","16":"96.3","17":"-","18":"-","19":"-","20":"-","21":"15176","22":"14676","23":"12.334181964357496","24":"13.302291303765243","25":"9.0680691410960748","26":"6.5791236768055743","27":"9.7279914243601766","28":"25.147393809460002","29":"12.655768457724776","30":"3.0550716869891463","31":"8.1301085354415115","32":"38.339139756130244","33":"2.4453972933136807","34":"977","35":"625","36":"2.96","37":"-","38":"-","39":"74","40":"3.56","41":"551","42":"18.720257460889936","43":"2.8851970174438719","44":"10.592255125284739","45":"29","46":"24.137931034482758","47":"65.517241379310349","48":"3.4482758620689653","49":"6.8965517241379306","50":"369","51":"328","52":"1569","53":"764","54":"805","55":"550","56":"216","57":"727","58":"76","59":"1241","60":"639","61":"602","62":"467","63":"204","64":"518","65":"52","66":"792","67":"132","68":"19.899999999999999","69":"91","70":"7.6","71":"9","72":"1291","73":"-","74":"0.88","75":"2.08","76":"1.49","77":"-","78":"..","79":"973.33333333333337","80":"51.85541319289856","81":"23","82":"33","83":"..","84":"..","85":"..","86":"..","87":"2421","88":"15.460757391915191","89":"940","90":"377","91":"6.0837486246844863","92":"40","93":"210","94":"130","95":"109","96":"105","97":"..","98":"2068","99":"9.1876208897485494","100":"205","101":"384","102":"436","103":"42","104":"41","105":"49.4","106":"39.799999999999997","107":"7.3","108":"3.5","109":"2348","110":"1176","111":"1100","112":"72","113":"5826","114":"1887","115":"3531","116":"408","117":"12107.93218","118":"14936.29191","119":"9513.3004120000005","120":"3.2287279999860363","121":"2.5272095924564919","122":"4.1766263881713783","123":"10789","124":"26","125":"1032","126":"12913.09165","127":"2.6691293698309693","128":"29","129":"0.38240106400000001","130":"2592","131":"811","132":"867","133":"845","134":"69","135":"19","136":"12","137":"11","138":"4","139":"7","140":"284","141":"168","142":"116","143":"43","144":"73","145":"7602","146":"4554","147":"3048","148":"1323","149":"1725","150":"28.36","151":"0.85701398285972041","152":"1.3368983957219251","153":"0.36529680365296802","154":"75.159235668789819","155":"61.783439490445858","156":"35.909999999999997","157":"26.3","158":"8.1999999999999993","159":"1.8","160":"774","161":"30.6","162":"7.4935400516795871","163":"3.6","164":"13.7","165":"34.496124031007753","166":"71.834625322997411","167":"11.379256965944272","168":"2.8753250505634211","169":"2356.819","170":"38.728000000000002","171":"1.64323183070062","172":"2318.0909999999999","173":"2265.931","174":"52.16","175":"97.749872632265095","176":"2.2501273677349163","177":"1568.6120000000001","178":"179.39","179":"187.46100000000001","180":"84.701999999999998","181":"41.625999999999998","182":"69.225938477385199","183":"7.9168341842712797","184":"8.2730233180092405","185":"3.7380661635327801","186":"1.83703740316894","187":"75.905500468980307","188":"52.5462950556077","189":"6.0093126088704274","190":"6.2796797534503552","191":"2.8373978292911697","192":"1.3944124346777436","193":"0.5","194":"1571.0014043147999","195":"100","196":"282.5","197":"254.1","198":"1223","199":"21.3","200":"17.600000000000001","201":"94","202":"8020","203":"0.36","204":"4.32","205":"0.64","206":"0.77400000000000002","207":"0.77400000000000002","208":"0.36","209":"4.32","210":"0.79300000000000004","211":"0.99399999999999999","212":"1.034","213":"1.6625966451887944","214":"6.391647716387296","215":"11495","216":"10075","217":"6.5","218":"8","219":"-","220":"2","221":"6","222":"0.27180047130148732","223":"0.69595476294040892","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.81715702612959895","236":"197","237":"8","238":"0.86144195185684247","239":"160","240":"8","241":"1.99659876403229","242":"233","243":"234","244":"230","245":"9.48","246":"2.1800000000000002","247":"23","248":"0.36","249":"3.8","250":"0.48","251":"5.0999999999999996","252":"0.04","253":"0.4","254":"0.05","255":"0.5","256":"0.12","257":"1.3","258":"0.16","259":"1.7","260":"0.19","261":"2","262":"0.09","263":"0.9","264":"0.04","265":"0.4","266":"0","267":"0","268":"0.53","269":"5.6","270":"1.89","271":"19.899999999999999","272":"3.35","273":"35.400000000000006","274":"29852","275":"13694","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"71.959999999999994","296":"-","297":"76.212515057376535","298":"76.242544731610337","299":"76.80062946374531","300":"72.919334186939821","301":"77.752672765347725"},{"1":"614350","2":"באר שבע","3":"9000","4":"הדרום","5":"עירייה","6":"91.509133617387704","7":"1877","8":"0","9":"27","10":"605","11":"באר שבע","12":"117.39349320455179","13":"1799.5","14":"211251","15":"97.1","16":"88.4","17":"-","18":"-","19":"-","20":"-","21":"103192","22":"108059","23":"8.0771215284188003","24":"7.9336902547206876","25":"6.9268311155923525","26":"6.2508579841042176","27":"14.210110247998825","28":"19.115175786150125","29":"15.619334346346289","30":"5.5587902542473175","31":"16.308561852961642","32":"26.667802755963287","33":"6.6925126981647427","34":"835","35":"3433","36":"2.42","37":"9.1999999999999993","38":"2.7","39":"1652","40":"5.45","41":"1781","42":"8.4438380332489409","43":"0.31133754626868893","44":"25.190886670358957","45":"596","46":"23.322147651006713","47":"47.986577181208048","48":"19.127516778523489","49":"9.5637583892617446","50":"-1055","51":"-1656","52":"4926","53":"2493","54":"2433","55":"1132","56":"1866","57":"1677","58":"251","59":"6582","60":"3309","61":"3273","62":"1797","63":"1766","64":"2612","65":"407","66":"14982","67":"1354","68":"16.899999999999999","69":"923","70":"11.3","71":"53","72":"6258","73":"0.59","74":"0.6","75":"0.05","76":"0.6","77":"1.1399999999999999","78":"81.453783942738099","79":"16900","80":"60.659035311116213","81":"30","82":"39","83":"428.4","84":"356.75665546192681","85":"451.4","86":"313.37040844681667","87":"19999","88":"16.415227526429838","89":"7646","90":"3191","91":"6.2695256447050136","92":"40","93":"169","94":"123","95":"106","96":"103","97":"14","98":"32847","99":"29.05897037781228","100":"8642","101":"10071","102":"11135","103":"1120","104":"1253","105":"61.8","106":"25.3","107":"4.5","108":"8.5","109":"31132","110":"19743","111":"9449","112":"1940","113":"71884","114":"29533","115":"30935","116":"11416","117":"9546.3132000000005","118":"11610.444509999999","119":"7516.9337169999999","120":"2.5736189273218635","121":"2.3223592189866249","122":"2.7045991056173557","123":"109665","124":"38.1","125":"6013","126":"10497.269329999999","127":"4.0534013686850612","128":"41.8","129":"0.42139194800000002","130":"10162","131":"3189","132":"3346","133":"3356","134":"271","135":"85","136":"58","137":"48","138":"17","139":"31","140":"1443","141":"808","142":"635","143":"266","144":"369","145":"34110","146":"18424","147":"15686","148":"7171","149":"8515","150":"25.750382848392036","151":"1.0660055779361637","152":"1.4296098861158226","153":"0.68519223448800914","154":"82.696629213483135","155":"63.78277153558053","156":"23.21","157":"36.6","158":"17.399999999999999","159":"3.8","160":"3947","161":"33","162":"6.3085888016214842","163":"4","164":"16.899999999999999","165":"43.222700785406637","166":"71.978718013681274","167":"9.7708571428571425","168":"3.4181823498450203","169":"21903.615000000002","170":"1524.3409999999999","171":"7.0","172":"20379.274000000001","173":"20306.560000000001","174":"72.713999999999999","175":"99.643196317984632","176":"0.35680368201536522","177":"12523.846","178":"497.36500000000001","179":"2693.4960000000001","180":"2570.7379999999998","181":"577.24300000000005","182":"61.673892574616303","183":"2.4492823993822701","184":"13.2641668505153","185":"12.6596429922153","186":"2.84264296857764","187":"96.126182845835999","188":"59.284758744420103","189":"2.3544016776410777","190":"12.7503372797031","191":"12.169231570326961","192":"2.732524177629243","193":"0.1","194":"13072.37182743942","195":"100","196":"412","197":"290","198":"1342","199":"390.8","200":"319.39999999999998","201":"2082","202":"82287","203":"2.86","204":"23.8","205":"3.3450000000000002","206":"1.0049999999999999","207":"-","208":"2.5150000000000001","209":"10.915000000000001","210":"1.825","211":"0.89","212":"-","213":"2.0563659568294059","214":"29.859550072978745","215":"82932","216":"71608","217":"7.3604904479946374","218":"240","219":"8","220":"45","221":"187","222":"1.1378557709038437","223":"2.8939372015627263","224":"8","225":"613","226":"3.9802636064304955","227":"29.5","228":"16.600000000000001","229":"22.7","230":"17.8","231":"5.5","232":"(2.9)","233":"4.9000000000000004","234":"5","235":"-8.7785106575353905E-3","236":"128","237":"8","238":"0.94614762151178577","239":"165","240":"5","241":"0.16580951409602801","242":"145","243":"168","244":"90","245":"117.27","246":"19.11","247":"16.3","248":"1.94","249":"1.7","250":"0.37","251":"0.3","252":"1.04","253":"0.9","254":"0.78","255":"0.7","256":"2.11","257":"1.8","258":"2.46","259":"2.1","260":"2.4","261":"2","262":"0.03","263":"0","264":"2.11","265":"1.8","266":"15.61","267":"13.3","268":"1.22","269":"1","270":"13.43","271":"11.5","272":"54.66","273":"46.6","274":"211251","275":"11054","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"49.99","296":"-","297":"61.337373211641285","298":"60.291105321459739","299":"61.77207843524647","300":"56.560209809063942","301":"61.314409207906365"},{"1":"0","2":"בית שאן","3":"9200","4":"הצפון","5":"עירייה","6":"99.469050905649695","7":"1999","8":"0","9":"13","10":"203","11":"בית שאן","12":"10.968413970425354","13":"1723.1","14":"18900","15":"99.1","16":"97.9","17":"-","18":"-","19":"-","20":"-","21":"9507","22":"9393","23":"9.5767195767195759","24":"8.5291005291005284","25":"8.0634920634920633","26":"7.3544973544973544","27":"15.481481481481481","28":"18.285714285714285","29":"15.465608465608465","30":"5.3915343915343916","31":"11.846560846560847","32":"30.597883597883598","33":"3.8412698412698414","34":"831","35":"418","36":"3.26","37":"0.8","38":"..","39":"111","40":"5.96","41":"307","42":"16.327773120106453","43":"1.041790879365621","44":"5.4232804232804233","45":"23","46":"47.826086956521742","47":"39.130434782608695","48":"13.043478260869565","49":"0","50":"-366","51":"-1850","52":"445","53":"236","54":"209","55":"122","56":"149","57":"154","58":"20","59":"2295","60":"1181","61":"1114","62":"797","63":"716","64":"745","65":"37","66":"1347","67":"219","68":"34.1","69":"83","70":"11.4","71":"3","72":"137","73":"-","74":"-","75":"0.17","76":"0.44","77":"0.12","78":"..","79":"1238","80":"63.304920203893758","81":"23","82":"38","83":"..","84":"..","85":"..","86":"..","87":"2477","88":"22.724770642201836","89":"960","90":"419","91":"8.826774549466716","92":"39","93":"169","94":"123","95":"107","96":"105","97":"..","98":"2324","99":"15.060240963855422","100":"1110","101":"704","102":"995","103":"73","104":"101","105":"93","106":"6.4","107":"0.3","108":"0.3","109":"3032","110":"1946","111":"907","112":"179","113":"6955","114":"2909","115":"2991","116":"1055","117":"8107.604523","118":"9727.9067570000007","119":"6420.5315929999997","120":"4.1615800577300188","121":"4.3650227250486617","122":"3.9920299194555531","123":"10402","124":"38.700000000000003","125":"610","126":"10003.216770000001","127":"2.7508906886009266","128":"39","129":"0.36097016500000001","130":"1099","131":"349","132":"369","133":"322","134":"59","135":"15","136":"10","137":"11","138":"5","139":"6","140":"203","141":"115","142":"88","143":"37","144":"51","145":"3823","146":"2188","147":"1635","148":"772","149":"863","150":"21.736263736263737","151":"1.859504132231405","152":"2.3856858846918487","153":"1.2903225806451613","154":"83.333333333333343","155":"67.37588652482269","156":"14.69","157":"30.3","158":"12.3","159":"3","160":"499","161":"31.9","162":"6.6132264529058116","163":"3","164":"17.100000000000001","165":"43.286573146292582","166":"69.739478957915836","167":"8.6255605381165914","168":"3.7733298674291658","169":"2172.2950000000001","170":"303.10500000000002","171":"13.953215378206","172":"1869.19","173":"1869.19","174":"-","175":"100","176":"-","177":"1159.8019999999999","178":"142.642","179":"160.94900000000001","180":"94.766000000000005","181":"17.863","182":"62.048373894574702","183":"7.6312199401880001","184":"8.6106281330415904","185":"5.0698965862218399","186":"0.95565458835110395","187":"98.898941798941806","188":"61.365185185185197","189":"7.5471957671957668","190":"8.5158201058201062","191":"5.0140740740740739","192":"0.94513227513227516","193":"0","194":"762.04058505170531","195":"100","196":"5.6","197":"2.2999999999999998","198":"8","199":"31.1","200":"30.3","201":"203","202":"5947","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.9662258552764589","214":"3.283198592326269","215":"7374","216":"6539","217":"7.3128918794922768","218":"8","219":"-","220":"2","221":"6","222":"0.42547942983990755","223":"1.0848928668294007","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.28331801093029901","236":"102","237":"5","238":"-0.1069350235199801","239":"106","240":"3","241":"-0.60949339974751804","242":"47","243":"42","244":"75","245":"11.02","246":"2.33","247":"21.1","248":"0.25","249":"2.2999999999999998","250":"0.04","251":"0.4","252":"0.13","253":"1.2","254":"0.15","255":"1.4","256":"0.22","257":"2","258":"0.34","259":"3.1","260":"0.21","261":"1.9","262":"0.01","263":"0.1","264":"7.0000000000000007E-2","265":"0.6","266":"2.2000000000000002","267":"20","268":"0.77","269":"7","270":"2.42","271":"22","272":"1.88","273":"16.900000000000013","274":"18900","275":"8112","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"78.319999999999993","296":"-","297":"69.858956276445696","298":"69.458645563414805","299":"70.706226493940662","300":"65.159997235468936","301":"70.660262481396302"},{"1":"258469","2":"בית שמש","3":"2610","4":"ירושלים","5":"עירייה","6":"43.219492368656503","7":"1991","8":"0","9":"21","10":"102","11":"בית שמש","12":"38.28993005732378","13":"3702.4","14":"141764","15":"99.9","16":"98.7","17":"-","18":"-","19":"-","20":"-","21":"71322","22":"70442","23":"17.613075251826981","24":"15.611861967777433","25":"12.647075421122429","26":"9.340170988403262","27":"14.753392962952512","28":"15.879913095002962","29":"8.4887559606105931","30":"1.7740752236110719","31":"3.8909737309895318","32":"51.87071470895291","33":"1.4651110295984877","34":"1445","35":"4826","36":"5.43","37":"15","38":"3.5","39":"303","40":"4.9400000000000004","41":"4523","42":"32.977478207147954","43":"6.9562677766814858","44":"14.646877909765527","45":"860","46":"42.790697674418603","47":"34.651162790697676","48":"9.5348837209302335","49":"13.023255813953488","50":"4717","51":"3963","52":"7701","53":"4061","54":"3640","55":"3882","56":"2536","57":"1202","58":"81","59":"3737","60":"2007","61":"1730","62":"1342","63":"1474","64":"821","65":"100","66":"8107","67":"1684","68":"66.2","69":"299","70":"6.7","71":"23","72":"1567","73":"0.08","74":"0.04","75":"0.89","76":"0.05","77":"0.13","78":"82.396165921901002","79":"3109","80":"55.729035489051668","81":"17","82":"27","83":"67","84":"274.80940568215459","85":"69.2","86":"260.96492984330155","87":"8692","88":"14.683424555713223","89":"3276","90":"1386","91":"5.6965987340891697","92":"36","93":"161","94":"122","95":"105","96":"103","97":"..","98":"4971","99":"23.39569503118085","100":"3726","101":"1645","102":"3169","103":"227","104":"40","105":"25.8","106":"13.6","107":"42.1","108":"18.5","109":"14703","110":"5449","111":"4278","112":"4976","113":"55268","114":"8008","115":"14779","116":"32481","117":"7298.7845120000002","118":"9165.3491269999995","119":"5740.5292310000004","120":"2.3360496313491907","121":"2.2464071610862169","122":"2.7361221408439551","123":"38535","124":"50.2","125":"2954","126":"8825.3714440000003","127":"-0.88152610770176887","128":"46.9","129":"0.43565157100000002","130":"11464","131":"3548","132":"3675","133":"3491","134":"750","135":"149","136":"87","137":"78","138":"9","139":"69","140":"1435","141":"965","142":"470","143":"79","144":"391","145":"32288","146":"22060","147":"10228","148":"1815","149":"8413","150":"25.447562776957163","151":"3.7048685369228833","152":"4.5525902668759812","153":"2.7832479978994353","154":"32.460732984293195","155":"27.386226339105917","156":"10.79","157":"27.6","158":"8.4","159":"1.7","160":"2777","161":"29.2","162":"6.8779258192293842","163":"4","164":"16.600000000000001","165":"26.647461289160969","166":"55.99567879006122","167":"10.774847094801224","168":"2.7234895519210984","169":"8126.5339999999997","170":"366.59699999999998","171":"4.5","172":"7759.9369999999999","173":"7758.1289999999999","174":"1.8080000000000001","175":"99.976700841772299","176":"2.3299158227702104E-2","177":"5825.0739999999996","178":"464.27199999999999","179":"449.63299999999998","180":"443.4","181":"307.35599999999999","182":"75.083489846585394","183":"5.9843294691284497","184":"5.7956370666174797","185":"5.7152955306621003","186":"3.9617284012678802","187":"54.725277748386397","188":"41.089648361725402","189":"3.2749409233590803","190":"3.1716784819948507","191":"3.1277113532959477","192":"2.1680668712305575","193":"0.3","194":"6738.0616190000001","195":"100","196":"323.7","197":"211.8","198":"1435","199":"99","200":"81.5","201":"580","202":"29087","203":"-","204":"-","205":"2.0019999999999998","206":"4.6840000000000002","207":"-","208":"-","209":"-","210":"1.8080000000000001","211":"4.7549999999999999","212":"-","213":"1.5870492543028825","214":"6.4045830510474788","215":"22127","216":"19776","217":"8.0506169093851128","218":"44","219":"1","220":"14","221":"29","222":"0.32080677451127793","223":"1.9885208116780404","224":"1","225":"164","226":"2.6433275883939222","227":"24.4","228":"12.2","229":"25","230":"(9.1)","231":"..","232":"22","233":"(5.5)","234":"2","235":"-1.4334889435311899","236":"18","237":"9","238":"1.6119509551666611","239":"192","240":"6","241":"0.67123951261070403","242":"183","243":"185","244":"170","245":"38.399999999999991","246":"6.1","247":"15.9","248":"1","249":"2.6","250":"0.01","251":"0","252":"0.23","253":"0.6","254":"0.1","255":"0.3","256":"0.24","257":"0.6","258":"0.9","259":"2.2999999999999998","260":"0.69","261":"1.8","262":"0","263":"0","264":"0.48","265":"1.3","266":"11.37","267":"29.6","268":"1.49","269":"3.9","270":"1.79","271":"4.7","272":"14","273":"36.399999999999991","274":"141764","275":"23240","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"70.67","296":"-","297":"65.304414982623243","298":"65.967531138299719","299":"66.480961370228826","300":"61.609701997724301","301":"66.127792580446808"},{"1":"84471","2":"ביתר עילית","3":"3780","4":"אזור יהודה והשומרון","5":"עירייה","6":"59.0548051193934","7":"2001","8":"0","9":"17","10":"716","11":"ביתר עילית","12":"..","13":"..","14":"63220","15":"100","16":"100","17":"-","18":"-","19":"-","20":"-","21":"31517","22":"31702","23":"19.261309712116418","24":"17.293577981651374","25":"15.36539069914584","26":"10.773489402087947","27":"14.318253717178107","28":"14.294527048402404","29":"6.6545397026257511","30":"0.8304334071496362","31":"1.2084783296425181","32":"59.033533691869664","33":"0.34324580828851631","34":"1770","35":"2579","36":"6.78","37":"5.2","38":"2.2","39":"54","40":"5.28","41":"2525","42":"40.612895449553349","43":"3.4264051933247117","44":"4.046187915216704","45":"58","46":"29.310344827586203","47":"48.275862068965516","48":"6.8965517241379306","49":"15.517241379310345","50":"-452","51":"-467","52":"2126","53":"1249","54":"877","55":"832","56":"1004","57":"260","58":"30","59":"2593","60":"1461","61":"1132","62":"1193","63":"1018","64":"363","65":"19","66":"3068","67":"909","68":"99.2","69":"89","70":"4.7","71":"8","72":"620","73":"-","74":"0.11","75":"0.91","76":"-","77":"-","78":"81.334890913351799","79":"755","80":"61.154648821604113","81":"11","82":"22","83":"13.2","84":"209.21755535671193","85":"16.600000000000001","86":"296.67395743621103","87":"4656","88":"20.218863991662325","89":"1708","90":"750","91":"7.583695941745848","92":"35","93":"144","94":"120","95":"102","96":"104","97":"..","98":"805","99":"19.378881987577639","100":"2111","101":"189","102":"1170","103":"65","104":"14","105":"19.3","106":"4.7","107":"47.4","108":"28.6","109":"7715","110":"2051","111":"2124","112":"3540","113":"33834","114":"3103","115":"7449","116":"23282","117":"5314.509513","118":"6308.7059520000003","119":"4602.7432689999996","120":"1.7524301537518161","121":"1.3137818497033438","122":"2.2041853172767967","123":"16188","124":"60.7","125":"1042","126":"7135.216203","127":"-3.8783591259536898","128":"49.3","129":"0.38184290700000001","130":"6957","131":"2212","132":"2272","133":"2116","134":"357","135":"95","136":"51","137":"47","138":"-","139":"47","140":"874","141":"672","142":"202","143":"-","144":"202","145":"21649","146":"16200","147":"5449","148":"-","149":"5449","150":"25.585470085470085","151":"2.0829200555445349","152":"3.2495164410058028","153":"0.85504885993485347","154":"10.452729693741677","155":"4.92676431424767","156":"6.71","157":"18","158":"4.7","159":"1","160":"1458","161":"36.200000000000003","162":"5.9670781893004117","163":"2.7","164":"16.7","165":"14.060356652949245","166":"38.68312757201646","167":"12.817558299039781","168":"2.8230415239726026","169":"3631.654","170":"488.42","171":"13.448968431463999","172":"3143.2339999999999","173":"3143.2339999999999","174":"-","175":"100","176":"-","177":"2612.7440000000001","178":"203.833","179":"148.30000000000001","180":"52.79","181":"28.038","182":"83.122796457406594","183":"6.4848178659304399","184":"4.7180706240769901","185":"1.6794804332098701","186":"0.89201122156352297","187":"49.718981335020601","188":"41.327807655805103","189":"3.2241853843720341","190":"2.3457766529579249","191":"0.83502056311293893","192":"0.44349889275545712","193":"0","194":"2217.7200000000003","195":"100","196":"64.599999999999994","197":"35.9","198":"135","199":"55.3","200":"42.5","201":"231","202":"8313","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.1911060091867691","214":"5.7000452538842046","215":"5795","216":"5109","217":"9.4327657075748679","218":"15","219":"1","220":"8","221":"6","222":"0.24126472544289115","223":"2.5884383088869711","224":"1","225":"39","226":"1.6154192178554356","227":"(17.9)","228":"(20.5)","229":"(12.8)","230":"..","231":"..","232":"..","233":"(30.8)","234":"1","235":"-1.92080470771099","236":"10","237":"6","238":"0.34705696380748247","239":"135","240":"5","241":"0.33312310253858302","242":"165","243":"163","244":"147","245":"4.7299999999999995","246":"1.84","247":"38.9","248":"0.6","249":"12.7","250":"0","251":"0","252":"0.05","253":"1.1000000000000001","254":"0.01","255":"0.2","256":"0.06","257":"1.3","258":"0.01","259":"0.2","260":"0.04","261":"0.8","262":"0","263":"0","264":"0.04","265":"0.8","266":"0.18","267":"3.8","268":"0.23","269":"4.9000000000000004","270":"0","271":"0","272":"1.67","273":"35.299999999999997","274":"63220","275":"34359","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"77.75","296":"-","297":"80.7962813257882","298":"82.699357483542897","299":"82.028907511340037","300":"77.317611314066625","301":"81.339109079746237"},{"1":"629539","2":"בני ברק","3":"6100","4":"תל אביב","5":"עירייה","6":"0","7":"1950","8":"0","9":"27","10":"501","11":"בני ברק","12":"7.3485409722344235","13":"28903","14":"212395","15":"99.9","16":"99.4","17":"-","18":"-","19":"-","20":"-","21":"108983","22":"103412","23":"16.635043197815392","24":"13.913698533392971","25":"11.242731702723699","26":"10.468231361378564","27":"15.490006826902706","28":"15.480119588502554","29":"7.8608253489959745","30":"2.1846088655570988","31":"6.7247345747310439","32":"48.09858989147579","33":"2.526424821676593","34":"1438","35":"7898","36":"5.77","37":"22.6","38":"2.9","39":"720","40":"5.22","41":"7178","42":"34.084532664086964","43":"1.7250436556981583","44":"3.5664681371972033","45":"200","46":"29.5","47":"47.5","48":"12.5","49":"10.5","50":"-3150","51":"-3320","52":"4097","53":"2453","54":"1643","55":"1285","56":"1927","57":"767","58":"118","59":"7417","60":"4173","61":"3244","62":"2808","63":"2764","64":"1548","65":"297","66":"12839","67":"3330","68":"74.8","69":"334","70":"4.4000000000000004","71":"87","72":"12204","73":"0.17","74":"0.23","75":"4.68","76":"0.66","77":"0.1","78":"82.7339386203858","79":"7190.666666666667","80":"56.283405819263038","81":"12","82":"22","83":"154","84":"264.06861866847237","85":"179.4","86":"273.10491137634597","87":"14062","88":"15.635736921109691","89":"5239","90":"2075","91":"5.879646256060334","92":"36","93":"155","94":"124","95":"105","96":"103","97":"..","98":"13539","99":"11.876800354531355","100":"2639","101":"3035","102":"5533","103":"537","104":"185","105":"24.7","106":"48.9","107":"16.3","108":"10.1","109":"33214","110":"12995","111":"10905","112":"9314","113":"116279","114":"19617","115":"37660","116":"59002","117":"6468.8762509999997","118":"6971.843022","119":"6149.344865","120":"2.6893212702597813","121":"1.5221937129735519","122":"3.4805437509550341","123":"65137","124":"51.9","125":"4289","126":"8596.7104610000006","127":"-0.29117511183920364","128":"48.4","129":"0.40754572100000003","130":"19261","131":"6292","132":"6142","133":"5668","134":"1159","135":"209","136":"113","137":"115","138":"5","139":"110","140":"2213","141":"1495","142":"718","143":"35","144":"683","145":"57412","146":"37643","147":"19769","148":"646","149":"19123","150":"27.31285988483685","151":"1.537947174857907","152":"2.2014894835911285","153":"0.84550345887778633","154":"6.1794414735591205","155":"4.7831253713606658","156":"7.66","157":"8.1999999999999993","158":"2.7","159":"0.8","160":"3100","161":"25.1","162":"5.935483870967742","163":"4.8","164":"21.4","165":"14.709677419354838","166":"28.322580645161288","167":"14.560799737790889","168":"1.7191896454698932","169":"12336.198","170":"129.904","171":"1.1","172":"12206.294","173":"12206.294","174":"-","175":"100","176":"-","177":"9006.1669999999995","178":"613.28399999999999","179":"85.977999999999994","180":"701.75699999999995","181":"62.015000000000001","182":"73.782976225216302","183":"5.0243259747798996","184":"0.70437431705315301","185":"5.7491405663340602","186":"0.50805756440079197","187":"57.4697803620613","188":"42.402914381223702","189":"2.8874691023799994","190":"0.40480237293721605","191":"3.3040184561783468","192":"0.29197956637397304","193":"1","194":"9737.5641399726137","195":"100","196":"410.5","197":"314.60000000000002","198":"1916","199":"180.1","200":"65","201":"406","202":"47943","203":"1.44","204":"22.17","205":"3.18","206":"0.84","207":"0.05","208":"1.04","209":"11.77","210":"3.19","211":"2.4849999999999999","212":"0.05","213":"1.4142294964497681","214":"33.213516183962241","215":"24999","216":"19750","217":"8.5575696202531653","218":"204","219":"3","220":"30","221":"171","222":"0.96868830641874359","223":"8.1603264130565218","224":"3","225":"145","226":"1.3515213936515778","227":"24.8","228":"(12.4)","229":"20","230":"(9.7)","231":"(5.5)","232":"(17.9)","233":"(9.7)","234":"2","235":"-1.5423866895551801","236":"14","237":"2","238":"-1.0260732975176987","239":"27","240":"10","241":"3.99418166541613","242":"252","243":"252","244":"249.5","245":"7.3500000000000014","246":"3.2","247":"43.5","248":"1.1000000000000001","249":"15","250":"0.03","251":"0.4","252":"0.17","253":"2.2999999999999998","254":"0.01","255":"0.1","256":"1.05","257":"14.3","258":"0.41","259":"5.6","260":"0.24","261":"3.3","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0.2","271":"2.7","272":"0.94","273":"12.8","274":"212395","275":"66373","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"70.72","296":"-","297":"77.249541284403662","298":"77.267399067688018","299":"77.036032475930455","300":"73.906761105250567","301":"76.526568961638958"},{"1":"265745","2":"בת ים","3":"6200","4":"תל אביב","5":"עירייה","6":"0","7":"1958","8":"1","9":"25","10":"502","11":"בת ים","12":"9.4106910078970216","13":"15411.1","14":"126290","15":"99.2","16":"78.099999999999994","17":"-","18":"-","19":"-","20":"-","21":"60432","22":"65858","23":"5.854778683981313","24":"6.1635917333122183","25":"5.4636154881621666","26":"4.9964367725077201","27":"10.593871248713279","28":"19.774328925488955","29":"18.111489429091773","30":"5.9276268904901421","31":"23.112677171589201","32":"20.499643677250774","33":"10.371367487528703","34":"838","35":"1544","36":"2.09","37":"2.4","38":"( 1.4)","39":"1421","40":"5.76","41":"123","42":"0.96815032822090763","43":"-1.183711744297554","44":"36.029772745268822","45":"916","46":"20.742358078602621","47":"42.903930131004365","48":"24.344978165938866","49":"12.008733624454148","50":"-1765","51":"-2515","52":"3810","53":"1975","54":"1835","55":"625","56":"946","57":"1794","58":"445","59":"6324","60":"3079","61":"3245","62":"1654","63":"1285","64":"2762","65":"623","66":"6524","67":"629","68":"11.9","69":"590","70":"11.3","71":"10","72":"1200","73":"0.64","74":"0.1","75":"0.02","76":"0.18","77":"-","78":"81.146971024670904","79":"13579.333333333334","80":"59.864381192119012","81":"30","82":"40","83":"361","84":"373.77271008635779","85":"420","86":"359.05963363369636","87":"15158","88":"20.632111939892198","89":"6167","90":"2700","91":"8.3289439920046462","92":"43","93":"183","94":"135","95":"115","96":"117","97":"..","98":"30054","99":"26.708591202502163","100":"3813","101":"9639","102":"5381","103":"638","104":"580","105":"37","106":"49.5","107":"7.2","108":"6.3","109":"18779","110":"13872","111":"4414","112":"493","113":"37602","114":"20514","115":"14194","116":"2894","117":"8233.3259039999994","118":"9678.788869","119":"6924.0454","120":"3.3116328867266231","121":"3.4550092911204366","122":"3.1171660818396063","123":"68837","124":"38.5","125":"5872","126":"9190.4518850000004","127":"1.0998460839208635","128":"43.1","129":"0.37252415100000003","130":"4703","131":"1408","132":"1524","133":"1581","134":"190","135":"46","136":"30","137":"27","138":"11","139":"16","140":"761","141":"448","142":"313","143":"141","144":"172","145":"16932","146":"9648","147":"7284","148":"3568","149":"3716","150":"24.558404558404558","151":"1.4938061695409277","152":"1.9308700834326578","153":"1.0398613518197575","154":"79.064417177914109","155":"64.647239263803684","156":"10.92","157":"27.3","158":"10.5","159":"1.5","160":"1985","161":"32.200000000000003","162":"8.6146095717884137","163":"4.5","164":"16.399999999999999","165":"38.639798488664987","166":"65.94458438287154","167":"9.7518582046883928","168":"3.3608700750469045","169":"9095.7369999999992","170":"373.62700000000001","171":"4.1","172":"8722.1110000000008","173":"8722.1110000000008","174":"-","175":"100","176":"-","177":"7056.3239999999996","178":"253.953","179":"532.00199999999995","180":"460.79700000000003","181":"46.764000000000003","182":"80.901570835497395","183":"2.9116005186818299","184":"6.0994644644472498","185":"5.2830909034625799","186":"0.53615466899637798","187":"69.063599147999497","188":"55.873530180297898","189":"2.0108558804665417","190":"4.2125092049314681","191":"3.6486923058650258","192":"0.3702876689550324","193":"0.9","194":"7312.787687559472","195":"100","196":"348.4","197":"345.1","198":"1575","199":"153.9","200":"85.3","201":"446","202":"53019","203":"7.2990000000000004","204":"99.399000000000001","205":"12.077999999999999","206":"4.5149999999999997","207":"0.309","208":"6.9989999999999997","209":"96.399000000000001","210":"14.781000000000001","211":"2.4950000000000001","212":"0.309","213":"1.6564611091322456","214":"37.032146057804077","215":"40936","216":"34116","217":"7.9210048071286199","218":"234","219":"4","220":"28","221":"202","222":"1.841846965883678","223":"5.7162399843658394","224":"4","225":"350","226":"3.4453905596298666","227":"27.4","228":"18.600000000000001","229":"23.7","230":"19.7","231":"(5.1)","232":"(2.3)","233":"(3.1)","234":"5","235":"-0.131687119252651","236":"112","237":"2","238":"-0.91067125830249118","239":"38","240":"9","241":"2.6834233787625901","242":"243","243":"243","244":"249.5","245":"8.1800000000000015","246":"4.1399999999999997","247":"50.6","248":"0.45","249":"5.5","250":"0.11","251":"1.3","252":"0.78","253":"9.5","254":"0.2","255":"2.4","256":"0.7","257":"8.6","258":"0.3","259":"3.7","260":"0.25","261":"3.1","262":"0","263":"0","264":"0.19","265":"2.2999999999999998","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"1.06","273":"13","274":"126290","275":"30505","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"39.1","296":"30.858011919834482","297":"52.334370114905482","298":"52.010995370370374","299":"52.26287567428718","300":"48.581342801807622","301":"50.758365265908836"},{"1":"66118","2":"גבעת שמואל","3":"0681","4":"המרכז","5":"עירייה","6":"0.41488225443843002","7":"2007","8":"0","9":"15","10":"427","11":"גבעת שמואל","12":"2.5752591122258188","13":"10946.1","14":"28162","15":"99.8","16":"98.7","17":"-","18":"-","19":"-","20":"-","21":"13995","22":"14166","23":"9.1932391165400187","24":"9.6797102478517143","25":"9.7684823521056749","26":"7.7835381009871458","27":"13.017541367800582","28":"18.556920673247639","29":"15.456998792699382","30":"3.5260279809672608","31":"13.013990483630424","32":"33.683687238122289","33":"5.6920673247638662","34":"978","35":"508","36":"2.88","37":"0.2","38":"..","39":"112","40":"3.68","41":"396","42":"14.293253965660474","43":"3.3485448217657421","44":"9.8288473829983669","45":"88","46":"30.681818181818183","47":"39.772727272727273","48":"12.5","49":"17.045454545454543","50":"495","51":"378","52":"1676","53":"834","54":"842","55":"440","56":"509","57":"608","58":"119","59":"1298","60":"638","61":"660","62":"379","63":"428","64":"435","65":"56","66":"1476","67":"297","68":"39","69":"88","70":"7.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1208.6666666666667","80":"43.357902405443738","81":"20","82":"26","83":"32.200000000000003","84":"262.29714351469715","85":"39.799999999999997","86":"296.44066062491453","87":"1878","88":"12.672064777327934","89":"726","90":"307","91":"4.958339024723398","92":"39","93":"197","94":"124","95":"108","96":"103","97":"-","98":"3296","99":"6.4320388349514559","100":"155","101":"645","102":"468","103":"86","104":"67","105":"37.1","106":"49.7","107":"8.6","108":"4.5999999999999996","109":"3641","110":"1959","111":"1473","112":"209","113":"9063","114":"2990","115":"4962","116":"1111","117":"13311.350039999999","118":"16057.342339999999","119":"10772.685680000001","120":"2.5945794342784989","121":"2.6437251868306921","122":"2.7180324209240769","123":"11980","124":"31.8","125":"1160","126":"13834.310939999999","127":"-4.2302754366631774","128":"36.6","129":"0.45502486399999997","130":"1565","131":"485","132":"527","133":"511","134":"42","135":"8","136":"5","137":"6","138":"3","139":"3","140":"182","141":"102","142":"80","143":"41","144":"39","145":"5403","146":"2889","147":"2514","148":"1330","149":"1184","150":"29.175257731958762","151":"0.21352313167259787","152":"..","153":"..","154":"91.284403669724767","155":"87.155963302752298","156":"59.62","157":"69.8","158":"31.9","159":"5.6","160":"490","161":"32.4","162":"6.3265306122448974","163":"4","164":"16.399999999999999","165":"42.04081632653061","166":"73.061224489795919","167":"12.36986301369863","168":"2.6613141380583243","169":"2117.79","170":"61.043999999999997","171":"2.8824387687164501","172":"2056.7460000000001","173":"2056.7460000000001","174":"-","175":"100","176":"-","177":"1668.453","178":"63.734999999999999","179":"170.80099999999999","180":"66.445999999999998","181":"33.762","182":"81.121003760308795","183":"3.0988269820386201","184":"8.3044284515443305","185":"3.2306371326357302","186":"1.6415250108666799","187":"73.032668134365494","188":"59.244833463532402","189":"2.2631560258504368","190":"6.0649456714721968","191":"2.3594204957034304","192":"1.1988495135288686","193":"3.1","194":"1613.260199746418","195":"100","196":"136.80000000000001","197":"130.9","198":"584","199":"62.3","200":"61.5","201":"240","202":"8922","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.3629565169667366","214":"38.288604001419721","215":"10990","216":"9741","217":"7.1142593162919621","218":"17","219":"-","220":"4","221":"13","222":"0.61359928640461636","223":"1.5468607825295724","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.11307383317847","236":"212","237":"3","238":"-0.78706161635956196","239":"46","240":"10","241":"3.8996438472108901","242":"251","243":"251","244":"243","245":"2.5700000000000003","246":"1.21","247":"47.1","248":"0.14000000000000001","249":"5.4","250":"0","251":"0","252":"0.03","253":"1.2","254":"0.06","255":"2.2999999999999998","256":"7.0000000000000007E-2","257":"2.7","258":"0","259":"0","260":"0.23","261":"8.9","262":"0.01","263":"0.4","264":"7.0000000000000007E-2","265":"2.7","266":"0","267":"0","268":"0","269":"0","270":"0.16","271":"6.2","272":"0.59","273":"23.09999999999998","274":"28162","275":"23274","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65.319999999999993","296":"-","297":"78.177752934600335","298":"75.893351034406464","299":"76.156798245614027","300":"74.56834723476598","301":"74.92307692307692"},{"1":"151396","2":"גבעתיים","3":"6300","4":"תל אביב","5":"עירייה","6":"0","7":"1959","8":"0","9":"17","10":"503","11":"גבעתיים","12":"3.2423756361420226","13":"18900","14":"61281","15":"99.9","16":"96.5","17":"-","18":"-","19":"-","20":"-","21":"29325","22":"31955","23":"7.6924332174736048","24":"7.0070658115892366","25":"6.0655015420766629","26":"4.8138901127592568","27":"11.504381455916189","28":"26.048856905076615","29":"16.576100259460517","30":"3.9979765343254843","31":"16.293794161322431","32":"23.782248984187596","33":"8.3190548457107418","34":"720","35":"980","36":"1.89","37":"0.2","38":"..","39":"451","40":"4.3899999999999997","41":"529","42":"8.6479305755660416","43":"0.36048799581648439","44":"8.511610450221113","45":"54","46":"14.814814814814813","47":"38.888888888888893","48":"20.37037037037037","49":"25.925925925925924","50":"-304","51":"-340","52":"3957","53":"2051","54":"1906","55":"494","56":"1386","57":"1925","58":"152","59":"4297","60":"2113","61":"2184","62":"944","63":"780","64":"2320","65":"253","66":"2696","67":"388","68":"15.5","69":"177","70":"7.7","71":"3","72":"412","73":"0.67","74":"-","75":"-","76":"-","77":"-","78":"85.403768475442305","79":"3356.3333333333335","80":"39.410697362287422","81":"22","82":"22","83":"113.8","84":"327.75287138739372","85":"144.80000000000001","86":"328.94881343214723","87":"5527","88":"14.918484128697907","89":"2161","90":"904","91":"5.848918721411752","92":"40","93":"215","94":"125","95":"110","96":"104","97":"..","98":"9360","99":"4.8717948717948714","100":"308","101":"1968","102":"1182","103":"203","104":"186","105":"39.4","106":"51.6","107":"5.7","108":"3.2","109":"7321","110":"5188","111":"2090","112":"43","113":"14786","114":"8021","115":"6527","116":"238","117":"14052.97567","118":"16970.189480000001","119":"11393.289500000001","120":"3.3354884302922772","121":"2.9931919370101756","122":"3.5046727920722276","123":"28542","124":"27.1","125":"3601","126":"13301.28319","127":"0.2798459699923983","128":"33.700000000000003","129":"0.439545309","130":"2590","131":"851","132":"822","133":"829","134":"88","135":"14","136":"10","137":"5","138":"-","139":"5","140":"302","141":"210","142":"92","143":"-","144":"92","145":"8550","146":"5821","147":"2729","148":"-","149":"2729","150":"28.865384615384617","151":"0.54570259208731242","152":"0.48413125336202256","153":"0.60908084163898124","154":"94.965277777777786","155":"90.798611111111114","156":"58.29","157":"55.4","158":"21.7","159":"4.5","160":"777","161":"30.8","162":"8.2368082368082369","163":"3.6","164":"15.8","165":"46.074646074646076","166":"71.04247104247105","167":"13.339009287925697","168":"2.3359637925031915","169":"4438.1409999999996","170":"267.25599999999997","171":"6.0","172":"4170.8850000000002","173":"4170.8850000000002","174":"-","175":"100","176":"-","177":"3496.0079999999998","178":"100.66500000000001","179":"176.8","180":"253.72200000000001","181":"57.529000000000003","182":"83.819333306960004","183":"2.41351655583887","184":"4.23890852900524","185":"6.0831693993001501","186":"1.3792995970879101","187":"68.062744778067895","188":"57.049738903394299","189":"1.6427056135770235","190":"2.8851174934725847","191":"4.140372062663185","192":"0.93878916449086158","193":"0.8","194":"3426.0779057934615","195":"99.9","196":"42.6","197":"31.1","198":"226","199":"71.7","200":"70.5","201":"450","202":"24736","203":"1.3089999999999999","204":"4.8265000000000002","205":"4.4020000000000001","206":"2.431","207":"0.57399999999999995","208":"0.96299999999999997","209":"3.4430000000000001","210":"1.597","211":"1.1160000000000001","212":"0.34","213":"1.3653493250338207","214":"40.16300821647669","215":"24348","216":"20815","217":"6.9852029786211869","218":"66","219":"1","220":"6","221":"59","222":"1.078947860089525","223":"2.7106949236076887","224":"1","225":"33","226":"0.71331794872238263","227":"(30.3)","228":"(18.2)","229":"(36.4)","230":"..","231":"-","232":"..","233":"..","234":"9","235":"1.5333600600994599","236":"242","237":"2","238":"-0.96024536321618115","239":"35","240":"10","241":"4.9728792961100297","242":"255","243":"255","244":"249.5","245":"3.23","246":"2.13","247":"65.900000000000006","248":"0.21","249":"6.5","250":"0.03","251":"0.9","252":"0.09","253":"2.8","254":"0.06","255":"1.9","256":"0.53","257":"16.399999999999999","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0.08","265":"2.5","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"0.1","273":"3.1","274":"61281","275":"28770","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"49.74","296":"-","297":"71.611698817672689","298":"70.716072868633816","299":"70.024524452321586","300":"69.290804904598573","301":"68.973064996655935"},{"1":"88516","2":"דימונה","3":"2200","4":"הדרום","5":"עירייה","6":"129.29538524950999","7":"1969","8":"0","9":"15","10":"607","11":"דימונה","12":"220.45560487225202","13":"162.80000000000001","14":"35892","15":"99.3","16":"90.4","17":"-","18":"-","19":"-","20":"-","21":"17841","22":"18051","23":"8.6927449013707783","24":"8.3723392399420486","25":"7.4194806642148672","26":"7.5392845202273486","27":"14.557561573609718","28":"18.848211300568373","29":"16.636019168616961","30":"4.9175303688844307","31":"13.022400534938148","32":"29.095620193915078","33":"5.0178312715925557","34":"820","35":"667","36":"2.8","37":"2.8","38":"( 4.2)","39":"255","40":"6.44","41":"412","42":"11.579272244065066","43":"1.7666095087968614","44":"15.401760838069764","45":"20","46":"25","47":"30","48":"30","49":"15","50":"109","51":"89","52":"1085","53":"578","54":"507","55":"325","56":"307","57":"407","58":"46","59":"996","60":"543","61":"453","62":"267","63":"289","64":"391","65":"49","66":"2765","67":"302","68":"22.2","69":"210","70":"16.2","71":"8","72":"1165","73":"0.3","74":"1.28","75":"0.11","76":"0.59","77":"1.02","78":"..","79":"3111.3333333333335","80":"77.22130894710989","81":"25","82":"37","83":"60.6","84":"354.8436261608291","85":"64.599999999999994","86":"315.89448495550619","87":"4223","88":"20.395054573553558","89":"1619","90":"667","91":"7.8745136186770424","92":"39","93":"171","94":"122","95":"106","96":"100","97":"..","98":"4914","99":"32.926332926332925","100":"2884","101":"1576","102":"1888","103":"168","104":"237","105":"67.400000000000006","106":"27.3","107":"0.3","108":"4.9000000000000004","109":"6236","110":"3993","111":"1815","112":"428","113":"14463","114":"5926","115":"6006","116":"2531","117":"9563.1284020000003","118":"12206.58698","119":"6704.3127240000003","120":"1.5196779420433293","121":"0.82222269348994903","122":"2.1408789727023203","123":"19341","124":"37.700000000000003","125":"835","126":"9706.2503140000008","127":"2.5191561709576593","128":"46.5","129":"0.40443148200000001","130":"1973","131":"652","132":"637","133":"636","134":"48","135":"24","136":"15","137":"17","138":"7","139":"10","140":"312","141":"175","142":"137","143":"61","144":"76","145":"6848","146":"3629","147":"3219","148":"1554","149":"1665","150":"22.193548387096776","151":"1.1058451816745656","152":"1.6927899686520376","153":"0.50955414012738853","154":"78.658536585365852","155":"64.024390243902445","156":"14.11","157":"27.6","158":"9.6","159":"2.4","160":"801","161":"33.6","162":"4.4943820224719104","163":"3.4","164":"18.3","165":"42.57178526841448","166":"78.027465667915109","167":"9.7078651685393265","168":"3.5166377314814814","169":"3565.6669999999999","170":"169.54300000000001","171":"4.8","172":"3396.1239999999998","173":"3396.1239999999998","174":"-","175":"100","176":"-","177":"2055.16","178":"184.066","179":"415.74900000000002","180":"78.724999999999994","181":"116.538","182":"60.514869303947698","183":"5.4198845507407896","184":"12.2418674936486","185":"2.3180837919934598","186":"3.4315001454599399","187":"94.618003510433795","188":"57.257961162343598","189":"5.1281865544813749","190":"11.583010614883126","191":"2.1933246036831693","192":"3.2468169280918286","193":"0","194":"2461.9653314521515","195":"99.900002653630068","196":"35.700000000000003","197":"21.8","198":"94","199":"49.7","200":"28.7","201":"150","202":"13669","203":"-","204":"-","205":"-","206":"5.1999999999999998E-2","207":"-","208":"-","209":"-","210":"-","211":"5.1999999999999998E-2","212":"-","213":"1.6802519003309686","214":"2.1732684778505198","215":"14036","216":"12201","217":"7.2903040734366034","218":"17","219":"-","220":"6","221":"11","222":"0.47778550521627705","223":"1.2111712738671987","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.31238174232524302","236":"100","237":"6","238":"0.42118061972792686","239":"139","240":"2","241":"-0.96949698874382695","242":"22","243":"23","244":"26","245":"220.52","246":"4.3","247":"1.9","248":"0.28999999999999998","249":"0.1","250":"0.05","251":"0","252":"0.22","253":"0.1","254":"0.19","255":"0.1","256":"0.23","257":"0.1","258":"0.75","259":"0.3","260":"1.03","261":"0.5","262":"0.01","263":"0","264":"0.48","265":"0.2","266":"2.92","267":"1.3","268":"0.62","269":"0.3","270":"3.72","271":"1.7","272":"205.71","273":"93.4","274":"35892","275":"8347","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"63.09","296":"-","297":"60.142463399792391","298":"60.200263692406374","299":"62.224427589140141","300":"56.347734825957673","301":"63.573062088268429"},{"1":"240019","2":"הוד השרון","3":"9700","4":"המרכז","5":"עירייה","6":"7.0025399999485103","7":"1990","8":"0","9":"17","10":"423","11":"הוד השרון","12":"19.268610728997654","13":"3395.2","14":"65363","15":"99.9","16":"97.7","17":"-","18":"-","19":"-","20":"-","21":"31772","22":"33591","23":"7.631228676774322","24":"8.6822820249988517","25":"8.5170509309548219","26":"7.5440233771399718","27":"10.606918287104325","28":"18.152471581781743","29":"19.523277695332222","30":"4.5515046738980773","31":"14.792772669553111","32":"29.542707648057771","33":"5.6928231568318468","34":"893","35":"875","36":"2.37","37":"2.4","38":"( 2.7)","39":"300","40":"3.86","41":"575","42":"8.8562007732012109","43":"1.3557185727742791","44":"7.1600140752413441","45":"59","46":"25.423728813559322","47":"42.372881355932201","48":"18.64406779661017","49":"13.559322033898304","50":"315","51":"197","52":"2455","53":"1206","54":"1249","55":"657","56":"363","57":"1222","58":"213","59":"2258","60":"1112","61":"1146","62":"523","63":"626","64":"969","65":"140","66":"2507","67":"237","68":"11.3","69":"222","70":"8.3000000000000007","71":"7","72":"511","73":"0.46","74":"0.23","75":"-","76":"0.09","77":"0.02","78":"85.762799999999999","79":"3255.6666666666665","80":"42.96926934400323","81":"21","82":"27","83":"88.8","84":"281.67236173202355","85":"103","86":"287.31616637219992","87":"5409","88":"14.875010312680473","89":"2165","90":"862","91":"5.9678041788411713","92":"41","93":"211","94":"127","95":"113","96":"112","97":"..","98":"8765","99":"5.955504848830576","100":"329","101":"1258","102":"1383","103":"189","104":"190","105":"45.9","106":"42.4","107":"9.3000000000000007","108":"2.2999999999999998","109":"6845","110":"4625","111":"2121","112":"99","113":"14356","114":"7091","115":"6704","116":"561","117":"13867.60061","118":"17295.846809999999","119":"10679.072480000001","120":"2.0933699484219748","121":"1.7669369373375599","122":"2.3391614387236803","123":"28596","124":"31.2","125":"3632","126":"13441.11325","127":"1.9964737353989293","128":"33.700000000000003","129":"0.48509491500000002","130":"3322","131":"1022","132":"1087","133":"1075","134":"138","135":"28","136":"17","137":"13","138":"6","139":"7","140":"454","141":"253","142":"201","143":"84","144":"117","145":"12711","146":"6928","147":"5783","148":"2681","149":"3102","150":"28.358078602620086","151":"0.98929614012325651","152":"1.0268300761841669","153":"0.95328884652049573","154":"90.461538461538453","155":"86.358974358974365","156":"56.68","157":"55","158":"18.8","159":"3.5","160":"1304","161":"30.8","162":"7.2852760736196318","163":"3.3","164":"16.399999999999999","165":"47.392638036809814","166":"71.855828220858896","167":"11.207712532865907","168":"2.7940256490459805","169":"6177.5230000000001","170":"319.464","171":"5.2","172":"5858.0590000000002","173":"5400.5349999999999","174":"457.524","175":"92.189836258050661","176":"7.8101637419493386","177":"4192.28","178":"271.649","179":"545.85799999999995","180":"112.63","181":"71.483999999999995","182":"77.627123979383498","183":"5.0300386906112102","184":"10.1074800922501","185":"2.0855341183790101","186":"1.32364663871265","187":"82.623732080840796","188":"64.138426938788001","189":"4.156005691293239","190":"8.3511772715450636","191":"1.7231461224240014","192":"1.0936462524669921","193":"0.3","194":"4263.2458343172766","195":"99.903504039882336","196":"149","197":"85.8","198":"361","199":"63.2","200":"41","201":"144","202":"20729","203":"-","204":"-","205":"1.5529999999999999","206":"0.54800000000000004","207":"-","208":"-","209":"-","210":"1.5529999999999999","211":"0.20799999999999999","212":"-","213":"1.6721021065499648","214":"20.502209198384303","215":"31049","216":"28004","217":"6.6937937437508923","218":"39","219":"1","220":"5","221":"33","222":"0.6006814437475605","223":"1.2560791007761924","224":"1","225":"39","226":"0.87232378332640326","227":"(35.9)","228":"..","229":"(15.4)","230":"..","231":"(15.4)","232":"..","233":"..","234":"9","235":"1.5529052868364901","236":"245","237":"7","238":"0.5904878691292329","239":"145","240":"8","241":"2.1282579698598298","242":"236","243":"236","244":"233","245":"19.34","246":"6.82","247":"35.299999999999997","248":"0.43","249":"2.2000000000000002","250":"0.02","251":"0.1","252":"0.08","253":"0.4","254":"0.16","255":"0.8","256":"0.36","257":"1.9","258":"0.22","259":"1.1000000000000001","260":"0.63","261":"3.3","262":"0.11","263":"0.6","264":"0.28999999999999998","265":"1.5","266":"0.25","267":"1.3","268":"0.87","269":"4.5","270":"4.28","271":"22.1","272":"4.82","273":"24.9","274":"65363","275":"9584","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65","296":"50.58793125726838","297":"76.691861487080331","298":"75.494709283298789","299":"75.587433467480196","300":"74.430922504571541","301":"74.357079818566191"},{"1":"346734","2":"הרצלייה","3":"6400","4":"תל אביב","5":"עירייה","6":"0","7":"1960","8":"1","9":"21","10":"504","11":"הרצלייה","12":"24.069510504409447","13":"4760.2","14":"103318","15":"99.8","16":"95.1","17":"-","18":"-","19":"-","20":"-","21":"50499","22":"52820","23":"7.2533343657445943","24":"7.3878704581970229","25":"6.6493737780444837","26":"5.7434328964943182","27":"11.075514431173659","28":"20.893745523529297","29":"16.813140014324706","30":"4.7803867670686619","31":"19.404169650980467","32":"24.831103970266554","33":"8.3634990998664325","34":"867","35":"1448","36":"2.2200000000000002","37":"1.8","38":"( 1.4)","39":"654","40":"4.18","41":"794","42":"7.8503249568339006","43":"4.3974556317850784","44":"12.725759306219633","45":"566","46":"24.204946996466433","47":"36.219081272084807","48":"19.78798586572438","49":"19.78798586572438","50":"3505","51":"2826","52":"6476","53":"3271","54":"3205","55":"1598","56":"1395","57":"3098","58":"385","59":"3650","60":"1824","61":"1826","62":"725","63":"1036","64":"1606","65":"283","66":"5338","67":"510","68":"14","69":"365","70":"8.9","71":"17","72":"1168","73":"0.66","74":"0.19","75":"-","76":"0.27","77":"0.05","78":"84.784766121544294","79":"6401","80":"42.737023898925756","81":"22","82":"31","83":"213.6","84":"327.60924161979182","85":"238.8","86":"330.32459842300545","87":"8713","88":"14.871392240864326","89":"3452","90":"1456","91":"5.9969077358720009","92":"41","93":"206","94":"128","95":"112","96":"107","97":"..","98":"18623","99":"6.2395961982494761","100":"650","101":"2861","102":"2457","103":"367","104":"369","105":"37.5","106":"47.5","107":"11.6","108":"3.5","109":"12036","110":"8504","111":"3336","112":"196","113":"24588","114":"12940","115":"10537","116":"1111","117":"12760.046319999999","118":"15552.16496","119":"10131.538070000001","120":"3.4619721168866135","121":"3.4967706769724494","122":"3.4472614167717408","123":"45920","124":"32.9","125":"5978","126":"12581.189479999999","127":"3.3409841917788619","128":"36.9","129":"0.49059898000000002","130":"4169","131":"1239","132":"1404","133":"1407","134":"119","135":"33","136":"17","137":"22","138":"12","139":"10","140":"576","141":"299","142":"277","143":"134","144":"143","145":"15352","146":"7891","147":"7461","148":"3847","149":"3614","150":"28.397769516728623","151":"0.81766148814390838","152":"0.95164609053497939","153":"0.66666666666666674","154":"87.119234116623147","155":"80.417754569190606","156":"48.73","157":"50.1","158":"19.8","159":"3.5","160":"1665","161":"30.9","162":"9.3093093093093096","163":"3.3","164":"15.9","165":"44.144144144144143","166":"71.051051051051047","167":"10.716178521617852","168":"2.9092210581115379","169":"11905.044","170":"255.434","171":"2.1","172":"11649.609","173":"11569.956","174":"79.653000000000006","175":"99.316260313972776","176":"0.68373968602723068","177":"8443.9709999999995","178":"458.149","179":"982.24300000000005","180":"1058.1179999999999","181":"178.709","182":"72.981882816311696","183":"3.95981661121413","184":"8.4896008670733796","185":"9.1453942560710004","186":"1.54459546299013","187":"111.981765389082","188":"81.726393728223002","189":"4.4342721641502125","190":"9.5068041037553233","191":"10.241173054587689","192":"1.7296651180797522","193":"1.3","194":"7849.8740500994882","195":"99.199999903193302","196":"288.3","197":"265.3","198":"1172","199":"395.6","200":"360.2","201":"2182","202":"39605","203":"0.185","204":"0.73799999999999999","205":"3.9529999999999998","206":"4.0789999999999997","207":"0.21","208":"0.16500000000000001","209":"1.32","210":"5.5419999999999998","211":"5.6509999999999998","212":"0.21","213":"2.1973563006357808","214":"18.807539076735861","215":"50571","216":"45009","217":"6.843853451531916","218":"97","219":"-","220":"15","221":"82","222":"0.95904473654016154","223":"1.9180953510905461","224":"-","225":"86","226":"1.1591555632592974","227":"24.4","228":"24.4","229":"25.6","230":"(11.6)","231":"(5.8)","232":"..","233":"..","234":"8","235":"1.2469367713378501","236":"225","237":"8","238":"0.94408385165294739","239":"164","240":"8","241":"2.1274916816227001","242":"235","243":"235","244":"249.5","245":"21.669999999999998","246":"10.63","247":"49.1","248":"0.51","249":"2.4","250":"0.01","251":"0","252":"0.14000000000000001","253":"0.6","254":"0.42","255":"1.9","256":"0.61","257":"2.8","258":"0.37","259":"1.7","260":"0.9","261":"4.2","262":"0","263":"0","264":"0.52","265":"2.4","266":"0.01","267":"0","268":"0.32","269":"1.5","270":"1.45","271":"6.7","272":"5.78","273":"26.7","274":"103318","275":"9719","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"52.5","296":"-","297":"67.810273947235217","298":"66.462469645014465","299":"66.352254360359936","300":"65.322102968701884","301":"65.638915126163809"},{"1":"210569","2":"חדרה","3":"6500","4":"חיפה","5":"עירייה","6":"32.909416236580597","7":"1952","8":"1","9":"21","10":"302","11":"חדרה","12":"56.275143229175633","13":"1972.1","14":"100631","15":"99.1","16":"92.3","17":"-","18":"-","19":"-","20":"-","21":"49300","22":"51331","23":"8.2618676153471586","24":"8.2290745396547784","25":"7.2413073506176033","26":"6.3668253321541073","27":"12.212936371495861","28":"19.859685385219265","29":"16.514791664596398","30":"5.1644125567668011","31":"16.150092913714463","32":"27.519352883306336","33":"6.4085619739444111","34":"860","35":"1636","36":"2.5299999999999998","37":"3.8","38":"( 2.3)","39":"804","40":"5.51","41":"832","42":"8.3392257473393148","43":"1.7413163271577901","44":"23.358607188639681","45":"269","46":"24.907063197026023","47":"32.713754646840151","48":"23.42007434944238","49":"18.959107806691449","50":"901","51":"630","52":"3513","53":"1716","54":"1797","55":"905","56":"797","57":"1499","58":"312","59":"2883","60":"1494","61":"1389","62":"828","63":"671","64":"1217","65":"167","66":"5423","67":"593","68":"16.5","69":"450","70":"11.5","71":"21","72":"1574","73":"0.31","74":"-","75":"0.56000000000000005","76":"0.61","77":"0.11","78":"81.564862321982801","79":"7844.333333333333","80":"61.857789834564684","81":"29","82":"37","83":"178.6","84":"331.31099725825658","85":"201.2","86":"322.19863256174756","87":"10405","88":"18.184836939424656","89":"4092","90":"1690","91":"7.1937134117398864","92":"40","93":"181","94":"126","95":"110","96":"109","97":"10","98":"16034","99":"21.292253960334289","100":"2665","101":"4516","102":"3291","103":"405","104":"396","105":"53.7","106":"15.2","107":"21","108":"10.1","109":"11355","110":"7567","111":"3304","112":"484","113":"24854","114":"11311","115":"10719","116":"2824","117":"9439.2602810000008","118":"11524.34519","119":"7491.5172830000001","120":"2.5102832042373624","121":"2.5788159037851477","122":"2.4668691452511826","123":"48802","124":"37.1","125":"4157","126":"9712.5458529999996","127":"0.60068281940861556","128":"41.8","129":"0.40789518400000002","130":"5291","131":"1598","132":"1747","133":"1711","134":"235","135":"49","136":"33","137":"25","138":"7","139":"18","140":"734","141":"440","142":"294","143":"129","144":"165","145":"17529","146":"10198","147":"7331","148":"3261","149":"4070","150":"26.392441860465116","151":"0.91224463574457149","152":"1.0005130836326321","153":"0.82368082368082363","154":"75.52","155":"63.44","156":"24.21","157":"30.9","158":"11.1","159":"2.2999999999999998","160":"1866","161":"30.5","162":"6.0557341907824229","163":"3.3","164":"16.8","165":"37.620578778135048","166":"72.40085744908896","167":"10.767441860465116","168":"2.8413663749005345","169":"12281.263000000001","170":"726.31899999999996","171":"5.9","172":"11554.941000000001","173":"11407.401","174":"147.54","175":"98.723143631802188","176":"1.2768563681978125","177":"6220.4059999999999","178":"241.24799999999999","179":"519.65499999999997","180":"947.34299999999996","181":"62.182000000000002","182":"54.5295589653104","183":"2.1148373661242101","184":"4.5554193671793097","185":"8.3046341314174796","186":"0.54510220644455198","187":"113.359842989168","188":"61.814627844579199","189":"2.3973765278743913","190":"5.1640166948226174","191":"9.4141210374639765","192":"0.61792705952499249","193":"0","194":"6903.9527022136099","195":"100","196":"264.39999999999998","197":"225.5","198":"1170","199":"170.8","200":"159","201":"915","202":"35912","203":"0.45","204":"5.85","205":"4.0430000000000001","206":"2.766","207":"0.63","208":"-","209":"-","210":"2.6789999999999998","211":"2.766","212":"-","213":"2.0247395726601871","214":"18.996343383734164","215":"40792","216":"36179","217":"7.5720998369219714","218":"162","219":"1","220":"37","221":"124","222":"1.6237434748425106","223":"3.9713669346930769","224":"1","225":"240","226":"3.375667960297644","227":"31.7","228":"14.6","229":"27.1","230":"16.7","231":"(4.2)","232":"(2.9)","233":"(2.9)","234":"6","235":"0.23991544046744701","236":"150","237":"8","238":"1.0704510700253074","239":"169","240":"6","241":"0.78025705783728805","242":"189","243":"188","244":"184","245":"50.949999999999996","246":"9.57","247":"18.8","248":"0.66","249":"1.3","250":"0.19","251":"0.4","252":"0.22","253":"0.4","254":"0.27","255":"0.5","256":"1.02","257":"2","258":"0.96","259":"1.9","260":"1.27","261":"2.5","262":"0.03","263":"0.1","264":"0.28999999999999998","265":"0.6","266":"1.73","267":"3.4","268":"7.76","269":"15.2","270":"11.02","271":"21.6","272":"15.96","273":"31.3","274":"100631","275":"10515","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"56.23","296":"-","297":"62.832127600481414","298":"62.293117750069129","299":"63.025418636850496","300":"59.077227824655274","301":"62.748156374390142"},{"1":"547081","2":"חולון","3":"6600","4":"תל אביב","5":"עירייה","6":"0","7":"1950","8":"0","9":"27","10":"505","11":"חולון","12":"19.041558811713799","13":"10369.700000000001","14":"197464","15":"99.8","16":"91.4","17":"-","18":"-","19":"-","20":"-","21":"95420","22":"102045","23":"7.1091439452254592","24":"7.6520277113803026","25":"7.3486812786128102","26":"6.3434347526637769","27":"11.278511526151602","28":"19.951484827614149","29":"17.366203459871166","30":"4.8565814528217803","31":"18.094437467082606","32":"25.94295669083985","33":"7.9487906656403196","34":"871","35":"2735","36":"2.29","37":"4.2","38":"1.5","39":"1564","40":"5","41":"1171","42":"5.9334590856826814","43":"0.11051678137019394","44":"17.39101810963011","45":"302","46":"26.158940397350992","47":"30.794701986754969","48":"28.476821192052981","49":"14.569536423841059","50":"-1574","51":"-1912","52":"5006","53":"2483","54":"2523","55":"1201","56":"1182","57":"2216","58":"407","59":"6918","60":"3471","61":"3447","62":"1997","63":"1484","64":"2909","65":"528","66":"9167","67":"1074","68":"15.4","69":"705","70":"8.5","71":"10","72":"982","73":"0.37","74":"-","75":"-","76":"0.1","77":"0.02","78":"82.773007092663207","79":"16074.666666666666","80":"57.057490660900726","81":"26","82":"32","83":"428.2","84":"350.90783651216077","85":"469.2","86":"326.93618411060316","87":"20655","88":"18.527156119657352","89":"8316","90":"3553","91":"7.4449418084153978","92":"42","93":"189","94":"133","95":"114","96":"114","97":"15","98":"35989","99":"15.529745199922198","100":"3295","101":"10934","102":"6481","103":"949","104":"815","105":"37.799999999999997","106":"51.5","107":"5.4","108":"5.3","109":"25693","110":"17598","111":"7374","112":"721","113":"54219","114":"26443","115":"23698","116":"4078","117":"10046.34974","118":"12026.622649999999","119":"8272.2473549999995","120":"3.2012752161717506","121":"3.5804287317526162","122":"2.6989165886777355","123":"96404","124":"34.299999999999997","125":"9984","126":"10748.68917","127":"2.5335614259822004","128":"37.299999999999997","129":"0.40997605799999998","130":"8930","131":"2744","132":"2946","133":"2978","134":"262","135":"60","136":"39","137":"41","138":"17","139":"24","140":"1156","141":"636","142":"520","143":"231","144":"289","145":"29470","146":"16141","147":"13329","148":"6520","149":"6809","150":"27.390990990990989","151":"0.73791183895397761","152":"1.1336135524137052","153":"0.32903395630429061","154":"82.189607298690987","155":"69.773899246330814","156":"24.6","157":"39.700000000000003","158":"15.5","159":"2.5","160":"3141","161":"32.299999999999997","162":"7.6090417064629099","163":"4","164":"16","165":"43.075453677172874","166":"67.494428525947143","167":"10.829428989751099","168":"3.0304873926857296","169":"15112.163","170":"829.64499999999998","171":"5.5","172":"14282.518","173":"14282.518","174":"-","175":"100","176":"-","177":"11237.875","178":"498.34699999999998","179":"786.70100000000002","180":"1084.604","181":"167.61500000000001","182":"78.682729473892493","183":"3.4892096757728601","184":"5.5081393911073704","185":"7.59392706524158","186":"1.1735675740090099","187":"72.329730988939801","188":"56.911006563221697","189":"2.5237359721265649","190":"3.9840224040837824","191":"5.4926670177855206","192":"0.84883826925414252","193":"0","194":"11675.862669296579","195":"99.900060380977422","196":"194.6","197":"151.30000000000001","198":"791","199":"284.5","200":"138.69999999999999","201":"738","202":"68471","203":"0.44","204":"3.4375","205":"3.1150000000000002","206":"3.9550000000000001","207":"0.41899999999999998","208":"1.383","209":"13.108000000000001","210":"2.3580000000000001","211":"3.145","212":"1.9059999999999999","213":"1.8224558276355487","214":"36.323295541110198","215":"106104","216":"91140","217":"5.6613780996269476","218":"329","219":"5","220":"28","221":"296","222":"1.6670435859859967","223":"3.1007313579129909","224":"7","225":"307","226":"2.114572642802532","227":"27.7","228":"21.8","229":"24.1","230":"16","231":"(5.9)","232":"(2.3)","233":"(2.3)","234":"7","235":"0.44584222429297599","236":"166","237":"5","238":"-0.16027694469773598","239":"100","240":"9","241":"3.04956408875465","242":"247","243":"247","244":"249.5","245":"19.050000000000004","246":"8.2200000000000006","247":"43.1","248":"0.59","249":"3.1","250":"0.13","251":"0.7","252":"0.05","253":"0.3","254":"0.53","255":"2.8","256":"1.49","257":"7.8","258":"1.65","259":"8.6999999999999993","260":"0.96","261":"5","262":"0","263":"0","264":"0.22","265":"1.2","266":"0","267":"0","268":"0.16","269":"0.8","270":"0.14000000000000001","271":"0.7","272":"4.91","273":"25.8","274":"197464","275":"24022","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"46.67","296":"-","297":"64.371972263559513","298":"63.942796195669324","299":"63.933136552731121","300":"61.040167752790651","301":"64.082687338501287"},{"1":"640268","2":"חיפה","3":"4000","4":"חיפה","5":"עירייה","6":"79.647755976194802","7":"1877","8":"1","9":"31","10":"304","11":"חיפה","12":"72.929670270692682","13":"4304","14":"282832","15":"87.8","16":"85.3","17":"12.2","18":"49.9","19":"48.4","20":"1.4","21":"136494","22":"146338","23":"6.7036261809130506","24":"6.8789953046331389","25":"6.2263110256265204","26":"5.7136391921706169","27":"12.972011653561125","28":"18.934915426825818","29":"16.366606324602589","30":"5.2324348022854554","31":"20.971460089381683","32":"23.189384510946429","33":"9.808296090965662","34":"869","35":"3838","36":"2.12","37":"6.2","38":"1.6","39":"2734","40":"4.97","41":"1104","42":"3.8971499955568962","43":"-0.31880504994229852","44":"24.053501725405894","45":"2011","46":"21.730482347090998","47":"44.803580308304326","48":"22.77473893585281","49":"10.691198408751864","50":"-1661","51":"-3532","52":"7991","53":"4094","54":"3897","55":"1422","56":"2785","57":"3277","58":"507","59":"11523","60":"5834","61":"5689","62":"2729","63":"2931","64":"4861","65":"1002","66":"17923","67":"1470","68":"13","69":"1051","70":"9.1999999999999993","71":"73","72":"9583","73":"0.89","74":"1.48","75":"0.28000000000000003","76":"0.54","77":"0.18","78":"83.164444392122803","79":"21987","80":"47.96689937821516","81":"26","82":"35","83":"677.6","84":"340.73420144198496","85":"831.8","86":"353.25672720693052","87":"21689","88":"13.523759641345082","89":"8599","90":"3789","91":"5.3518304143794264","92":"40","93":"174","94":"126","95":"111","96":"108","97":"12","98":"56704","99":"21.250705417607225","100":"8921","101":"11901","102":"11282","103":"1322","104":"1320","105":"48.7","106":"38.200000000000003","107":"9.5","108":"3.6","109":"35149","110":"25160","111":"8545","112":"1444","113":"73783","114":"37767","115":"27373","116":"8643","117":"10798.16101","118":"13280.17409","119":"8424.9508210000004","120":"2.9561736067432287","121":"3.1262207854664048","122":"2.6917729996283057","123":"137442","124":"37.700000000000003","125":"11621","126":"11029.107540000001","127":"-0.47223321438221166","128":"42.2","129":"0.473584016","130":"11697","131":"3580","132":"3727","133":"3845","134":"545","135":"124","136":"78","137":"71","138":"22","139":"49","140":"1857","141":"1091","142":"766","143":"245","144":"521","145":"44319","146":"25761","147":"18558","148":"6280","149":"12278","150":"26.608426270136306","151":"1.1033355468151402","152":"1.2901290129012901","153":"0.90833159323449575","154":"76.808444582427811","155":"66.625271654765612","156":"35.619999999999997","157":"46.2","158":"24.2","159":"4.7","160":"4965","161":"30.5","162":"6.666666666666667","163":"3.7","164":"17.100000000000001","165":"45.659617321248739","166":"73.172205438066456","167":"9.6885820731974572","168":"3.1644235336696149","169":"27886.732","170":"2252.6","171":"8.1","172":"25634.132000000001","173":"25634.132000000001","174":"-","175":"100","176":"-","177":"13634.962","178":"805.327","179":"1035.249","180":"1598.472","181":"245.53899999999999","182":"53.190652213228802","183":"3.1416199308016401","184":"4.03855687409271","185":"6.2357172850635196","186":"0.95785962247522205","187":"104.326350875622","188":"55.491866461005003","189":"3.2775374321865933","190":"4.2132790147775232","191":"6.5054962944271928","192":"0.99929999063940966","193":"0.2","194":"22400.874736167294","195":"99.990128510488802","196":"108.9","197":"70.400000000000006","198":"566","199":"149.30000000000001","200":"115.7","201":"1017","202":"124808","203":"15.7","204":"267.95999999999998","205":"5.7850000000000001","206":"1.9","207":"-","208":"16.7","209":"278.56100000000004","210":"5.7850000000000001","211":"1.9","212":"-","213":"1.8051859859692567","214":"27.915059136322391","215":"133604","216":"118940","217":"6.1657726584832693","218":"424","219":"9","220":"60","221":"355","222":"1.4967315200327211","223":"3.173557677913835","224":"9","225":"482","226":"2.208130501428871","227":"20.100000000000001","228":"15.8","229":"21.6","230":"25.1","231":"6.4","232":"6.2","233":"4.8","234":"7","235":"0.43715788936632899","236":"165","237":"9","238":"1.8893681648599678","239":"196","240":"6","241":"0.90784806470450696","242":"198","243":"217","244":"125","245":"65.56","246":"20.309999999999999","247":"31","248":"2.23","249":"3.4","250":"0.33","251":"0.5","252":"1.03","253":"1.6","254":"1.01","255":"1.5","256":"4.47","257":"6.8","258":"3.77","259":"5.8","260":"2.87","261":"4.4000000000000004","262":"0","263":"0","264":"1.05","265":"1.6","266":"10.67","267":"16.3","268":"0.03","269":"0","270":"1.79","271":"2.7","272":"16","273":"24.4","274":"282832","275":"13926","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"48.89","296":"-","297":"58.743837396012367","298":"58.288610854085363","299":"58.282156978211496","300":"55.111057750030014","301":"55.528796803689019"},{"1":"89771","2":"טבריה","3":"6700","4":"הצפון","5":"עירייה","6":"113.77774800412","7":"1877","8":"0","9":"15","10":"207","11":"טבריה","12":"16.195577273065691","13":"2883.2","14":"46698","15":"98.5","16":"93.9","17":"-","18":"-","19":"-","20":"-","21":"23369","22":"23329","23":"11.26386569017945","24":"8.8354961668593948","25":"7.3878966979313887","26":"7.0388453466957897","27":"15.204077262409525","28":"16.43967621739689","29":"14.636601139235085","30":"5.2593258811940551","31":"13.934215598098419","32":"31.851471155081587","33":"5.3064371065141973","34":"940","35":"1076","36":"3.51","37":"2.8","38":"( 2.8)","39":"326","40":"5.79","41":"750","42":"16.204827365552077","43":"1.8124330613090791","44":"11.092552143560752","45":"52","46":"30.76923076923077","47":"51.923076923076927","48":"7.6923076923076925","49":"9.6153846153846168","50":"283","51":"221","52":"1788","53":"919","54":"869","55":"595","56":"631","57":"497","58":"65","59":"1567","60":"825","61":"742","62":"482","63":"403","64":"596","65":"86","66":"2529","67":"386","68":"23.7","69":"180","70":"10.6","71":"18","72":"1116","73":"0.57999999999999996","74":"0.26","75":"0.61","76":"0.86","77":"0.12","78":"..","79":"2994","80":"54.953311992077971","81":"21","82":"36","83":"89","84":"374.57961387201772","85":"77.400000000000006","86":"285.33687980281763","87":"5907","88":"23.239436619718308","89":"2360","90":"1028","91":"9.3118686868686869","92":"39","93":"164","94":"126","95":"112","96":"110","97":"..","98":"6629","99":"21.81324483330819","100":"2715","101":"1726","102":"3145","103":"257","104":"203","105":"72.8","106":"8.1999999999999993","107":"8.6","108":"10.5","109":"6573","110":"4245","111":"1836","112":"492","113":"15312","114":"6310","115":"6023","116":"2979","117":"7508.2308800000001","118":"9051.3130139999994","119":"6059.3909439999998","120":"5.6802257525024658","121":"6.1098645674160235","122":"5.3158631856090821","123":"22350","124":"44.6","125":"1742","126":"8512.4772929999999","127":"4.425993773163639","128":"46.1","129":"0.39798590299999997","130":"2850","131":"994","132":"883","133":"850","134":"123","135":"38","136":"23","137":"21","138":"5","139":"16","140":"428","141":"235","142":"193","143":"65","144":"128","145":"8975","146":"4952","147":"4023","148":"1458","149":"2565","150":"23.005405405405405","151":"1.1221294363256786","152":"1.3116474291710387","153":"0.93457943925233633","154":"75","155":"48.726114649681527","156":"11.43","157":"26.7","158":"7.9","159":"2","160":"1088","161":"31.4","162":"6.5257352941176476","163":"3.6","164":"16.7","165":"35.294117647058826","166":"69.577205882352942","167":"9.0220440881763526","168":"3.5269880053309639","169":"4627.76","170":"489.73","171":"10.6","172":"4138.03","173":"4138.03","174":"-","175":"100","176":"-","177":"2595.0169999999998","178":"153.97900000000001","179":"245.143","180":"290.75400000000002","181":"38.479999999999997","182":"62.711410985420599","183":"3.72107017107174","184":"5.9241474808060799","185":"7.0263869522453897","186":"0.92991109295969299","187":"88.612574414321799","188":"55.570195725726997","189":"3.297336074350079","190":"5.249539594843462","191":"6.2262623666966466","192":"0.82401815923594157","193":"0.7","194":"3009.9947200250317","195":"95.000011162851848","196":"50.2","197":"35.299999999999997","198":"215","199":"35.9","200":"35.9","201":"284","202":"17487","203":"1.2","204":"6.1","205":"25.103000000000002","206":"24.745000000000001","207":"-","208":"-","209":"-","210":"24.616","211":"29.178000000000001","212":"-","213":"2.5532278317568777","214":"6.7077978014681214","215":"16464","216":"14257","217":"7.4399242477379532","218":"51","219":"-","220":"7","221":"44","222":"1.1019282608575411","223":"3.0976676384839652","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.58163279539188595","236":"81","237":"6","238":"0.38764026040579208","239":"138","240":"3","241":"-0.56194454190272103","242":"54","243":"67","244":"47","245":"16.220000000000002","246":"4.29","247":"26.4","248":"0.49","249":"3","250":"0","251":"0","252":"0.21","253":"1.3","254":"0.49","255":"3","256":"0.67","257":"4.0999999999999996","258":"0.23","259":"1.4","260":"0.38","261":"2.2999999999999998","262":"0","263":"0","264":"0.12","265":"0.7","266":"3.83","267":"23.6","268":"0.41","269":"2.5","270":"2.17","271":"13.4","272":"2.93","273":"18.29999999999999","274":"46698","275":"10885","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"64.05","296":"-","297":"59.318175268724247","298":"59.882836056629237","299":"60.611505661561281","300":"55.680825276924374","301":"61.737779957495512"},{"1":"78444","2":"טייבה","3":"2730","4":"המרכז","5":"עירייה","6":"20.610403797740101","7":"1990","8":"0","9":"15","10":"402","11":"טייבה","12":"18.909047127950529","13":"2400.6999999999998","14":"45388","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"22851","22":"22537","23":"9.4782761963514588","24":"9.3350665374107695","25":"10.207543844187891","26":"10.465321230281132","27":"17.612584824182605","28":"17.962897682206751","29":"15.640697981845422","30":"3.3290737639904822","31":"5.9663347140213272","32":"35.27143738433066","33":"2.1591610117211597","34":"833","35":"830","36":"2.46","37":"2.8","38":"( 3.4)","39":"197","40":"6.62","41":"633","42":"14.070877503886013","43":"1.8001122735799129","44":"5.5080638054111224E-2","45":"3","46":"100","47":"0","48":"0","49":"0","50":"128","51":"98","52":"302","53":"113","54":"189","55":"126","56":"106","57":"69","58":"1","59":"204","60":"76","61":"128","62":"62","63":"79","64":"62","65":"1","66":"5","67":"416","68":"31.5","69":"153","70":"8.6","71":"2","72":"51","73":"-","74":"7.0000000000000007E-2","75":"-","76":"-","77":"0.04","78":"..","79":"2927.6666666666665","80":"94.564775480017943","81":"31","82":"48","83":"34.200000000000003","84":"280.49597617267835","85":"37.200000000000003","86":"235.1039579359373","87":"4296","88":"16.888784054723434","89":"1812","90":"966","91":"7.2159611325713833","92":"38","93":"152","94":"125","95":"120","96":"120","97":"-","98":"2891","99":"18.851608439986165","100":"1735","101":"1312","102":"1635","103":"165","104":"120","105":"71.599999999999994","106":"11.4","107":"12.1","108":"4.9000000000000004","109":"6507","110":"4005","111":"2201","112":"301","113":"14956","114":"6084","115":"7260","116":"1612","117":"6533.4012300000004","118":"7414.0361919999996","119":"5558.272191","120":"3.6337403685261727","121":"2.7781142653306334","122":"5.1697066332871966","123":"19364","124":"51.9","125":"1763","126":"8478.2759740000001","127":"0.13864054413088578","128":"42.9","129":"0.37262126800000001","130":"2415","131":"786","132":"778","133":"813","134":"38","135":"16","136":"12","137":"8","138":"4","139":"4","140":"389","141":"205","142":"184","143":"96","144":"88","145":"10487","146":"4991","147":"5496","148":"2790","149":"2706","150":"27.549707602339183","151":"1.9435276861019435","152":"3.5192811681018341","153":"0.43118936399568808","154":"86.726659167604055","155":"70.52868391451068","156":"15.08","157":"36.799999999999997","158":"19.5","159":"3.4","160":"959","161":"31.8","162":"4.4838373305526593","163":"2.8","164":"19","165":"47.13242961418144","166":"67.778936392075067","167":"11.725446428571429","168":"2.7363411383971066","169":"5638.9250000000002","170":"1847.84","171":"32.8","172":"3791.085","173":"3783.3960000000002","174":"7.6890000000000001","175":"99.79718207320596","176":"0.20281792679404442","177":"3334.5610000000001","178":"100.417","179":"10.175000000000001","180":"159.97300000000001","181":"122.312","182":"88.136716325755998","183":"2.6541498695880601","184":"0.26893827661709202","185":"4.2282911965863503","186":"3.2328627508196299","187":"83.358582854121195","188":"73.469517703307105","189":"2.2124617181131159","190":"0.2241831361403045","191":"3.5246436204199441","192":"2.6948685747020074","193":"1.4","194":"2516.2672499999999","195":"68","196":"43.2","197":"20.7","198":"100","199":"24.3","200":"18.100000000000001","201":"87","202":"10424","203":"0.76700000000000002","204":"10.738","205":"8.5760000000000005","206":"2.08","207":"-","208":"3.4","209":"40.400000000000006","210":"8.5760000000000005","211":"2.08","212":"0.31","213":"..","214":"..","215":"19968","216":"16306","217":"8.8671041334478105","218":"28","219":"1","220":"9","221":"18","222":"0.62240848358421541","223":"1.4022435897435896","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.73828725938631801","236":"63","237":"4","238":"-0.27988968022662919","239":"92","240":"6","241":"0.923731000460152","242":"199","243":"195","244":"200","245":"18.89","246":"6.08","247":"32.200000000000003","248":"0.14000000000000001","249":"0.7","250":"0.01","251":"0.1","252":"0.04","253":"0.2","254":"0.08","255":"0.4","256":"0.39","257":"2.1","258":"1.01","259":"5.3","260":"0.27","261":"1.4","262":"0.05","263":"0.3","264":"0","265":"0","266":"0","267":"0","268":"5.55","269":"29.4","270":"3.74","271":"19.8","272":"1.53","273":"8.1","274":"45388","275":"7465","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"61.829206303100712","298":"66.617741820004298","299":"70.941919102867018","300":"43.401588823448847","301":"57.713141393913524"},{"1":"45657","2":"טירה","3":"2720","4":"המרכז","5":"עירייה","6":"13.182365896897901","7":"1991","8":"0","9":"15","10":"403","11":"טירה","12":"11.850899768790226","13":"2307.8000000000002","14":"27392","15":"-","16":"-","17":"99.7","18":"99.9","19":"-","20":"-","21":"13768","22":"13624","23":"8.7872371495327108","24":"8.8602511682242984","25":"8.3747079439252339","26":"9.1559579439252339","27":"17.669392523364486","28":"19.859813084112151","29":"15.833089953271028","30":"4.0887850467289724","31":"7.3744158878504669","32":"31.315712616822431","33":"2.7124707943925235","34":"741","35":"438","36":"2.06","37":"1.4","38":"( 3.0)","39":"137","40":"5.97","41":"301","42":"11.060327975421181","43":"1.3174304842429905","44":"0.11317172897196261","45":"3","46":"100","47":"0","48":"0","49":"0","50":"32","51":"20","52":"154","53":"50","54":"104","55":"53","56":"53","57":"48","58":"0","59":"134","60":"53","61":"81","62":"36","63":"59","64":"38","65":"1","66":"7","67":"325","68":"38.1","69":"123","70":"11","71":"3","72":"99","73":"-","74":"-","75":"-","76":"0.1","77":"0.27","78":"..","79":"1854","80":"87.253845284836402","81":"34","82":"56","83":"22.6","84":"276.63484102151114","85":"27","86":"264.20767612589344","87":"2243","88":"13.797982283464567","89":"858","90":"469","91":"5.3245624922427703","92":"37","93":"161","94":"120","95":"108","96":"118","97":"-","98":"2078","99":"28.296438883541867","100":"453","101":"984","102":"1158","103":"90","104":"69","105":"74.099999999999994","106":"17.3","107":"0.7","108":"7.9","109":"3696","110":"2576","111":"1035","112":"85","113":"7686","114":"3866","115":"3357","116":"463","117":"6984.0822950000002","118":"7926.5885850000004","119":"5964.7702660000004","120":"1.040379643230982","121":"0.88356689366029251","122":"1.1223473460474143","123":"11392","124":"48.8","125":"1163","126":"8720.5458350000008","127":"0.43647894697895762","128":"38.299999999999997","129":"0.37288115700000002","130":"1391","131":"441","132":"475","133":"448","134":"27","135":"16","136":"9","137":"11","138":"4","139":"7","140":"249","141":"134","142":"115","143":"52","144":"63","145":"5534","146":"2734","147":"2800","148":"1309","149":"1491","150":"25.604166666666668","151":"0.82987551867219922","152":"1.0107816711590296","153":"0.63920454545454553","154":"70.391061452513966","155":"57.169459962756051","156":"18","157":"32.4","158":"21.3","159":"3.4","160":"603","161":"32.200000000000003","162":"3.3167495854063018","163":"3","164":"19.899999999999999","165":"44.94195688225539","166":"77.611940298507463","167":"9.7557117750439364","168":"3.3166996937488742","169":"2941.4189999999999","170":"990.78","171":"33.7","172":"1950.64","173":"1669.4649999999999","174":"281.17500000000001","175":"85.585500143542632","176":"14.414499856457368","177":"1440.2449999999999","178":"56.792999999999999","179":"-","180":"157.5","181":"14.927","182":"86.269852916952402","183":"3.4018682631861101","184":"-","185":"9.4341600452839707","186":"0.89411877457748501","187":"60.947174357476598","188":"52.5790376752336","189":"2.0733425817757007","190":"-","191":"5.7498539719626169","192":"0.54494012850467288","193":"0","194":"1358.5545","195":"90","196":"18.600000000000001","197":"16","198":"100","199":"22.5","200":"12.9","201":"85","202":"6862","203":"-","204":"-","205":"-","206":"3.6850000000000001","207":"-","208":"1.2","209":"14.399999999999999","210":"1.58","211":"-","212":"-","213":"2.0185737266576127","214":"10.391614680619117","215":"13501","216":"10997","217":"8.3099027007365649","218":"11","219":"-","220":"3","221":"8","222":"0.40419803232436208","223":"0.81475446263239759","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.34857835831770101","236":"96","237":"5","238":"6.5465682770634845E-2","239":"120","240":"6","241":"1.1124041551702799","242":"209","243":"204","244":"218","245":"11.88","246":"6.64","247":"55.9","248":"0.11","249":"0.9","250":"0","251":"0","252":"0.04","253":"0.3","254":"0.03","255":"0.3","256":"0.18","257":"1.5","258":"0.25","259":"2.1","260":"0.16","261":"1.3","262":"0.08","263":"0.7","264":"0.02","265":"0.2","266":"0","267":"0","268":"1.19","269":"10","270":"2.5499999999999998","271":"21.5","272":"0.63","273":"5.3","274":"27392","275":"4125","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"85.92","296":"-","297":"59.648632014770882","298":"67.240901789176306","299":"72.475052089044851","300":"47.098464994384123","301":"62.270303845954757"},{"1":"91600","2":"טירת כרמל","3":"2100","4":"חיפה","5":"עירייה","6":"69.6584891755694","7":"1992","8":"1","9":"13","10":"355","11":"מורדות הכרמל","12":"6.710787250437229","13":"4523.7","14":"26806","15":"99.3","16":"93.1","17":"-","18":"-","19":"-","20":"-","21":"13185","22":"13621","23":"10.180556591807804","24":"8.5391330299186752","25":"6.0023875251809296","26":"5.2077893009027827","27":"11.411624263224651","28":"23.759606058345145","29":"14.963067969857494","30":"5.4166977542341268","31":"14.51913750652839","32":"27.807207341639931","33":"5.1369096470939342","34":"800","35":"514","36":"2.79","37":"0.2","38":"..","39":"209","40":"5.91","41":"305","42":"11.937035527912888","43":"10.331720880933474","44":"18.21234052077893","45":"42","46":"33.333333333333329","47":"19.047619047619047","48":"30.952380952380953","49":"16.666666666666664","50":"2201","51":"2128","52":"2768","53":"1352","54":"1416","55":"745","56":"444","57":"1352","58":"227","59":"640","60":"333","61":"307","62":"198","63":"131","64":"268","65":"43","66":"1855","67":"131","68":"15.5","69":"102","70":"10.6","71":"3","72":"93","73":"-","74":"-","75":"0.04","76":"0.25","77":"0.1","78":"..","79":"1862.6666666666667","80":"65.187571445387761","81":"34","82":"43","83":"..","84":"..","85":"..","86":"..","87":"2726","88":"17.280507131537242","89":"1071","90":"447","91":"7.1007094079427162","92":"40","93":"170","94":"125","95":"109","96":"105","97":"..","98":"4035","99":"20.768277571251549","100":"1092","101":"889","102":"1187","103":"108","104":"118","105":"65.5","106":"22.1","107":"3","108":"9.4","109":"2787","110":"1916","111":"812","112":"59","113":"5809","114":"2879","115":"2604","116":"326","117":"9024.8402920000008","118":"11037.885200000001","119":"7130.73747","120":"5.8599868697519986","121":"5.7126921627928207","122":"6.2538227200721996","123":"11760","124":"36.700000000000003","125":"750","126":"8893.3721299999997","127":"-3.1921568660854827","128":"43.7","129":"0.388946915","130":"1517","131":"507","132":"514","133":"449","134":"47","135":"9","136":"6","137":"6","138":"3","139":"3","140":"145","141":"91","142":"54","143":"26","144":"28","145":"3387","146":"2099","147":"1288","148":"664","149":"624","150":"25.324675324675326","151":"0.85178875638841567","152":"1.2208657047724751","153":"0.46511627906976744","154":"74.350649350649363","155":"60.714285714285708","156":"21.99","157":"31.3","158":"10.7","159":"2.4","160":"484","161":"31.5","162":"6.1983471074380168","163":"4","164":"14.7","165":"38.016528925619838","166":"75.413223140495873","167":"8.2945544554455441","168":"3.8400477469412118","169":"2250.4929999999999","170":"225.09800000000001","171":"10.0","172":"2025.395","173":"2023.375","174":"2.02","175":"99.900266367794927","176":"9.9733632205076056E-2","177":"1502.11","178":"68.05","179":"149.37200000000001","180":"150.13999999999999","181":"54.204999999999998","182":"74.237845184407206","183":"3.3631926854883498","184":"7.3823191449929002","185":"7.4202755297460898","186":"2.6789398900352102","187":"75.482168171304906","188":"56.0363351488473","189":"2.5386107587853464","190":"5.5723345519659775","191":"5.6009848541371339","192":"2.0221219130045514","193":"0","194":"1522.5449987961554","195":"100","196":"46.1","197":"46.1","198":"314","199":"79.400000000000006","200":"67.599999999999994","201":"469","202":"11093","203":"-","204":"-","205":"2.6219999999999999","206":"11.034000000000001","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6879705000420859","214":"18.862615642139634","215":"10380","216":"9461","217":"7.3772328506500369","218":"16","219":"-","220":"5","221":"11","222":"0.62620514244788916","223":"1.5414258188824663","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"1.37216313538487E-2","236":"134","237":"5","238":"1.5889047406578909E-2","239":"114","240":"5","241":"4.9580484646614603E-2","242":"128","243":"129","244":"135","245":"5.97","246":"1.91","247":"32","248":"0.13","249":"2.2000000000000002","250":"0.05","251":"0.8","252":"0.04","253":"0.7","254":"7.0000000000000007E-2","255":"1.2","256":"0.22","257":"3.7","258":"0.3","259":"5","260":"0.19","261":"3.2","262":"0","263":"0","264":"0.04","265":"0.7","266":"0.85","267":"14.2","268":"0.15","269":"2.5","270":"0.14000000000000001","271":"2.2999999999999998","272":"1.88","273":"31.5","274":"26806","275":"14035","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.2","296":"60.74918566775245","297":"64.71327143637356","298":"65.184387617765822","299":"66.379768356178943","300":"62.829785066720987","301":"68.51692419230595"},{"1":"127059","2":"טמרה","3":"8900","4":"הצפון","5":"עירייה","6":"93.378868793267003","7":"1996","8":"0","9":"15","10":"263","11":"שפלת הגליל","12":"29.770120467097442","13":"1189.3","14":"35405","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"17893","22":"17512","23":"8.7981923457138826","24":"8.7162830108741698","25":"9.7952266629007205","26":"10.046603587063974","27":"17.957915548651322","28":"19.186555571246998","29":"16.105069905380596","30":"3.4966812597090806","31":"5.9002965682813162","32":"33.246716565456857","33":"2.1183448665442732","34":"762","35":"599","36":"2.2000000000000002","37":"2.6","38":"( 4.2)","39":"138","40":"5.58","41":"461","42":"13.118477558135037","43":"1.5151174156011677","44":"3.9542437508826439E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"39","51":"33","52":"176","53":"61","54":"115","55":"46","56":"80","57":"49","58":"1","59":"143","60":"46","61":"97","62":"33","63":"62","64":"46","65":"2","66":"5","67":"342","68":"33.700000000000003","69":"97","70":"6.6","71":"8","72":"336","73":"-","74":"-","75":"-","76":"0.52","77":"0.45","78":"..","79":"2077","80":"87.575071870989888","81":"27","82":"42","83":"29.6","84":"301.67243150047722","85":"28.2","86":"226.71841506428248","87":"3106","88":"15.043347701845306","89":"1301","90":"775","91":"6.390922041558186","92":"37","93":"147","94":"120","95":"120","96":"120","97":"..","98":"2038","99":"38.223748773307165","100":"1802","101":"907","102":"1345","103":"143","104":"104","105":"88.6","106":"1.2","107":"1.7","108":"8.5","109":"5093","110":"3308","111":"1658","112":"127","113":"11148","114":"5082","115":"5399","116":"667","117":"6122.4708330000003","118":"7301.6617390000001","119":"4750.3308710000001","120":"1.5888558214286252","121":"1.8690025786170628","122":"2.0124105004718507","123":"14717","124":"54.5","125":"1177","126":"9353.3999870000007","127":"-2.7363175735981238","128":"35.299999999999997","129":"0.37184787200000002","130":"1862","131":"636","132":"594","133":"607","134":"25","135":"22","136":"12","137":"15","138":"6","139":"9","140":"354","141":"176","142":"178","143":"77","144":"101","145":"8199","146":"3967","147":"4232","148":"2008","149":"2224","150":"25.475524475524477","151":"0.50456511292647765","152":"..","153":"..","154":"69.28374655647383","155":"51.515151515151516","156":"14.23","157":"34.9","158":"18.600000000000001","159":"3.4","160":"951","161":"32.1","162":"2.7339642481598316","163":"2.8","164":"18.3","165":"47.949526813880126","166":"79.915878023133544","167":"9.3234960272417702","168":"3.4929388848307767","169":"2839.8429999999998","170":"499.108","171":"17.6","172":"2340.7350000000001","173":"2229.6550000000002","174":"111.08","175":"95.254482032353081","176":"4.7455179676469141","177":"1715.789","178":"136.208","179":"12.821","180":"191.93899999999999","181":"72.489999999999995","182":"76.953116065041499","183":"6.1089271658619797","184":"0.57502169618169596","185":"8.6084618472364607","186":"3.2511756303105201","187":"62.973930972151599","188":"48.460402191718899","189":"3.8470315765689431","190":"0.36211376602835676","191":"5.4210868214426933","192":"2.0473930972151613","193":"0.5","194":"1967.5405042999998","195":"93.000000000050832","196":"10.7","197":"9.6999999999999993","198":"46","199":"18.100000000000001","200":"14.8","201":"74","202":"8013","203":"-","204":"-","205":"2.4","206":"0.5","207":"0.183","208":"-","209":"-","210":"2.4","211":"0.47099999999999997","212":"0.183","213":"1.8139677611875134","214":"10.01703973482552","215":"15710","216":"13053","217":"8.6846701907607446","218":"9","219":"-","220":"1","221":"8","222":"0.25610910634103112","223":"0.57288351368555068","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.88321082921055205","236":"49","237":"6","238":"0.2504104950434215","239":"126","240":"4","241":"-4.7869043307893801E-2","242":"120","243":"142","244":"85","245":"29.710000000000004","246":"4.99","247":"16.8","248":"0.15","249":"0.5","250":"0.04","251":"0.1","252":"0.04","253":"0.1","254":"0.15","255":"0.5","256":"0.43","257":"1.4","258":"0.21","259":"0.7","260":"0.28999999999999998","261":"1","262":"0.23","263":"0.8","264":"0","265":"0","266":"5.94","267":"20","268":"5.19","269":"17.5","270":"8.3000000000000007","271":"27.9","272":"3.75","273":"12.699999999999994","274":"35405","275":"7095","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"91.03","296":"86.553444804342121","297":"58.525511350865365","298":"72.422041105598865","299":"80.232558139534888","300":"52.372665534804753","301":"63.51467167285638"},{"1":"167551","2":"יבנה","3":"2660","4":"המרכז","5":"עירייה","6":"14.7045742668973","7":"1986","8":"0","9":"15","10":"404","11":"יבנה","12":"29.179850385943677","13":"1837.8","14":"53595","15":"99.9","16":"96.8","17":"-","18":"-","19":"-","20":"-","21":"26611","22":"26985","23":"11.293963989178096","24":"11.467487638772274","25":"8.1033678514786835","26":"5.7206828995242089","27":"10.79205149734117","28":"22.929377740460865","29":"13.676648941132568","30":"4.2447989551264111","31":"11.771620486985727","32":"34.385670305065773","33":"3.3603880959044687","34":"936","35":"1007","36":"2.75","37":"2","38":"( 2.0)","39":"210","40":"4.8","41":"797","42":"15.411272074293004","43":"7.5438486382387424","44":"9.9766769288179873","45":"36","46":"30.555555555555557","47":"38.888888888888893","48":"16.666666666666664","49":"13.888888888888889","50":"2942","51":"2880","52":"4215","53":"2043","54":"2172","55":"1681","56":"570","57":"1799","58":"165","59":"1335","60":"697","61":"638","62":"420","63":"267","64":"580","65":"68","66":"3464","67":"304","68":"22.3","69":"176","70":"8.5","71":"2","72":"132","73":"0.26","74":"-","75":"-","76":"-","77":"-","78":"..","79":"2797","80":"57.875026556742668","81":"24","82":"34","83":"62","84":"300.8254605729386","85":"67.599999999999994","86":"304.55632717034462","87":"4670","88":"15.994246181245291","89":"1776","90":"738","91":"6.25","92":"40","93":"193","94":"128","95":"106","96":"103","97":"..","98":"6014","99":"13.219155304289989","100":"771","101":"1459","102":"1340","103":"187","104":"200","105":"48.4","106":"40.200000000000003","107":"7.1","108":"4.4000000000000004","109":"5630","110":"3624","111":"1786","112":"220","113":"12478","114":"5502","115":"5772","116":"1204","117":"10496.53867","118":"12937.747020000001","119":"8153.6450560000003","120":"3.4280918360448887","121":"2.6811704466897179","122":"4.4177895236569675","123":"23260","124":"32.9","125":"1944","126":"11591.36321","127":"1.6613036903705192","128":"33.799999999999997","129":"0.41501019900000002","130":"3832","131":"1242","132":"1225","133":"1237","134":"128","135":"27","136":"19","137":"12","138":"5","139":"7","140":"381","141":"255","142":"126","143":"65","144":"61","145":"9672","146":"6257","147":"3415","148":"1890","149":"1525","150":"26.812785388127853","151":"2.2460172368764688","152":"3.3070866141732282","153":"1.1954261954261955","154":"87.033747779751337","155":"72.824156305506222","156":"32.590000000000003","157":"44.6","158":"14.1","159":"2.5","160":"1027","161":"31.9","162":"7.7896786757546259","163":"3.9","164":"15.2","165":"37.195715676728334","166":"73.222979552093477","167":"11.485207100591715","168":"2.8063884595569295","169":"4538.7569999999996","170":"301.60599999999999","171":"6.6","172":"4237.152","173":"4237.152","174":"-","175":"100","176":"-","177":"3042.221","178":"116.791","179":"499.06200000000001","180":"94.713999999999999","181":"-","182":"71.798722349351607","183":"2.75635615621059","184":"11.7782416113465","185":"2.23532221643217","186":"-","187":"79.0587181640078","188":"56.7631495475324","189":"2.1791398451348072","190":"9.3117268401903157","191":"1.7672170911465621","192":"-","193":"1.4","194":"2782.4156000395496","195":"99.950129664311106","196":"40.799999999999997","197":"33.299999999999997","198":"160","199":"326.8","200":"310.39999999999998","201":"1426","202":"16201","203":"7.8310000000000004","204":"48.417000000000002","205":"3.8","206":"-","207":"0.16200000000000001","208":"7.8310000000000004","209":"48.417000000000002","210":"-","211":"1","212":"0.16200000000000001","213":"1.6313082787108553","214":"21.449576316981815","215":"22520","216":"19758","217":"7.288035226237473","218":"32","219":"-","220":"9","221":"23","222":"0.61877127525392239","223":"1.4209591474245116","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.53649245271005097","236":"170","237":"4","238":"-0.33414103875892259","239":"86","240":"7","241":"1.28102000904515","242":"215","243":"213","244":"215","245":"29.14","246":"3.65","247":"12.5","248":"0.33","249":"1.1000000000000001","250":"0","251":"0","252":"0.06","253":"0.2","254":"0.27","255":"0.9","256":"0.3","257":"1","258":"1","259":"3.4","260":"0.54","261":"1.9","262":"0","263":"0","264":"0.14000000000000001","265":"0.5","266":"0.55000000000000004","267":"1.9","268":"1.52","269":"5.2","270":"1.39","271":"4.8","272":"19.39","273":"66.600000000000009","274":"53595","275":"14684","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.5","296":"-","297":"74.57442626916216","298":"74.120648259303721","299":"74.945611682312617","300":"70.978960680616225","301":"75.612404332512384"},{"1":"66335","2":"יהוד-מונוסון","3":"9400","4":"המרכז","5":"עירייה","6":"2.0072604137025798","7":"1995","8":"0","9":"15","10":"411","11":"יהוד-נווה אפרים","12":"5.7305046321330355","13":"5331.3","14":"30619","15":"99.9","16":"97.9","17":"-","18":"-","19":"-","20":"-","21":"15010","22":"15609","23":"7.1687514288513672","24":"7.9558444103334534","25":"7.903589274633398","26":"7.2634638623077175","27":"11.855383911950096","28":"17.244194781018322","29":"18.442796956138345","30":"4.9544400535615143","31":"17.214801267187042","32":"27.460073810379175","33":"6.4404454750318427","34":"905","35":"416","36":"2.4500000000000002","37":"0.4","38":"..","39":"225","40":"4.62","41":"191","42":"6.2995312586639347","43":"1.9946390935834017","44":"6.1399784447565242","45":"23","46":"34.782608695652172","47":"43.478260869565219","48":"0","49":"21.739130434782609","50":"390","51":"334","52":"1351","53":"663","54":"688","55":"399","56":"250","57":"588","58":"114","59":"1017","60":"505","61":"512","62":"247","63":"289","64":"411","65":"70","66":"1499","67":"143","68":"13.9","69":"72","70":"5.6","71":"3","72":"141","73":"0.47","74":"-","75":"-","76":"-","77":"-","78":"..","79":"2024.3333333333333","80":"50.321818874133605","81":"26","82":"34","83":"56.8","84":"318.58999226739581","85":"58.8","86":"304.76184306349109","87":"3034","88":"17.800985684111712","89":"1197","90":"497","91":"7.0453207769276052","92":"41","93":"199","94":"130","95":"110","96":"103","97":"..","98":"4999","99":"6.5013002600520107","100":"309","101":"943","102":"791","103":"126","104":"149","105":"48.4","106":"36.4","107":"11.1","108":"4","109":"3831","110":"2588","111":"1167","112":"76","113":"8125","114":"3971","115":"3729","116":"425","117":"11837.49092","118":"14365.08035","119":"9504.0395709999993","120":"2.9039002716921392","121":"2.5331379510192376","122":"3.0704053314025481","123":"15374","124":"31.8","125":"1645","126":"12343.52838","127":"0.15689461267922589","128":"36.299999999999997","129":"0.44931326199999999","130":"1530","131":"478","132":"489","133":"494","134":"69","135":"12","136":"7","137":"6","138":"3","139":"3","140":"223","141":"114","142":"109","143":"42","144":"67","145":"6011","146":"2832","147":"3179","148":"1354","149":"1825","150":"26.656862745098039","151":"0.99447513812154686","152":"1.051156271899089","153":"0.93167701863354035","154":"86.590909090909093","155":"79.772727272727266","156":"37.04","157":"51.1","158":"16.399999999999999","159":"3.2","160":"590","161":"31.6","162":"5.7627118644067794","163":"3.3","164":"18.5","165":"50.677966101694913","166":"70.677966101694906","167":"11.61271676300578","168":"2.750456280073005","169":"2731.5680000000002","170":"137.88300000000001","171":"5.0","172":"2593.6849999999999","173":"2537.134","174":"56.551000000000002","175":"97.819665842228332","176":"2.1803341577716644","177":"2001.87","178":"41.488","179":"223.01599999999999","180":"121.96299999999999","181":"2.726","182":"78.902809232780001","183":"1.6352309338016799","184":"8.7900757311202309","185":"4.8071170068273901","186":"0.10744406877997","187":"82.864132209811203","188":"65.382128159905903","189":"1.3550199229211575","190":"7.283819975178","191":"3.9833757920177675","192":"8.9032595205434717E-2","193":"0","194":"2047.5405145109441","195":"100","196":"2.2999999999999998","197":"2.2999999999999998","198":"8","199":"152.30000000000001","200":"108.9","201":"506","202":"10234","203":"-","204":"-","205":"2.9580000000000002","206":"0.85199999999999998","207":"-","208":"-","209":"-","210":"3.24","211":"1.4319999999999999","212":"-","213":"1.7977518424215893","214":"53.372831971318256","215":"15232","216":"13213","217":"6.9125860894573528","218":"22","219":"-","220":"7","221":"15","222":"0.72560045911312332","223":"1.444327731092437","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.99147431450716705","236":"208","237":"3","238":"-0.65471477708871462","239":"57","240":"8","241":"2.2800991855560202","242":"238","243":"238","244":"240","245":"5.74","246":"2.75","247":"47.9","248":"0.15","249":"2.6","250":"0.01","251":"0.2","252":"0.04","253":"0.7","254":"0.11","255":"1.9","256":"0.13","257":"2.2999999999999998","258":"0.41","259":"7.1","260":"0.28000000000000003","261":"4.9000000000000004","262":"0","263":"0","264":"0.04","265":"0.7","266":"0","267":"0","268":"0.11","269":"1.9","270":"1.01","271":"17.600000000000001","272":"0.7","273":"12.2","274":"30619","275":"11134","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.03","296":"53.642440138759625","297":"74.566724436741765","298":"74.026142099132912","299":"72.919452953104098","300":"71.732535782952354","301":"74.271824661146127"},{"1":"95477","2":"יקנעם עילית","3":"0240","4":"הצפון","5":"עירייה","6":"67.706645175523505","7":"2007","8":"0","9":"13","10":"222","11":"יקנעם עילית","12":"8.3113655378284665","13":"2906.6","14":"24158","15":"99.9","16":"90.4","17":"-","18":"-","19":"-","20":"-","21":"11903","22":"12254","23":"7.492342081298121","24":"8.5851477771338693","25":"8.7258879046278661","26":"8.3285040152330492","27":"12.720423876148688","28":"18.151337031211192","29":"19.782266743935757","30":"4.3546651212848744","31":"11.855286033612053","32":"29.696166901233546","33":"4.2801556420233462","34":"818","35":"341","36":"2.4","37":"0.2","38":"..","39":"111","40":"4.57","41":"230","42":"9.5339662540956827","43":"0.27741794586887636","44":"21.102740293070617","45":"65","46":"33.846153846153847","47":"29.230769230769234","48":"23.076923076923077","49":"13.846153846153847","50":"-124","51":"-176","52":"690","53":"351","54":"339","55":"202","56":"106","57":"319","58":"63","59":"866","60":"439","61":"427","62":"261","63":"199","64":"361","65":"45","66":"941","67":"103","68":"13.4","69":"67","70":"6.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1379.3333333333333","80":"57.171718835764423","81":"23","82":"34","83":"30.8","84":"307.71091762850915","85":"41.4","86":"346.5093759945093","87":"2260","88":"16.263672999424294","89":"863","90":"324","91":"6.2252037798456321","92":"40","93":"185","94":"124","95":"106","96":"103","97":"..","98":"2931","99":"21.050835892186967","100":"435","101":"681","102":"662","103":"78","104":"77","105":"52.3","106":"35.6","107":"0.7","108":"11.4","109":"2869","110":"2018","111":"802","112":"49","113":"5799","114":"2969","115":"2569","116":"261","117":"11690.84734","118":"14693.915929999999","119":"8743.5201500000003","120":"2.8723113405995093","121":"2.817984173202448","122":"2.107284381324015","123":"11956","124":"32","125":"699","126":"11418.719069999999","127":"-1.4944740940329382","128":"36.1","129":"0.430354456","130":"1258","131":"363","132":"412","133":"429","134":"54","135":"8","136":"6","137":"3","138":"2","139":"1","140":"160","141":"93","142":"67","143":"37","144":"30","145":"4164","146":"2247","147":"1917","148":"1018","149":"899","150":"26.469135802469136","151":"0.33222591362126247","152":"..","153":"..","154":"87.804878048780495","155":"72.682926829268297","156":"41.64","157":"38.200000000000003","158":"14.5","159":"3.5","160":"435","161":"32.1","162":"5.0574712643678161","163":"3.9","164":"16.2","165":"47.356321839080465","166":"75.172413793103445","167":"11.751396648044693","168":"2.7958164963156644","169":"2046.172","170":"185.262","171":"9.1","172":"1860.91","173":"1860.91","174":"-","175":"100","176":"-","177":"1292.8489999999999","178":"61.174999999999997","179":"164.71600000000001","180":"283.56599999999997","181":"16.289000000000001","182":"69.474020774782204","183":"3.2873701576110599","184":"8.8513684165274","185":"15.238028706385601","186":"0.87532443804375304","187":"77.030797251428098","188":"53.516392085437502","189":"2.5322874410133287","190":"6.8182796589121617","191":"11.737974997930293","192":"0.67426939316168555","193":"0","194":"1324.9690209947","195":"100","196":"13.7","197":"8.8000000000000007","198":"36","199":"3.2","200":"0.5","201":"1","202":"7632","203":"1.085","204":"5.4249999999999998","205":"0.33","206":"0.15","207":"1.1759999999999999","208":"-","209":"-","210":"0.33200000000000002","211":"2.99","212":"0.92600000000000005","213":"1.8338846684876995","214":"45.591034920002684","215":"9775","216":"9044","217":"6.6772445820433433","218":"2","219":"-","220":"1","221":"1","222":"8.2904054383440715E-2","223":"0.20460358056265984","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.78941585779461099","236":"193","237":"7","238":"0.64328451654167962","239":"149","240":"5","241":"6.1561334313886898E-2","242":"130","243":"128","244":"138","245":"8.35","246":"2.2999999999999998","247":"27.5","248":"0.14000000000000001","249":"1.7","250":"0.02","251":"0.2","252":"0.02","253":"0.2","254":"0.12","255":"1.4","256":"0.09","257":"1.1000000000000001","258":"0.52","259":"6.2","260":"0.24","261":"2.9","262":"0","263":"0","264":"0.13","265":"1.6","266":"1.83","267":"21.9","268":"0.27","269":"3.2","270":"0.14000000000000001","271":"1.7","272":"2.5299999999999998","273":"30.400000000000009","274":"24158","275":"10503","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"59.75","296":"-","297":"69.921143700005672","298":"69.448951048951045","299":"69.409095938917787","300":"67.172428741736212","301":"67.554006232504094"},{"1":"2301413","2":"ירושלים","3":"3000","4":"ירושלים","5":"עירייה","6":"53.4009571806411","7":"1877","8":"0","9":"31","10":"101","11":"ירושלים","12":"125.54822032195699","13":"7662.3","14":"966210","15":"61.1","16":"97.6","17":"38.9","18":"96.5","19":"3.4","20":"-","21":"483132","22":"483078","23":"12.254064851326316","24":"10.97370136926755","25":"10.08176276378841","26":"9.4052017677316524","27":"16.425518262075531","28":"16.68571014582751","29":"11.528653191335216","30":"3.2138975999006427","31":"9.4314900487471665","32":"38.959232464992084","33":"4.1151509506215005","34":"1090","35":"25847","36":"3.86","37":"84.4","38":"3.3","39":"4125","40":"4.76","41":"21722","42":"22.658251873843884","43":"1.5834137589755528","44":"7.9207418677099186","45":"3696","46":"21.509740259740258","47":"45.048701298701296","48":"14.745670995670995","49":"18.695887445887447","50":"-6557","51":"-10790","52":"11933","53":"6347","54":"5586","55":"2896","56":"5565","57":"2971","58":"501","59":"22712","60":"11740","61":"10971","62":"7692","63":"7970","64":"5986","65":"1064","66":"45813","67":"12789","68":"47.2","69":"2639","70":"7.4","71":"306","72":"26901","73":"0.4","74":"0.47","75":"1.72","76":"0.15","77":"0.09","78":"83.275713688018897","79":"43612","80":"56.122871273895257","81":"20","82":"34","83":"706.4","84":"273.08937516387158","85":"853","86":"284.22360869311848","87":"67895","88":"14.175179708166047","89":"27565","90":"15570","91":"5.804428759138843","92":"37","93":"165","94":"121","95":"116","96":"120","97":"39","98":"81764","99":"14.694731177535346","100":"28503","101":"21909","102":"23791","103":"3239","104":"1865","105":"41.6","106":"12.9","107":"36.700000000000003","108":"8.6999999999999993","109":"144610","110":"71296","111":"50657","112":"22657","113":"417573","114":"108399","115":"171917","116":"137257","117":"7990.4896129999997","118":"8913.5576409999994","119":"6934.9505349999999","120":"2.8226985921374848","121":"3.0966271343825014","122":"2.4137531951729851","123":"331224","124":"46.2","125":"27472","126":"9618.7687299999998","127":"0.34729954192271872","128":"46.1","129":"0.43005373600000002","130":"58640","131":"17917","132":"19132","133":"18879","134":"2712","135":"738","136":"437","137":"454","138":"84","139":"370","140":"9068","141":"5619","142":"3449","143":"804","144":"2645","145":"218039","146":"135860","147":"82179","148":"19247","149":"62932","150":"26.3256611165524","151":"3.183396038163337","152":"4.1888071223757297","153":"2.1015383951496323","154":"39.425162689804772","155":"33.839479392624725","156":"17.22","157":"20.5","158":"10.8","159":"2.7","160":"18968","161":"28","162":"7.0223534373681993","163":"4","164":"16.3","165":"30.704344158582874","166":"57.739350485027416","167":"11.229847434119279","168":"2.4940272110187829","169":"70344.490000000005","170":"4141.0590000000002","171":"5.5  *","172":"66203.430999999997","173":"65926.134000000005","174":"277.29700000000003","175":"99.58114406487482","176":"0.41885593512517505","177":"38629.612999999998","178":"343.99599999999998","179":"2805.3530000000001","180":"3737.1320000000001","181":"1492.6220000000001","182":"58.595295455972","183":"0.52179003853009198","184":"4.2552972998538001","185":"5.6686654794591798","186":"2.2640824047107002","187":"68.231753171415306","188":"39.980597365580302","189":"0.35602649116288504","190":"2.9034639503461466","191":"3.8678298380578116","192":"1.5448231179796503","193":"0","194":"51634.397250000002","195":"77.756727517527096","196":"1033.9000000000001","197":"699.8","198":"3239","199":"943.3","200":"410.9","201":"1800","202":"241118","203":"27.114000000000001","204":"279.69900000000001","205":"14.914","206":"21.251999999999999","207":"-","208":"51.45","209":"641.97","210":"70.997","211":"34.134999999999998","212":"0.28199999999999997","213":"1.5984949546074747","214":"40.054428453260293","215":"275070","216":"231110","217":"9.092540348751676","218":"809","219":"16","220":"153","221":"640","222":"0.84386915412667818","223":"2.9410695459337624","224":"16","225":"1316","226":"2.2951011797796705","227":"25.8","228":"19.8","229":"15","230":"22.7","231":"5","232":"2.6","233":"9.1999999999999993","234":"2","235":"-1.1177864031325699","236":"31","237":"10","238":"2.8704132725321396","239":"200","240":"9","241":"3.49093523232998","242":"250","243":"250","244":"152","245":"126.02","246":"48.28","247":"38.299999999999997","248":"4.38","249":"3.5","250":"0.69","251":"0.5","252":"2.89","253":"2.2999999999999998","254":"2.56","255":"2","256":"2.73","257":"2.2000000000000002","258":"1.68","259":"1.3","260":"4.32","261":"3.4","262":"0.02","263":"0","264":"2.4700000000000002","265":"2","266":"17.43","267":"13.8","268":"8.01","269":"6.4","270":"7.59","271":"6","272":"22.97","273":"18.299999999999994","274":"966210","275":"20013","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"39.86","296":"35.011950193162136","297":"63.887358686485086","298":"63.372464539865426","299":"63.273965061744121","300":"59.104294188547257","301":"61.601619901648832"},{"1":"85287","2":"כפר יונה","3":"0168","4":"המרכז","5":"עירייה","6":"21.763138865009498","7":"1940","8":"0","9":"13","10":"430","11":"כפר יונה","12":"11.511183245425007","13":"2423.5","14":"27898","15":"100","16":"96.7","17":"-","18":"-","19":"-","20":"-","21":"13843","22":"14055","23":"9.0938418524625426","24":"9.5920854541544198","25":"9.5920854541544198","26":"7.76758190551294","27":"11.52412359308911","28":"21.076779697469352","29":"17.460032977274356","30":"4.2225249121800843","31":"9.6709441537027736","32":"33.04896408344684","33":"2.9141873969460175","34":"842","35":"447","36":"2.52","37":"0.6","38":"..","39":"79","40":"3.9","41":"368","42":"13.609472123853587","43":"6.5509775097346932","44":"9.9612875474944431","45":"37","46":"21.621621621621621","47":"18.918918918918919","48":"35.135135135135137","49":"24.324324324324326","50":"1316","51":"1284","52":"2195","53":"1064","54":"1131","55":"720","56":"356","57":"999","58":"120","59":"911","60":"445","61":"466","62":"254","63":"221","64":"370","65":"66","66":"1171","67":"158","68":"20.7","69":"103","70":"9.6999999999999993","71":"4","72":"131","73":"0.14000000000000001","74":"-","75":"-","76":"0.32","77":"0.04","78":"..","79":"1185.6666666666667","80":"55.043429407129054","81":"26","82":"39","83":"24.2","84":"260.88221595094092","85":"32.200000000000003","86":"318.39597860749353","87":"2504","88":"15.89336718502063","89":"976","90":"391","91":"6.369094231271208","92":"40","93":"194","94":"126","95":"109","96":"103","97":"-","98":"2521","99":"8.8853629512098369","100":"285","101":"413","102":"670","103":"73","104":"73","105":"50.7","106":"32.200000000000003","107":"9.3000000000000007","108":"7.8","109":"2714","110":"1639","111":"1008","112":"67","113":"6126","114":"2524","115":"3230","116":"372","117":"11320.785400000001","118":"13971.29767","119":"8835.1330130000006","120":"2.6422009028266746","121":"1.8268794979925396","122":"3.6313178005301205","123":"10873","124":"33.799999999999997","125":"1231","126":"11976.819159999999","127":"4.7930207838825289","128":"32.700000000000003","129":"0.42448437","130":"1486","131":"441","132":"499","133":"492","134":"54","135":"10","136":"7","137":"5","138":"3","139":"2","140":"189","141":"116","142":"73","143":"40","144":"33","145":"5002","146":"2814","147":"2188","148":"1218","149":"970","150":"26.623762376237625","151":"0.60491493383742911","152":"0.68078668683812404","153":"0.52910052910052907","154":"82.891566265060248","155":"68.9156626506024","156":"37.909999999999997","157":"36.200000000000003","158":"11.5","159":"2.5","160":"482","161":"32","162":"7.2614107883817436","163":"3.3","164":"14.8","165":"47.302904564315348","166":"73.651452282157678","167":"12.360493827160493","168":"2.6428286056731922","169":"2696.4140000000002","170":"291.399","171":"10.8","172":"2405.0160000000001","173":"2371.39","174":"33.625999999999998","175":"98.601838823525497","176":"1.3981611764745017","177":"1723.1279999999999","178":"60.83","179":"148.47999999999999","180":"51.616","181":"54.375999999999998","182":"72.663205967807897","183":"2.5651622044454898","184":"6.2613066598071203","185":"2.1766137160062198","186":"2.2930011512235402","187":"85.005197691508101","188":"61.767501881922797","189":"2.1805212029967378","190":"5.322436104240599","191":"1.8502347922715705","192":"1.949170161666129","193":"0.8","194":"1576.156586947109","195":"99.865316237131495","196":"18.899999999999999","197":"17.7","198":"58","199":"102.7","200":"75","201":"354","202":"8297","203":"0.84","204":"8.2200000000000006","205":"-","206":"-","207":"-","208":"0.09","209":"1.7999999999999998","210":"-","211":"-","212":"-","213":"1.518438031936451","214":"17.125919328328614","215":"11698","216":"10323","217":"7.0570570570570572","218":"17","219":"-","220":"1","221":"16","222":"0.62869844050410584","223":"1.4532398700632587","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.81060178577907405","236":"196","237":"4","238":"-0.4299579173451481","239":"80","240":"6","241":"0.93781056974754895","242":"201","243":"197","244":"199","245":"11.55","246":"3","247":"26","248":"0.18","249":"1.6","250":"0.02","251":"0.2","252":"0.01","253":"0.1","254":"0.1","255":"0.9","256":"7.0000000000000007E-2","257":"0.6","258":"0.04","259":"0.3","260":"0.1","261":"0.9","262":"0","263":"0","264":"0.01","265":"0.1","266":"0","267":"0","268":"3.38","269":"29.3","270":"2.91","271":"25.2","272":"1.73","273":"14.799999999999997","274":"27898","275":"9299","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"72.17","296":"-","297":"73.997018601335157","298":"73.057092555331991","299":"73.643363851330861","300":"71.469296995267683","301":"73.766596063439579"},{"1":"399482","2":"כפר סבא","3":"6900","4":"המרכז","5":"עירייה","6":"6.8591548130669704","7":"1963","8":"0","9":"21","10":"405","11":"כפר סבא","12":"14.483891434719341","13":"7027.3","14":"101801","15":"99.8","16":"96.2","17":"-","18":"-","19":"-","20":"-","21":"49137","22":"52664","23":"7.0863743971080835","24":"8.3378355811828957","25":"7.7612204202316279","26":"6.6482647518197266","27":"9.5509867290105213","28":"18.526340605691495","29":"17.22085244742193","30":"4.7288337049734288","31":"20.139291362560289","32":"27.412304397795701","33":"8.4783057140892524","34":"999","35":"1320","36":"2.34","37":"0.8","38":"..","39":"690","40":"4.29","41":"630","42":"6.1876820665093835","43":"-2.883374880576639E-2","44":"11.811278867594622","45":"170","46":"29.411764705882355","47":"26.47058823529412","48":"14.117647058823529","49":"30","50":"-650","51":"-804","52":"2992","53":"1516","54":"1476","55":"679","56":"500","57":"1463","58":"350","59":"3796","60":"1912","61":"1884","62":"988","63":"848","64":"1686","65":"274","66":"4296","67":"444","68":"12.9","69":"346","70":"8","71":"24","72":"2936","73":"1.44","74":"0.82","75":"-","76":"0.46","77":"0.17","78":"85.028198613243802","79":"6782.333333333333","80":"44.972907823863764","81":"20","82":"30","83":"181.2","84":"287.21098280643025","85":"224.4","86":"309.22335756656753","87":"8257","88":"15.265580802011499","89":"3231","90":"1374","91":"5.9366100137804318","92":"41","93":"203","94":"129","95":"110","96":"105","97":"..","98":"19232","99":"8.4754575707154736","100":"664","101":"3332","102":"2800","103":"410","104":"331","105":"55.5","106":"34.700000000000003","107":"7.7","108":"2.2000000000000002","109":"12402","110":"8373","111":"3833","112":"196","113":"26064","114":"12837","115":"12145","116":"1082","117":"12686.89212","118":"15614.815360000001","119":"9992.6828750000004","120":"1.9242056903600924","121":"1.5330097069792714","122":"2.648920998758908","123":"49314","124":"31.5","125":"5513","126":"12260.35528","127":"-0.42757406524474018","128":"36.4","129":"0.46023552000000001","130":"4992","131":"1461","132":"1618","133":"1648","134":"265","135":"42","136":"23","137":"28","138":"14","139":"14","140":"725","141":"395","142":"330","143":"157","144":"173","145":"19256","146":"10174","147":"9082","148":"4582","149":"4500","150":"27.096685082872927","151":"0.68861900588456237","152":"0.81582200247218783","153":"0.55809233891425669","154":"87.886597938144334","155":"82.044673539518897","156":"49.94","157":"50.3","158":"16.600000000000001","159":"2.8","160":"2047","161":"31.2","162":"7.4255007327796774","163":"3.3","164":"16.3","165":"44.846116267708844","166":"73.717635564240354","167":"10.940214326001128","168":"2.8816827344434706","169":"8934.1319999999996","170":"231.94300000000001","171":"2.5961447625801801","172":"8702.1880000000001","173":"8421.8269999999993","174":"280.36099999999999","175":"96.778270016690058","176":"3.2217299833099449","177":"6027.0730000000003","178":"228.333","179":"718.56700000000001","180":"515.75800000000004","181":"66.397999999999996","182":"71.564911034149702","183":"2.7112050627494502","184":"8.5321985360183703","185":"6.1240631041221798","186":"0.78840375134754004","187":"82.728332727576401","188":"59.204457716525397","189":"2.2429347452382591","190":"7.0585455938546771","191":"5.0663353012249388","192":"0.65223327865148673","193":"0","194":"6158.798806499196","195":"99.899999980621203","196":"133.19999999999999","197":"68.599999999999994","198":"308","199":"57.5","200":"44.1","201":"230","202":"34502","203":"-","204":"-","205":"-","206":"10.87","207":"-","208":"-","209":"-","210":"-","211":"5.72","212":"-","213":"1.7671721942920791","214":"22.098269245805898","215":"46671","216":"41112","217":"6.9717114224557308","218":"102","219":"-","220":"18","221":"84","222":"1.0018151917205669","223":"2.1855113453750725","224":"-","225":"83","226":"1.1296749829800172","227":"30.1","228":"(19.3)","229":"(21.7)","230":"(15.7)","231":"..","232":"..","233":"..","234":"8","235":"1.20863836016679","236":"222","237":"6","238":"0.25278304704860161","239":"127","240":"8","241":"1.9475765315756","242":"230","243":"230","244":"234","245":"14.530000000000001","246":"6.99","247":"48.1","248":"0.63","249":"4.3","250":"0.09","251":"0.6","252":"0.18","253":"1.2","254":"0.35","255":"2.4","256":"0.76","257":"5.2","258":"0.7","259":"4.8","260":"0.55000000000000004","261":"3.8","262":"0.01","263":"0.1","264":"0.5","265":"3.4","266":"0","267":"0","268":"0.31","269":"2.1","270":"2.31","271":"15.9","272":"1.1499999999999999","273":"8.099999999999989","274":"101801","275":"14564","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"59.81","296":"46.738748348464831","297":"73.208536128790712","298":"72.070907350546349","299":"72.208467442436245","300":"69.90810318066471","301":"69.885119346195722"},{"1":"103155","2":"כפר קאסם","3":"0634","4":"המרכז","5":"עירייה","6":"10.9260298343663","7":"1958","8":"0","9":"13","10":"451","11":"קסם","12":"9.2997164713261693","13":"2659.7","14":"24757","15":"-","16":"-","17":"99.8","18":"99.9","19":"-","20":"-","21":"12683","22":"12074","23":"10.817142626327907","24":"10.025447348224745","25":"9.9729369471260654","26":"10.461687603506078","27":"19.121864523165165","28":"17.914125297895545","29":"14.480752918366523","30":"2.7790119966070201","31":"4.4270307387809504","32":"36.9390475421093","33":"1.4945268005008685","34":"842","35":"542","36":"2.81","37":"2.6","38":"( 4.9)","39":"78","40":"6.23","41":"464","42":"18.933553789644048","43":"2.0637211193329392","44":"4.0392616229753202E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"1","51":"-5","52":"123","53":"52","54":"71","55":"36","56":"46","57":"40","58":"1","59":"128","60":"51","61":"77","62":"51","63":"41","64":"36","65":"0","66":"8","67":"341","68":"49.7","69":"59","70":"6.1","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1519.3333333333333","80":"111.99970615986307","81":"32","82":"45","83":"12.6","84":"209.85869368483441","85":"17.8","86":"243.51642633906405","87":"1696","88":"12.362417085793426","89":"709","90":"402","91":"5.2510739149755592","92":"37","93":"157","94":"120","95":"120","96":"120","97":"-","98":"1136","99":"23.239436619718308","100":"429","101":"516","102":"878","103":"101","104":"89","105":"86.7","106":"0.6","107":"6","108":"6.8","109":"3677","110":"2249","111":"1256","112":"172","113":"8498","114":"3401","115":"4150","116":"947","117":"6392.2238379999999","118":"7476.5119459999996","119":"5129.424884","120":"1.0732425720438421","121":"0.87901935284799837","122":"2.0544717336747453","123":"10295","124":"51.4","125":"1059","126":"8338.9899019999993","127":"1.6622391065421516","128":"37.4","129":"0.34727840199999999","130":"1453","131":"475","132":"481","133":"477","134":"20","135":"12","136":"8","137":"6","138":"2","139":"4","140":"247","141":"126","142":"121","143":"54","144":"67","145":"6181","146":"2952","147":"3229","148":"1483","149":"1746","150":"26.778846153846153","151":"0.63439065108514192","152":"0.78023407022106639","153":"0.48043925875085791","154":"64.86486486486487","155":"38.803088803088805","156":"14.02","157":"30","158":"16.899999999999999","159":"3.1","160":"626","161":"31.2","162":"2.3961661341853033","163":"2.7","164":"17.5","165":"46.645367412140573","166":"80.511182108626201","167":"10.445945945945946","168":"3.0058214747736094","169":"2732.7350000000001","170":"937.71699999999998","171":"34.3","172":"1795.018","173":"1772.43","174":"22.588000000000001","175":"98.741628217655759","176":"1.258371782344244","177":"1536.6389999999999","178":"44.853000000000002","179":"-","180":"167.196","181":"23.742000000000001","182":"86.696738376127698","183":"2.5305935918484801","184":"-","185":"9.4331510976456094","186":"1.3395169343782301","187":"71.595976732913201","188":"62.071376635966999","189":"1.8118031992244303","190":"-","191":"6.7537566650508971","192":"0.95904023267086769","193":"1.4","194":"1371.9423319228729","195":"90.00000241936462","196":"28.8","197":"14.1","198":"62","199":"40.6","200":"14.4","201":"65","202":"5263","203":"6.0129999999999999","204":"22.925000000000001","205":"-","206":"-","207":"0.17","208":"6.0129999999999999","209":"22.925000000000001","210":"-","211":"-","212":"0.17","213":"1.7588962615174224","214":"36.08530289397207","215":"11995","216":"8917","217":"7.8553325109341703","218":"13","219":"1","220":"4","221":"8","222":"0.53046594669261338","223":"1.0837849103793247","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.68019694139603604","236":"73","237":"5","238":"4.3671426818631724E-2","239":"118","240":"7","241":"1.4382943188220001","242":"219","243":"218","244":"229","245":"9.2299999999999969","246":"5.52","247":"59.8","248":"0.09","249":"1","250":"0.01","251":"0.1","252":"0.02","253":"0.2","254":"0.04","255":"0.4","256":"0.39","257":"4.2","258":"0.1","259":"1.1000000000000001","260":"0.2","261":"2.2000000000000002","262":"0.05","263":"0.5","264":"0","265":"0","266":"0.42","267":"4.5999999999999996","268":"1.23","269":"13.3","270":"0.12","271":"1.3","272":"1.04","273":"11.3","274":"24757","275":"4485","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"92.33","296":"-","297":"64.615594515314825","298":"70.311242286020928","299":"73.882026553933542","300":"56.253591266040992","301":"66.879445559000544"},{"1":"95208","2":"כרמיאל","3":"1139","4":"הצפון","5":"עירייה","6":"111.152918115096","7":"1984","8":"0","9":"17","10":"208","11":"כרמיאל","12":"22.029350026490558","13":"2102.1999999999998","14":"46311","15":"96.2","16":"82","17":"-","18":"-","19":"-","20":"-","21":"22525","22":"23786","23":"6.6658029409859427","24":"7.179719721016605","25":"6.9594696724320357","26":"7.3200751441342229","27":"11.984193820042755","28":"17.449418064822613","29":"17.045626309084234","30":"5.9899375958195673","31":"19.405756731662024","32":"24.948716287707025","33":"7.3697393707758412","34":"906","35":"638","36":"2.4500000000000002","37":"2.6","38":"( 4.1)","39":"388","40":"5.49","41":"250","42":"5.4093115037311597","43":"0.40992504760083648","44":"35.345814169419789","45":"508","46":"21.8503937007874","47":"56.102362204724407","48":"15.551181102362206","49":"6.4960629921259834","50":"-74","51":"-580","52":"1103","53":"580","54":"523","55":"244","56":"298","57":"470","58":"91","59":"1683","60":"869","61":"814","62":"308","63":"546","64":"677","65":"152","66":"3456","67":"223","68":"13.1","69":"183","70":"9.4","71":"14","72":"1405","73":"0.86","74":"1","75":"1.04","76":"0.05","77":"0.09","78":"..","79":"4070.6666666666665","80":"58.185433043371475","81":"22","82":"33","83":"109.2","84":"368.80592268461731","85":"127.8","86":"365.27843396650837","87":"4267","88":"16.409645040956814","89":"1687","90":"695","91":"6.4643445606774721","92":"42","93":"176","94":"129","95":"109","96":"105","97":"11","98":"9280","99":"31.530172413793103","100":"1482","101":"2613","102":"1697","103":"195","104":"201","105":"52.8","106":"34.4","107":"7","108":"5.7","109":"6344","110":"4632","111":"1513","112":"199","113":"12888","114":"6830","115":"4859","116":"1199","117":"9448.6655150000006","118":"11508.487090000001","119":"7431.3075909999998","120":"2.9479029818436642","121":"3.4229248134525658","122":"2.300224024510622","123":"24388","124":"36.299999999999997","125":"1637","126":"8967.3042600000008","127":"-1.9112705552311038","128":"45.3","129":"0.403837267","130":"2029","131":"593","132":"628","133":"655","134":"153","135":"24","136":"12","137":"18","138":"5","139":"13","140":"334","141":"160","142":"174","143":"65","144":"109","145":"7559","146":"3909","147":"3650","148":"1620","149":"2030","150":"26.917293233082706","151":"1.1344770337576093","152":"1.6304347826086956","153":"0.62006764374295376","154":"81.607142857142861","155":"65.357142857142861","156":"22.74","157":"40.4","158":"12.2","159":"2.8","160":"961","161":"30.1","162":"6.0353798126951093","163":"3.4","164":"17.7","165":"42.35171696149844","166":"74.609781477627465","167":"9.0546318289786232","168":"3.3729013641133263","169":"4462.5820000000003","170":"343.00799999999998","171":"7.7","172":"4119.5739999999996","173":"4105.5690000000004","174":"14.005000000000001","175":"99.660037664088563","176":"0.3399623359114316","177":"2456.9949999999999","178":"143.91900000000001","179":"534.23199999999997","180":"360.13400000000001","181":"45.604999999999997","182":"59.845419721359001","183":"3.5054580741427102","184":"13.012374167868099","185":"8.7718413696128401","186":"1.1108082704248801","187":"88.652134482088499","188":"53.054241972749502","189":"3.1076634061022221","190":"11.535747446610957","191":"7.7764246075446435","192":"0.98475524173522488","193":"0.6","194":"3078.3750018059459","195":"99.90014861742975","196":"44.2","197":"27","198":"146","199":"62","200":"46.3","201":"265","202":"16858","203":"-","204":"-","205":"1.4","206":"1.59","207":"-","208":"-","209":"-","210":"0.67","211":"11.269","212":"-","213":"1.5885785913202737","214":"16.999356065773835","215":"19080","216":"16033","217":"7.1270504584294896","218":"45","219":"-","220":"4","221":"41","222":"0.97367607067160877","223":"2.3584905660377355","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.13444280694607899","236":"141","237":"7","238":"0.63750191845925253","239":"147","240":"4","241":"-0.28211262053109798","242":"88","243":"109","244":"49","245":"22.08","246":"4.66","247":"21.1","248":"0.5","249":"2.2999999999999998","250":"0.02","251":"0.1","252":"0.12","253":"0.5","254":"0.15","255":"0.7","256":"0.35","257":"1.6","258":"1.2","259":"5.4","260":"0.52","261":"2.4","262":"0","263":"0","264":"0.95","265":"4.3","266":"5.85","267":"26.5","268":"1.1299999999999999","269":"5.0999999999999996","270":"0.55000000000000004","271":"2.5","272":"6.08","273":"27.5","274":"46311","275":"9938","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"55.41","296":"-","297":"60.556822040064027","298":"59.304263799975843","299":"59.371370499419285","300":"56.582477341389726","301":"57.125876619517413"},{"1":"206376","2":"לוד","3":"7000","4":"המרכז","5":"עירייה","6":"12.507920141508","7":"1877","8":"0","9":"19","10":"406","11":"לוד","12":"14.785789128180209","13":"5585.9","14":"82629","15":"70.2","16":"89.1","17":"29.8","18":"97","19":"3","20":"-","21":"41078","22":"41551","23":"11.820305219717049","24":"10.640332086797613","25":"8.4377155720146675","26":"7.2577424390952325","27":"14.300064142129276","28":"17.584625252635274","29":"13.711892918950973","30":"3.933243776398117","31":"12.315288821116074","32":"35.373779181643251","33":"5.0974839342119598","34":"1019","35":"1852","36":"3.41","37":"4.4000000000000004","38":"2.6","39":"501","40":"5.58","41":"1351","42":"16.5198459383978","43":"2.0972379170207489","44":"18.285347759261274","45":"76","46":"23.684210526315788","47":"34.210526315789473","48":"26.315789473684209","49":"15.789473684210526","50":"230","51":"128","52":"2914","53":"1462","54":"1452","55":"1145","56":"935","57":"724","58":"110","59":"2786","60":"1404","61":"1382","62":"937","63":"633","64":"1040","65":"176","66":"3226","67":"627","68":"24.6","69":"267","70":"8.9","71":"15","72":"1194","73":"0.48","74":"0.17","75":"0.46","76":"0.32","77":"0.04","78":"80.960514197590399","79":"5797","80":"68.818634344863028","81":"21","82":"36","83":"123.6","84":"337.51957273574601","85":"136.6","86":"310.95722292238503","87":"7604","88":"17.741483901073263","89":"3096","90":"1480","91":"7.2752908001409944","92":"41","93":"184","94":"132","95":"114","96":"120","97":"..","98":"9926","99":"29.478138222849083","100":"3683","101":"3968","102":"3037","103":"349","104":"339","105":"60.6","106":"20.8","107":"8.4","108":"10.3","109":"11364","110":"6778","111":"3520","112":"1066","113":"27937","114":"10056","115":"11797","116":"6084","117":"8088.0139559999998","118":"9569.6204570000009","119":"6588.9169300000003","120":"4.2215435542144242","121":"4.0219938310418257","122":"4.6604241409726965","123":"37492","124":"39.799999999999997","125":"2255","126":"9187.9606800000001","127":"1.7043000517787954","128":"41.1","129":"0.36538877400000003","130":"5598","131":"1842","132":"1783","133":"1737","134":"236","135":"45","136":"31","137":"23","138":"5","139":"18","140":"752","141":"509","142":"243","143":"66","144":"177","145":"17295","146":"11173","147":"6122","148":"1733","149":"4389","150":"25.134986225895318","151":"1.4728359038488259","152":"2.0005557099194218","153":"0.94496942745969981","154":"67.218831734960773","155":"47.253705318221442","156":"12.99","157":"29.2","158":"10.5","159":"2","160":"1980","161":"31.5","162":"6.1111111111111107","163":"4.9000000000000004","164":"15.6","165":"36.818181818181813","166":"69.646464646464651","167":"10.078005865102639","168":"3.1703427806552988","169":"5993.9369999999999","170":"611.82299999999998","171":"10.2","172":"5382.1130000000003","173":"5380.3519999999999","174":"1.7609999999999999","175":"99.967280508603224","176":"3.271949139678041E-2","177":"3943.116","178":"240.17","179":"346.24700000000001","180":"429.07600000000002","181":"85.123000000000005","182":"73.2873103307534","183":"4.4638335068349599","184":"6.4353955957908298","185":"7.9748670765654204","186":"1.58210808844698","187":"65.114572365634302","188":"47.720727589587199","189":"2.9066066393154943","190":"4.1903811010662118","191":"5.1928015587747645","192":"1.030183107625652","193":"0.4","194":"3601.673538016772","195":"99.900002041773533","196":"70.7","197":"46.5","198":"306","199":"99.7","200":"75.8","201":"503","202":"25526","203":"-","204":"-","205":"9.9789999999999992","206":"8.3480000000000008","207":"0.31900000000000001","208":"2.1","209":"16.597999999999999","210":"5.8879999999999999","211":"2.2000000000000002","212":"0.31900000000000001","213":"2.0291076187653334","214":"14.897059573286658","215":"53567","216":"49071","217":"4.4532616005379957","218":"53","219":"1","220":"26","221":"26","222":"0.64807685768696022","223":"0.98941512498366535","224":"1","225":"294","226":"5.6696109431976334","227":"24.1","228":"19.399999999999999","229":"25.9","230":"18","231":"(3.4)","232":"(3.4)","233":"(5.8)","234":"4","235":"-0.56337181299057704","236":"82","237":"4","238":"-0.46033606820089656","239":"76","240":"8","241":"1.74032364672705","242":"228","243":"228","244":"222","245":"14.8","246":"5.35","247":"36.1","248":"0.66","249":"4.5","250":"0.02","251":"0.1","252":"0.22","253":"1.5","254":"0.21","255":"1.4","256":"0.37","257":"2.5","258":"0.9","259":"6.1","260":"0.42","261":"2.8","262":"0.02","263":"0.1","264":"0.05","265":"0.3","266":"0","267":"0","268":"1.1599999999999999","269":"7.8","270":"3.4","271":"23","272":"2.02","273":"13.800000000000017","274":"82629","275":"15445","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"56.39","296":"-","297":"56.139007402545303","298":"58.647992462675745","299":"62.092101250381212","300":"53.166035959053417","301":"60.682991441380253"},{"1":"80953","2":"מגאר","3":"0481","4":"הצפון","5":"עירייה","6":"115.41366092374901","7":"2021","8":"0","9":"13","10":"251","11":"הגליל המזרחי","12":"21.112882142060084","13":"1119","14":"23624","15":"-","16":"-","17":"99.9","18":"21.7","19":"21.2","20":"57","21":"12168","22":"11457","23":"8.6606840501185243","24":"8.3686081950558755","25":"8.5040636640704363","26":"8.5167626142905526","27":"18.841009143244158","28":"21.948018963765662","29":"15.763630206569591","30":"3.2932610904165256","31":"6.1039620724686756","32":"30.43515069420928","33":"2.1926854046732136","34":"671","35":"382","36":"2","37":"1.2","38":"( 3.0)","39":"85","40":"5.44","41":"297","42":"12.665435231529422","43":"1.5008444411254231","44":"4.2329834067050456E-3","45":"0","46":"0","47":"0","48":"0","49":"0","50":"41","51":"36","52":"190","53":"65","54":"125","55":"43","56":"79","57":"67","58":"1","59":"154","60":"52","61":"102","62":"27","63":"73","64":"54","65":"0","66":"4","67":"255","68":"37.200000000000003","69":"26","70":"2.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"665","80":"66.3780251340159","81":"24","82":"29","83":"20.6","84":"314.54114082017867","85":"20.2","86":"251.4090438568862","87":"2448","88":"16.876938986556357","89":"1049","90":"593","91":"7.3167329287856591","92":"37","93":"154","94":"117","95":"123","96":"129","97":"..","98":"1404","99":"26.566951566951566","100":"1619","101":"559","102":"1333","103":"122","104":"66","105":"59.8","106":"7","107":"13.5","108":"19.7","109":"3477","110":"2377","111":"1048","112":"52","113":"7245","114":"3583","115":"3387","116":"275","117":"7065.6906470000004","118":"9011.7549149999995","119":"4369.3978029999998","120":"2.0990346856531117","121":"3.1171832352864692","122":"2.1558756921299826","123":"10043","124":"51.9","125":"888","126":"8512.6320809999997","127":"-3.1945852682453757","128":"44.1","129":"0.39758717799999999","130":"1159","131":"376","132":"402","133":"370","134":"11","135":"10","136":"7","137":"8","138":"4","139":"4","140":"185","141":"101","142":"84","143":"41","144":"43","145":"4553","146":"2383","147":"2170","148":"1070","149":"1100","150":"25.152173913043477","151":"0.72156196943972828","152":"1.0109519797809603","153":"0.42771599657827203","154":"88.333333333333329","155":"62.61904761904762","156":"14.6","157":"41","158":"18.399999999999999","159":"3.6","160":"532","161":"31.4","162":"3.3834586466165413","163":"3.5","164":"19.100000000000001","165":"49.060150375939848","166":"85.338345864661662","167":"9.7341772151898738","168":"7.0483870967741939","169":"1955.002","170":"364.48","171":"18.6","172":"1590.5229999999999","173":"1455.105","174":"135.41800000000001","175":"91.485945189098175","176":"8.5140548109018237","177":"1134.1099999999999","178":"33.884999999999998","179":"5.9690000000000003","180":"63.905000000000001","181":"3.3460000000000001","182":"77.940079925503696","183":"2.3286979290154299","184":"0.41021094697633498","185":"4.39177928740538","186":"0.22994904147810599","187":"61.591746031745998","188":"48.004656084656098","189":"1.4342857142857144","190":"0.25265608465608463","191":"2.7049735449735448","192":"0.14162962962962963","193":"0.5","194":"1094.7945455230301","195":"100","196":"6.5","197":"6.4","198":"27","199":"14.2","200":"13.7","201":"60","202":"4670","203":"2.79","204":"23.07","205":"0.65","206":"0.65","207":"0.25","208":"1.54","209":"13.37","210":"0.59299999999999997","211":"0.55000000000000004","212":"0.25","213":"2.2610394181375479","214":"5.1763583297131959","215":"9895","216":"8540","217":"7.8992974238875879","218":"4","219":"-","220":"1","221":"3","222":"0.17057825227649054","223":"0.40424456796361796","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.82264769796075898","236":"56","237":"5","238":"4.8230844652649763E-2","239":"119","240":"3","241":"-0.53555102536209298","242":"58","243":"73","244":"44","245":"21.12","246":"4.4400000000000004","247":"21","248":"0.06","249":"0.3","250":"0.04","251":"0.2","252":"0.01","253":"0","254":"0.02","255":"0.1","256":"0.01","257":"0","258":"0.03","259":"0.1","260":"0.12","261":"0.6","262":"0.15","263":"0.7","264":"0","265":"0","266":"3.86","267":"18.3","268":"10.61","269":"50.2","270":"0.15","271":"0.7","272":"1.62","273":"7.7999999999999945","274":"23624","275":"5321","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"84.88","296":"73.014490950929783","297":"47.565638541932195","298":"52.757642609517809","299":"54.263275991024685","300":"43.387273390923468","301":"44.032220131702729"},{"1":"64765","2":"מגדל העמק","3":"0874","4":"הצפון","5":"עירייה","6":"85.875669631892194","7":"1988","8":"0","9":"15","10":"221","11":"מגדל העמק","12":"8.7134119647128472","13":"2986.8","14":"26029","15":"100","16":"88.8","17":"-","18":"-","19":"-","20":"-","21":"12915","22":"13113","23":"8.5519996926505044","24":"8.2984363594452333","25":"7.5876906527334897","26":"8.3944830765684433","27":"13.281340043797304","28":"17.538130546697914","29":"15.843866456644513","30":"5.1865227246532717","31":"15.317530446809329","32":"29.178992662030812","33":"5.7666448960774517","34":"929","35":"461","36":"2.93","37":"2.4","38":"( 5.2)","39":"204","40":"6.19","41":"257","42":"9.9323276940094747","43":"1.1939506767953105","44":"24.123093472665104","45":"94","46":"18.085106382978726","47":"39.361702127659576","48":"27.659574468085108","49":"14.893617021276595","50":"45","51":"-42","52":"893","53":"455","54":"438","55":"278","56":"241","57":"327","58":"47","59":"935","60":"475","61":"460","62":"251","63":"284","64":"339","65":"61","66":"1651","67":"185","68":"20.2","69":"95","70":"9.3000000000000007","71":"10","72":"941","73":"0.38","74":"1.58","75":"1.17","76":"0.18","77":"0.35","78":"..","79":"2046.3333333333333","80":"63.012884970441441","81":"30","82":"35","83":"52.4","84":"365.06585182009457","85":"53.2","86":"325.00531212484344","87":"2820","88":"19.652937486932885","89":"1110","90":"448","91":"7.7600671140939603","92":"41","93":"162","94":"128","95":"109","96":"103","97":"..","98":"4343","99":"30.370711489753628","100":"1132","101":"1408","102":"1560","103":"121","104":"109","105":"68","106":"24.6","107":"0.5","108":"6.9","109":"3846","110":"2575","111":"1046","112":"225","113":"8531","114":"3801","115":"3401","116":"1329","117":"8065.2315900000003","118":"9858.9034510000001","119":"6329.1037980000001","120":"3.0841844866843715","121":"3.3434872307356533","122":"2.8519801984736359","123":"13679","124":"40.5","125":"729","126":"8855.7117600000001","127":"3.3629248807558465","128":"47.5","129":"0.37850977499999999","130":"1410","131":"487","132":"423","133":"445","134":"55","135":"26","136":"13","137":"15","138":"5","139":"10","140":"271","141":"153","142":"118","143":"50","144":"68","145":"5586","146":"3172","147":"2414","148":"950","149":"1464","150":"23.307692307692307","151":"1.7418490397498883","152":"2.4778761061946901","153":"0.99188458070333629","154":"69.350649350649348","155":"54.025974025974023","156":"15.61","157":"34.6","158":"10.199999999999999","159":"2.5","160":"728","161":"32.700000000000003","162":"7.0054945054945055","163":"3.5","164":"17.600000000000001","165":"31.043956043956044","166":"64.14835164835165","167":"8.5310136157337375","168":"3.8966128746231603","169":"3205.2759999999998","170":"118.911","171":"3.7","172":"3086.3649999999998","173":"3086.3649999999998","174":"-","175":"100","176":"-","177":"1347.837","178":"75.619","179":"103.517","180":"185.78899999999999","181":"30.181999999999999","182":"43.670693518103","183":"2.4500990647574099","184":"3.3540103001427202","185":"6.0196703889526999","186":"0.97791414819698896","187":"118.57409043758901","188":"51.782127626877703","189":"2.9051826808559684","190":"3.9769872065772791","191":"7.1377694110415302","192":"1.1595528064850744","193":"0","194":"2415.7717499999999","195":"100","196":"32.799999999999997","197":"29.2","198":"209","199":"13.8","200":"7.9","201":"64","202":"9564","203":"0.41","204":"2.2000000000000002","205":"-","206":"-","207":"0.1","208":"0.61","209":"3.4000000000000004","210":"-","211":"-","212":"0.3","213":"2.3357778276007113","214":"5.1957200390129108","215":"9242","216":"8374","217":"7.7775256747074275","218":"17","219":"1","220":"4","221":"12","222":"0.65700222100451777","223":"1.8394286950876435","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.31574055982551202","236":"99","237":"4","238":"-0.33743266560161206","239":"85","240":"4","241":"4.4554349601361402E-3","242":"124","243":"143","244":"108","245":"8.6999999999999993","246":"2.39","247":"27.5","248":"0.33","249":"3.8","250":"0.03","251":"0.3","252":"0.08","253":"0.9","254":"0.14000000000000001","255":"1.6","256":"0.11","257":"1.3","258":"0.8","259":"9.1999999999999993","260":"0.38","261":"4.4000000000000004","262":"0","263":"0","264":"0.41","265":"4.7","266":"1.82","267":"20.9","268":"0.79","269":"9.1","270":"0.09","271":"1","272":"1.33","273":"15.3","274":"26029","275":"10891","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65.98","296":"-","297":"63.252643948296118","298":"63.656076176110119","299":"63.673162006966024","300":"60.548612086317469","301":"63.973491897780399"},{"1":"370159","2":"מודיעין-מכבים-רעות","3":"1200","4":"המרכז","5":"עירייה","6":"25.053588454095099","7":"2001","8":"0","9":"19","10":"420","11":"מודיעין-מכבים-רעות","12":"48.329486071309738","13":"2009.1","14":"97097","15":"100","16":"97.8","17":"-","18":"-","19":"-","20":"-","21":"47985","22":"49112","23":"6.5892870016581355","24":"9.0754606218523737","25":"11.041535783803825","26":"10.080641008476061","27":"12.345386572190696","28":"15.942820066531407","29":"21.424966785791529","30":"3.9661369558276776","31":"9.5327353059311815","32":"33.115338269977443","33":"3.5891943108437956","34":"863","35":"1078","36":"2.31","37":"1.2","38":"( 1.1)","39":"254","40":"3.2","41":"824","42":"8.5943258639228244","43":"2.5772971121595418","44":"11.357714450497957","45":"285","46":"29.473684210526311","47":"25.964912280701753","48":"14.736842105263156","49":"29.82456140350877","50":"1672","51":"1310","52":"3942","53":"1911","54":"2031","55":"1303","56":"545","57":"1690","58":"404","59":"2632","60":"1336","61":"1296","62":"580","63":"979","64":"927","65":"146","66":"5566","67":"413","68":"14.7","69":"97","70":"4.3","71":"4","72":"337","73":"0.3","74":"-","75":"0.04","76":"0.01","77":"-","78":"86.711110228759296","79":"705.33333333333337","80":"60.332255202613233","81":"21","82":"30","83":"94.8","84":"286.20347012658397","85":"111.4","86":"285.69645804007837","87":"7134","88":"13.193275756847225","89":"2804","90":"1158","91":"5.2594065348688899","92":"40","93":"205","94":"123","95":"110","96":"104","97":"..","98":"8246","99":"6.0999272374484601","100":"317","101":"1323","102":"1336","103":"172","104":"182","105":"35.9","106":"46.3","107":"14.6","108":"3.2","109":"11227","110":"6717","111":"4162","112":"348","113":"25662","114":"10176","115":"13599","116":"1887","117":"14092.19541","118":"17374.14918","119":"10967.159449999999","120":"1.2297143818978507","121":"0.65054911214041944","122":"2.0598258031215844","123":"43770","124":"30.3","125":"3874","126":"13282.51737","127":"-1.4223284095039368","128":"33.200000000000003","129":"0.44768530200000001","130":"4461","131":"1290","132":"1373","133":"1588","134":"210","135":"44","136":"31","137":"26","138":"11","139":"15","140":"882","141":"456","142":"426","143":"195","144":"231","145":"23464","146":"11293","147":"12171","148":"6075","149":"6096","150":"27.970822281167109","151":"0.50313427911580333","152":"0.64840330685686498","153":"0.3526448362720403","154":"92.824658918645781","155":"87.771601819100553","156":"56.96","157":"54.9","158":"18.100000000000001","159":"4.3","160":"2477","161":"31.9","162":"4.6427129592248688","163":"3.1","164":"17.899999999999999","165":"52.684699232943075","166":"80.419862737182086","167":"10.404330534688466","168":"3.1034189849224889","169":"8828.3490000000002","170":"488.30900000000003","171":"5.5","172":"8340.0400000000009","173":"8339.9529999999995","174":"8.6999999999999994E-2","175":"99.998956839535552","176":"1.0431604644582041E-3","177":"5427.4750000000004","178":"392.39699999999999","179":"1581.1020000000001","180":"549.26300000000003","181":"349.84699999999998","182":"65.078004636237196","183":"4.7050265151374404","184":"18.958164392533099","185":"6.5859244050895702","186":"4.1948317934165802","187":"85.8930039033132","188":"55.897453062401503","189":"4.0412886082989177","190":"16.283736881675026","191":"5.6568483063328427","192":"3.6030670360567267","193":"0.2","194":"5532.7913802348003","195":"100","196":"154.19999999999999","197":"134.19999999999999","198":"463","199":"171.8","200":"65.8","201":"381","202":"26733","203":"-","204":"-","205":"7.1449999999999996","206":"4.6550000000000002","207":"-","208":"-","209":"-","210":"7.1449999999999996","211":"4.6550000000000002","212":"-","213":"1.4900972864633497","214":"18.231658732901487","215":"40650","216":"36675","217":"6.2210497614178593","218":"56","219":"2","220":"14","221":"40","222":"0.58408039851902682","223":"1.3776137761377614","224":"2","225":"37","226":"0.6013433360025392","227":"..","228":"..","229":"29.7","230":"-","231":"..","232":"(35.1)","233":"..","234":"9","235":"1.4012512484734401","236":"237","237":"8","238":"1.1983772883315353","239":"174","240":"6","241":"1.1283234348057201","242":"210","243":"209","244":"194","245":"48.289999999999992","246":"7.94","247":"16.399999999999999","248":"0.79","249":"1.6","250":"0.03","251":"0.1","252":"0.09","253":"0.2","254":"0.22","255":"0.5","256":"0.48","257":"1","258":"0.61","259":"1.3","260":"0.73","261":"1.5","262":"0","263":"0","264":"1.38","265":"2.9","266":"17.829999999999998","267":"36.9","268":"0.82","269":"1.7","270":"2.64","271":"5.5","272":"14.73","273":"30.400000000000006","274":"97097","275":"12229","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"64.739999999999995","296":"-","297":"78.071602929210741","298":"76.259108530249165","299":"76.054793649784671","300":"74.9164289876407","301":"74.690805062705891"},{"1":"115125","2":"מודיעין עילית","3":"3797","4":"אזור יהודה והשומרון","5":"עירייה","6":"27.470660871263501","7":"1996","8":"0","9":"17","10":"730","11":"מודיעין עילית","12":"..","13":"..","14":"80996","15":"100","16":"100","17":"-","18":"-","19":"-","20":"-","21":"40891","22":"40106","23":"19.994814558743641","24":"19.317003308805372","25":"16.389698256704033","26":"10.354832337399378","27":"12.014173539434045","28":"15.442737912983358","29":"5.064447627043311","30":"0.42347770260259765","31":"0.99758012741369939","32":"62.884586893179907","33":"0.35804237246283765","34":"2035","35":"3212","36":"7.06","37":"10","38":"3.1","39":"47","40":"3.83","41":"3165","42":"39.820504799908626","43":"3.8855306198986597","44":"3.6088201886512912","45":"92","46":"20.652173913043477","47":"53.260869565217398","48":"10.869565217391305","49":"15.217391304347828","50":"-158","51":"-266","52":"1735","53":"1047","54":"688","55":"683","56":"811","57":"208","58":"33","59":"2001","60":"1114","61":"887","62":"773","63":"955","64":"260","65":"13","66":"3357","67":"1006","68":"95.1","69":"377","70":"9.6","71":"11","72":"1956","73":"-","74":"0.14000000000000001","75":"2.37","76":"-","77":"-","78":"84.214908904029102","79":"3546.3333333333335","80":"45.972238806133078","81":"10","82":"18","83":"13.8","84":"259.5065639734031","85":"16.2","86":"225.09715082630845","87":"3876","88":"14.440594612719348","89":"1397","90":"490","91":"5.3105755340986844","92":"34","93":"144","94":"125","95":"100","96":"103","97":"..","98":"812","99":"13.177339901477833","100":"617","101":"218","102":"1169","103":"97","104":"14","105":"31.2","106":"19","107":"32.6","108":"17.2","109":"9007","110":"1479","111":"1969","112":"5559","113":"46532","114":"2203","115":"7055","116":"37274","117":"5092.4109989999997","118":"5254.3023359999997","119":"5015.7039269999996","120":"1.7142926173628226","121":"-2.1078611936555247","122":"3.7444877256118003","123":"14467","124":"61.9","125":"1173","126":"5868.1700039999996","127":"-4.0053288341452165","128":"65","129":"0.38940115800000002","130":"10050","131":"2934","132":"2894","133":"2777","134":"1445","135":"85","136":"48","137":"41","138":"-","139":"41","140":"979","141":"773","142":"206","143":"-","144":"206","145":"26696","146":"19825","147":"6871","148":"-","149":"6871","150":"27.725314183123878","151":"1.8781814990345795","152":"2.8339350180505414","153":"0.97369320122992831","154":"2.620967741935484","155":"1.6129032258064515","156":"4.2","157":"9.5","158":"2.4","159":"0.5","160":"1245","161":"23.4","162":"7.1485943775100393","163":"0.8","164":"15.4","165":"5.0602409638554215","166":"22.811244979919678","167":"15.371887550200803","168":"1.5216846065419585","169":"4181.1000000000004","170":"208.73699999999999","171":"4.9923943459855096","172":"3972.3629999999998","173":"3972.3629999999998","174":"-","175":"100","176":"-","177":"3017.5210000000002","178":"665.32500000000005","179":"65.638000000000005","180":"67.881","181":"19.247","182":"75.962871469701994","183":"16.748846970933901","184":"1.65236661402797","185":"1.7088317457392499","186":"0.48452268838472201","187":"49.0433349383311","188":"37.254725483659897","189":"8.2141931182636387","190":"0.81037569292689848","191":"0.83806807659542948","192":"0.23762608491672532","193":"0.8","194":"2582.7128078904002","195":"100","196":"63","197":"38.799999999999997","198":"150","199":"104.8","200":"85.9","201":"529","202":"10876","203":"-","204":"-","205":"-","206":"0.43","207":"-","208":"-","209":"-","210":"-","211":"0.43","212":"-","213":"0.95697030902082059","214":"32.785175746901636","215":"5188","216":"4575","217":"9.7464480874316948","218":"3","219":"-","220":"3","221":"-","222":"3.7744554312709594E-2","223":"0.57825751734772557","224":"-","225":"15","226":"0.52962847621650355","227":"..","228":"(33.3)","229":"..","230":"..","231":"-","232":"..","233":"..","234":"1","235":"-2.24707836306029","236":"6","237":"3","238":"-0.68093402733591135","239":"54","240":"6","241":"0.87060101889777997","242":"195","243":"193","244":"190","245":"4.0699999999999994","246":"1.51","247":"37.1","248":"0.68","249":"16.7","250":"0.01","251":"0.2","252":"0.03","253":"0.7","254":"0","255":"0","256":"0.03","257":"0.7","258":"0.06","259":"1.5","260":"0.04","261":"1","262":"0","263":"0","264":"0.04","265":"1","266":"0","267":"0","268":"0.02","269":"0.5","270":"0.01","271":"0.2","272":"1.64","273":"40.399999999999991","274":"80996","275":"53640","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.15","296":"-","297":"84.474148061104586","298":"84.506488399528109","299":"83.438672037783022","300":"81.020702306079656","301":"82.033218959706062"},{"1":"104970","2":"מעלה אדומים","3":"3616","4":"אזור יהודה והשומרון","5":"עירייה","6":"62.733960297794802","7":"1991","8":"0","9":"15","10":"706","11":"מעלה אדומים","12":"..","13":"..","14":"37555","15":"99.9","16":"96.5","17":"-","18":"-","19":"-","20":"-","21":"18410","22":"19145","23":"8.7498335774197837","24":"8.787112235388097","25":"8.7232059645852758","26":"8.6007189455465323","27":"15.587804553321794","28":"16.445213686592997","29":"16.679536679536678","30":"5.1977100252962325","31":"11.231527093596059","32":"31.476501131673544","33":"4.1006523765144456","34":"855","35":"686","36":"2.88","37":"0.4","38":"..","39":"128","40":"3.8","41":"558","42":"14.800771953848955","43":"-0.76835001088738863","44":"14.64252429769671","45":"69","46":"21.739130434782609","47":"37.681159420289859","48":"28.985507246376812","49":"11.594202898550725","50":"-872","51":"-920","52":"785","53":"383","54":"402","55":"225","56":"233","57":"278","58":"49","59":"1705","60":"848","61":"857","62":"472","63":"515","64":"606","65":"112","66":"1759","67":"266","68":"21.5","69":"157","70":"10.199999999999999","71":"5","72":"467","73":"0.3","74":"0.02","75":"0.34","76":"0.41","77":"0.16","78":"..","79":"1860.3333333333333","80":"48.661934894407267","81":"23","82":"32","83":"45.4","84":"290.04038010733871","85":"56.6","86":"296.08881599101284","87":"3875","88":"18.249034567203541","89":"1444","90":"651","91":"6.776161426560301","92":"39","93":"177","94":"120","95":"103","96":"98","97":"..","98":"3924","99":"17.380224260958204","100":"495","101":"950","102":"940","103":"115","104":"137","105":"43.4","106":"22.2","107":"29","108":"5.4","109":"5463","110":"3174","111":"1930","112":"359","113":"13148","114":"4739","115":"6414","116":"1995","117":"9957.0763879999995","118":"11753.15641","119":"8321.3516290000007","120":"2.8113749275583411","121":"3.189662434833429","122":"2.1898973801570465","123":"20374","124":"34.6","125":"1209","126":"10434.7572","127":"-2.2898130004031514","128":"38.5","129":"0.38990833899999999","130":"2050","131":"649","132":"660","133":"631","134":"110","135":"21","136":"14","137":"14","138":"6","139":"8","140":"371","141":"191","142":"180","143":"83","144":"97","145":"8305","146":"4029","147":"4276","148":"2097","149":"2179","150":"24.453947368421051","151":"0.63275736188853737","152":"0.86496876501681885","153":"0.39447731755424065","154":"88.512518409425624","155":"73.784977908689257","156":"26.67","157":"45.6","158":"16.100000000000001","159":"4","160":"1083","161":"31.1","162":"5.7248384118190216","163":"3.9","164":"16.600000000000001","165":"42.659279778393348","166":"80.332409972299175","167":"8.6134020618556697","168":"3.6563734290843808","169":"3855.0219999999999","170":"233.00299999999999","171":"6.0441419011357098","172":"3622.0189999999998","173":"3622.0189999999998","174":"-","175":"100","176":"-","177":"2161.7330000000002","178":"179.23","179":"572.67399999999998","180":"320.38900000000001","181":"40.331000000000003","182":"59.683093876647298","183":"4.9483451080737","184":"15.810905464604099","185":"8.8455913676874705","186":"1.1134949871880799","187":"96.445719611236896","188":"57.561789375582499","189":"4.7724670483291174","190":"15.248941552389828","191":"8.5311942484356269","192":"1.073918253228598","193":"0","194":"2537.4322499999998","195":"100","196":"126.1","197":"96.7","198":"478","199":"76.7","200":"11.6","201":"86","202":"9871","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"0.34899999999999998","212":"-","213":"2.0190327042281515","214":"22.477467373528555","215":"14399","216":"13028","217":"7.3031931225053732","218":"16","219":"-","220":"4","221":"12","222":"0.4243948947340202","223":"1.1111882769636781","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.32741824469073799","236":"159","237":"9","238":"1.6028327393371871","239":"191","240":"5","241":"0.29127019106806501","242":"162","243":"158","244":"141","245":"46.180000000000007","246":"2.86","247":"6.2","248":"0.3","249":"0.6","250":"0.04","251":"0.1","252":"0.06","253":"0.1","254":"7.0000000000000007E-2","255":"0.2","256":"0.1","257":"0.2","258":"1.23","259":"2.7","260":"0.85","261":"1.8","262":"0","263":"0","264":"0.28999999999999998","265":"0.6","266":"4.46","267":"9.6999999999999993","268":"0.14000000000000001","269":"0.3","270":"1.19","271":"2.6","272":"34.590000000000003","273":"74.900000000000006","274":"37555","275":"13131","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"61.67","296":"-","297":"73.120442544631629","298":"70.208878220056604","299":"71.242016626824139","300":"67.366996652660077","301":"70.037666121810815"},{"1":"43754","2":"מעלות-תרשיחא","3":"1063","4":"הצפון","5":"עירייה","6":"121.379957244869","7":"1996","8":"0","9":"13","10":"223","11":"מעלות-תרשיחא","12":"9.2605771713608238","13":"2409.6","14":"22315","15":"77.7","16":"83.1","17":"22.3","18":"48.9","19":"47.5","20":"1.1000000000000001","21":"11165","22":"11150","23":"7.2776159533945775","24":"7.7212637239524984","25":"7.958772126372395","26":"6.6950481738740759","27":"13.712749271790276","28":"18.068563746358951","29":"17.70557920681156","30":"5.90634102621555","31":"14.949585480618419","32":"26.708492045709164","33":"5.6867577862424374","34":"805","35":"371","36":"2.71","37":"1.4","38":"( 4.2)","39":"176","40":"5.49","41":"195","42":"8.7765533269904719","43":"0.87178014991133068","44":"28.626484427515127","45":"14","46":"0","47":"14.285714285714285","48":"50","49":"35.714285714285715","50":"-38","51":"-25","52":"716","53":"367","54":"349","55":"216","56":"158","57":"307","58":"35","59":"741","60":"369","61":"372","62":"185","63":"230","64":"275","65":"51","66":"867","67":"161","68":"21.3","69":"81","70":"8.6","71":"8","72":"518","73":"0.82","74":"-","75":"1.1399999999999999","76":"0.18","77":"0.2","78":"..","79":"1716.6666666666667","80":"61.119503579345682","81":"23","82":"39","83":"44.8","84":"373.35598902818663","85":"50.4","86":"355.62892180884984","87":"2396","88":"18.316642458527635","89":"969","90":"439","91":"7.4412532637075719","92":"40","93":"169","94":"128","95":"113","96":"114","97":"..","98":"3441","99":"37.925021795989537","100":"862","101":"863","102":"749","103":"82","104":"70","105":"60.5","106":"11.7","107":"19.7","108":"8","109":"2989","110":"2086","111":"760","112":"143","113":"6426","114":"3083","115":"2508","116":"835","117":"8774.7969420000009","118":"10537.40854","119":"6969.097229","120":"1.6674525359166026","121":"2.1000798207294613","122":"1.7350711405315522","123":"11594","124":"37.700000000000003","125":"751","126":"9574.363609","127":"-2.2697440499616084","128":"41.5","129":"0.37947676000000002","130":"1067","131":"329","132":"326","133":"365","134":"47","135":"13","136":"8","137":"9","138":"4","139":"5","140":"187","141":"103","142":"84","143":"38","144":"46","145":"4307","146":"2354","147":"1953","148":"975","149":"978","150":"24.415730337078653","151":"1.3986013986013985","152":"1.4866204162537164","153":"1.3091641490433032","154":"72.61904761904762","155":"61.607142857142861","156":"20.76","157":"38.6","158":"15.8","159":"3.1","160":"533","161":"32","162":"3.75234521575985","163":"3.4","164":"19.100000000000001","165":"39.587242026266416","166":"75.422138836772973","167":"9.0399159663865554","168":"3.6144550313734602","169":"1731.9670000000001","170":"150.14099999999999","171":"8.7","172":"1581.826","173":"1563.885","174":"17.940999999999999","175":"98.865804456368778","176":"1.1341955436312212","177":"1100.395","178":"39.395000000000003","179":"165.04599999999999","180":"40.488","181":"33.250999999999998","182":"70.362910316295597","183":"2.5190471166358099","184":"10.5535892984459","185":"2.5889371660959699","186":"2.1261793546200698","187":"70.085372411938707","188":"49.314107735054201","189":"1.7654835529264139","190":"7.3965223626422878","191":"1.8144662543694541","192":"1.490140718831227","193":"0.3","194":"811.1210625474738","195":"99.750000327493495","196":"8.9","197":"7.8","198":"51","199":"6","200":"4.3","201":"14","202":"7454","203":"-","204":"-","205":"0.6","206":"0.15","207":"-","208":"-","209":"-","210":"0.6","211":"0.15","212":"-","213":"1.7390366722042381","214":"2.6019493365917996","215":"9067","216":"8071","217":"7.9879816627431541","218":"5","219":"-","220":"3","221":"2","222":"0.2250398288971916","223":"0.55145031432667913","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-3.7052862466301198E-2","236":"124","237":"6","238":"0.2856546052573003","239":"130","240":"3","241":"-0.617962187359689","242":"46","243":"66","244":"34","245":"9.2799999999999994","246":"2.89","247":"31.1","248":"0.21","249":"2.2999999999999998","250":"0.03","251":"0.3","252":"0.1","253":"1.1000000000000001","254":"0.17","255":"1.8","256":"0.16","257":"1.7","258":"0.4","259":"4.3","260":"0.15","261":"1.6","262":"0.01","263":"0.1","264":"0.13","265":"1.4","266":"2.89","267":"31.1","268":"0.95","269":"10.199999999999999","270":"0.17","271":"1.8","272":"1.02","273":"11.200000000000003","274":"22315","275":"7721","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"70.27","296":"63.561199675763305","297":"59.620520810149124","298":"62.535848224134128","299":"63.64974646965814","300":"58.252010723860593","301":"60.70730031188878"},{"1":"115493","2":"נהרייה","3":"9100","4":"הצפון","5":"עירייה","6":"105.95180954412","7":"1961","8":"1","9":"17","10":"210","11":"נהרייה","12":"13.82690562454764","13":"5302.7","14":"60806","15":"97.6","16":"85.6","17":"-","18":"-","19":"-","20":"-","21":"29553","22":"31253","23":"7.0025984277867312","24":"7.2476400355228101","25":"6.9072131039700029","26":"6.5207380850573955","27":"11.822846429628655","28":"18.042627372298785","29":"18.531066013222379","30":"5.6441798506726313","31":"18.28109068184061","32":"25.037002927342698","33":"7.222971417294346","34":"851","35":"903","36":"2.54","37":"0.6","38":"..","39":"462","40":"5.43","41":"441","42":"7.3523096718718035","43":"2.7899097728230089","44":"24.543630562773412","45":"682","46":"29.178885630498534","47":"32.111436950146626","48":"26.392961876832842","49":"12.316715542521994","50":"1166","51":"457","52":"2484","53":"1212","54":"1272","55":"511","56":"579","57":"1116","58":"278","59":"2027","60":"996","61":"1031","62":"492","63":"466","64":"920","65":"149","66":"4663","67":"329","68":"15.1","69":"250","70":"10.3","71":"17","72":"976","73":"0.96","74":"-","75":"0.2","76":"0.27","77":"0.21","78":"81.836926922172097","79":"4883.333333333333","80":"58.415082904435252","81":"26","82":"32","83":"132","84":"370.43429086239303","85":"147.19999999999999","86":"356.0891024749979","87":"6363","88":"18.19247483989021","89":"2503","90":"1037","91":"7.2370323252182969","92":"40","93":"175","94":"127","95":"110","96":"103","97":"..","98":"11060","99":"22.188065099457503","100":"2917","101":"2469","102":"2063","103":"243","104":"349","105":"54.1","106":"27.7","107":"8.4","108":"9.8000000000000007","109":"7935","110":"5592","111":"2147","112":"196","113":"16360","114":"8366","115":"6884","116":"1110","117":"9912.3943999999992","118":"12168.65105","119":"7660.5091700000003","120":"2.5510721218986898","121":"2.3703639715265012","122":"2.771456534936112","123":"29907","124":"36.4","125":"2276","126":"10994.91655","127":"1.8679030302088728","128":"40","129":"0.41173984299999999","130":"2792","131":"830","132":"937","133":"862","134":"163","135":"22","136":"17","137":"11","138":"4","139":"7","140":"374","141":"218","142":"156","143":"66","144":"90","145":"9089","146":"5184","147":"3905","148":"1813","149":"2092","150":"26.752808988764045","151":"1.0912698412698412","152":"1.3481363996827915","153":"0.83399523431294664","154":"78.75706214689265","155":"63.61581920903955","156":"22.53","157":"39.799999999999997","158":"13.4","159":"2.8","160":"1024","161":"31.8","162":"7.421875","163":"3.4","164":"16.8","165":"42.67578125","166":"74.609375","167":"10.289623717217788","168":"3.1586879432624113","169":"5681.7250000000004","170":"465.21899999999999","171":"8.1879886830143995","172":"5216.5060000000003","173":"5133.3119999999999","174":"83.194000000000003","175":"98.405177718572546","176":"1.5948222814274535","177":"3543.9520000000002","178":"262.59800000000001","179":"577.12599999999998","180":"174.887","181":"74.506","182":"69.038312886495106","183":"5.1155667140434904","184":"11.242761008876901","185":"3.40690376895073","186":"1.4514216162976299","187":"84.419754304603103","188":"58.281974114822297","189":"4.3185488512835697","190":"9.4911112207476105","191":"2.8760997911424671","192":"1.225286562402355","193":"0","194":"4203.4826400000002","195":"100","196":"188.5","197":"187.9","198":"1203","199":"88.6","200":"81.7","201":"600","202":"23350","203":"-","204":"-","205":"7.2409999999999997","206":"6.76","207":"-","208":"-","209":"-","210":"10.811","211":"6.76","212":"-","213":"1.8272637019987841","214":"8.0401724780144797","215":"24061","216":"21287","217":"7.095833137595716","218":"78","219":"1","220":"11","221":"66","222":"1.3004085133922916","223":"3.2417605253314492","224":"1","225":"93","226":"2.1227598891508479","227":"(16.1)","228":"(19.4)","229":"28","230":"25.8","231":"..","232":"..","233":"(6.5)","234":"6","235":"0.24896204985619999","236":"152","237":"6","238":"0.22369563652983918","239":"125","240":"4","241":"-0.299140837750482","242":"86","243":"99","244":"60","245":"11.469999999999999","246":"4.6100000000000003","247":"40.200000000000003","248":"0.42","249":"3.7","250":"0.16","251":"1.4","252":"0.2","253":"1.7","254":"0.33","255":"2.9","256":"0.46","257":"4","258":"0.49","259":"4.3","260":"0.3","261":"2.6","262":"0.02","263":"0.2","264":"0.14000000000000001","265":"1.2","266":"0.56999999999999995","267":"5","268":"1.1100000000000001","269":"9.6999999999999993","270":"0.7","271":"6.1","272":"1.96","273":"16.999999999999979","274":"60806","275":"13190","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65.39","296":"-","297":"62.932537217736282","298":"61.52135054617677","299":"62.716723281431008","300":"59.236072436771458","301":"60.801292524416375"},{"1":"64767","2":"נוף הגליל","3":"1061","4":"הצפון","5":"עירייה","6":"87.868297851580394","7":"1974","8":"0","9":"17","10":"212","11":"נוף הגליל","12":"32.861154206076712","13":"1298.7","14":"42657","15":"68.2","16":"77.7","17":"31.8","18":"38.1","19":"61.7","20":"0.1","21":"20520","22":"22137","23":"7.853341772745388","24":"7.3868298286330498","25":"6.3154933539630074","26":"6.2193778277891081","27":"13.488993600112526","28":"18.006423330285767","29":"16.937431136741917","30":"5.4879621164170009","31":"18.304147033312233","32":"25.039266708863728","33":"7.841620367114424","34":"855","35":"663","36":"2.44","37":"2.4","38":"( 3.7)","39":"469","40":"6.14","41":"194","42":"4.5865867141655601","43":"1.7179438404771474","44":"33.164545092247458","45":"273","46":"35.897435897435898","47":"27.472527472527474","48":"25.274725274725274","49":"11.355311355311356","50":"497","51":"225","52":"2290","53":"1121","54":"1169","55":"737","56":"726","57":"736","58":"91","59":"2065","60":"1018","61":"1047","62":"479","63":"508","64":"855","65":"223","66":"1845","67":"221","68":"13.8","69":"179","70":"5.4","71":"11","72":"753","73":"1.05","74":"-","75":"0.21","76":"0.39","77":"0.14000000000000001","78":"..","79":"4019","80":"62.431414706863833","81":"22","82":"37","83":"             115.0","84":"             411.1","85":"             124.8","86":"             355.5","87":"4980","88":"20.386441788112002","89":"2062","90":"908","91":"8.4807107016533685","92":"41","93":"170","94":"130","95":"115","96":"120","97":"..","98":"8296","99":"40.139826422372231","100":"2795","101":"2801","102":"2013","103":"251","104":"37","105":"59.6","106":"27.5","107":"7","108":"6","109":"5428","110":"4224","111":"1091","112":"113","113":"10341","114":"6216","115":"3441","116":"684","117":"8107.2840800000004","118":"9754.1781549999996","119":"6538.9090539999997","120":"1.8929078693596058","121":"2.532421129154061","122":"1.1035741336802518","123":"22440","124":"40.799999999999997","125":"1291","126":"9345.6522010000008","127":"-1.2834809120890966","128":"43.8","129":"0.393120884","130":"1918","131":"613","132":"631","133":"601","134":"73","135":"17","136":"13","137":"7","138":"2","139":"5","140":"190","141":"122","142":"68","143":"26","144":"42","145":"3815","146":"2313","147":"1502","148":"659","149":"843","150":"21.591397849462364","151":"1.4724310776942355","152":"1.9230769230769231","153":"1.0126582278481013","154":"78.608695652173907","155":"69.913043478260875","156":"18.54","157":"33.299999999999997","158":"15.6","159":"2.7","160":"520","161":"30.7","162":"8.0769230769230766","163":"3.8","164":"17.600000000000001","165":"38.269230769230766","166":"77.5","167":"8.5427927927927936","168":"3.6562088056947006","169":"3379.04","170":"238.31200000000001","171":"7.1","172":"3140.7280000000001","173":"3140.7280000000001","174":"-","175":"100","176":"-","177":"2041.9680000000001","178":"100.075","179":"195.37899999999999","180":"348.74099999999999","181":"100.53700000000001","182":"65.015754309192005","183":"3.1863631616618799","184":"6.2208188674727598","185":"11.103826883448701","186":"3.2010731269947601","187":"73.624041820014497","188":"47.867226142197403","189":"2.3459293466794815","190":"4.5800182845355026","191":"8.1750861482922712","192":"2.3567594177078695","193":"0","194":"2371.2230795060991","195":"100","196":"103.7","197":"53.4","198":"318","199":"39.1","200":"8.3000000000000007","201":"24","202":"16766","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6704478215204226","214":"26.875941533325186","215":"16311","216":"14773","217":"7.5017261219792868","218":"44","219":"3","220":"8","221":"33","222":"1.040256780532395","223":"2.697566059714303","224":"3","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.16609228071958401","236":"109","237":"9","238":"1.8538822105962378","239":"195","240":"5","241":"0.13946022674292499","242":"137","243":"161","244":"100","245":"32.879999999999995","246":"3.59","247":"10.9","248":"0.21","249":"0.6","250":"0.05","251":"0.2","252":"0.13","253":"0.4","254":"0.18","255":"0.5","256":"0.44","257":"1.3","258":"1.05","259":"3.2","260":"0.36","261":"1.1000000000000001","262":"0.01","263":"0","264":"0.22","265":"0.7","266":"16.77","267":"51","268":"3.8","269":"11.6","270":"0.72","271":"2.2000000000000002","272":"5.35","273":"16.3","274":"42657","275":"11882","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"59.8","296":"-","297":"55.183035486991493","298":"56.282490173703557","299":"56.679046969352434","300":"50.464177598385476","301":"52.798576617985027"},{"1":"196748","2":"נס ציונה","3":"7200","4":"המרכז","5":"עירייה","6":"8.8594822813368701","7":"1992","8":"0","9":"15","10":"407","11":"נס ציונה","12":"15.675229156860601","13":"3218.9","14":"50456","15":"99.9","16":"98","17":"-","18":"-","19":"-","20":"-","21":"24845","22":"25611","23":"6.5760266370699227","24":"9.1128904391945458","25":"10.000792769938164","26":"8.4905660377358494","27":"10.276280323450134","28":"17.696606944664659","29":"19.876724274615505","30":"4.0887109560805452","31":"13.881401617250674","32":"31.140003171079751","33":"5.1807515459013791","34":"925","35":"528","36":"2.0499999999999998","37":"1.2","38":"( 1.9)","39":"203","40":"3.87","41":"325","42":"6.4253508019929519","43":"-0.4930529496641185","44":"6.6414301569684477","45":"19","46":"42.105263157894733","47":"42.105263157894733","48":"5.2631578947368416","49":"10.526315789473683","50":"-431","51":"-455","52":"1119","53":"554","54":"565","55":"332","56":"155","57":"545","58":"87","59":"1574","60":"789","61":"785","62":"407","63":"430","64":"657","65":"80","66":"1581","67":"162","68":"10.199999999999999","69":"170","70":"9.9","71":"9","72":"801","73":"0.2","74":"-","75":"-","76":"1.34","77":"0.05","78":"85.943689660353101","79":"2525.3333333333335","80":"44.744596049656657","81":"23","82":"32","83":"65","84":"271.21416905557606","85":"78.599999999999994","86":"286.39640144064975","87":"4027","88":"14.658027881920429","89":"1584","90":"659","91":"5.7470430302590527","92":"41","93":"202","94":"127","95":"110","96":"106","97":"..","98":"6198","99":"7.8251048725395291","100":"425","101":"1166","102":"917","103":"156","104":"167","105":"44","106":"41.2","107":"13.2","108":"1.6","109":"5571","110":"3514","111":"1962","112":"95","113":"12144","114":"5402","115":"6227","116":"515","117":"13332.95505","118":"16415.968410000001","119":"10437.72572","120":"0.65553270323668311","121":"0.55976443777574492","122":"0.70347415927822787","123":"22094","124":"29.8","125":"2207","126":"13096.977489999999","127":"0.12512323607893894","128":"32.299999999999997","129":"0.44082243599999998","130":"2417","131":"685","132":"752","133":"856","134":"124","135":"21","136":"15","137":"11","138":"5","139":"6","140":"409","141":"236","142":"173","143":"84","144":"89","145":"10883","146":"5964","147":"4919","148":"2630","149":"2289","150":"27.895","151":"0.61384999040859389","152":"0.84647941515967673","153":"0.3825554705432288","154":"91.161616161616166","155":"83.333333333333343","156":"53.79","157":"56.8","158":"17.7","159":"3.3","160":"1110","161":"31.6","162":"6.3063063063063058","163":"3.7","164":"17.100000000000001","165":"49.189189189189193","166":"76.666666666666671","167":"11.054435483870968","168":"2.8791719861389748","169":"4421.51","170":"157.80000000000001","171":"3.6","172":"4263.71","173":"4258.3760000000002","174":"5.3339999999999996","175":"99.874897683003766","176":"0.12510231699623098","177":"2999.2939999999999","178":"150.392","179":"426.14600000000002","180":"270.18400000000003","181":"22.815999999999999","182":"70.432812884536304","183":"3.53167498595709","184":"10.007242197495","185":"6.3447661737714096","186":"0.53579110909886796","187":"84.397811954970706","188":"59.443752972887303","189":"2.9806564135087998","190":"8.4458934517203108","191":"5.3548438243221819","192":"0.45219597272871415","193":"0","194":"3302.0162760520911","195":"100","196":"106.4","197":"23.8","198":"99","199":"93","200":"18.399999999999999","201":"83","202":"14211","203":"0.12","204":"1.2","205":"1.9990000000000001","206":"3.0659999999999998","207":"0.12","208":"0.12","209":"1.2","210":"1.9990000000000001","211":"1.7749999999999999","212":"0.12","213":"1.4527301794246741","214":"19.77120213610544","215":"20958","216":"18973","217":"6.6726927739419173","218":"34","219":"-","220":"4","221":"30","222":"0.67219054543926271","223":"1.6222922034545282","224":"-","225":"39","226":"1.134669566765703","227":"(25.6)","228":"(12.8)","229":"(28.2)","230":"(25.6)","231":"..","232":"..","233":"..","234":"8","235":"1.3263762085864399","236":"232","237":"6","238":"0.32276828829977083","239":"132","240":"8","241":"2.2290849481389401","242":"237","243":"237","244":"231","245":"15.660000000000002","246":"4.22","247":"26.9","248":"0.39","249":"2.5","250":"7.0000000000000007E-2","251":"0.4","252":"7.0000000000000007E-2","253":"0.4","254":"0.15","255":"1","256":"0.45","257":"2.9","258":"0.25","259":"1.6","260":"0.45","261":"2.9","262":"0.01","263":"0.1","264":"0.15","265":"1","266":"0","267":"0","268":"1.98","269":"12.6","270":"3.12","271":"19.899999999999999","272":"4.3499999999999996","273":"27.8","274":"50456","275":"11956","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"67","296":"-","297":"76.515693996896999","298":"75.658597365610532","299":"75.626181474480148","300":"74.159761932547553","301":"74.702988809941601"},{"1":"0","2":"נצרת","3":"7300","4":"הצפון","5":"עירייה","6":"85.826737206613203","7":"1877","8":"0","9":"19","10":"211","11":"נצרת","12":"14.172268207355073","13":"5498","14":"77925","15":"-","16":"-","17":"99.8","18":"72.8","19":"27.2","20":"-","21":"38899","22":"39026","23":"7.9910170035290342","24":"8.281039461020212","25":"8.2848893166506254","26":"8.8598010907924287","27":"17.773500160410652","28":"18.769329483477701","29":"16.760988129611807","30":"4.2451074751363489","31":"9.0356111645813275","32":"29.582290664100096","33":"3.6701957009945461","34":"738","35":"1260","36":"2.13","37":"5.6","38":"4.4","39":"448","40":"5.64","41":"812","42":"10.429213858283495","43":"0.17146031348573842","44":"2.8232274623034969E-2","45":"7","46":"42.857142857142854","47":"14.285714285714285","48":"28.571428571428569","49":"14.285714285714285","50":"-728","51":"-769","52":"559","53":"202","54":"357","55":"151","56":"214","57":"185","58":"9","59":"1328","60":"568","61":"760","62":"353","63":"448","64":"489","65":"38","66":"658","67":"851","68":"33.799999999999997","69":"177","70":"8.4","71":"6","72":"150","73":"0.06","74":"-","75":"-","76":"0.1","77":"0.03","78":"80.339399343782205","79":"6043.666666666667","80":"85.989650667815766","81":"26","82":"42","83":"96.6","84":"327.14166625553554","85":"97","86":"273.16037280646418","87":"9369","88":"20.184850051706306","89":"4283","90":"2550","91":"9.2687571685169559","92":"38","93":"155","94":"122","95":"133","96":"145","97":"..","98":"6724","99":"30.517549077929804","100":"4695","101":"2630","102":"3194","103":"365","104":"428","105":"63.5","106":"14.7","107":"13.2","108":"8.6","109":"11401","110":"7519","111":"3598","112":"284","113":"24652","114":"11453","115":"11708","116":"1491","117":"6959.3258889999997","118":"7971.7431539999998","119":"5663.0832540000001","120":"2.5170146394902781","121":"2.5914411446730012","122":"3.1772638731012437","123":"36034","124":"51","125":"3356","126":"9595.6913060000006","127":"-4.0294318989094968","128":"38.6","129":"0.39137334299999998","130":"3799","131":"1193","132":"1292","133":"1264","134":"50","135":"52","136":"29","137":"35","138":"11","139":"24","140":"778","141":"419","142":"359","143":"103","144":"256","145":"19775","146":"11080","147":"8695","148":"2497","149":"6198","150":"28.797468354430379","151":"1.1099770349578975","152":"1.6074669432201192","153":"0.62798291886460689","154":"69.832402234636874","155":"50.418994413407823","156":"16.43","157":"33.5","158":"16.399999999999999","159":"2.9","160":"1901","161":"30.8","162":"4.3135192004208314","163":"3","164":"18.600000000000001","165":"42.135718043135192","166":"72.277748553392954","167":"10.998337028824833","168":"2.8154830905700319","169":"5905.2640000000001","170":"1266.2429999999999","171":"21.4","172":"4639.0209999999997","173":"4625.76","174":"13.260999999999999","175":"99.714142272690722","176":"0.28585772730927494","177":"3623.0920000000001","178":"207.30799999999999","179":"51.874000000000002","180":"494.51600000000002","181":"52.343000000000004","182":"78.324253744249603","183":"4.4815986994569501","184":"1.12141572411885","185":"10.6904811317492","186":"1.1315545985956901","187":"59.361693936477401","188":"46.494603785691403","189":"2.6603529034327877","190":"0.66569136990696187","191":"6.3460506897658009","192":"0.67170997754250883","193":"0.1","194":"3727.6645631358833","195":"99.365913976441149","196":"67.8","197":"59.7","198":"360","199":"18.100000000000001","200":"17.2","201":"99","202":"17553","203":"1.29","204":"6.42","205":"0.65","206":"0.8","207":"0.48","208":"-","209":"-","210":"0.65","211":"0.75","212":"0.13","213":"1.8063334952298868","214":"15.96931406064502","215":"36321","216":"29534","217":"8.3062571950971762","218":"46","219":"2","220":"13","221":"31","222":"0.5908175338436461","223":"1.2664849536081055","224":"2","225":"145","226":"2.6885513510526793","227":"20","228":"20.7","229":"17.899999999999999","230":"16.600000000000001","231":"(11.7)","232":"..","233":"(12.4)","234":"3","235":"-0.66567688695628602","236":"74","237":"5","238":"0.1435353342436699","239":"123","240":"5","241":"0.28908821602745499","242":"161","243":"177","244":"109","245":"14.240000000000002","246":"5.61","247":"39.4","248":"0.4","249":"2.8","250":"0.11","251":"0.8","252":"0.23","253":"1.6","254":"0.11","255":"0.8","256":"1.1499999999999999","257":"8.1","258":"0.09","259":"0.6","260":"0.3","261":"2.1","262":"0.01","263":"0.1","264":"0.05","265":"0.4","266":"1.79","267":"12.6","268":"0.33","269":"2.2999999999999998","270":"0.47","271":"3.3","272":"3.59","273":"25.100000000000005","274":"77925","275":"13890","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"81.709999999999994","296":"-","297":"39.830998755281286","298":"55.752782761684117","299":"60.33727513548142","300":"39.033000767459711","301":"48.285421462054131"},{"1":"65627","2":"נשר","3":"2500","4":"חיפה","5":"עירייה","6":"81.197565264819104","7":"1995","8":"0","9":"13","10":"355","11":"מורדות הכרמל","12":"12.943834850007233","13":"1835.6","14":"23760","15":"98.6","16":"87.4","17":"-","18":"-","19":"-","20":"-","21":"11537","22":"12223","23":"6.2584175084175087","24":"6.237373737373737","25":"5.8754208754208754","26":"5.6228956228956228","27":"13.16077441077441","28":"19.654882154882156","29":"17.487373737373737","30":"6.2289562289562292","31":"19.473905723905723","32":"21.776094276094277","33":"7.916666666666667","34":"769","35":"295","36":"1.88","37":"-","38":"-","39":"186","40":"4.51","41":"109","42":"4.5608163895078251","43":"-1.1603825294805148","44":"28.514309764309765","45":"35","46":"25.714285714285712","47":"20","48":"28.571428571428569","49":"25.714285714285712","50":"-392","51":"-447","52":"828","53":"408","54":"420","55":"138","56":"251","57":"343","58":"96","59":"1275","60":"626","61":"649","62":"308","63":"321","64":"545","65":"101","66":"722","67":"101","68":"10.9","69":"85","70":"8.3000000000000007","71":"2","72":"298","73":"0.42","74":"-","75":"-","76":"0.82","77":"-","78":"..","79":"1817.3333333333333","80":"50.450703979852641","81":"30","82":"39","83":"51.2","84":"323.04568522328617","85":"55.4","86":"307.10539068220447","87":"2315","88":"16.149284966864318","89":"889","90":"383","91":"6.1467192145474661","92":"41","93":"173","94":"124","95":"107","96":"103","97":"..","98":"4149","99":"25.186791998071826","100":"584","101":"853","102":"812","103":"92","104":"114","105":"47.9","106":"41.7","107":"4","108":"6.4","109":"3044","110":"2290","111":"737","112":"17","113":"5853","114":"3445","115":"2316","116":"92","117":"11110.01417","118":"13695.976699999999","119":"8587.2731070000009","120":"3.3165040243770871","121":"3.4950282803118071","122":"3.1663068420629825","123":"12525","124":"33","125":"915","126":"10847.468070000001","127":"6.6851849667941776","128":"41.6","129":"0.42720394","130":"836","131":"261","132":"282","133":"255","134":"38","135":"9","136":"5","137":"4","138":"2","139":"2","140":"113","141":"60","142":"53","143":"25","144":"28","145":"2764","146":"1464","147":"1300","148":"650","149":"650","150":"26.320754716981131","151":"0.390625","152":"..","153":"..","154":"87.795275590551185","155":"76.377952755905511","156":"31.03","157":"40.799999999999997","158":"18.100000000000001","159":"4.3","160":"334","161":"32.1","162":"6.5868263473053901","163":"3.8","164":"17.2","165":"48.50299401197605","166":"77.544910179640709","167":"9.7508771929824558","168":"3.3494062612450524","169":"1773.7909999999999","170":"79.022000000000006","171":"4.4549780667508196","172":"1694.769","173":"1694.769","174":"-","175":"100","176":"-","177":"1293.2570000000001","178":"34.395000000000003","179":"120.271","180":"139.84200000000001","181":"2.7360000000000002","182":"76.308747681837502","183":"2.0294801238398898","184":"7.0966013657318499","185":"8.2513900124441708","186":"0.161437930479021","187":"71.331663790563596","188":"54.432299339197797","189":"1.4476619386337808","190":"5.0621238267603852","191":"5.88585378172482","192":"0.11515636179973905","193":"1.6","194":"1329.9544529183718","195":"100","196":"54.2","197":"35.6","198":"182","199":"1.6","200":"1.5","201":"8","202":"9960","203":"-","204":"-","205":"0.2","206":"0.05","207":"-","208":"-","209":"-","210":"0.2","211":"0.05","212":"-","213":"1.4782879334610943","214":"23.735893901590277","215":"10011","216":"9038","217":"6.9733348085859701","218":"42","219":"1","220":"5","221":"36","222":"1.7573787922874189","223":"4.1953850764159428","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.63828618648084001","236":"182","237":"5","238":"0.16055571827786261","239":"124","240":"5","241":"0.25233409068925999","242":"156","243":"171","244":"123","245":"12.98","246":"1.73","247":"13.3","248":"0.2","249":"1.5","250":"0.01","251":"0.1","252":"0.06","253":"0.5","254":"0.09","255":"0.7","256":"0.34","257":"2.6","258":"0.53","259":"4.0999999999999996","260":"0.45","261":"3.5","262":"0","263":"0","264":"0.06","265":"0.5","266":"5.35","267":"41.2","268":"0","269":"0","270":"1.21","271":"9.3000000000000007","272":"2.95","273":"22.7","274":"23760","275":"13734","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"55.98","296":"-","297":"64.356486210418794","298":"63.66228740197576","299":"63.963827422451246","300":"60.12443725024027","301":"62.16656485440847"},{"1":"82617","2":"נתיבות","3":"0246","4":"הדרום","5":"עירייה","6":"72.683338938096","7":"2000","8":"0","9":"15","10":"609","11":"נתיבות","12":"16.218598714850565","13":"2588.1999999999998","14":"42039","15":"99.9","16":"96.8","17":"-","18":"-","19":"-","20":"-","21":"20892","22":"21147","23":"14.593591664882609","24":"12.543114726801303","25":"9.9931016437117908","26":"7.6666904541021434","27":"15.880491924165655","28":"18.882466281310212","29":"11.044506291776683","30":"2.9853231523109494","31":"6.4083351173909939","32":"41.863507695235377","33":"2.3811222912057852","34":"1049","35":"1274","36":"4.22","37":"4.8","38":"4.2","39":"152","40":"5.35","41":"1122","42":"27.452479396221953","43":"5.8843135293140421","44":"10.192916101715074","45":"22","46":"27.27272727272727","47":"27.27272727272727","48":"13.636363636363635","49":"31.818181818181817","50":"1332","51":"1321","52":"2644","53":"1355","54":"1289","55":"958","56":"810","57":"791","58":"85","59":"1323","60":"686","61":"637","62":"518","63":"384","64":"406","65":"15","66":"2661","67":"589","68":"58.8","69":"149","70":"10.4","71":"4","72":"405","73":"0.62","74":"0.33","75":"0.08","76":"-","77":"-","78":"..","79":"1536.6666666666667","80":"63.367768016040387","81":"20","82":"30","83":"28.8","84":"273.48367937879641","85":"32.799999999999997","86":"274.77111720402524","87":"4172","88":"19.719241858486551","89":"1574","90":"616","91":"7.6444876153472565","92":"37","93":"163","94":"120","95":"104","96":"103","97":"..","98":"2731","99":"29.622848773343097","100":"1646","101":"966","102":"1449","103":"113","104":"109","105":"55","106":"32.5","107":"11.5","108":"1","109":"5076","110":"2458","111":"1670","112":"948","113":"15157","114":"3634","115":"5699","116":"5824","117":"7393.7025469999999","118":"8900.4836940000005","119":"6028.6553130000002","120":"4.0344322038554425","121":"4.9170152657479704","122":"2.7283935439205598","123":"16311","124":"46.1","125":"1011","126":"9807.2970879999993","127":"-1.1531122325126986","128":"39.6","129":"0.38440563300000002","130":"3461","131":"1118","132":"1151","133":"1011","134":"181","135":"34","136":"20","137":"18","138":"4","139":"14","140":"374","141":"269","142":"105","143":"30","144":"75","145":"8495","146":"6110","147":"2385","148":"656","149":"1729","150":"23.90566037735849","151":"1.8485915492957745","152":"3.0537830446672745","153":"0.72340425531914898","154":"61.254019292604497","155":"38.10289389067524","156":"17.02","157":"29.7","158":"9.6","159":"2.5","160":"913","161":"34.4","162":"5.9145673603504934","163":"4.8","164":"16.5","165":"33.187294633077762","166":"50.492880613362544","167":"9.8243243243243246","168":"3.58134300362636","169":"3643.3440000000001","170":"327.42399999999998","171":"9.0","172":"3315.92","173":"3315.92","174":"-","175":"100","176":"-","177":"2117.4029999999998","178":"275.15300000000002","179":"415.50799999999998","180":"113.699","181":"190.51499999999999","182":"63.855672030688297","183":"8.2979384303601993","184":"12.5307003787787","185":"3.4288824820864199","186":"5.7454643055321002","187":"78.877233045505406","188":"50.367587240419603","189":"6.5451842336877659","190":"9.8838697400033304","191":"2.7046076262518137","192":"4.5318632698208807","193":"0","194":"2916.9949172639999","195":"100","196":"212.3","197":"173.5","198":"1097","199":"273.89999999999998","200":"244.9","201":"1644","202":"11543","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.829734047955093","214":"4.8702561275231293","215":"12068","216":"10710","217":"7.7769374416433239","218":"19","219":"1","220":"4","221":"14","222":"0.46488155840304551","223":"1.5744116672190918","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.70996529747197801","236":"69","237":"3","238":"-0.5903996066802335","239":"63","240":"4","241":"-0.27703233587522602","242":"90","243":"71","244":"133","245":"16.29","246":"3.4","247":"20.9","248":"0.39","249":"2.4","250":"0.02","251":"0.1","252":"0.1","253":"0.6","254":"0.16","255":"1","256":"0.35","257":"2.1","258":"0.57999999999999996","259":"3.6","260":"0.2","261":"1.2","262":"0","263":"0","264":"0.24","265":"1.5","266":"0.97","267":"6","268":"0.33","269":"2","270":"8.14","271":"50","272":"1.41","273":"8.5999999999999908","274":"42039","275":"12364","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"78.94","296":"-","297":"75.025443603699287","298":"75.59038027435318","299":"76.349787484745193","300":"70.333666333666329","301":"75.548533693105156"},{"1":"653166","2":"נתניה","3":"7400","4":"המרכז","5":"עירייה","6":"15.610240355553801","7":"1948","8":"1","9":"27","10":"408","11":"נתניה","12":"34.748858512695904","13":"7234.2","14":"224066","15":"99.7","16":"90.5","17":"-","18":"-","19":"-","20":"-","21":"109136","22":"114929","23":"8.0221898904786979","24":"8.1806253514589446","25":"7.4665500343648743","26":"6.3615184811618004","27":"11.838922460346504","28":"18.378959770781822","29":"15.970294466808888","30":"4.973534583560201","31":"18.807404961038266","32":"27.543223871537851","33":"8.1310863763355439","34":"955","35":"3568","36":"2.65","37":"6.2","38":"1.7","39":"1801","40":"4.8600000000000003","41":"1767","42":"7.9203026597345367","43":"0.87177627202558483","44":"28.668338793034192","45":"2687","46":"22.739114253814662","47":"31.522143654633421","48":"25.046520282843321","49":"20.692221808708595","50":"1245","51":"-966","52":"5814","53":"2944","54":"2870","55":"1338","56":"1407","57":"2444","58":"625","59":"6780","60":"3426","61":"3354","62":"2029","63":"1579","64":"2690","65":"482","66":"14780","67":"1462","68":"19.100000000000001","69":"897","70":"9.6999999999999993","71":"34","72":"3055","73":"0.45","74":"0.38","75":"0.17","76":"0.35","77":"0.03","78":"83.010690860389602","79":"16379.666666666666","80":"52.426923960104212","81":"27","82":"36","83":"436.4","84":"319.34985049123884","85":"459.6","86":"302.89597083337543","87":"23335","88":"19.180660699167344","89":"9432","90":"4070","91":"7.7625157398339191","92":"40","93":"178","94":"128","95":"114","96":"115","97":"21","98":"37461","99":"20.624115747043593","100":"5089","101":"9603","102":"7592","103":"911","104":"775","105":"43.4","106":"31.2","107":"10.1","108":"15.2","109":"28980","110":"18472","111":"8992","112":"1516","113":"66036","114":"27862","115":"29429","116":"8745","117":"9293.1442310000002","118":"11187.94447","119":"7528.9188430000004","120":"3.2348866728284964","121":"2.9961866024617922","122":"3.4871478553566426","123":"103655","124":"39.4","125":"9814","126":"10137.88501","127":"2.3271706365074474","128":"41.4","129":"0.42829972799999999","130":"11191","131":"3443","132":"3537","133":"3726","134":"485","135":"91","136":"58","137":"50","138":"17","139":"33","140":"1531","141":"888","142":"643","143":"271","144":"372","145":"37660","146":"22003","147":"15657","148":"6832","149":"8825","150":"27.272475795297371","151":"0.79812468605235254","152":"0.94370679249423906","153":"0.64743298500681501","154":"78.740157480314963","155":"63.916466963368713","156":"23.76","157":"34.6","158":"13.4","159":"2.2999999999999998","160":"4005","161":"31.2","162":"6.1423220973782771","163":"4","164":"16.7","165":"40.124843945068669","166":"72.259675405742811","167":"10.837410071942447","168":"2.9108072225172599","169":"18960.142","170":"384.51799999999997","171":"2.0","172":"18575.623","173":"18547.824000000001","174":"27.798999999999999","175":"99.850346876656573","176":"0.14965312334342704","177":"13061.242","178":"602.58199999999999","179":"1443.6189999999999","180":"1069.6320000000001","181":"252.55500000000001","182":"70.419264792502602","183":"3.24880140932967","184":"7.7832252568697404","185":"5.7668864139056701","186":"1.3616421332420401","187":"82.778395651281301","188":"58.291940767452502","189":"2.68930582953237","190":"6.4428293449251557","191":"4.7737363098372798","192":"1.1271455731793312","193":"0.2","194":"14168.043410158381","195":"99.942580074294767","196":"403.7","197":"328","198":"1425","199":"287.2","200":"218","201":"984","202":"79075","203":"1.07","204":"8.5299999999999994","205":"1.85","206":"3.62","207":"0.55000000000000004","208":"1.07","209":"8.5299999999999994","210":"1.9570000000000001","211":"3.6360000000000001","212":"3.26","213":"1.7178807656275354","214":"20.595589690155069","215":"84547","216":"74857","217":"6.914276553962889","218":"256","219":"4","220":"44","221":"208","222":"1.1474801816027398","223":"3.0279016405076464","224":"4","225":"418","226":"2.6095300286361582","227":"28","228":"20.6","229":"23.7","230":"16.3","231":"(3.3)","232":"(4.1)","233":"(4.1)","234":"6","235":"0.118555854898135","236":"139","237":"9","238":"1.3834753081193061","239":"180","240":"7","241":"1.50535863683445","242":"223","243":"224","244":"213","245":"30.88","246":"11.9","247":"38.5","248":"1.44","249":"4.7","250":"0.17","251":"0.6","252":"0.4","253":"1.3","254":"0.69","255":"2.2000000000000002","256":"1.57","257":"5.0999999999999996","258":"1.17","259":"3.8","260":"1.05","261":"3.4","262":"0.01","263":"0","264":"1.07","265":"3.5","266":"0","267":"0","268":"1.07","269":"3.5","270":"2.23","271":"7.2","272":"8.11","273":"26.200000000000006","274":"224066","275":"18829","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"48.04","296":"-","297":"60.32581384432725","298":"59.22545027193965","299":"59.800230752980553","300":"56.495909309662586","301":"58.286036266775945"},{"1":"110774","2":"סח'נין","3":"7500","4":"הצפון","5":"עירייה","6":"105.837195032552","7":"1995","8":"0","9":"15","10":"262","11":"לב הגליל","12":"11.528603883351417","13":"2840.2","14":"32743","15":"-","16":"-","17":"99.9","18":"95","19":"5","20":"-","21":"16804","22":"15940","23":"9.1653177778456456","24":"9.5928900833766004","25":"9.5837278196866507","26":"9.1744800415355954","27":"17.124270836514675","28":"20.444064380172861","29":"16.256909873866171","30":"3.1334941819625568","31":"5.5278990929358951","32":"33.839293894878296","33":"2.1195370002748679","34":"756","35":"580","36":"2.2400000000000002","37":"2","38":"( 3.3)","39":"92","40":"4.9000000000000004","41":"488","42":"15.029732308713573","43":"1.705100877103888","44":"2.1378615276547656E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"48","51":"39","52":"241","53":"71","54":"170","55":"59","56":"107","57":"75","58":"0","59":"202","60":"76","61":"126","62":"54","63":"84","64":"64","65":"0","66":"18","67":"374","68":"42.8","69":"61","70":"4.4000000000000004","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"1714.3333333333333","80":"83.038275356606249","81":"31","82":"39","83":"25","84":"299.78213600166049","85":"22.4","86":"218.44864009727942","87":"4076","88":"21.377248649499133","89":"1857","90":"1061","91":"9.8467575163052121","92":"37","93":"146","94":"120","95":"133","96":"153","97":"..","98":"1743","99":"38.496844520940904","100":"2296","101":"995","102":"1187","103":"123","104":"128","105":"73.900000000000006","106":"0.6","107":"18.3","108":"7.2","109":"4951","110":"3122","111":"1710","112":"119","113":"11053","114":"4832","115":"5599","116":"622","117":"6711.5620730000001","118":"8024.953775","119":"5093.3756709999998","120":"1.4900048965292179","121":"1.7575296923228567","122":"1.7312574915717027","123":"14687","124":"54.6","125":"1291","126":"8628.0411679999997","127":"-3.9505872929189056","128":"40","129":"0.40004063400000001","130":"1980","131":"655","132":"629","133":"668","134":"28","135":"18","136":"10","137":"9","138":"3","139":"6","140":"306","141":"160","142":"146","143":"64","144":"82","145":"7856","146":"3984","147":"3872","148":"1784","149":"2088","150":"25.728571428571428","151":"0.87599233506706808","152":"1.4827018121911038","153":"0.27292576419213971","154":"85.964912280701753","155":"64.912280701754383","156":"17.75","157":"34.799999999999997","158":"25.1","159":"3.8","160":"786","161":"32.6","162":"2.9262086513994912","163":"2.7","164":"20.100000000000001","165":"57.633587786259547","166":"78.371501272264638","167":"11.015384615384615","168":"3.0137125444388015","169":"2367.4940000000001","170":"257.37700000000001","171":"10.9","172":"2110.1170000000002","173":"2008.2950000000001","174":"101.822","175":"95.174580366870657","176":"4.8254196331293482","177":"1549.6869999999999","178":"91.343000000000004","179":"76.513999999999996","180":"186.934","181":"48.832000000000001","182":"77.164311020044394","183":"4.5482859838818497","184":"3.8098984461944099","185":"9.3080946773257907","186":"2.4315152903333401","187":"61.333221353530398","188":"47.327357683850501","189":"2.789610310285854","190":"2.3367334473491326","191":"5.7089543122404107","192":"1.4913266552650868","193":"0","194":"1512.101566103478","195":"98.000134337673799","196":"7.3","197":"4.4000000000000004","198":"24","199":"25.3","200":"18","201":"80","202":"8681","203":"2.41","204":"3.16","205":"5.84","206":"-","207":"0.375","208":"1.81","209":"2.56","210":"5.399","211":"1.9410000000000001","212":"0.30499999999999999","213":"..","214":"..","215":"14967","216":"12923","217":"8.7037065696819624","218":"22","219":"-","220":"4","221":"18","222":"0.67756989916331689","223":"1.4699004476515001","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.61424182336882804","236":"77","237":"3","238":"-0.62712053074382679","239":"61","240":"4","241":"-0.26765515739833201","242":"91","243":"107","244":"61","245":"11.490000000000002","246":"4.38","247":"38.1","248":"0.2","249":"1.7","250":"0.02","251":"0.2","252":"0.01","253":"0.1","254":"0.08","255":"0.7","256":"0.15","257":"1.3","258":"0.2","259":"1.7","260":"0.03","261":"0.3","262":"0.01","263":"0.1","264":"0","265":"0","266":"0.95","267":"8.3000000000000007","268":"4.32","269":"37.6","270":"0.01","271":"0.1","272":"1.1299999999999999","273":"9.8000000000000007","274":"32743","275":"7476","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"93.29","296":"-","297":"81.383510157476564","298":"72.10093839646035","299":"79.245283018867923","300":"70.254271491995155","301":"68.414702460464511"},{"1":"112068","2":"עכו","3":"7600","4":"הצפון","5":"עירייה","6":"97.064840812384404","7":"1877","8":"1","9":"17","10":"213","11":"עכו","12":"18.094545165134832","13":"3348.7","14":"49614","15":"66.900000000000006","16":"86.4","17":"33.1","18":"91.1","19":"8.1999999999999993","20":"0.7","21":"24562","22":"25052","23":"7.6147861490708264","24":"7.8364977627282624","25":"7.3588100133026968","26":"7.5039303422421089","27":"13.512315072358609","28":"19.714193574394326","29":"16.291772483573187","30":"5.6133349457814328","31":"14.556375216672713","32":"27.139517071794252","33":"5.381545531503205","34":"814","35":"762","36":"2.2599999999999998","37":"2.2000000000000002","38":"( 2.6)","39":"419","40":"6.36","41":"343","42":"6.9210964952472329","43":"0.22498209642994027","44":"18.097714354819207","45":"396","46":"24.747474747474747","47":"40.909090909090914","48":"23.737373737373737","49":"10.606060606060606","50":"-207","51":"-544","52":"870","53":"421","54":"449","55":"183","56":"265","57":"359","58":"63","59":"1414","60":"686","61":"728","62":"360","63":"339","64":"592","65":"123","66":"2858","67":"429","68":"23.3","69":"265","70":"13.5","71":"11","72":"1389","73":"0.78","74":"0.97","75":"0.31","76":"0.57999999999999996","77":"0.16","78":"..","79":"4357.333333333333","80":"70.68727926898282","81":"31","82":"32","83":"101.2","84":"381.69214995994179","85":"109.4","86":"349.69733055140051","87":"5899","88":"20.424485838930824","89":"2305","90":"1013","91":"7.9879401164402548","92":"40","93":"164","94":"126","95":"108","96":"103","97":"..","98":"7459","99":"31.760289583054028","100":"4249","101":"1903","102":"2409","103":"242","104":"239","105":"61","106":"10.1","107":"10","108":"18.899999999999999","109":"7993","110":"5586","111":"2216","112":"191","113":"16495","114":"8287","115":"7174","116":"1034","117":"7907.2198429999999","118":"9557.1991980000003","119":"6228.2085939999997","120":"2.3446211588981303","121":"2.6804066353999456","122":"2.1835123008513646","123":"25456","124":"42.5","125":"1674","126":"9746.573891","127":"2.2687918384446171","128":"39.5","129":"0.37825119499999998","130":"2464","131":"784","132":"811","133":"806","134":"63","135":"27","136":"17","137":"15","138":"4","139":"11","140":"413","141":"222","142":"191","143":"67","144":"124","145":"9146","146":"4970","147":"4176","148":"1636","149":"2540","150":"25.005586592178769","151":"0.85308056872037907","152":"0.99384761003312827","153":"0.71191267204556241","154":"82.541899441340789","155":"51.256983240223462","156":"14.93","157":"34.299999999999997","158":"13.6","159":"2.6","160":"1209","161":"32.1","162":"7.1133167907361461","163":"4","164":"17.2","165":"38.213399503722087","166":"72.125723738626974","167":"8.5418994413407816","168":"3.8406365816437757","169":"4344.4930000000004","170":"181.048","171":"4.2","172":"4163.4449999999997","173":"3974.817","174":"188.62799999999999","175":"95.469424959378586","176":"4.5305750406214083","177":"2436.5259999999998","178":"147.142","179":"477.012","180":"232.22900000000001","181":"56.963000000000001","182":"61.299073642887201","183":"3.7018559596580198","184":"12.0008543789563","185":"5.8425079695492901","186":"1.4330974231014899","187":"80.113211730323499","188":"49.108656656253103","189":"2.9656757029124257","190":"9.6142698780610694","191":"4.6806207800060466","192":"1.1481003728711074","193":"0.2","194":"3663.0974500000002","195":"100","196":"42.1","197":"10.3","198":"60","199":"38.1","200":"18.2","201":"111","202":"17476","203":"-","204":"-","205":"3.14","206":"0.92","207":"-","208":"1.1000000000000001","209":"28.000000000000004","210":"3.34","211":"0.91600000000000004","212":"-","213":"1.7848928780861026","214":"8.8899200858905711","215":"19076","216":"16972","217":"7.7779283525807212","218":"62","219":"1","220":"8","221":"53","222":"1.2510436813566428","223":"3.2501572656741455","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.45842916286551","236":"94","237":"7","238":"0.65237189139117657","239":"152","240":"4","241":"-7.7755259615175501E-2","242":"115","243":"141","244":"77","245":"14.84","246":"3.32","247":"22.4","248":"0.66","249":"4.4000000000000004","250":"0.12","251":"0.8","252":"0.26","253":"1.8","254":"0.33","255":"2.2000000000000002","256":"0.39","257":"2.6","258":"1.07","259":"7.2","260":"0.62","261":"4.2","262":"0","263":"0","264":"0.34","265":"2.2999999999999998","266":"0.21","267":"1.4","268":"2.2400000000000002","269":"15.1","270":"1.08","271":"7.3","272":"4.2","273":"28.3","274":"49614","275":"14944","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"55.22","296":"-","297":"58.325317429780689","298":"61.580205594071238","299":"63.143612083125042","300":"52.692736370319423","301":"58.887425177378731"},{"1":"138455","2":"עפולה","3":"7700","4":"הצפון","5":"עירייה","6":"76.541580923111596","7":"1972","8":"0","9":"17","10":"215","11":"עפולה","12":"29.170349800769984","13":"2025.1","14":"59075","15":"98.9","16":"89.6","17":"-","18":"-","19":"-","20":"-","21":"28829","22":"30246","23":"10.979263647905205","24":"8.5501481168006777","25":"7.0622090562843844","26":"6.2750740584003388","27":"13.965298349555649","28":"18.877697841726619","29":"14.425730004231909","30":"5.1002962336013544","31":"14.764282691493865","32":"30.297079983072365","33":"5.4134574693186623","34":"910","35":"1284","36":"3.2","37":"2.2000000000000002","38":"( 1.9)","39":"401","40":"5.57","41":"883","42":"15.244706108338647","43":"4.0621158261840975","44":"21.467625899280577","45":"143","46":"30.069930069930066","47":"37.06293706293706","48":"19.58041958041958","49":"13.286713286713287","50":"1529","51":"1392","52":"3412","53":"1705","54":"1707","55":"947","56":"975","57":"1238","58":"252","59":"2020","60":"1023","61":"997","62":"637","63":"493","64":"792","65":"98","66":"4400","67":"376","68":"19.3","69":"254","70":"11.7","71":"19","72":"1311","73":"0.46","74":"1.02","75":"0.44","76":"0.26","77":"0.12","78":"81.170877323058605","79":"3892.3333333333335","80":"59.544924063649226","81":"22","82":"38","83":"100.2","84":"367.41966434700976","85":"107.2","86":"340.19131323029154","87":"6182","88":"18.851009330975181","89":"2353","90":"934","91":"7.2771695428960221","92":"39","93":"168","94":"124","95":"105","96":"103","97":"..","98":"8854","99":"27.049920939688278","100":"2306","101":"2423","102":"2834","103":"270","104":"227","105":"79.3","106":"12.7","107":"5.8","108":"2.2000000000000002","109":"6106","110":"4052","111":"1805","112":"249","113":"13380","114":"6059","115":"5886","116":"1435","117":"8450.4020120000005","118":"10166.772209999999","119":"6801.4784689999997","120":"2.4690556029160149","121":"2.991269667023233","122":"1.7999928045678182","123":"26295","124":"39.6","125":"1718","126":"9626.7667980000006","127":"0.66780888403790151","128":"44.9","129":"0.39119051599999999","130":"3446","131":"1183","132":"1077","133":"1063","134":"123","135":"31","136":"22","137":"18","138":"7","139":"11","140":"413","141":"222","142":"191","143":"89","144":"102","145":"9405","146":"4970","147":"4435","148":"2241","149":"2194","150":"24.745945945945945","151":"1.389543099387659","152":"1.3809523809523809","153":"1.3979496738117427","154":"79.35578330893118","155":"59.736456808199122","156":"18.66","157":"35.200000000000003","158":"10.9","159":"2.6","160":"1172","161":"30.9","162":"6.9112627986348123","163":"4.4000000000000004","164":"15.5","165":"38.225255972696246","166":"79.948805460750847","167":"9.1626262626262633","168":"3.4375482306250689","169":"5416.5919999999996","170":"624.50699999999995","171":"11.5","172":"4792.085","173":"4771.7370000000001","174":"20.347999999999999","175":"99.575383157852997","176":"0.42461684214699863","177":"3178.337","178":"282.45999999999998","179":"367.94200000000001","180":"549.75400000000002","181":"130.191","182":"66.607547733665996","183":"5.9194377225735604","184":"7.7108608458513102","185":"11.521045690489601","186":"2.72837752793165","187":"80.772851919561305","188":"53.800815898165098","189":"4.7812986661249912","190":"6.2282822127429078","191":"9.3058771751641949","192":"2.2037883404428196","193":"0","194":"4218.2638803174004","195":"100","196":"126.1","197":"94.2","198":"644","199":"88","200":"38.6","201":"214","202":"21653","203":"0.7","204":"5","205":"-","206":"-","207":"0.1","208":"0.7","209":"5","210":"-","211":"-","212":"0.1","213":"1.9933094246253704","214":"37.021866582176926","215":"21437","216":"19432","217":"7.1885549608892552","218":"65","219":"1","220":"12","221":"52","222":"1.1222037339094135","223":"3.0321406913280775","224":"1","225":"119","226":"3.0503231548236371","227":"21","228":"22.7","229":"26.1","230":"21","231":"..","232":"..","233":"(5.0)","234":"5","235":"-0.21278593263111001","236":"104","237":"9","238":"1.4346625599650513","239":"183","240":"5","241":"5.5434498672790503E-2","242":"129","243":"140","244":"129","245":"29.200000000000006","246":"5.82","247":"19.899999999999999","248":"0.42","249":"1.4","250":"0.17","251":"0.6","252":"0.23","253":"0.8","254":"0.23","255":"0.8","256":"0.85","257":"2.9","258":"0.54","259":"1.8","260":"0.49","261":"1.7","262":"0","263":"0","264":"0.21","265":"0.7","266":"3.98","267":"13.6","268":"1.38","269":"4.7","270":"11.08","271":"37.9","272":"3.8","273":"13.200000000000003","274":"59075","275":"10150","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"63.53","296":"-","297":"64.720459952418722","298":"63.951135061325019","299":"63.233639041210701","300":"59.304039427018566","301":"63.270111183780251"},{"1":"98954","2":"עראבה","3":"0531","4":"הצפון","5":"עירייה","6":"109.25414465773","7":"2016","8":"0","9":"15","10":"262","11":"לב הגליל","12":"8.3985981205581233","13":"3172","14":"26641","15":"-","16":"-","17":"99.9","18":"98.8","19":"-","20":"-","21":"13448","22":"13193","23":"9.5604519349874248","24":"9.992117413010023","25":"10.442550955294472","26":"10.832926691940994","27":"18.024848917082693","28":"18.760557036147294","29":"14.518974512968732","30":"2.8377313163920275","31":"5.0223339964716036","32":"36.218610412522054","33":"1.8167486205472767","34":"847","35":"458","36":"2.19","37":"1.6","38":"( 3.2)","39":"71","40":"5.55","41":"387","42":"14.633409453132252","43":"1.4797570724171152","44":"3.0028902818963251E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"3","51":"3","52":"165","53":"49","54":"116","55":"39","56":"67","57":"57","58":"2","59":"162","60":"54","61":"108","62":"42","63":"72","64":"48","65":"0","66":"18","67":"265","68":"36.1","69":"46","70":"4.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1447.6666666666667","80":"93.546974675533306","81":"28","82":"45","83":"20.2","84":"320.4580952939807","85":"17","86":"201.41359363053186","87":"2312","88":"15.669264656048798","89":"1030","90":"654","91":"7.0761198131354774","92":"37","93":"150","94":"122","95":"129","96":"136","97":"-","98":"1417","99":"31.0515172900494","100":"1786","101":"745","102":"938","103":"112","104":"75","105":"48.6","106":"4.9000000000000004","107":"27.1","108":"19.399999999999999","109":"4030","110":"2375","111":"1500","112":"155","113":"9449","114":"3667","115":"4976","116":"806","117":"6558.3620309999997","118":"7646.1722559999998","119":"5212.7388970000002","120":"9.9387286571706035E-2","121":"1.0938477629800269","122":"-0.44093020856369458","123":"10326","124":"56.4","125":"939","126":"10098.81099","127":"-0.21382530264045796","128":"37.6","129":"0.40906099499999998","130":"1561","131":"508","132":"519","133":"510","134":"24","135":"12","136":"9","137":"8","138":"3","139":"5","140":"253","141":"135","142":"118","143":"56","144":"62","145":"6428","146":"3261","147":"3167","148":"1636","149":"1531","150":"26.495798319327729","151":"1.0523150932050511","152":"1.524390243902439","153":"0.59311981020166071","154":"85.121107266435985","155":"58.996539792387551","156":"18.04","157":"28.1","158":"19.399999999999999","159":"3.7","160":"631","161":"32.700000000000003","162":"2.6941362916006342","163":"3.5","164":"19.3","165":"50.713153724247228","166":"72.900158478605391","167":"11.027397260273972","168":"2.9961180124223601","169":"2100.7420000000002","170":"265.82","171":"12.7","172":"1834.922","173":"1767.9870000000001","174":"66.935000000000002","175":"96.352161018288513","176":"3.6478389817114842","177":"1447.33","178":"74.085999999999999","179":"25.827000000000002","180":"107.976","181":"40.524999999999999","182":"81.863158496074902","183":"4.1904154272627601","184":"1.46081390869955","185":"6.1072847255098601","186":"2.29215486312965","187":"66.363387260237999","188":"54.327164896212601","189":"2.7809016178071393","190":"0.96944559138170494","191":"4.0530010134754697","192":"1.5211516084231071","193":"0","194":"1283.6932509294002","195":"100","196":"6.9","197":"6.9","198":"31","199":"19.3","200":"16.2","201":"72","202":"6390","203":"9.9550000000000001","204":"47.575000000000003","205":"8.82","206":"-","207":"0.25","208":"7.0609999999999999","209":"32.361000000000004","210":"-","211":"-","212":"0.25","213":"2.3135278796246439","214":"8.5531299987583083","215":"11065","216":"9191","217":"8.3159612664563163","218":"9","219":"-","220":"4","221":"5","222":"0.3403118477472617","223":"0.81337550835969274","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.86253519650034205","236":"51","237":"4","238":"-0.53217141527203249","239":"68","240":"3","241":"-0.32585484310019502","242":"83","243":"98","244":"52","245":"8.36","246":"4.01","247":"48","248":"7.0000000000000007E-2","249":"0.8","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.02","255":"0.2","256":"0.01","257":"0.1","258":"0","259":"0","260":"0.04","261":"0.5","262":"0.01","263":"0.1","264":"0","265":"0","266":"0.44","267":"5.3","268":"3.26","269":"39","270":"0.05","271":"0.6","272":"0.44","273":"5.3","274":"26641","275":"6644","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"83.9","296":"-","297":"59.444991385675607","298":"65.900266925503516","299":"72.143497757847527","300":"55.149520840549592","301":"56.869746745042029"},{"1":"45345","2":"ערד","3":"2560","4":"הדרום","5":"עירייה","6":"122.078469319544","7":"1995","8":"0","9":"15","10":"610","11":"ערד","12":"126.13097794292001","13":"218.7","14":"27582","15":"96.6","16":"84.1","17":"-","18":"-","19":"-","20":"-","21":"13565","22":"14016","23":"12.761946196795011","24":"10.655499963744472","25":"7.3453701689507653","26":"6.8377927633964184","27":"14.734246972663332","28":"14.82488579508375","29":"13.588572257269233","30":"4.5174389094336886","31":"14.730621419766514","32":"34.816184468131389","33":"6.507867449786092","34":"1098","35":"691","36":"3.98","37":"2","38":"( 2.8)","39":"209","40":"5.61","41":"482","42":"17.594500227346479","43":"1.3726648811799009","44":"26.955985787832642","45":"37","46":"18.918918918918919","47":"37.837837837837839","48":"24.324324324324326","49":"18.918918918918919","50":"-98","51":"-184","52":"816","53":"433","54":"383","55":"284","56":"297","57":"201","58":"34","59":"1000","60":"525","61":"475","62":"260","63":"283","64":"368","65":"89","66":"1788","67":"140","68":"15.9","69":"125","70":"12.2","71":"8","72":"835","73":"0.79","74":"0.86","75":"0.98","76":"-","77":"0.44","78":"..","79":"2552.3333333333335","80":"79.227622822224845","81":"14","82":"30","83":"55.2","84":"374.15058903549385","85":"63","86":"348.67068461906035","87":"3344","88":"24.139175629827474","89":"1263","90":"522","91":"9.1027027027027039","92":"41","93":"174","94":"130","95":"105","96":"96","97":"..","98":"4194","99":"38.912732474964237","100":"1050","101":"1191","102":"1424","103":"116","104":"139","105":"33.1","106":"57.3","107":"0.6","108":"9","109":"4581","110":"2568","111":"1179","112":"834","113":"12824","114":"3739","115":"3977","116":"5108","117":"7962.2476360000001","118":"9791.4056430000001","119":"6102.2993939999997","120":"-0.72269062490157854","121":"-3.0762725869417751","122":"1.2550370443905834","123":"13539","124":"43.7","125":"926","126":"7826.3168219999998","127":"-3.6825305143937337","128":"51.7","129":"0.40041050099999997","130":"2034","131":"674","132":"642","133":"645","134":"73","135":"17","136":"11","137":"8","138":"2","139":"6","140":"221","141":"147","142":"74","143":"23","144":"51","145":"4860","146":"3145","147":"1715","148":"577","149":"1138","150":"23.322033898305083","151":"1.0633156114064766","152":"1.0082493125572869","153":"1.1247443762781186","154":"59.33147632311978","155":"47.632311977715879","156":"13.74","157":"23","158":"6.6","159":"1.6","160":"493","161":"27.8","162":"9.939148073022313","163":"3.5","164":"15.5","165":"31.237322515212984","166":"59.026369168356993","167":"10.723076923076922","168":"2.5898749743799958","169":"2468.0590000000002","170":"125.506","171":"5.1","172":"2342.5529999999999","173":"2342.2869999999998","174":"0.26600000000000001","175":"99.988644867373338","176":"1.1355132626668426E-2","177":"1496.6890000000001","178":"46.329000000000001","179":"377.01299999999998","180":"80.536000000000001","181":"32.122999999999998","182":"63.898617035401699","183":"1.97793865568139","184":"16.0959352974251","185":"3.4383489299133698","186":"1.3714374028460199","187":"84.920854180262495","188":"54.263251395837898","189":"1.6796824015662388","190":"13.668805742875788","191":"2.9198752809803494","192":"1.1646363570444493","193":"0","194":"1184.1973953792001","195":"99.90000000000002","196":"9.1","197":"6.6","198":"40","199":"11.6","200":"10.9","201":"85","202":"9415","203":"0.44900000000000001","204":"5.0057999999999998","205":"1.198","206":"0.57299999999999995","207":"4.9000000000000002E-2","208":"4.9000000000000002E-2","209":"0.20600000000000002","210":"1.198","211":"0.57299999999999995","212":"4.9000000000000002E-2","213":"1.4228994892078595","214":"5.87455380553354","215":"10798","216":"8441","217":"8.6213718753702171","218":"10","219":"-","220":"2","221":"8","222":"0.36503112504868218","223":"0.92609742544915719","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.69604210177858605","236":"70","237":"7","238":"0.59271300427258644","239":"146","240":"2","241":"-0.93231461739903598","242":"26","243":"22","244":"33","245":"126.03","246":"5.21","247":"4.0999999999999996","248":"0.34","249":"0.3","250":"0","251":"0","252":"0.08","253":"0.1","254":"0.25","255":"0.2","256":"0.13","257":"0.1","258":"0.7","259":"0.6","260":"0.87","261":"0.7","262":"0","263":"0","264":"0.19","265":"0.2","266":"0.49","267":"0.4","268":"1.07","269":"0.8","270":"30.1","271":"23.9","272":"86.6","273":"68.600000000000009","274":"27582","275":"5294","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"63.62","296":"-","297":"60.708639449455973","298":"59.717248755987541","299":"59.372530792470371","300":"56.898068818598624","301":"57.049572335142095"},{"1":"790943","2":"פתח תקווה","3":"7900","4":"המרכז","5":"עירייה","6":"4.2329036440192498","7":"1937","8":"0","9":"29","10":"410","11":"פתח תקווה","12":"35.766131829894576","13":"7051.9","14":"252270","15":"99.8","16":"91.7","17":"-","18":"-","19":"-","20":"-","21":"123536","22":"128733","23":"8.1262139770880406","24":"8.8635192452531015","25":"8.1285923811788958","26":"6.9782376025686768","27":"11.042930193839933","28":"18.893249296388788","29":"17.062670947794029","30":"4.2823165655844928","31":"16.62187338962223","32":"29.516391168192808","33":"7.0888333927934353","34":"950","35":"3906","36":"2.63","37":"8.1999999999999993","38":"2.0","39":"1752","40":"4.67","41":"2154","42":"8.5688086635302305","43":"0.71291385898931026","44":"18.324810718674435","45":"383","46":"24.281984334203656","47":"34.203655352480418","48":"27.676240208877285","49":"13.838120104438643","50":"-452","51":"-907","52":"7765","53":"3937","54":"3828","55":"2100","56":"1940","57":"3080","58":"645","59":"8671","60":"4437","61":"4234","62":"2693","63":"1973","64":"3524","65":"481","66":"13282","67":"1558","68":"19.2","69":"927","70":"8.9","71":"42","72":"3342","73":"0.11","74":"0.11","75":"0.5","76":"0.62","77":"-","78":"83.501592594838797","79":"17238.333333333332","80":"53.526336983504891","81":"24","82":"32","83":"435","84":"316.75146816515633","85":"521","86":"330.63284725602273","87":"22912","88":"16.824420081801694","89":"9124","90":"3834","91":"6.7058650595325595","92":"41","93":"193","94":"132","95":"112","96":"109","97":"16","98":"40235","99":"15.04660121784516","100":"2871","101":"9175","102":"7171","103":"945","104":"910","105":"54.2","106":"33.9","107":"7.9","108":"4","109":"31656","110":"20288","111":"9988","112":"1380","113":"71038","114":"30690","115":"32519","116":"7829","117":"10999.68555","118":"13182.54184","119":"8987.7409750000006","120":"2.6941794567952204","121":"2.3666934593936206","122":"3.1000895729773159","123":"122522","124":"32.4","125":"10411","126":"11831.511780000001","127":"3.5472204933350016","128":"37.200000000000003","129":"0.42612122899999999","130":"13937","131":"4448","132":"4452","133":"4607","134":"430","135":"125","136":"74","137":"77","138":"27","139":"50","140":"1997","141":"1174","142":"823","143":"311","144":"512","145":"49868","146":"28934","147":"20934","148":"8633","149":"12301","150":"26.993736951983298","151":"0.60363079417991794","152":"0.8106441096131819","153":"0.38709677419354838","154":"78.617083091226036","155":"68.797210923881465","156":"35.01","157":"40.700000000000003","158":"16.3","159":"2.7","160":"5164","161":"30.8","162":"7.0294345468628965","163":"3.8","164":"16.5","165":"40.201394268009295","166":"68.628969790859799","167":"10.642671854734111","168":"2.9178802835496516","169":"20810.097000000002","170":"673.05","171":"3.2","172":"20137.046999999999","173":"20078.123","174":"58.923999999999999","175":"99.707385099711985","176":"0.29261490028801146","177":"14834.630999999999","178":"432.01","179":"1231.3109999999999","180":"2423.7370000000001","181":"114.75700000000001","182":"73.884550861651803","183":"2.15164535051409","184":"6.1326001439477196","185":"12.071531786113701","186":"0.57155243047370496","187":"79.589816466484294","188":"58.804578427874901","189":"1.7124905854838071","190":"4.8809251991913429","191":"9.6077099932611887","192":"0.45489753042375231","193":"0.4","194":"16118.595390370941","195":"100","196":"430.9","197":"268.5","198":"1373","199":"241.9","200":"140.4","201":"608","202":"86968","203":"-","204":"-","205":"9.2170000000000005","206":"9.2089999999999996","207":"-","208":"-","209":"-","210":"2.6509999999999998","211":"4.5179999999999998","212":"-","213":"1.8555117644888668","214":"9.1881117596198081","215":"102751","216":"88476","217":"7.1490799764907997","218":"301","219":"4","220":"48","221":"249","222":"1.1974054817653665","223":"2.9294118792031218","224":"4","225":"361","226":"2.0649551372766157","227":"19.7","228":"20.2","229":"20.8","230":"16.3","231":"(5.0)","232":"13.9","233":"(4.2)","234":"7","235":"0.60785712806535797","236":"178","237":"6","238":"0.36381227822113715","239":"137","240":"9","241":"3.0875192253966302","242":"248","243":"248","244":"236","245":"35.85","246":"12.07","247":"33.700000000000003","248":"1.54","249":"4.3","250":"0.3","251":"0.8","252":"1.1200000000000001","253":"3.1","254":"0.43","255":"1.2","256":"2.13","257":"5.9","258":"2.4300000000000002","259":"6.8","260":"1.76","261":"4.9000000000000004","262":"0.01","263":"0","264":"0.31","265":"0.9","266":"0.05","267":"0.1","268":"1.56","269":"4.4000000000000004","270":"4.78","271":"13.3","272":"7.36","273":"20.600000000000009","274":"252270","275":"20901","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"56.19","296":"-","297":"69.486415998817407","298":"68.848343169834266","299":"68.853304708506158","300":"66.089440098806094","301":"67.80476708035286"},{"1":"90473","2":"צפת","3":"8000","4":"הצפון","5":"עירייה","6":"142.696019474091","7":"1877","8":"0","9":"15","10":"216","11":"צפת","12":"29.938776493463081","13":"1251.5999999999999","14":"37472","15":"97.9","16":"93.8","17":"-","18":"-","19":"-","20":"-","21":"19057","22":"18415","23":"13.500747224594363","24":"11.568637916310845","25":"10.573228010247652","26":"9.156169940222032","27":"15.641011955593509","28":"14.565542271562768","29":"11.275085397096499","30":"3.914923142613151","31":"9.8019854824935955","32":"41.006618274978649","33":"3.914923142613151","34":"1203","35":"1053","36":"4.68","37":"2.4","38":"( 2.3)","39":"209","40":"5.48","41":"844","42":"22.95567092194414","43":"3.9126506511233288","44":"14.010461144321093","45":"128","46":"31.25","47":"35.9375","48":"22.65625","49":"10.15625","50":"184","51":"90","52":"1903","53":"993","54":"910","55":"640","56":"703","57":"532","58":"28","59":"1813","60":"931","61":"882","62":"585","63":"594","64":"528","65":"106","66":"2004","67":"445","68":"41","69":"164","70":"13.2","71":"13","72":"1621","73":"0.65","74":"0.41","75":"1.52","76":"-","77":"1.91","78":"..","79":"1578","80":"48.211214322407656","81":"..","82":"..","83":"46","84":"319.99036760585881","85":"49.8","86":"300.28852115820513","87":"3144","88":"17.659944953097792","89":"1220","90":"540","91":"6.9694373036275348","92":"37","93":"148","94":"119","95":"108","96":"104","97":"..","98":"3550","99":"24.760563380281692","100":"2623","101":"972","102":"2019","103":"118","104":"110","105":"46.1","106":"20.9","107":"14.3","108":"18.7","109":"5845","110":"2960","111":"1768","112":"1117","113":"17382","114":"4381","115":"5985","116":"7016","117":"6750.8220419999998","118":"7900.9660649999996","119":"5706.6123369999996","120":"3.8773226545220307","121":"4.7378865807039539","122":"3.088698065215234","123":"14790","124":"52.2","125":"1191","126":"8167.4500879999996","127":"4.3624395939309002","128":"50","129":"0.41226485299999999","130":"2608","131":"855","132":"793","133":"772","134":"188","135":"37","136":"24","137":"18","138":"5","139":"13","140":"390","141":"242","142":"148","143":"52","144":"96","145":"8630","146":"5217","147":"3413","148":"1195","149":"2218","150":"23.708108108108107","151":"3.3028455284552845","152":"4.6161565479177122","153":"1.9557385486361298","154":"49.016100178890873","155":"33.989266547406082","156":"16.23","157":"29.7","158":"9","159":"2.5","160":"1049","161":"28.3","162":"7.1496663489037173","163":"3.4","164":"16.8","165":"35.462345090562444","166":"56.81601525262154","167":"8.2735655737704921","168":"3.4255108359133128","169":"3325.806","170":"545.21900000000005","171":"16.4","172":"2780.587","173":"2767.6109999999999","174":"12.976000000000001","175":"99.5333359466904","176":"0.46666405330960697","177":"1826.44","178":"181.55099999999999","179":"104.934","180":"211.166","181":"1.8420000000000001","182":"65.993378404696301","183":"6.5598452961778202","184":"3.7915010454865201","185":"7.6299017455849096","186":"6.6555596144111301E-2","187":"73.856136418221098","188":"48.740159581565401","189":"4.8448482907693542","190":"2.800256184452806","191":"5.635150641795426","192":"4.9155391882155154E-2","193":"0","194":"1773.7182445831288","195":"100","196":"19.3","197":"16.8","198":"93","199":"12.1","200":"7","201":"47","202":"10465","203":"0.25","204":"2.5","205":"2.5","206":"-","207":"-","208":"0.25","209":"2.5","210":"2.62","211":"-","212":"-","213":"1.8759097443715982","214":"1.7859575895749478","215":"9654","216":"8393","217":"8.3972357917312053","218":"17","219":"1","220":"3","221":"13","222":"0.46237725790645784","223":"1.7609281126993992","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.22139621555085","236":"23","237":"8","238":"1.3072873779150553","239":"177","240":"2","241":"-0.94921574284739096","242":"25","243":"36","244":"18","245":"29.95","246":"3.26","247":"10.9","248":"0.43","249":"1.4","250":"0.12","251":"0.4","252":"0.45","253":"1.5","254":"0.17","255":"0.6","256":"0.19","257":"0.6","258":"0.13","259":"0.4","260":"0.34","261":"1.1000000000000001","262":"0.08","263":"0.3","264":"0.09","265":"0.3","266":"10.33","267":"34.5","268":"0.28000000000000003","269":"0.9","270":"0.05","271":"0.2","272":"14.03","273":"46.899999999999991","274":"37472","275":"11494","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.12","296":"61.784539473684205","297":"61.121204256423567","298":"61.222207887154347","299":"62.592529566919083","300":"56.011089641266906","301":"60.253437137651154"},{"1":"86202","2":"קלנסווה","3":"0638","4":"המרכז","5":"עירייה","6":"24.229198984475602","7":"2000","8":"0","9":"13","10":"458","11":"מזרח השרון","12":"8.3653811722466234","13":"2832","14":"23877","15":"-","16":"-","17":"99.8","18":"99.9","19":"-","20":"-","21":"12220","22":"11657","23":"11.048289148553001","24":"10.306989990367299","25":"10.340495037064958","26":"10.41588139213469","27":"18.431963814549565","28":"17.983833814968378","29":"13.908782510365624","30":"3.0028898102776731","31":"4.5608744817188089","32":"37.898395945889348","33":"1.5202914939062697","34":"875","35":"490","36":"2.7","37":"1.4","38":"( 2.7)","39":"77","40":"6.17","41":"413","42":"17.430047091351028","43":"1.5526871328623315","44":"5.863383172090296E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-59","51":"-76","52":"159","53":"60","54":"99","55":"56","56":"61","57":"42","58":"0","59":"235","60":"98","61":"137","62":"96","63":"73","64":"65","65":"1","66":"26","67":"258","68":"38.4","69":"77","70":"8.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1636.6666666666667","80":"118.7048474807255","81":"34","82":"57","83":"10.8","84":"188.83504751851959","85":"12.8","86":"193.71502389304246","87":"1800","88":"13.803680981595093","89":"730","90":"417","91":"5.6813759825667365","92":"36","93":"158","94":"122","95":"115","96":"120","97":"-","98":"1167","99":"20.908311910882606","100":"691","101":"555","102":"890","103":"86","104":"72","105":"78.5","106":"16.7","107":"1.1000000000000001","108":"3.8","109":"3500","110":"1987","111":"1307","112":"206","113":"8598","114":"3079","115":"4399","116":"1120","117":"6808.0021749999996","118":"8085.705567","119":"5168.2580330000001","120":"1.4721177008997888","121":"2.3879429166227206","122":"0.71685775396927998","123":"9807","124":"49.1","125":"880","126":"8845.1629580000008","127":"4.2129707738969291","128":"37.700000000000003","129":"0.36559327000000003","130":"1463","131":"513","132":"459","133":"456","134":"35","135":"13","136":"7","137":"6","138":"2","139":"4","140":"236","141":"130","142":"106","143":"47","144":"59","145":"5890","146":"3165","147":"2725","148":"1265","149":"1460","150":"27.08653846153846","151":"0.4869565217391304","152":"0.69735006973500702","153":"0.27758501040943789","154":"71.929824561403507","155":"51.267056530214425","156":"12.88","157":"24.2","158":"18.100000000000001","159":"3.2","160":"572","161":"32.200000000000003","162":"3.6713286713286712","163":"2.5","164":"18.2","165":"43.18181818181818","166":"70.104895104895107","167":"11.343570057581575","168":"2.8774957698815569","169":"2077.4180000000001","170":"353.90699999999998","171":"17.035907073107101","172":"1723.511","173":"1315.413","174":"408.09800000000001","175":"76.321706098771642","176":"23.678293901228365","177":"1147.8789999999999","178":"24.068000000000001","179":"14.297000000000001","180":"75.433000000000007","181":"35.854999999999997","182":"87.263771910418996","183":"1.8296915113352199","184":"1.0868829789579399","185":"5.7345487690938102","186":"2.7257598944209902","187":"55.091217489634403","188":"48.074674372827403","189":"1.0079993298990662","190":"0.59877706579553547","191":"3.1592327344306237","192":"1.5016543116806969","193":"1","194":"1022.8940238326516","195":"85.000000349488573","196":"16.3","197":"13.8","198":"63","199":"16.399999999999999","200":"14.8","201":"78","202":"4539","203":"0.3","204":"0.3","205":"-","206":"0.6","207":"-","208":"0.3","209":"3","210":"-","211":"0.6","212":"-","213":"1.7897484484271751","214":"12.374703686149861","215":"9992","216":"8214","217":"9.4648161675188707","218":"16","219":"-","220":"9","221":"7","222":"0.67525606165040308","223":"1.6012810248198557","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.79137928241656996","236":"58","237":"5","238":"1.8588624419861938E-2","239":"115","240":"6","241":"0.79402176937117397","242":"191","243":"184","244":"195","245":"8.3899999999999988","246":"4.3899999999999997","247":"52.3","248":"0.06","249":"0.7","250":"0.01","251":"0.1","252":"0","253":"0","254":"0.05","255":"0.6","256":"0.31","257":"3.7","258":"0.01","259":"0.1","260":"7.0000000000000007E-2","261":"0.8","262":"0.19","263":"2.2999999999999998","264":"0","265":"0","266":"0","267":"0","268":"0.31","269":"3.7","270":"2.84","271":"33.799999999999997","272":"0.15","273":"1.9000000000000086","274":"23877","275":"5439","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"72.42","296":"65.429647381033902","297":"47.665689568885398","298":"65.547877591312925","299":"72.585019820571674","300":"35.03171818059117","301":"54.273670557717246"},{"1":"139522.06","2":"קריית אונו","3":"2620","4":"תל אביב","5":"עירייה","6":"0","7":"1992","8":"0","9":"15","10":"508","11":"קריית אונו","12":"4.6046702149314473","13":"9099.5","14":"41900","15":"99.9","16":"97.3","17":"-","18":"-","19":"-","20":"-","21":"20309","22":"21591","23":"6.8735083532219567","24":"9.0978520286396183","25":"9.4582338902147978","26":"7.3436754176610979","27":"9.2267303102625302","28":"19.761336515513126","29":"18.983293556085918","30":"3.9045346062052504","31":"15.350835322195705","32":"30.07398568019093","33":"6.8758949880668254","34":"928","35":"472","36":"2.02","37":"0.6","38":"..","39":"230","40":"3.8","41":"242","42":"5.8500333345708322","43":"2.6095095276134401","44":"7.2505966587112169","45":"45","46":"35.555555555555557","47":"20","48":"24.444444444444443","49":"20","50":"736","51":"666","52":"2190","53":"1044","54":"1146","55":"598","56":"358","57":"1014","58":"220","59":"1524","60":"778","61":"746","62":"364","63":"370","64":"686","65":"104","66":"1785","67":"107","68":"8.3000000000000007","69":"139","70":"8.1999999999999993","71":"6","72":"347","73":"0.51","74":"-","75":"-","76":"0.34","77":"-","78":"..","79":"2179.3333333333335","80":"42.988333587014772","81":"21","82":"25","83":"62","84":"292.15301488257296","85":"83","86":"327.60344320595334","87":"3045","88":"13.388734995383194","89":"1215","90":"492","91":"5.4076909382232508","92":"41","93":"211","94":"131","95":"112","96":"109","97":"..","98":"6104","99":"7.5524246395806029","100":"267","101":"1190","102":"758","103":"133","104":"90","105":"40.5","106":"48.6","107":"4.9000000000000004","108":"6.1","109":"4766","110":"3111","111":"1599","112":"56","113":"10273","114":"4908","115":"5047","116":"318","117":"14504.46515","118":"17525.274519999999","119":"11789.747810000001","120":"1.0514794560049223","121":"0.85335013013416727","122":"1.6403700985745617","123":"17445","124":"28.2","125":"1966","126":"13912.594010000001","127":"2.6177681020905563","128":"33.1","129":"0.46536313400000001","130":"2036","131":"593","132":"643","133":"692","134":"108","135":"15","136":"9","137":"6","138":"3","139":"3","140":"295","141":"171","142":"124","143":"60","144":"64","145":"8511","146":"4618","147":"3893","148":"1960","149":"1933","150":"28.894736842105264","151":"0.35897435897435898","152":"0.34930139720558884","153":"0.36919831223628691","154":"93.474426807760139","155":"90.476190476190482","156":"58.63","157":"61.1","158":"22.3","159":"3.7","160":"775","161":"30.7","162":"6.4516129032258061","163":"2.8","164":"15.6","165":"50.322580645161288","166":"75.225806451612897","167":"12.558823529411764","168":"2.4621779859484776","169":"3466.971","170":"60.472000000000001","171":"1.7","172":"3406.5","173":"3406.5","174":"-","175":"100","176":"-","177":"2766.0540000000001","178":"118.339","179":"202.57599999999999","180":"39.335999999999999","181":"20.265999999999998","182":"81.199319301135901","183":"3.4739185304325599","184":"5.94675060817573","185":"1.1547339365137099","186":"0.59492164829638905","187":"81.300715990453497","188":"66.015608591885396","189":"2.8243198090692125","190":"4.8347494033412888","191":"0.93880668257756561","192":"0.48367541766109784","193":"0","194":"2646.1160358012721","195":"100","196":"346.2","197":"240.3","198":"1171","199":"143.19999999999999","200":"142.5","201":"653","202":"14461","203":"-","204":"-","205":"0.95","206":"2.2549999999999999","207":"0.746","208":"-","209":"-","210":"2.3879999999999999","211":"1.5860000000000001","212":"0.746","213":"1.4313932321806377","214":"33.788491885868858","215":"17807","216":"15943","217":"6.713604716803613","218":"40","219":"-","220":"3","221":"37","222":"0.96694765860674914","223":"2.2463076318301791","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.60215653359704","236":"246","237":"2","238":"-1.2191121824275102","239":"16","240":"9","241":"3.2101109625237099","242":"249","243":"249","244":"249.5","245":"4.5999999999999996","246":"2.78","247":"60.4","248":"0.22","249":"4.8","250":"0.01","251":"0.2","252":"0.02","253":"0.4","254":"0.09","255":"2","256":"0.08","257":"1.7","258":"0","259":"0","260":"0.19","261":"4.0999999999999996","262":"0","263":"0","264":"0.06","265":"1.3","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"1.1499999999999999","273":"25.099999999999994","274":"41900","275":"15072","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"60.47","296":"-","297":"75.434260451839734","298":"74.554345564264409","299":"74.104958478343264","300":"73.061196904673395","301":"73.268408703757274"},{"1":"182891","2":"קריית אתא","3":"6800","4":"חיפה","5":"עירייה","6":"86.501708833343699","7":"1967","8":"0","9":"17","10":"305","11":"קריית אתא","12":"17.336641635478188","13":"3452.2","14":"60102","15":"99.8","16":"92","17":"-","18":"-","19":"-","20":"-","21":"29416","22":"30686","23":"8.0063891384646109","24":"7.8433330005657051","25":"6.8417024391867161","26":"6.1445542577618051","27":"12.685101993278094","28":"19.189045289674219","29":"16.640045256397457","30":"5.4939935443080099","31":"17.159162756647035","32":"26.39679212006256","33":"6.5222455159562074","34":"852","35":"941","36":"2.4300000000000002","37":"1.8","38":"( 1.9)","39":"467","40":"5.43","41":"474","42":"7.9352736356608204","43":"1.2432511859880151","44":"16.666666666666664","45":"69","46":"40.579710144927539","47":"28.985507246376812","48":"11.594202898550725","49":"18.840579710144929","50":"262","51":"162","52":"1995","53":"990","54":"1005","55":"551","56":"505","57":"791","58":"148","59":"1833","60":"906","61":"927","62":"471","63":"464","64":"756","65":"142","66":"3290","67":"376","68":"18.100000000000001","69":"225","70":"9","71":"15","72":"1036","73":"0.89","74":"-","75":"0.13","76":"0.64","77":"0.09","78":"81.538859229746194","79":"4967","80":"61.076648792055892","81":"32","82":"34","83":"126.4","84":"363.17906657443802","85":"128.19999999999999","86":"325.6199581313744","87":"5951","88":"17.280831663617622","89":"2337","90":"957","91":"6.8025032746325138","92":"40","93":"171","94":"126","95":"110","96":"105","97":"..","98":"10226","99":"22.28632896538236","100":"1802","101":"2823","102":"2566","103":"297","104":"321","105":"58.1","106":"30.8","107":"6.3","108":"4.9000000000000004","109":"7042","110":"4798","111":"2034","112":"210","113":"14971","114":"7185","115":"6570","116":"1216","117":"9523.3264029999991","118":"11782.87297","119":"7378.4906380000002","120":"3.6043408712911784","121":"3.5745149738066528","122":"3.6139506841662339","123":"29219","124":"36.6","125":"2062","126":"9907.5564670000003","127":"1.5323276843129952","128":"38.6","129":"0.41334204600000002","130":"3039","131":"979","132":"963","133":"950","134":"147","135":"23","136":"15","137":"12","138":"4","139":"8","140":"366","141":"208","142":"158","143":"73","144":"85","145":"8899","146":"5023","147":"3876","148":"1967","149":"1909","150":"27.720238095238095","151":"0.89916506101477189","152":"1.094736842105263","153":"0.69686411149825789","154":"80.61497326203208","155":"66.844919786096256","156":"22.53","157":"37.299999999999997","158":"13.1","159":"2.7","160":"1031","161":"31","162":"7.7594568380213396","163":"3.6","164":"16.399999999999999","165":"38.506304558680895","166":"73.908826382153251","167":"9.8832035595105676","168":"3.1553179516038266","169":"4502.3710000000001","170":"210.52099999999999","171":"4.7","172":"4291.8500000000004","173":"4290.1239999999998","174":"1.726","175":"99.959784242226547","176":"4.0215757773454333E-2","177":"3277.66","178":"32.753999999999998","179":"573.46199999999999","180":"284.29599999999999","181":"30.265999999999998","182":"76.400122700416105","183":"0.76347443570395601","184":"13.3670262211535","185":"6.6267548443821198","186":"0.70548077398229103","187":"71.381907123009597","188":"54.5358646278764","189":"0.54498261260211978","190":"9.5416382422921409","191":"4.7303039882863844","192":"0.50358563085472785","193":"0.3","194":"4066.0037194538522","195":"99.991946883903879","196":"43.1","197":"35.200000000000003","198":"252","199":"109.4","200":"57.5","201":"368","202":"22007","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.0098028005446156","214":"39.491838391982107","215":"24117","216":"21468","217":"7.0535681013601641","218":"70","219":"-","220":"8","221":"62","222":"1.1718758533676317","223":"2.9025168967947921","224":"-","225":"109","226":"2.5009728554960828","227":"21.1","228":"(17.4)","229":"31.2","230":"21.1","231":"..","232":"..","233":"..","234":"6","235":"0.15357222626498601","236":"142","237":"9","238":"1.3607185307095362","239":"178","240":"5","241":"0.29480270038565198","242":"163","243":"180","244":"103","245":"17.439999999999998","246":"6.1","247":"35","248":"0.36","249":"2.1","250":"0","251":"0","252":"0.18","253":"1","254":"0.15","255":"0.9","256":"0.42","257":"2.4","258":"1.07","259":"6.1","260":"0.6","261":"3.4","262":"0","263":"0","264":"0.15","265":"0.9","266":"1.6","267":"9.1999999999999993","268":"0.5","269":"2.9","270":"4.07","271":"23.3","272":"2.2400000000000002","273":"12.8","274":"60102","275":"9853","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"48.62","296":"-","297":"65.737526884010137","298":"65.289641577820646","299":"66.131655086481814","300":"61.779532851621575","301":"64.970762642068848"},{"1":"134281","2":"קריית ביאליק","3":"9500","4":"חיפה","5":"עירייה","6":"86.467944093445595","7":"1976","8":"0","9":"15","10":"352","11":"קריות","12":"8.5899580051880218","13":"5044.2","14":"43267","15":"99.9","16":"90.2","17":"-","18":"-","19":"-","20":"-","21":"20840","22":"22427","23":"7.3936256269212102","24":"7.6039475812975246","25":"6.4413987565581161","26":"5.4706820440520492","27":"10.872027180067951","28":"20.576883074860749","29":"16.060739131439664","30":"5.2904060831580653","31":"20.290290521644671","32":"24.783322162387037","33":"8.2395359049622119","34":"894","35":"616","36":"2.2400000000000002","37":"0.6","38":"..","39":"390","40":"5.13","41":"226","42":"5.3064750895833432","43":"3.2332170692553177","44":"21.697829754778468","45":"76","46":"35.526315789473685","47":"26.315789473684209","48":"26.315789473684209","49":"11.842105263157894","50":"1106","51":"1025","52":"2830","53":"1388","54":"1442","55":"689","56":"568","57":"1347","58":"226","59":"1805","60":"884","61":"921","62":"371","63":"430","64":"818","65":"186","66":"1888","67":"208","68":"13.7","69":"152","70":"8.8000000000000007","71":"6","72":"602","73":"1.32","74":"-","75":"-","76":"-","77":"0.12","78":"..","79":"3681.6666666666665","80":"57.487512702406917","81":"29","82":"39","83":"101.6","84":"369.55724892109271","85":"121","86":"368.38637052065963","87":"4148","88":"17.04190632703369","89":"1557","90":"659","91":"6.4853382205931354","92":"41","93":"176","94":"126","95":"103","96":"100","97":"..","98":"8710","99":"17.876004592422504","100":"1183","101":"2306","102":"1708","103":"217","104":"261","105":"62.9","106":"30.7","107":"3.2","108":"3.2","109":"5051","110":"3637","111":"1359","112":"55","113":"10053","114":"5479","115":"4268","116":"306","117":"10037.9395","118":"12395.85448","119":"7796.4396429999997","120":"2.5708617487476326","121":"2.3179333533281499","122":"2.8532327144390024","123":"20347","124":"35","125":"1450","126":"10325.372139999999","127":"0.12493372185893303","128":"39.700000000000003","129":"0.417846422","130":"2018","131":"632","132":"639","133":"648","134":"99","135":"12","136":"8","137":"6","138":"3","139":"3","140":"251","141":"124","142":"127","143":"58","144":"69","145":"6105","146":"3178","147":"2927","148":"1457","149":"1470","150":"28.037037037037038","151":"1.2400964519462625","152":"1.6108247422680411","153":"0.81421169504071056","154":"83.227176220806797","155":"68.365180467091292","156":"29.13","157":"38.4","158":"12","159":"2.7","160":"704","161":"31.4","162":"8.8068181818181817","163":"4.5","164":"14.8","165":"40.767045454545453","166":"76.278409090909093","167":"10.018092105263158","168":"3.1548185847972419","169":"3166.9110000000001","170":"132.54300000000001","171":"4.2","172":"3034.3679999999999","173":"3026.665","174":"7.7030000000000003","175":"99.746141535898076","176":"0.25385846410191515","177":"2342.627","178":"160.94999999999999","179":"210.70400000000001","180":"202.27199999999999","181":"25.847999999999999","182":"77.399613105513794","183":"5.3177342058007699","184":"6.9615897365582304","185":"6.6829992747793403","186":"0.85400928084211503","187":"69.951580844966301","188":"54.142252935194598","189":"3.719839142091153","190":"4.8697420726634002","191":"4.6748636405657757","192":"0.59739299251178701","193":"0.3","194":"2369.5264412220331","195":"100","196":"149.19999999999999","197":"120.1","198":"653","199":"90.7","200":"89.1","201":"505","202":"18131","203":"1.35","204":"301.2","205":"2.097","206":"2.3650000000000002","207":"-","208":"0.16800000000000001","209":"300.01799999999997","210":"-","211":"-","212":"-","213":"1.7032176719871299","214":"43.506323497352639","215":"17886","216":"16346","217":"6.8184265263673067","218":"15","219":"-","220":"2","221":"13","222":"0.35219967408739","223":"0.83864475008386441","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.39173811471277198","236":"162","237":"8","238":"1.003534440506989","239":"166","240":"6","241":"0.65556766979915304","242":"179","243":"206","244":"104","245":"8.620000000000001","246":"2.63","247":"30.5","248":"0.26","249":"3","250":"0.05","251":"0.6","252":"0.12","253":"1.4","254":"0.11","255":"1.3","256":"0.47","257":"5.5","258":"0.44","259":"5.0999999999999996","260":"0.25","261":"2.9","262":"0","263":"0","264":"0.05","265":"0.6","266":"7.0000000000000007E-2","267":"0.8","268":"0.12","269":"1.4","270":"2.76","271":"32","272":"1.29","273":"14.900000000000006","274":"43267","275":"16451","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"54.38","296":"-","297":"64.780829924021049","298":"63.51094613158741","299":"63.969798170466099","300":"60.962672460006203","301":"62.646570721223171"},{"1":"209961","2":"קריית גת","3":"2630","4":"הדרום","5":"עירייה","6":"50.112774150565599","7":"1972","8":"0","9":"17","10":"606","11":"קריית גת","12":"15.849294034884318","13":"3822.1","14":"60582","15":"99.9","16":"93.4","17":"-","18":"-","19":"-","20":"-","21":"29972","22":"30610","23":"11.825294641972864","24":"10.189495229606154","25":"7.7613812683635404","26":"6.48872602423162","27":"14.4102208576805","28":"18.789409395530026","29":"12.932884355088971","30":"4.9519659304743984","31":"12.65062229705193","32":"33.706381433429073","33":"4.7736951569773201","34":"958","35":"1432","36":"3.42","37":"3.8","38":"( 2.8)","39":"421","40":"5.83","41":"1011","42":"16.982503815232242","43":"3.5898447855673652","44":"22.216169819418308","45":"75","46":"29.333333333333332","47":"36","48":"29.333333333333332","49":"5.3333333333333339","50":"1105","51":"1032","52":"2804","53":"1398","54":"1406","55":"1037","56":"761","57":"904","58":"102","59":"1772","60":"886","61":"886","62":"616","63":"458","64":"628","65":"70","66":"3732","67":"469","68":"25.4","69":"215","70":"9.5","71":"13","72":"1286","73":"0.48","74":"-","75":"0.83","76":"0.28999999999999998","77":"0.6","78":"80.992200545285002","79":"4194.333333333333","80":"66.010849760249457","81":"23","82":"34","83":"91.2","84":"335.50612822791066","85":"95.6","86":"297.0796817449106","87":"6423","88":"19.703058376023804","89":"2572","90":"1030","91":"7.9885700086967324","92":"39","93":"172","94":"128","95":"112","96":"115","97":"..","98":"7857","99":"31.106020109456537","100":"2707","101":"2704","102":"2374","103":"264","104":"278","105":"49.5","106":"25.7","107":"10.8","108":"14","109":"7750","110":"4787","111":"2292","112":"671","113":"18807","114":"7192","115":"7549","116":"4066","117":"7950.2312160000001","118":"9634.9604180000006","119":"6298.4684900000002","120":"3.7744279502169409","121":"3.0572220293297203","122":"4.5394017562202515","123":"28136","124":"40.6","125":"1723","126":"9860.6926010000006","127":"0.85849154384480819","128":"39.4","129":"0.373577202","130":"4039","131":"1315","132":"1367","133":"1189","134":"168","135":"40","136":"26","137":"21","138":"7","139":"14","140":"482","141":"290","142":"192","143":"79","144":"113","145":"11596","146":"6868","147":"4728","148":"2014","149":"2714","150":"24.872","151":"1.5264187866927592","152":"2.4482109227871938","153":"0.52953156822810588","154":"66.950182260024306","155":"52.612393681652492","156":"16.309999999999999","157":"30.6","158":"10.8","159":"2.2000000000000002","160":"1200","161":"32.200000000000003","162":"5.416666666666667","163":"4.5999999999999996","164":"17.7","165":"38.5","166":"72.833333333333343","167":"10.74573055028463","168":"3.0288716228147625","169":"9292.5020000000004","170":"156.57","171":"1.7","172":"9135.9320000000007","173":"9135.9320000000007","174":"-","175":"100","176":"-","177":"3087.0459999999998","178":"187.845","179":"464.09100000000001","180":"389.75299999999999","181":"80.031000000000006","182":"33.790159558981003","183":"2.0561120638813901","184":"5.0798429760641799","185":"4.2661547831135298","186":"0.876002579703965","187":"150.805235965072","188":"50.957329855895402","189":"3.1007246496426273","190":"7.660669186708704","191":"6.4335847873095524","192":"1.3210577573826778","193":"0","194":"7165.1631417097706","195":"100","196":"391.4","197":"80.599999999999994","198":"477","199":"152.9","200":"126.5","201":"804","202":"19966","203":"3.8180000000000001","204":"34.064999999999998","205":"4","206":"4","207":"0.88800000000000001","208":"3.8180000000000001","209":"34.064999999999998","210":"3.27","211":"1.3","212":"-","213":"1.7198601603926149","214":"17.900009879278265","215":"18396","216":"16333","217":"7.5113573746402986","218":"34","219":"-","220":"5","221":"29","222":"0.57112277914727627","223":"1.8482278756251358","224":"-","225":"179","226":"4.6126709297366526","227":"34.6","228":"19.600000000000001","229":"26.8","230":"12.3","231":"..","232":"(3.4)","233":"..","234":"4","235":"-0.464015407367106","236":"92","237":"5","238":"-4.3873181254990637E-2","239":"109","240":"5","241":"0.19613847488069699","242":"148","243":"132","244":"156","245":"15.899999999999999","246":"3.99","247":"25.1","248":"0.53","249":"3.3","250":"0.01","251":"0.1","252":"0.12","253":"0.8","254":"0.19","255":"1.2","256":"0.52","257":"3.3","258":"2.0499999999999998","259":"12.9","260":"0.34","261":"2.1","262":"0","263":"0","264":"0.32","265":"2","266":"0.69","267":"4.3","268":"7.0000000000000007E-2","269":"0.4","270":"2.96","271":"18.600000000000001","272":"4.1100000000000003","273":"25.900000000000009","274":"60582","275":"15183","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"69.5","296":"-","297":"66.582745887881842","298":"67.042648176291792","299":"68.106662914233453","300":"62.581804774633611","301":"68.513704062747863"},{"1":"97843","2":"קריית ים","3":"9600","4":"חיפה","5":"עירייה","6":"85.964759726773906","7":"1976","8":"1","9":"15","10":"352","11":"קריות","12":"11.338843429027715","13":"3869.8","14":"39441","15":"99.8","16":"81.900000000000006","17":"-","18":"-","19":"-","20":"-","21":"18823","22":"20618","23":"5.3168023123145964","24":"6.1534950939377806","25":"5.9075581247939963","26":"5.2052432747648387","27":"10.74009279683578","28":"18.605004944093711","29":"17.494485433939303","30":"6.5819832154357139","31":"23.995334803884283","32":"20.539540072513375","33":"10.050455110164549","34":"872","35":"417","36":"1.86","37":"1.4","38":"( 3.0)","39":"477","40":"5.77","41":"-60","42":"-1.5209129716572081","43":"-4.340035614883675E-2","44":"38.15065540934561","45":"227","46":"23.348017621145374","47":"39.647577092511014","48":"24.229074889867842","49":"12.77533039647577","50":"-138","51":"-329","52":"1758","53":"889","54":"869","55":"346","56":"427","57":"771","58":"214","59":"2087","60":"1001","61":"1086","62":"478","63":"434","64":"984","65":"191","66":"1499","67":"168","68":"10.5","69":"180","70":"10.8","71":"9","72":"970","73":"1.18","74":"7.0000000000000007E-2","75":"-","76":"0.8","77":"0.42","78":"..","79":"4380.333333333333","80":"62.125289556720475","81":"37","82":"43","83":"116.6","84":"381.68313082469274","85":"125","86":"348.95924953600803","87":"4004","88":"17.64731808365287","89":"1589","90":"709","91":"6.9754170324846365","92":"42","93":"172","94":"130","95":"110","96":"105","97":"..","98":"9366","99":"30.407858210548792","100":"1660","101":"3235","102":"1981","103":"213","104":"221","105":"62.8","106":"28.8","107":"3.1","108":"5.2","109":"5524","110":"4132","111":"1304","112":"88","113":"10776","114":"6100","115":"4168","116":"508","117":"8485.4321650000002","118":"10346.95781","119":"6668.8936940000003","120":"2.8113342144848286","121":"2.7437539340622319","122":"2.9052565877558001","123":"20276","124":"39.799999999999997","125":"1262","126":"8407.4417969999995","127":"-0.49843493588768162","128":"47","129":"0.39607062199999998","130":"1415","131":"440","132":"449","133":"442","134":"84","135":"13","136":"9","137":"7","138":"4","139":"3","140":"212","141":"122","142":"90","143":"46","144":"44","145":"4921","146":"2710","147":"2211","148":"1170","149":"1041","150":"25.31","151":"1.2020162853819309","152":"1.7214397496087637","153":"0.69177555726364337","154":"74.939759036144579","155":"60","156":"14.37","157":"31.4","158":"10.5","159":"1.9","160":"651","161":"31","162":"5.5299539170506913","163":"4.5999999999999996","164":"16.399999999999999","165":"40.092165898617509","166":"79.569892473118273","167":"8.8049645390070914","168":"3.586387434554974","169":"2718.3040000000001","170":"207.203","171":"7.6","172":"2511.1010000000001","173":"2511.1010000000001","174":"-","175":"100","176":"-","177":"2033.452","178":"27.61","179":"297.04199999999997","180":"94.227000000000004","181":"42.286999999999999","182":"80.978503055034395","183":"1.0995177015978299","184":"11.829153825353901","185":"3.75241776416002","186":"1.6840023559386901","187":"63.665660970539001","188":"51.555499214035798","189":"0.70001521221033414","190":"7.53110897013336","191":"2.389001571928401","192":"1.0721312306678161","193":"0.4","194":"2044.3233606981275","195":"100","196":"41.8","197":"28.2","198":"244","199":"13.3","200":"12.5","201":"88","202":"15974","203":"0.55700000000000005","204":"5.0419999999999998","205":"-","206":"-","207":"0.55000000000000004","208":"0.28699999999999998","209":"1.1419999999999999","210":"-","211":"-","212":"0.55000000000000004","213":"1.5794150389777246","214":"38.554220681799862","215":"12857","216":"11852","217":"7.338677016537293","218":"47","219":"1","220":"7","221":"39","222":"1.1913818277981463","223":"3.6555961732908147","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.14787953050168501","236":"111","237":"3","238":"-0.81590385923675823","239":"43","240":"6","241":"0.45311077340244099","242":"169","243":"190","244":"106","245":"10.17","246":"2.37","247":"23.3","248":"0.25","249":"2.5","250":"0.03","251":"0.3","252":"0.06","253":"0.6","254":"7.0000000000000007E-2","255":"0.7","256":"0.24","257":"2.4","258":"0.04","259":"0.4","260":"0.05","261":"0.5","262":"0","263":"0","264":"0.16","265":"1.6","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"6.9","273":"67.7","274":"39441","275":"16642","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"47.33","296":"-","297":"57.837067879252722","298":"56.65909277560295","299":"57.522923224305458","300":"53.426091748174677","301":"55.630667318238579"},{"1":"75046","2":"קריית מוצקין","3":"8200","4":"חיפה","5":"עירייה","6":"86.012869605254195","7":"1976","8":"0","9":"15","10":"352","11":"קריות","12":"3.8352373695274062","13":"12141.3","14":"46565","15":"99.9","16":"89.2","17":"-","18":"-","19":"-","20":"-","21":"21997","22":"24568","23":"7.6452271019005691","24":"6.9730484269300979","25":"6.1763126811983247","26":"5.4482980779555463","27":"10.535810157843875","28":"20.384408890797811","29":"16.097927628046815","30":"5.3860195425748953","31":"21.350799957049286","32":"24.084612906689575","33":"8.9337485235692036","34":"908","35":"704","36":"2.34","37":"1","38":"( 1.5)","39":"449","40":"5.25","41":"255","42":"5.5418224545428014","43":"2.4235302412865423","44":"23.567056802319339","45":"144","46":"33.333333333333329","47":"34.027777777777779","48":"21.527777777777779","49":"11.111111111111111","50":"836","51":"673","52":"2769","53":"1329","54":"1440","55":"593","56":"598","57":"1272","58":"306","59":"2096","60":"1045","61":"1051","62":"463","63":"470","64":"976","65":"187","66":"2071","67":"236","68":"14.6","69":"218","70":"11.3","71":"4","72":"775","73":"1.35","74":"0.28999999999999998","75":"-","76":"7.0000000000000007E-2","77":"-","78":"..","79":"4053.6666666666665","80":"58.207165597294861","81":"34","82":"37","83":"119.2","84":"406.75469262333957","85":"123.8","86":"353.40377256552512","87":"4403","88":"16.920298209207594","89":"1681","90":"691","91":"6.4998839996906659","92":"41","93":"176","94":"126","95":"106","96":"103","97":"..","98":"10159","99":"18.230140761886013","100":"1122","101":"2684","102":"1645","103":"218","104":"241","105":"56.7","106":"37.5","107":"2.9","108":"2.9","109":"5154","110":"3779","111":"1325","112":"50","113":"10110","114":"5644","115":"4202","116":"264","117":"10504.18881","118":"13042.38989","119":"8135.8768769999997","120":"2.1094424628709696","121":"1.7821691797486494","122":"2.5058397875918681","123":"22267","124":"34","125":"1512","126":"10954.21046","127":"5.4584491086091314","128":"40.1","129":"0.42337927400000003","130":"2266","131":"775","132":"694","133":"695","134":"102","135":"14","136":"8","137":"7","138":"3","139":"4","140":"265","141":"145","142":"120","143":"59","144":"61","145":"6976","146":"3633","147":"3343","148":"1693","149":"1650","150":"27.1875","151":"0.52323791935980302","152":"0.63411540900443886","153":"0.41866028708133973","154":"83.467741935483872","155":"70.967741935483872","156":"31.24","157":"43.5","158":"14.3","159":"2.9","160":"700","161":"31.9","162":"5.8571428571428577","163":"3.5","164":"16.8","165":"41.571428571428569","166":"80.142857142857139","167":"11.718120805369127","168":"2.7510022909507446","169":"3275.62","170":"134.93899999999999","171":"4.1","172":"3140.681","173":"3140.681","174":"-","175":"100","176":"-","177":"2579.056","178":"149.61199999999999","179":"292.12099999999998","180":"95.122","181":"19.422999999999998","182":"82.117731791289899","183":"4.7636802336818","184":"9.3011993258786898","185":"3.0287061946119298","186":"0.61843275391547303","187":"67.447245785461206","188":"55.386148394717097","189":"3.2129711156447978","190":"6.2734027703210566","191":"2.0427789111993988","192":"0.41711585955116504","193":"0.9","194":"2440.8843324857289","195":"100","196":"62.5","197":"32.700000000000003","198":"196","199":"32.9","200":"26.7","201":"196","202":"20111","203":"-","204":"-","205":"-","206":"0.03","207":"-","208":"-","209":"-","210":"0.57999999999999996","211":"0.03","212":"-","213":"1.4593257799442814","214":"8.4152426053580704","215":"18511","216":"17310","217":"6.7525129982668979","218":"27","219":"1","220":"2","221":"24","222":"0.5867812010692377","223":"1.458592188428502","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.45041441349051697","236":"167","237":"4","238":"-0.45564113818274998","239":"79","240":"6","241":"0.56139431136771001","242":"175","243":"201","244":"105","245":"3.83","246":"2.44","247":"63.7","248":"0.22","249":"5.7","250":"0","251":"0","252":"0.06","253":"1.6","254":"0.22","255":"5.7","256":"0.17","257":"4.4000000000000004","258":"0.03","259":"0.8","260":"0.1","261":"2.6","262":"0","263":"0","264":"0.03","265":"0.8","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"0.56000000000000005","273":"14.700000000000008","274":"46565","275":"19084","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"54.38","296":"-","297":"66.889020388401747","298":"65.620845519808555","299":"65.372159764092572","300":"61.910921726779279","301":"63.347167968749993"},{"1":"74268","2":"קריית מלאכי","3":"1034","4":"הדרום","5":"עירייה","6":"35.688688353996298","7":"1998","8":"0","9":"13","10":"617","11":"קריית מלאכי","12":"4.5786791518254732","13":"5464","14":"25022","15":"99.7","16":"98.3","17":"-","18":"-","19":"-","20":"-","21":"12636","22":"12386","23":"12.105347294380945","24":"10.798497322356326","25":"8.4485652625689394","26":"6.0906402365917991","27":"16.025897210454801","28":"19.362960594676686","29":"12.049396531052674","30":"4.7638078490927986","31":"10.354887698825033","32":"35.209016065862045","33":"3.5928383022939814","34":"916","35":"654","36":"3.69","37":"2.2000000000000002","38":"( 3.6)","39":"139","40":"5.89","41":"515","42":"20.847838998218442","43":"2.6151570580826871","44":"14.155543122052594","45":"23","46":"26.086956521739129","47":"39.130434782608695","48":"30.434782608695656","49":"4.3478260869565215","50":"122","51":"98","52":"903","53":"490","54":"413","55":"329","56":"270","57":"276","58":"28","59":"805","60":"402","61":"403","62":"298","63":"200","64":"277","65":"30","66":"1298","67":"253","68":"33","69":"85","70":"9.4","71":"5","72":"282","73":"-","74":"-","75":"0.66","76":"0.15","77":"0.34","78":"..","79":"1561.3333333333333","80":"69.441935494105167","81":"26","82":"35","83":"32.799999999999997","84":"334.51434100791954","85":"35.799999999999997","86":"327.26576234925221","87":"2879","88":"21.045321637426902","89":"1141","90":"521","91":"8.4063950489943267","92":"38","93":"168","94":"124","95":"111","96":"112","97":"..","98":"2651","99":"25.763862693323276","100":"1351","101":"935","102":"1190","103":"105","104":"138","105":"63.1","106":"11.3","107":"3.5","108":"22.2","109":"3895","110":"2220","111":"1293","112":"382","113":"9886","114":"3358","115":"4305","116":"2223","117":"7396.285202","118":"8994.0430639999995","119":"5751.0876559999997","120":"4.9535245821637375","121":"4.4427597763568638","122":"5.551943168124307","123":"12168","124":"43","125":"819","126":"9620.9258740000005","127":"5.4896638246517249","128":"37.5","129":"0.36233349599999998","130":"1845","131":"644","132":"584","133":"552","134":"65","135":"16","136":"10","137":"10","138":"3","139":"7","140":"225","141":"141","142":"84","143":"30","144":"54","145":"4726","146":"3127","147":"1599","148":"706","149":"893","150":"23.733333333333334","151":"1.8843120070113932","152":"3.3480176211453743","153":"0.4359197907585004","154":"71.428571428571431","155":"58.358662613981757","156":"13.66","157":"28.3","158":"9.5","159":"2.2000000000000002","160":"606","161":"31.2","162":"5.6105610561056105","163":"3.3","164":"19.100000000000001","165":"37.293729372937293","166":"69.471947194719476","167":"9.0056925996204935","168":"3.5067425200168563","169":"2401.3820000000001","170":"195.26499999999999","171":"8.1","172":"2206.1170000000002","173":"2206.1170000000002","174":"-","175":"100","176":"-","177":"1308.5219999999999","178":"51.432000000000002","179":"145.227","180":"168.40100000000001","181":"98.093000000000004","182":"59.313354640755698","183":"2.3313360080177099","184":"6.5829237524573703","185":"7.6333666800083604","186":"4.4464096872468701","187":"88.170616681987099","188":"52.296950561528298","189":"2.0555533351984332","190":"5.8042044682466729","191":"6.7303864753606968","192":"3.9204268414531795","193":"2.1","194":"1435.0417000711127","195":"100","196":"76.400000000000006","197":"60.3","198":"303","199":"63.3","200":"38.5","201":"244","202":"7715","203":"-","204":"-","205":"0.97799999999999998","206":"13.901","207":"-","208":"-","209":"-","210":"0.97799999999999998","211":"13.901","212":"-","213":"2.1470805775350894","214":"14.986444280481228","215":"8935","216":"7694","217":"8.186768910839616","218":"9","219":"-","220":"1","221":"8","222":"0.36433116695915724","223":"1.0072747621712368","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.60639180027829198","236":"79","237":"2","238":"-1.0253439542815277","239":"28","240":"6","241":"0.500798567660934","242":"173","243":"165","244":"178","245":"4.5999999999999996","246":"1.88","247":"40.9","248":"0.22","249":"4.8","250":"0.02","251":"0.4","252":"0.05","253":"1.1000000000000001","254":"0.09","255":"2","256":"0.17","257":"3.7","258":"0.55000000000000004","259":"12","260":"7.0000000000000007E-2","261":"1.5","262":"0","263":"0","264":"0.09","265":"2","266":"0","267":"0","268":"0.04","269":"0.9","270":"1","271":"21.7","272":"0.42","273":"8.9999999999999911","274":"25022","275":"13310","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"67.63","296":"-","297":"66.771196970593465","298":"67.75613190940031","299":"69.365236076427209","300":"62.464969974263653","301":"70.50604019373155"},{"1":"0","2":"קריית שמונה","3":"2800","4":"הצפון","5":"עירייה","6":"163.263017244091","7":"1974","8":"0","9":"13","10":"217","11":"קריית שמונה","12":"14.382708204554193","13":"1552.9","14":"22336","15":"96.6","16":"92.3","17":"-","18":"-","19":"-","20":"-","21":"11142","22":"11194","23":"7.2036174785100284","24":"6.5947349570200577","25":"7.2439111747850999","26":"6.7872492836676219","27":"16.386103151862464","28":"17.621776504297994","29":"16.990508595988537","30":"6.4559455587392547","31":"14.707199140401146","32":"24.892550143266476","33":"5.2381805157593124","34":"740","35":"322","36":"2.19","37":"0.4","38":"..","39":"164","40":"5.8","41":"158","42":"7.069563601233579","43":"-0.12278913030559124","44":"14.02220630372493","45":"19","46":"31.578947368421051","47":"36.84210526315789","48":"26.315789473684209","49":"5.2631578947368416","50":"-164","51":"-175","52":"686","53":"353","54":"333","55":"131","56":"270","57":"257","58":"28","59":"861","60":"443","61":"418","62":"244","63":"225","64":"359","65":"33","66":"1068","67":"183","68":"20.3","69":"101","70":"11.8","71":"4","72":"410","73":"-","74":"0.93","75":"0.78","76":"-","77":"0.13","78":"..","79":"1674","80":"58.765015311439598","81":"36","82":"34","83":"48","84":"385.32924280911408","85":"45","86":"319.71776066684157","87":"2905","88":"21.369721936148302","89":"1165","90":"521","91":"8.5806879281137221","92":"40","93":"168","94":"126","95":"111","96":"107","97":"..","98":"3406","99":"22.812683499706399","100":"837","101":"970","102":"1386","103":"121","104":"115","105":"72.5","106":"15.6","107":"0.5","108":"11.3","109":"3430","110":"2320","111":"990","112":"120","113":"7349","114":"3482","115":"3218","116":"649","117":"8370.9009979999992","118":"10099.45895","119":"6636.0394399999996","120":"3.223899930487506","121":"3.3695615108831234","122":"3.0670279767303077","123":"12637","124":"38.299999999999997","125":"781","126":"9574.7189880000005","127":"0.37692453578788143","128":"42.6","129":"0.37776615699999999","130":"952","131":"327","132":"316","133":"289","134":"20","135":"14","136":"9","137":"11","138":"4","139":"7","140":"182","141":"93","142":"89","143":"38","144":"51","145":"3679","146":"1895","147":"1784","148":"909","149":"875","150":"24.114285714285714","151":"0.77639751552795033","152":"0.61099796334012213","153":"0.94736842105263164","154":"75.903614457831324","155":"59.036144578313255","156":"16.71","157":"33.9","158":"17.3","159":"4.2","160":"541","161":"32.700000000000003","162":"5.1756007393715349","163":"3.5","164":"18.3","165":"43.438077634011094","166":"78.003696857670974","167":"7.6771488469601676","168":"4.3509011469142544","169":"2222.2159999999999","170":"139.816","171":"6.3","172":"2082.4","173":"2074.5239999999999","174":"7.8760000000000003","175":"99.621782558586247","176":"0.37821744141375335","177":"1365.8209999999999","178":"88.584999999999994","179":"187.233","180":"286.09699999999998","181":"23.603000000000002","182":"65.837801828274806","183":"4.2701361854574804","184":"9.0253475014027291","185":"13.790970844396099","186":"1.1377549741531101","187":"92.878044412607494","188":"61.148862822349599","189":"3.966018982808023","190":"8.3825662607449853","191":"12.808784025787965","192":"1.056724570200573","193":"0.9","194":"1418.29125","195":"100","196":"28.9","197":"20.100000000000001","198":"134","199":"19.2","200":"16","201":"104","202":"8484","203":"0.995","204":"10.505000000000001","205":"2.2999999999999998","206":"1.85","207":"0.92","208":"0.995","209":"10.504999999999999","210":"2.78","211":"2.4300000000000002","212":"0.92","213":"1.8851900398004668","214":"12.412634078667294","215":"9744","216":"8536","217":"7.6583880037488283","218":"17","219":"2","220":"4","221":"11","222":"0.7606492482339926","223":"1.7446633825944171","224":"2","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-8.5961467323038804E-2","236":"115","237":"5","238":"-8.1581428580809592E-2","239":"107","240":"1","241":"-1.2619952260959999","242":"11","243":"18","244":"11","245":"14.46","246":"3","247":"20.7","248":"0.24","249":"1.7","250":"0.04","251":"0.3","252":"0.14000000000000001","253":"1","254":"0.18","255":"1.2","256":"0.24","257":"1.7","258":"0.56999999999999995","259":"3.9","260":"0.59","261":"4.0999999999999996","262":"0","263":"0","264":"0.14000000000000001","265":"1","266":"4.5599999999999996","267":"31.5","268":"1.55","269":"10.7","270":"1.1499999999999999","271":"8","272":"2.06","273":"14.2","274":"22336","275":"7445","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"65.430000000000007","296":"58.22488978594572","297":"60.415183217396063","298":"60.183053820015346","299":"61.363138286215211","300":"57.160008731717973","301":"61.107523409751373"},{"1":"205165","2":"ראש העין","3":"2640","4":"המרכז","5":"עירייה","6":"11.562317949743999","7":"1994","8":"0","9":"17","10":"418","11":"ראש העין","12":"15.86435605199968","13":"4516.8999999999996","14":"71651","15":"99.9","16":"96.8","17":"-","18":"-","19":"-","20":"-","21":"35913","22":"35738","23":"12.304085079063796","24":"10.315278223611672","25":"7.2308830302438212","26":"5.6914767414271958","27":"12.364098198210772","28":"23.513977474145509","29":"15.292180151009756","30":"4.5930970956441639","31":"8.6977153145106136","32":"33.268202816429636","33":"2.9183123752634295","34":"793","35":"1711","36":"3.19","37":"2.6","38":"( 2.0)","39":"240","40":"4.4000000000000004","41":"1471","42":"21.12366585367014","43":"5.9551092304380404","44":"7.6830749047466185","45":"46","46":"36.95652173913043","47":"26.086956521739129","48":"15.217391304347828","49":"21.739130434782609","50":"2555","51":"2481","52":"4700","53":"2378","54":"2322","55":"1455","56":"878","57":"2155","58":"212","59":"2219","60":"1098","61":"1121","62":"634","63":"615","64":"873","65":"97","66":"2963","67":"462","68":"24","69":"286","70":"10.7","71":"9","72":"654","73":"-","74":"-","75":"0.27","76":"0.67","77":"0.03","78":"83.758449407590504","79":"3154","80":"62.165353295930721","81":"24","82":"34","83":"64","84":"303.84845204525675","85":"68.400000000000006","86":"288.25587524570142","87":"6876","88":"16.537194256716131","89":"2660","90":"1080","91":"6.5345026653892457","92":"39","93":"199","94":"126","95":"108","96":"104","97":"..","98":"5838","99":"7.6738609112709835","100":"680","101":"1166","102":"1442","103":"174","104":"157","105":"54.4","106":"33.1","107":"7.5","108":"4.9000000000000004","109":"5190","110":"3238","111":"1669","112":"283","113":"11909","114":"4829","115":"5474","116":"1606","117":"11269.58016","118":"13586.37609","119":"9141.3820259999993","120":"3.9312917392687163","121":"4.1682434649150002","122":"3.5696096254104415","123":"29013","124":"31.8","125":"2498","126":"11079.511479999999","127":"-1.9823925197426484","128":"37.1","129":"0.41543314199999998","130":"5214","131":"1776","132":"1667","133":"1494","134":"277","135":"28","136":"22","137":"10","138":"5","139":"5","140":"453","141":"302","142":"151","143":"78","144":"73","145":"11511","146":"7485","147":"4026","148":"2187","149":"1839","150":"27.333333333333332","151":"0.8203125","152":"1.1218568665377175","153":"0.51282051282051277","154":"80.490956072351423","155":"73.514211886304921","156":"36.65","157":"41.5","158":"15.1","159":"3.2","160":"1285","161":"30.5","162":"7.0038910505836576","163":"4.0999999999999996","164":"16.7","165":"39.688715953307394","166":"68.404669260700388","167":"10.983527131782946","168":"2.791971768857521","169":"6030.2830000000004","170":"385.62799999999999","171":"6.4","172":"5644.6549999999997","173":"5643.22","174":"1.4350000000000001","175":"99.974577719984666","176":"2.5422280015341945E-2","177":"4469.2529999999997","178":"146.44","179":"547.11300000000006","180":"334.48500000000001","181":"91.82","182":"79.196859239937496","183":"2.5949723739283601","184":"9.6950499891905704","185":"5.9272011369395496","186":"1.6270852456576199","187":"78.759821914558103","188":"62.375305299297999","189":"2.0437956204379564","190":"7.6358041060138726","191":"4.6682530599712493","192":"1.2814894418779919","193":"0.3","194":"4309.5924696205857","195":"100","196":"81.599999999999994","197":"80.400000000000006","198":"491","199":"88.9","200":"58.4","201":"356","202":"21849","203":"-","204":"-","205":"3.992","206":"0.17899999999999999","207":"0.54200000000000004","208":"-","209":"-","210":"1.1000000000000001","211":"9.5830000000000002","212":"0.54200000000000004","213":"1.579339413417002","214":"18.436158153884382","215":"36511","216":"30720","217":"6.5999674479166668","218":"58","219":"1","220":"10","221":"47","222":"0.83288417370011436","223":"1.5885623510722795","224":"1","225":"67","226":"1.5286459117619948","227":"(23.9)","228":"(14.9)","229":"(19.4)","230":"(9.0)","231":"..","232":"(22.4)","233":"..","234":"7","235":"0.79012580014127798","236":"194","237":"5","238":"-1.6224017382523034E-2","239":"113","240":"8","241":"1.7403076644374","242":"227","243":"227","244":"224","245":"15.870000000000003","246":"6.44","247":"40.6","248":"0.36","249":"2.2999999999999998","250":"0.01","251":"0.1","252":"0.06","253":"0.4","254":"0.09","255":"0.6","256":"0.28999999999999998","257":"1.8","258":"0.42","259":"2.6","260":"0.48","261":"3","262":"0","263":"0","264":"0.23","265":"1.4","266":"1.54","267":"9.6999999999999993","268":"7.0000000000000007E-2","269":"0.4","270":"0.31","271":"2","272":"5.57","273":"35.1","274":"71651","275":"11126","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"71.239999999999995","296":"59.394382532398772","297":"77.618428942634424","298":"77.568621750611726","299":"77.371550682895105","300":"74.856050189068412","301":"77.577927891267194"},{"1":"735160","2":"ראשון לציון","3":"8300","4":"המרכז","5":"עירייה","6":"3.6401875391069001","7":"1950","8":"1","9":"29","10":"413","11":"ראשון לציון","12":"61.914522575569215","13":"4339","14":"257128","15":"99.9","16":"90.7","17":"-","18":"-","19":"-","20":"-","21":"126075","22":"131054","23":"6.9432344979932177","24":"6.8460066581624712","25":"6.3520892318222835","26":"6.359089636290097","27":"12.766793192495566","28":"18.794919262001805","29":"17.89847857876233","30":"5.5233191251050062","31":"18.516458728726548","32":"23.865156653495536","33":"7.2092498677701382","34":"819","35":"3580","36":"2.23","37":"5.6","38":"1.5","39":"1746","40":"4.3600000000000003","41":"1834","42":"7.147563867307082","43":"0.41978570924925407","44":"19.589076257739336","45":"556","46":"26.978417266187048","47":"33.992805755395686","48":"24.280575539568343","49":"14.748201438848922","50":"-1038","51":"-1553","52":"7232","53":"3636","54":"3596","55":"1572","56":"1825","57":"3306","58":"529","59":"8785","60":"4389","61":"4396","62":"2288","63":"2063","64":"3828","65":"606","66":"12815","67":"1368","68":"14.7","69":"957","70":"8.6999999999999993","71":"26","72":"3146","73":"0.37","74":"0.1","75":"0.42","76":"0.25","77":"0.08","78":"84.298075475070505","79":"18606","80":"50.727150331226014","81":"27","82":"33","83":"510.4","84":"330.05891287127389","85":"558.20000000000005","86":"317.953029793447","87":"27624","88":"18.383400103815902","89":"10882","90":"4533","91":"7.2306128279922124","92":"41","93":"193","94":"127","95":"111","96":"106","97":"..","98":"44560","99":"14.194344703770197","100":"3000","101":"10193","102":"6996","103":"1096","104":"1109","105":"40.9","106":"45","107":"9","108":"5","109":"30989","110":"21855","111":"8588","112":"546","113":"63216","114":"32751","115":"27367","116":"3098","117":"11058.814850000001","118":"13293.232889999999","119":"8950.1497830000008","120":"2.9292909751875484","121":"2.837052970666698","122":"2.9408127863078448","123":"132966","124":"32.200000000000003","125":"12342","126":"11758.47242","127":"-0.29872687349099536","128":"35.200000000000003","129":"0.42128814999999997","130":"10577","131":"3291","132":"3453","133":"3428","134":"405","135":"85","136":"59","137":"50","138":"18","139":"32","140":"1483","141":"831","142":"652","143":"276","144":"376","145":"37934","146":"20128","147":"17806","148":"8351","149":"9455","150":"26.64406779661017","151":"0.81480682063457799","152":"1.0477787091366304","153":"0.56742323097463288","154":"87.728706624605678","155":"75.772870662460562","156":"28.31","157":"44.7","158":"17.100000000000001","159":"3.1","160":"4020","161":"32.1","162":"6.2437810945273631","163":"4","164":"17.600000000000001","165":"46.517412935323385","166":"70.995024875621894","167":"10.959942363112392","168":"2.9660014198942966","169":"22070.996999999999","170":"1095.99","171":"5.0","172":"20975.008000000002","173":"20871.286","174":"103.72199999999999","175":"99.505497208868761","176":"0.49450279113123585","177":"14784.537","178":"874.28700000000003","179":"1995.8530000000001","180":"2087.0230000000001","181":"206.21100000000001","182":"70.836725553305598","183":"4.1889460775013001","184":"9.5626728930193501","185":"9.9994930835126201","186":"0.98801281454215995","187":"81.170486409545404","188":"57.498520198032899","189":"3.4001882323658554","190":"7.7620688448210817","191":"8.1166379521563101","192":"0.80197488420209306","193":"0.4","194":"16505.618601256381","195":"100","196":"695.7","197":"495.3","198":"2669","199":"366.9","200":"311.10000000000002","201":"1551","202":"84661","203":"5.194","204":"48.695","205":"-","206":"-","207":"-","208":"5.6139999999999999","209":"48.972000000000001","210":"-","211":"-","212":"-","213":"1.8839330073746579","214":"26.165509533174792","215":"144132","216":"125354","217":"5.7931378336550887","218":"162","219":"2","220":"51","221":"109","222":"0.63135515076540205","223":"1.1239696944467572","224":"2","225":"417","226":"2.1543184268619227","227":"25.7","228":"19.2","229":"17.7","230":"17.5","231":"5.5","232":"10.8","233":"(3.6)","234":"7","235":"0.76297465623656702","236":"190","237":"9","238":"1.4376186781666271","239":"184","240":"9","241":"2.78990022823224","242":"245","243":"245","244":"237","245":"59.339999999999996","246":"15.08","247":"25.4","248":"1.49","249":"2.5","250":"0.21","251":"0.4","252":"0.64","253":"1.1000000000000001","254":"0.83","255":"1.4","256":"2.2999999999999998","257":"3.9","258":"1.61","259":"2.7","260":"3.61","261":"6.1","262":"0.4","263":"0.7","264":"1.1200000000000001","265":"1.9","266":"0.98","267":"1.7","268":"2.11","269":"3.6","270":"5.0999999999999996","271":"8.6","272":"23.86","273":"39.999999999999986","274":"257128","275":"17051","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"51.58","296":"34.240684260014987","297":"67.732460270603909","298":"66.806947033240135","299":"66.891102116519676","300":"64.420465811290399","301":"66.197927730180083"},{"1":"245777","2":"רהט","3":"1161","4":"הדרום","5":"עירייה","6":"76.692465325732499","7":"1994","8":"0","9":"17","10":"618","11":"רהט","12":"33.481473413922131","13":"2356.6","14":"76237","15":"-","16":"-","17":"99.8","18":"100","19":"-","20":"-","21":"38166","22":"38071","23":"16.41197843566772","24":"13.831866416569383","25":"11.973188871545313","26":"11.419651875073782","27":"19.308209924314966","28":"15.049123129189239","29":"8.5286671826016232","30":"1.2552959848892271","31":"2.223329879192518","32":"48.960478507811168","33":"0.78308432913152404","34":"1265","35":"2385","36":"4.09","37":"20","38":"8.7","39":"154","40":"5.85","41":"2231","42":"29.745530578739455","43":"3.3468204653962061","44":"3.6727573225599115E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"64","51":"17","52":"370","53":"145","54":"225","55":"119","56":"158","57":"89","58":"4","59":"353","60":"149","61":"204","62":"151","63":"117","64":"83","65":"2","66":"1363","67":"1080","68":"55.8","69":"191","70":"8.5","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"79.088586825661807","79":"2381.3333333333335","80":"97.875109863158002","81":"19","82":"..","83":"24.2","84":"275.08530007188858","85":"25.4","86":"164.46198932357947","87":"3676","88":"10.791768194228341","89":"1507","90":"816","91":"4.5253896279391013","92":"34","93":"160","94":"117","95":"117","96":"129","97":"-","98":"1721","99":"49.099360836722838","100":"5485","101":"768","102":"2106","103":"261","104":"97","105":"80.7","106":"1.8","107":"5","108":"12.5","109":"10460","110":"4265","111":"3837","112":"2358","113":"33575","114":"6581","115":"13231","116":"13763","117":"5751.3646719999997","118":"6861.9437349999998","119":"4201.2981110000001","120":"1.6883709489508458","121":"1.1211599171175868","122":"3.3148845809395144","123":"22321","124":"56.9","125":"986","126":"10445.81775","127":"-6.3396447748811475","128":"36.1","129":"0.33549646","130":"6184","131":"2176","132":"1977","133":"1979","134":"52","135":"32","136":"22","137":"20","138":"9","139":"11","140":"757","141":"456","142":"301","143":"155","144":"146","145":"19476","146":"11279","147":"8197","148":"4479","149":"3718","150":"26.766009852216747","151":"2.9997683576557796","152":"4.3089239463150459","153":"1.7323911556872578","154":"63.351605324980419","155":"41.738449490994519","156":"8.49","157":"19.2","158":"10.9","159":"2.2999999999999998","160":"2031","161":"32.9","162":"4.9729197439684878","163":"4.2","164":"12.8","165":"32.791728212703106","166":"77.646479566715897","167":"10.764737991266376","168":"3.0991329040109528","169":"5000.9380000000001","170":"830.82899999999995","171":"16.6","172":"4170.1090000000004","173":"4069.0520000000001","174":"101.057","175":"97.576634087981873","176":"2.4233659120181272","177":"3280.4","178":"289.08199999999999","179":"78.953000000000003","180":"97.956000000000003","181":"140.22","182":"80.618286519808606","183":"7.1044066283743703","184":"1.94032909876797","185":"2.4073420541197299","186":"3.44601150341652","187":"53.373016081219298","188":"43.028411028620901","189":"3.791836092237467","190":"1.0356121619140062","191":"1.2848710616752801","192":"1.8392402738791678","193":"0","194":"3442.5771758108417","195":"87.00000095438412","196":"80.8","197":"68.099999999999994","198":"289","199":"93.8","200":"83.2","201":"329","202":"5870","203":"2","204":"12","205":"0.11","206":"7.5999999999999998E-2","207":"0.3","208":"2","209":"12","210":"0.11","211":"7.5999999999999998E-2","212":"0.3","213":"1.7311916086815371","214":"1.1594277925303236","215":"19449","216":"14834","217":"8.7937171363084801","218":"14","219":"2","220":"12","221":"-","222":"0.18665953747304004","223":"0.71983135379711038","224":"2","225":"284","226":"7.7959289329706589","227":"26.1","228":"29.6","229":"12.3","230":"16.899999999999999","231":"..","232":"(2.1)","233":"11.6","234":"1","235":"-1.87631668891526","236":"11","237":"6","238":"0.47002135263453709","239":"141","240":"4","241":"-0.13915539835780699","242":"104","243":"93","244":"128","245":"32.340000000000003","246":"9.65","247":"29.8","248":"0.39","249":"1.2","250":"0.02","251":"0.1","252":"0.16","253":"0.5","254":"0.18","255":"0.6","256":"0.27","257":"0.8","258":"0.24","259":"0.7","260":"0.11","261":"0.3","262":"0.01","263":"0","264":"0.01","265":"0","266":"1.04","267":"3.2","268":"0.52","269":"1.6","270":"14.58","271":"45.1","272":"5.16","273":"16.099999999999994","274":"76237","275":"7900","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"84.55","296":"-","297":"49.617052689858816","298":"59.541019154318754","299":"66.334186600759111","300":"47.77709428475562","301":"60.608668439993743"},{"1":"444855","2":"רחובות","3":"8400","4":"המרכז","5":"עירייה","6":"13.2562156765271","7":"1950","8":"0","9":"25","10":"414","11":"רחובות","12":"23.757669075745213","13":"6224.2","14":"147878","15":"99.7","16":"94.3","17":"-","18":"-","19":"-","20":"-","21":"72294","22":"75583","23":"9.183921881551008","24":"9.6721621877493611","25":"8.4502089560313234","26":"6.3592961765779901","27":"10.819729777248813","28":"20.148365544570524","29":"15.364016283693315","30":"4.0756569604674127","31":"15.926642232110254","32":"31.300802012469738","33":"6.7413678843370883","34":"984","35":"2654","36":"2.87","37":"6.6","38":"2.5","39":"891","40":"4.3899999999999997","41":"1763","42":"11.994296000732142","43":"1.2199696705792746","44":"15.662911318789813","45":"314","46":"27.70700636942675","47":"27.70700636942675","48":"30.254777070063692","49":"14.331210191082802","50":"-140","51":"-496","52":"4358","53":"2177","54":"2181","55":"1119","56":"1033","57":"1903","58":"303","59":"4853","60":"2468","61":"2385","62":"1480","63":"1096","64":"2010","65":"267","66":"7413","67":"826","68":"18.100000000000001","69":"483","70":"8.1","71":"19","72":"1265","73":"0.3","74":"0.22","75":"0.16","76":"0.14000000000000001","77":"0.04","78":"84.236147885635205","79":"8874.6666666666661","80":"49.600048027441389","81":"20","82":"32","83":"241.8","84":"315.17907673810578","85":"283.39999999999998","86":"322.16265133564883","87":"12260","88":"15.638752471458639","89":"4665","90":"1927","91":"5.9624233128834359","92":"40","93":"189","94":"128","95":"106","96":"103","97":"10","98":"21925","99":"13.550741163055873","100":"2327","101":"5149","102":"3967","103":"520","104":"514","105":"49.8","106":"23.1","107":"24.1","108":"3.1","109":"17568","110":"10566","111":"5851","112":"1151","113":"42073","114":"16161","115":"19110","116":"6802","117":"11348.202600000001","118":"13882.36404","119":"8992.6046979999992","120":"3.295011558732952","121":"2.9937457386663091","122":"3.664516106229132","123":"67200","124":"33.6","125":"5564","126":"11873.43088","127":"5.8797289882769999","128":"37","129":"0.43772397099999999","130":"8860","131":"2780","132":"2816","133":"2916","134":"348","135":"75","136":"43","137":"45","138":"15","139":"30","140":"1145","141":"678","142":"467","143":"195","144":"272","145":"29539","146":"17030","147":"12509","148":"5727","149":"6782","150":"27.339754816112084","151":"0.91811414392059554","152":"1.3267813267813269","153":"0.50125313283208017","154":"80.905077262693155","155":"72.240618101545252","156":"41.3","157":"42.8","158":"16.8","159":"3.3","160":"2966","161":"31.4","162":"6.3722184760620362","163":"4","164":"16.5","165":"41.773432231962239","166":"69.723533378287243","167":"11.255913144629702","168":"2.8124289503599846","169":"12650.907999999999","170":"904.73","171":"7.2","172":"11746.174999999999","173":"11339.636","174":"406.53899999999999","175":"96.538966940301833","176":"3.4610330596981571","177":"8416.7009999999991","178":"345.61599999999999","179":"792.54600000000005","180":"596.505","181":"89.275999999999996","182":"74.223725150990305","183":"3.0478577047924902","184":"6.9891655261980601","185":"5.2603535721646102","186":"0.78729151559260702","187":"76.682373307726607","188":"56.916519022437399","189":"2.3371698291835163","190":"5.3594584725246488","191":"4.033764319236127","192":"0.60371387224604067","193":"1.2","194":"9963.4703673855875","195":"100","196":"235.2","197":"190.4","198":"802","199":"145.19999999999999","200":"144.19999999999999","201":"771","202":"49268","203":"-","204":"-","205":"5.202","206":"0.68","207":"-","208":"-","209":"-","210":"8.6869999999999994","211":"-","212":"-","213":"1.9287492481953312","214":"17.605934126553471","215":"56475","216":"50695","217":"7.3528947627971197","218":"96","219":"1","220":"20","221":"75","222":"0.65312105279085964","223":"1.699867197875166","224":"1","225":"156","226":"1.566013649013577","227":"35.299999999999997","228":"12.8","229":"16.7","230":"21.8","231":"..","232":"(4.5)","233":"(7.1)","234":"7","235":"0.65792091319398005","236":"183","237":"5","238":"-2.7638045373481562E-2","239":"111","240":"8","241":"1.8927865472362899","242":"229","243":"229","244":"217","245":"23.730000000000004","246":"8.74","247":"36.799999999999997","248":"1.55","249":"6.5","250":"0.17","251":"0.7","252":"0.32","253":"1.3","254":"0.32","255":"1.3","256":"0.93","257":"3.9","258":"0.51","259":"2.1","260":"0.52","261":"2.2000000000000002","262":"0.06","263":"0.3","264":"0.3","265":"1.3","266":"0","267":"0","268":"2.57","269":"10.8","270":"4.1399999999999997","271":"17.399999999999999","272":"3.6","273":"15.400000000000002","274":"147878","275":"16920","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"55.02","296":"-","297":"69.418085337412307","298":"68.972964851489792","299":"69.248478408783754","300":"66.777582224177763","301":"68.868847310091084"},{"1":"216147","2":"רמלה","3":"8500","4":"המרכז","5":"עירייה","6":"11.0212399434393","7":"1877","8":"0","9":"19","10":"415","11":"רמלה","12":"11.992427685727728","13":"6487.8","14":"77798","15":"75.400000000000006","16":"93.1","17":"24.6","18":"80.7","19":"19.100000000000001","20":"0.1","21":"39507","22":"38291","23":"9.4848196611738089","24":"9.1094886758014351","25":"7.9680711586416102","26":"6.9012056865215046","27":"13.960513123730687","28":"19.843697781433971","29":"15.333299056531017","30":"4.7250571994138664","31":"12.672562276665209","32":"30.673025013496492","33":"4.9268618730558629","34":"857","35":"1545","36":"3.04","37":"3.8","38":"( 2.4)","39":"514","40":"5.57","41":"1031","42":"13.321690169260654","43":"1.0523526944942887","44":"18.041594899611816","45":"157","46":"29.29936305732484","47":"49.044585987261144","48":"14.64968152866242","49":"7.0063694267515926","50":"-315","51":"-494","52":"1995","53":"980","54":"1015","55":"649","56":"472","57":"778","58":"96","59":"2489","60":"1233","61":"1256","62":"870","63":"539","64":"936","65":"144","66":"2830","67":"630","68":"24.6","69":"256","70":"8.3000000000000007","71":"16","72":"1963","73":"0.32","74":"-","75":"0.04","76":"0.28999999999999998","77":"1.9","78":"81.020539521604803","79":"5839.666666666667","80":"69.195700771427681","81":"24","82":"37","83":"116.4","84":"311.30266812609551","85":"124","86":"301.57013951352371","87":"8003","88":"18.188222994931934","89":"3088","90":"1406","91":"7.033848116258941","92":"40","93":"182","94":"130","95":"108","96":"103","97":"..","98":"9790","99":"23.677221654749744","100":"2291","101":"3898","102":"3243","103":"346","104":"393","105":"63.8","106":"23.2","107":"8.9","108":"4.0999999999999996","109":"11417","110":"7011","111":"3778","112":"628","113":"26594","114":"10591","115":"12505","116":"3498","117":"8094.1763019999999","118":"9600.2433280000005","119":"6609.5191690000001","120":"3.2883192915249326","121":"3.5289561703857997","122":"3.19824244855893","123":"37716","124":"38.299999999999997","125":"2901","126":"9922.7772700000005","127":"1.8214567719532226E-2","128":"37.799999999999997","129":"0.35270628799999998","130":"4648","131":"1543","132":"1530","133":"1440","134":"135","135":"43","136":"27","137":"24","138":"7","139":"17","140":"653","141":"399","142":"254","143":"81","144":"173","145":"14281","146":"9051","147":"5230","148":"1767","149":"3463","150":"24.960655737704919","151":"1.3394129381590196","152":"1.99479618386817","153":"0.7024445068839561","154":"74.571917808219183","155":"57.534246575342465","156":"10.42","157":"27.5","158":"10.8","159":"1.9","160":"1709","161":"31.1","162":"7.1386775892334695","163":"4.5999999999999996","164":"15.5","165":"33.469865418373317","166":"72.147454651843177","167":"9.6473755047106327","168":"3.2500697544642856","169":"6638.3370000000004","170":"215.82400000000001","171":"3.3","172":"6422.5129999999999","173":"6418.0910000000003","174":"4.4219999999999997","175":"99.931148446098902","176":"6.8851553901097595E-2","177":"3881.308","178":"65.433000000000007","179":"234.142","180":"355.83100000000002","181":"188.11199999999999","182":"60.474493116411097","183":"1.01950876047099","184":"3.6481564377943498","185":"5.5441875161944596","186":"2.93096498631758","187":"82.496863672588006","188":"49.8895601429343","189":"0.84106275225584204","190":"3.0096146430499497","191":"4.5737808169875835","192":"2.4179541890537033","193":"0.5","194":"4608.2595193031993","195":"100","196":"140.6","197":"138.4","198":"688","199":"13.5","200":"9.4","201":"27","202":"23339","203":"3.516","204":"35.993499999999997","205":"-","206":"-","207":"0.21","208":"5.7160000000000002","209":"79.994000000000014","210":"-","211":"-","212":"0.21","213":"1.8307384038221819","214":"13.432885923105866","215":"31365","216":"25099","217":"7.9608350930315952","218":"42","219":"-","220":"15","221":"27","222":"0.54268766935882384","223":"1.3390722142515541","224":"-","225":"284","226":"5.3545161006905442","227":"36.299999999999997","228":"21.1","229":"14.8","230":"20.100000000000001","231":"(3.9)","232":"..","233":"(2.5)","234":"5","235":"-0.31769145133759402","236":"98","237":"5","238":"3.2495375495713255E-2","239":"116","240":"8","241":"1.9508066129294599","242":"231","243":"233","244":"228","245":"11.989999999999998","246":"4.8099999999999996","247":"40.1","248":"0.57999999999999996","249":"4.8","250":"0.04","251":"0.3","252":"0.41","253":"3.4","254":"0.17","255":"1.4","256":"0.61","257":"5.0999999999999996","258":"1.07","259":"8.9","260":"0.9","261":"7.5","262":"0","263":"0","264":"0.16","265":"1.3","266":"0.01","267":"0.1","268":"0.12","269":"1","270":"0.44","271":"3.7","272":"2.67","273":"22.400000000000009","274":"77798","275":"16174","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"58.66","296":"-","297":"58.877676504629626","298":"61.506427013286704","299":"64.039373473200172","300":"56.252880899195127","301":"63.829008591394668"},{"1":"525658","2":"רמת גן","3":"8600","4":"תל אביב","5":"עירייה","6":"0","7":"1950","8":"0","9":"25","10":"506","11":"רמת גן","12":"16.394928281133495","13":"10351.1","14":"169706","15":"99.4","16":"93.3","17":"-","18":"-","19":"-","20":"-","21":"81808","22":"87898","23":"6.9979847500972268","24":"6.2826299600485545","25":"5.6132370098876878","26":"5.0381247569325778","27":"13.206368661096249","28":"24.008579543445723","29":"16.877423308545367","30":"4.605022804143637","31":"17.370629205802977","32":"21.946189292069814","33":"8.3992316123177737","34":"704","35":"2486","36":"1.86","37":"2.8","38":"( 1.2)","39":"1243","40":"4.5199999999999996","41":"1243","42":"7.3711319008547598","43":"1.2829010735458297","44":"13.094999587521949","45":"403","46":"16.377171215880892","47":"38.461538461538467","48":"25.310173697270471","49":"19.851116625310176","50":"809","51":"505","52":"10089","53":"5173","54":"4916","55":"1469","56":"3494","57":"4634","58":"492","59":"9584","60":"4772","61":"4812","62":"2142","63":"2120","64":"4776","65":"546","66":"8125","67":"1093","68":"15.4","69":"629","70":"10","71":"18","72":"2657","73":"0.6","74":"0.56999999999999995","75":"0.08","76":"0.33","77":"0.01","78":"84.898438522975596","79":"9831","80":"41.336879537630239","81":"24","82":"28","83":"298.39999999999998","84":"295.22221739675535","85":"356.6","86":"283.27436754285776","87":"16516","88":"15.844965702499161","89":"6579","90":"2812","91":"6.3552936630602783","92":"41","93":"203","94":"127","95":"112","96":"111","97":"..","98":"27092","99":"8.1094049904030712","100":"1530","101":"6190","102":"4082","103":"659","104":"534","105":"39.299999999999997","106":"48.9","107":"6.1","108":"5.7","109":"18859","110":"13452","111":"5040","112":"367","113":"38497","114":"20489","115":"15975","116":"2033","117":"12339.145710000001","118":"14901.419879999999","119":"9985.4461709999996","120":"4.0833091693333268","121":"4.4949755358828725","122":"3.7270661819950757","123":"78651","124":"30.2","125":"9427","126":"12657.21204","127":"1.4155609633216937","128":"36.4","129":"0.445083689","130":"6400","131":"2038","132":"2093","133":"2033","134":"236","135":"44","136":"32","137":"17","138":"3","139":"14","140":"843","141":"581","142":"262","143":"31","144":"231","145":"22221","146":"14771","147":"7450","148":"793","149":"6657","150":"27.355392156862745","151":"0.68686868686868685","152":"0.84371233427079151","153":"0.52824055262088576","154":"86.315128688010049","155":"80.477087256748263","156":"44.69","157":"49.4","158":"22.8","159":"4.4000000000000004","160":"2271","161":"30.9","162":"7.4856891237340379","163":"3.6","164":"17.100000000000001","165":"43.989431968295904","166":"70.01321003963011","167":"11.311043566362715","168":"2.7674668577570762","169":"14062.046","170":"787.78200000000004","171":"5.6","172":"13274.261","173":"13270.287","174":"3.9740000000000002","175":"99.970062363547015","176":"2.9937636452982204E-2","177":"10031.91","178":"391.34199999999998","179":"1077.3440000000001","180":"1000.648","181":"188.35400000000001","182":"75.596765406031096","183":"2.9490086501500699","184":"8.1184661375146998","185":"7.5405134326378702","186":"1.4193661178467101","187":"78.195744405029899","188":"59.113466819087101","189":"2.3059997878684313","190":"6.3482964656523633","191":"5.8963619435965731","192":"1.1098841525933085","193":"0.2","194":"11462.083296802057","195":"99.663121450087758","196":"308.7","197":"302.10000000000002","198":"1712","199":"150.1","200":"147.6","201":"860","202":"68146","203":"-","204":"-","205":"4.2279999999999998","206":"5.3230000000000004","207":"0.15","208":"-","209":"-","210":"3.7730000000000001","211":"5.5220000000000002","212":"0.15","213":"1.6825720550739673","214":"38.130742648617968","215":"99563","216":"87608","217":"5.1421787964569443","218":"263","219":"1","220":"30","221":"232","222":"1.5596200240746596","223":"2.6415435452929303","224":"1","225":"174","226":"1.3516757283318221","227":"25.9","228":"12.6","229":"33.299999999999997","230":"11.5","231":"(4.6)","232":"(8.6)","233":"(3.4)","234":"8","235":"1.07764698849075","236":"210","237":"8","238":"0.86211309085790855","239":"161","240":"10","241":"4.1365324688425904","242":"253","243":"253","244":"249.5","245":"16.37","246":"8.0500000000000007","247":"49.2","248":"0.81","249":"4.9000000000000004","250":"0.38","251":"2.2999999999999998","252":"0.23","253":"1.4","254":"1.44","255":"8.8000000000000007","256":"1.58","257":"9.6999999999999993","258":"7.0000000000000007E-2","259":"0.4","260":"0.77","261":"4.7","262":"0.01","263":"0.1","264":"0.61","265":"3.7","266":"0","267":"0","268":"0.49","269":"3","270":"0.48","271":"2.9","272":"1.45","273":"8.9","274":"169706","275":"21081","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"48.76","296":"35.200876828300387","297":"67.122232323076688","298":"66.308845760356704","299":"66.010215365172968","300":"64.75817609137205","301":"65.232461975477335"},{"1":"177857","2":"רמת השרון","3":"2650","4":"תל אביב","5":"עירייה","6":"0","7":"1949","8":"0","9":"17","10":"553","11":"רמת השרון","12":"16.642611284344436","13":"2880.9","14":"47970","15":"99.9","16":"98.2","17":"-","18":"-","19":"-","20":"-","21":"23006","22":"24964","23":"6.5061496768813845","24":"8.0863039399624768","25":"8.9326662497394196","26":"7.8590785907859075","27":"9.0014592453616835","28":"16.633312486971022","29":"19.435063581405046","30":"4.2922659995830728","31":"19.253700229309985","32":"28.442776735459663","33":"9.1828225974567435","34":"1026","35":"585","36":"2.44","37":"0.8","38":"..","39":"318","40":"3.69","41":"267","42":"5.5927107706413031","43":"0.96405015562068286","44":"5.6743798207212839","45":"78","46":"35.897435897435898","47":"37.179487179487182","48":"11.538461538461538","49":"15.384615384615385","50":"107","51":"7","52":"1780","53":"890","54":"890","55":"471","56":"277","57":"867","58":"165","59":"1773","60":"899","61":"874","62":"402","63":"468","64":"750","65":"153","66":"2111","67":"153","68":"9.3000000000000007","69":"145","70":"7.4","71":"11","72":"1165","73":"0.78","74":"1.23","75":"7.0000000000000007E-2","76":"0.35","77":"0.03","78":"..","79":"2732.3333333333335","80":"38.26905767920772","81":"18","82":"25","83":"94","84":"313.81585574461184","85":"123.4","86":"354.21219848925443","87":"3508","88":"14.008465777493811","89":"1451","90":"599","91":"5.801447363160209","92":"42","93":"219","94":"131","95":"118","96":"125","97":"..","98":"8851","99":"4.0673370240650772","100":"255","101":"1219","102":"870","103":"161","104":"123","105":"32.4","106":"61.5","107":"3.5","108":"2.6","109":"5831","110":"3932","111":"1770","112":"129","113":"12441","114":"6080","115":"5593","116":"768","117":"14348.307790000001","118":"17485.20766","119":"11453.32064","120":"-0.23422192098924155","121":"-1.3014635218439263","122":"1.6298086092129127","123":"20446","124":"30.9","125":"3155","126":"14330.95125","127":"4.6585172124319119","128":"35.4","129":"0.51223596699999996","130":"2157","131":"607","132":"748","133":"727","134":"75","135":"22","136":"15","137":"8","138":"3","139":"5","140":"403","141":"211","142":"192","143":"80","144":"112","145":"11422","146":"5255","147":"6167","148":"2905","149":"3262","150":"25.927835051546392","151":"0.74333187581985127","152":"0.85324232081911267","153":"0.62780269058295957","154":"84.972677595628426","155":"82.103825136612016","156":"57.53","157":"53.1","158":"19.3","159":"3.2","160":"1121","161":"30.2","162":"9.36663693131133","163":"3.3","164":"15.5","165":"45.227475468331846","166":"65.566458519179307","167":"11.102812803103783","168":"2.740805451209924","169":"6227.4009999999998","170":"180.32","171":"2.9","172":"6047.0810000000001","173":"5313.143","174":"733.93799999999999","175":"87.862937506542409","176":"12.137062493457588","177":"3858.3380000000002","178":"218.99700000000001","179":"429.81299999999999","180":"224.62799999999999","181":"22.471","182":"72.618749391838307","183":"4.12179758760493","184":"8.0896185177022399","185":"4.2277800541035697","186":"0.42293233967164101","187":"110.762012966708","188":"80.433988617648893","189":"4.5653859784444117","190":"8.9602243115345335","191":"4.6827742917300759","192":"0.46844837290750274","193":"1.4","194":"4075.5904940780802","195":"100","196":"163.80000000000001","197":"163.1","198":"577","199":"56.2","200":"52.8","201":"200","202":"16345","203":"2.9","204":"25.86","205":"2.75","206":"5.149","207":"-","208":"0.8","209":"5.96","210":"2.29","211":"5.149","212":"-","213":"2.2982166616500619","214":"37.886525434025906","215":"24062","216":"21649","217":"6.3662062912836621","218":"33","219":"-","220":"4","221":"29","222":"0.69123391547252055","223":"1.3714570692378023","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.6504727950742799","236":"247","237":"7","238":"0.64789960365454713","239":"151","240":"8","241":"2.3516098562102998","242":"239","243":"239","244":"249.5","245":"16.600000000000001","246":"4.83","247":"29.1","248":"0.26","249":"1.6","250":"0.02","251":"0.1","252":"0.21","253":"1.3","254":"0.16","255":"1","256":"0.48","257":"2.9","258":"0.11","259":"0.7","260":"1.21","261":"7.3","262":"0.04","263":"0.2","264":"0.13","265":"0.8","266":"0.01","267":"0.1","268":"1.1499999999999999","269":"6.9","270":"3.84","271":"23.1","272":"4.1500000000000004","273":"24.900000000000006","274":"47970","275":"9932","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"59.97","296":"52.564439768542869","297":"73.178852765220213","298":"72.639629450099648","299":"72.614708404802741","300":"71.781783378529269","301":"71.422600700067918"},{"1":"349287","2":"רעננה","3":"8700","4":"המרכז","5":"עירייה","6":"2.5788503001912999","7":"1982","8":"0","9":"19","10":"416","11":"רעננה","12":"14.863022041591588","13":"5289","14":"78562","15":"99.9","16":"97.1","17":"-","18":"-","19":"-","20":"-","21":"38262","22":"40300","23":"7.0772129019118655","24":"7.7289274712965552","25":"7.7263817112598963","26":"7.4183447468241646","27":"11.653216567806318","28":"16.002647590438126","29":"18.032891219673633","30":"5.031694712456404","31":"19.327410198314706","32":"27.183625671444208","33":"8.0331457956772994","34":"972","35":"1123","36":"2.8","37":"1.6","38":"( 1.6)","39":"439","40":"3.79","41":"684","42":"8.8349701767779827","43":"2.9950652108257998","44":"21.427662228558336","45":"878","46":"29.384965831435078","47":"31.548974943052393","48":"19.47608200455581","49":"19.589977220956719","50":"1562","51":"505","52":"3628","53":"1787","54":"1841","55":"1039","56":"666","57":"1629","58":"294","59":"3123","60":"1539","61":"1584","62":"643","63":"997","64":"1228","65":"255","66":"4640","67":"411","68":"16.100000000000001","69":"244","70":"7.3","71":"13","72":"1777","73":"0.56999999999999995","74":"0.28999999999999998","75":"0.01","76":"1.1599999999999999","77":"0.3","78":"85.7867673130405","79":"4403.333333333333","80":"39.723449073050595","81":"18","82":"29","83":"147.80000000000001","84":"314.14746731183845","85":"166","86":"318.33694825667305","87":"6028","88":"14.24823315290614","89":"2413","90":"1007","91":"5.7497557604784717","92":"41","93":"204","94":"126","95":"113","96":"112","97":"..","98":"13448","99":"4.8483045806067819","100":"431","101":"1618","102":"1764","103":"335","104":"250","105":"35.700000000000003","106":"55.5","107":"6.6","108":"2.2000000000000002","109":"10487","110":"7020","111":"3161","112":"306","113":"22569","114":"10697","115":"10206","116":"1666","117":"12925.757600000001","118":"16018.21931","119":"9931.3637419999995","120":"2.4637507732914843","121":"2.7288223301453751","122":"2.0106025645462378","123":"36620","124":"34.200000000000003","125":"4786","126":"13019.419159999999","127":"0.85798307100966031","128":"36.6","129":"0.49190014799999998","130":"3467","131":"984","132":"1135","133":"1213","134":"135","135":"36","136":"21","137":"22","138":"9","139":"13","140":"580","141":"298","142":"282","143":"121","144":"161","145":"15098","146":"7528","147":"7570","148":"3521","149":"4049","150":"27.310077519379846","151":"0.76489533011272148","152":"0.91471616895345709","153":"0.61579651941097724","154":"89.722675367047316","155":"85.318107667210441","156":"45.66","157":"57","158":"20.3","159":"3.7","160":"1623","161":"30.9","162":"6.3462723351817614","163":"3.8","164":"17.5","165":"45.348120764017253","166":"71.842267406038189","167":"10.414432989690722","168":"2.9879891770606481","169":"8346.3580000000002","170":"786.43899999999996","171":"9.4","172":"7559.9189999999999","173":"7353.3639999999996","174":"206.55500000000001","175":"97.267761731309548","176":"2.7322382686904447","177":"5364.6409999999996","178":"191.108","179":"890.11599999999999","180":"641.26099999999997","181":"5.7489999999999997","182":"72.954922400142294","183":"2.5989193517415998","184":"12.104881520893001","185":"8.72064812785006","186":"7.8181904227779306E-2","187":"93.600692455544106","188":"68.286312546938106","189":"2.432606509591273","190":"11.330252924479067","191":"8.1625870342790954","192":"7.3178803732131717E-2","193":"0.6","194":"4873.9352858082229","195":"99.980001786178036","196":"169.2","197":"129.69999999999999","198":"635","199":"101.6","200":"60.1","201":"234","202":"26732","203":"-","204":"-","205":"4.05","206":"3.08","207":"-","208":"1.8480000000000001","209":"25.096","210":"8.6329999999999991","211":"6.12","212":"-","213":"1.7541560226012931","214":"20.022033261940138","215":"37252","216":"34391","217":"6.6938443197348141","218":"63","219":"2","220":"9","221":"52","222":"0.81374725312428775","223":"1.6911843659400836","224":"2","225":"59","226":"1.0645313490950132","227":"(20.3)","228":"(13.6)","229":"(22.0)","230":"(13.6)","231":"(18.6)","232":"..","233":"..","234":"8","235":"1.2321788639490501","236":"223","237":"4","238":"-0.45639060011893784","239":"77","240":"8","241":"2.0056350642491401","242":"234","243":"232","244":"238","245":"14.809999999999999","246":"6.61","247":"44.6","248":"0.42","249":"2.8","250":"0.1","251":"0.7","252":"0.17","253":"1.1000000000000001","254":"0.38","255":"2.6","256":"0.42","257":"2.8","258":"0.28000000000000003","259":"1.9","260":"0.74","261":"5","262":"0.09","263":"0.6","264":"0.28000000000000003","265":"1.9","266":"0","267":"0","268":"1.89","269":"12.8","270":"1.86","271":"12.6","272":"1.57","273":"10.6","274":"78562","275":"11885","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"56.83","296":"46.400094851350147","297":"68.480595953819758","298":"67.084418569020983","299":"67.372294964794619","300":"66.684080121794679","301":"66.605409751335216"},{"1":"86518","2":"שדרות","3":"1031","4":"הדרום","5":"עירייה","6":"60.972943261399401","7":"1996","8":"0","9":"15","10":"611","11":"שדרות","12":"10.656333161811544","13":"2867.1","14":"30553","15":"99.3","16":"93.9","17":"-","18":"-","19":"-","20":"-","21":"15803","22":"14749","23":"11.802441658756914","24":"9.4556999312669792","25":"6.915851143913855","26":"5.4659116944326254","27":"17.720027493208523","28":"21.029031518999769","29":"13.481491179262266","30":"4.4250973717801854","31":"9.7044480083788827","32":"31.005138611592969","33":"3.6166661211664977","34":"765","35":"819","36":"3.54","37":"2.4","38":"( 3.3)","39":"179","40":"6.03","41":"640","42":"21.467035182975007","43":"5.0867588976153826","44":"21.510162668150425","45":"21","46":"23.809523809523807","47":"38.095238095238095","48":"4.7619047619047619","49":"33.333333333333329","50":"895","51":"876","52":"1853","53":"991","54":"862","55":"437","56":"717","57":"645","58":"54","59":"977","60":"483","61":"494","62":"307","63":"294","64":"352","65":"24","66":"1949","67":"403","68":"40.9","69":"129","70":"12","71":"8","72":"761","73":"-","74":"-","75":"1.96","76":"0.28000000000000003","77":"0.37","78":"..","79":"1769.3333333333333","80":"66.092258833356183","81":"29","82":"39","83":"43.8","84":"386.14366125773955","85":"36.200000000000003","86":"272.30580953135251","87":"3185","88":"17.749665626393224","89":"1236","90":"545","91":"7.068107737176188","92":"39","93":"175","94":"124","95":"107","96":"103","97":"..","98":"3059","99":"32.82118339326577","100":"1316","101":"1412","102":"1053","103":"105","104":"110","105":"56.7","106":"25","107":"1.7","108":"16.600000000000001","109":"3286","110":"2012","111":"1031","112":"243","113":"7816","114":"2985","115":"3430","116":"1401","117":"8424.6100330000008","118":"10272.21809","119":"6493.2444759999998","120":"4.0995306645863261","121":"4.9294633793932174","122":"2.5672331077171151","123":"13761","124":"38.6","125":"843","126":"10708.221750000001","127":"0.148508428002736","128":"35.6","129":"0.36968919099999997","130":"1847","131":"634","132":"608","133":"560","134":"45","135":"13","136":"10","137":"6","138":"2","139":"4","140":"205","141":"130","142":"75","143":"37","144":"38","145":"4603","146":"2872","147":"1731","148":"942","149":"789","150":"24.201754385964911","151":"0.66698427822772743","152":"0.75471698113207553","153":"0.57747834456207892","154":"82.515337423312886","155":"67.484662576687114","156":"20.54","157":"37","158":"14.6","159":"3.9","160":"641","161":"31.1","162":"8.4243369734789386","163":"5.2","164":"15.9","165":"36.817472698907956","166":"71.294851794071761","167":"8.6123595505617985","168":"3.6858012611437267","169":"3199.3180000000002","170":"547.53700000000003","171":"17.114178709337398","172":"2651.7809999999999","173":"2651.7809999999999","174":"-","175":"100","176":"-","177":"1485.769","178":"112.066","179":"237.626","180":"167.88800000000001","181":"562.24599999999998","182":"56.029098933886303","183":"4.2260654254631103","184":"8.96099640204074","185":"6.3311412216921399","186":"21.202580454419099","187":"86.792819035773903","188":"48.6292344450627","189":"3.6679213170556082","190":"7.7775013910254316","191":"5.494975943442542","192":"18.402317284718357","193":"0","194":"1627.3072499999998","195":"100","196":"73.2","197":"53.9","198":"358","199":"66.900000000000006","200":"61.9","201":"459","202":"9812","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.4467748016148794","214":"1.8137543207434825","215":"11346","216":"9766","217":"7.2892079874354945","218":"21","219":"-","220":"9","221":"12","222":"0.70438709194136739","223":"1.8508725542041249","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.12741717411518999","236":"113","237":"3","238":"-0.75054014626516496","239":"49","240":"4","241":"-0.136474582519656","242":"105","243":"81","244":"144","245":"10.61","246":"2.73","247":"25.7","248":"0.25","249":"2.4","250":"0.02","251":"0.2","252":"0.11","253":"1","254":"0.11","255":"1","256":"0.17","257":"1.6","258":"0.72","259":"6.8","260":"0.28999999999999998","261":"2.7","262":"0.01","263":"0.1","264":"0.08","265":"0.8","266":"0.71","267":"6.7","268":"0","269":"0","270":"2.25","271":"21.2","272":"3.16","273":"29.8","274":"30553","275":"11192","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.45","296":"-","297":"64.771359807460897","298":"64.193564331965788","299":"65.397086579877069","300":"59.797139384874264","301":"65.555697987437512"},{"1":"102358","2":"שפרעם","3":"8800","4":"הצפון","5":"עירייה","6":"88.981870763665995","7":"1887","8":"0","9":"15","10":"261","11":"גבעות אלונים","12":"19.62968249107676","13":"2186.4","14":"43023","15":"-","16":"-","17":"99.7","18":"61.6","19":"24.6","20":"13.8","21":"21643","22":"21379","23":"7.8121005043813776","24":"7.9027496920251954","25":"8.1932919601143581","26":"9.7041117541779975","27":"18.187945982381517","28":"18.743462798967993","29":"17.764916440043699","30":"4.0513213862352693","31":"7.6354508053831669","32":"29.535364804871811","33":"2.9867745159565815","34":"702","35":"619","36":"1.93","37":"1.4","38":"( 2.2)","39":"171","40":"5.4","41":"448","42":"10.475603682002479","43":"1.2071368639176256","44":"0.16735234641935709","45":"..","46":"..","47":"..","48":"..","49":"..","50":"62","51":"56","52":"407","53":"154","54":"253","55":"131","56":"132","57":"138","58":"6","59":"351","60":"129","61":"222","62":"80","63":"142","64":"125","65":"4","66":"14","67":"415","68":"30.1","69":"88","70":"4.9000000000000004","71":"6","72":"277","73":"0.27","74":"-","75":"-","76":"0.36","77":"0.02","78":"..","79":"2813.3333333333335","80":"79.585755895822118","81":"25","82":"48","83":"47","84":"320.35878054624902","85":"45.2","86":"257.41701905215041","87":"4241","88":"16.252778416494213","89":"1778","90":"994","91":"6.8861347792408987","92":"37","93":"156","94":"122","95":"119","96":"123","97":"..","98":"3017","99":"31.687106397083195","100":"1996","101":"1146","102":"1716","103":"170","104":"183","105":"53.3","106":"33.799999999999997","107":"10.9","108":"1.9","109":"5647","110":"3808","111":"1697","112":"142","113":"11967","114":"5716","115":"5506","116":"745","117":"7105.648639","118":"8559.0654680000007","119":"5229.6836750000002","120":"3.2463075445208878","121":"3.8722085023556341","122":"2.5006312904778394","123":"18800","124":"49.6","125":"1463","126":"9125.5705469999994","127":"-4.7752136298217955","128":"37.700000000000003","129":"0.38618787199999999","130":"1959","131":"643","132":"647","133":"637","134":"32","135":"25","136":"15","137":"15","138":"5","139":"10","140":"337","141":"184","142":"153","143":"59","144":"94","145":"8275","146":"4518","147":"3757","148":"1482","149":"2275","150":"25.358490566037737","151":"0.64775519320973873","152":"0.89445438282647582","153":"0.40160642570281119","154":"76.381909547738687","155":"57.663316582914568","156":"12.51","157":"27.8","158":"14.5","159":"2.7","160":"838","161":"31.9","162":"4.4152744630071599","163":"2.9","164":"18.100000000000001","165":"52.267303102625299","166":"76.372315035799517","167":"10.391249999999999","168":"3.0922651269096595","169":"3636.9369999999999","170":"1067.3150000000001","171":"29.3","172":"2569.6219999999998","173":"2502.41","174":"67.212000000000003","175":"97.384362369251193","176":"2.6156376307488025","177":"1915.789","178":"172.72","179":"30.957999999999998","180":"151.06200000000001","181":"92.74","182":"76.557758320978607","183":"6.9021463309369802","184":"1.2371274091775499","185":"6.0366606591245997","186":"3.70602738959643","187":"58.164470167119902","188":"44.529414499221303","189":"4.0145968435487998","190":"0.71956860284034119","191":"3.5111916881667944","192":"2.1555911954071076","193":"0.3","194":"1988.4408888797532","195":"99.978636528630261","196":"30.3","197":"30","198":"133","199":"10.7","200":"8.4","201":"55","202":"11859","203":"2E-3","204":"1.2E-2","205":"4.3019999999999996","206":"4.931","207":"-","208":"-","209":"-","210":"2.6520000000000001","211":"2.0209999999999999","212":"-","213":"2.387079275202221","214":"12.332140576292835","215":"19145","216":"16309","217":"9.0448598130841127","218":"34","219":"-","220":"4","221":"30","222":"0.79502349372340242","223":"1.7759206059023245","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.73313413918729398","236":"64","237":"6","238":"0.33560346338786401","239":"133","240":"5","241":"0.151599746521379","242":"140","243":"166","244":"98","245":"19.72","246":"6.62","247":"33.6","248":"0.21","249":"1.1000000000000001","250":"0.01","251":"0.1","252":"0.06","253":"0.3","254":"0.11","255":"0.6","256":"0.52","257":"2.6","258":"0.11","259":"0.6","260":"0.71","261":"3.6","262":"0","263":"0","264":"0","265":"0","266":"2.23","267":"11.3","268":"3.07","269":"15.6","270":"2.57","271":"13","272":"3.5","273":"17.599999999999991","274":"43023","275":"6499","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"79.2","296":"-","297":"47.415035321407231","298":"59.218711986932192","299":"65.934065934065927","300":"44.825273324837347","301":"51.465587044534409"},{"1":"1358394","2":"תל אביב -יפו","3":"5000","4":"תל אביב","5":"עירייה","6":"0","7":"1934","8":"1","9":"31","10":"507","11":"תל אביב-יפו","12":"57.177983095031159","13":"9034.2999999999993","14":"467875","15":"95.2","16":"94.3","17":"4.8","18":"83.3","19":"15.7","20":"0.9","21":"232582","22":"235293","23":"7.0422655623831147","24":"6.1146673791076678","25":"5.1774512423189956","26":"4.3208121827411166","27":"14.104621960993855","28":"27.970077477958856","29":"15.656104728827144","30":"4.2242051830082818","31":"15.389794282660967","32":"20.953459791611007","33":"6.9849853059043552","34":"614","35":"8221","36":"1.94","37":"10.6","38":"1.3","39":"3304","40":"5.0999999999999996","41":"4917","42":"10.555092192569472","43":"0.8769899003359285","44":"14.371573604060913","45":"3305","46":"15.975794251134644","47":"47.019667170953099","48":"21.422087745839637","49":"15.582450832072617","50":"221","51":"-2896","52":"20878","53":"10738","54":"10140","55":"1623","56":"10517","57":"7741","58":"997","59":"23772","60":"12040","61":"11732","62":"5307","63":"4523","64":"12633","65":"1309","66":"35065","67":"3439","68":"15.3","69":"1684","70":"11","71":"58","72":"6933","73":"0.55000000000000004","74":"0.47","75":"0.14000000000000001","76":"0.26","77":"7.0000000000000007E-2","78":"83.075259442203006","79":"25479","80":"42.823927858153532","81":"22","82":"31","83":"843.4","84":"325.88367154547279","85":"1027","86":"336.72316395708117","87":"40534","88":"13.431861486206612","89":"15979","90":"7013","91":"5.3135630700882217","92":"39","93":"214","94":"122","95":"111","96":"111","97":"19","98":"69336","99":"10.379889235029422","100":"6790","101":"14643","102":"14231","103":"1474","104":"1325","105":"39.5","106":"50.9","107":"5.4","108":"4.0999999999999996","109":"53099","110":"37198","111":"14805","112":"1096","113":"110466","114":"57123","115":"47085","116":"6258","117":"12590.862590000001","118":"15074.591210000001","119":"10113.01044","120":"0.71655873983491603","121":"-1.0140367105966441","122":"3.5945571497141948","123":"236408","124":"31.4","125":"32674","126":"12756.82022","127":"-0.30556187894632547","128":"36.700000000000003","129":"0.47078345999999999","130":"18759","131":"5697","132":"5878","133":"6559","134":"625","135":"175","136":"112","137":"101","138":"36","139":"65","140":"2616","141":"1520","142":"1096","143":"427","144":"669","145":"61912","146":"35427","147":"26485","148":"11887","149":"14598","150":"26.225570032573291","151":"1.2913699590451242","152":"1.5384615384615385","153":"1.0308496930190252","154":"80.403598346705564","155":"72.380257719426211","156":"47.39","157":"46.7","158":"22.4","159":"5","160":"6965","161":"30.3","162":"9.4615936826992098","163":"3.8","164":"15","165":"39.641062455132811","166":"65.269203158650384","167":"9.9301992031872501","168":"3.0791821799974324","169":"50493.72","170":"3948.2310000000002","171":"7.8","172":"46545.489000000001","173":"46481.902000000002","174":"63.587000000000003","175":"99.863387405812844","176":"0.13661259418716173","177":"31553.916000000001","178":"1017.434","179":"3674.7559999999999","180":"7675.5569999999998","181":"333.334","182":"67.884301813454101","183":"2.1888819356453202","184":"7.9057776979187402","185":"16.513000414096599","186":"0.71712638965908104","187":"99.346838364947899","188":"67.440910499599298","189":"2.1745850921720544","190":"7.8541405289874433","191":"16.405144536468075","192":"0.71244242586160833","193":"0.7","194":"36828.579490721138","195":"99.985015441604546","196":"704.5","197":"589.70000000000005","198":"4877","199":"644.79999999999995","200":"375.3","201":"2671","202":"216087","203":"9.1679999999999993","204":"97.7911","205":"4.5999999999999996","206":"6.0170000000000003","207":"1.8580000000000001","208":"7.4560000000000004","209":"87.888000000000005","210":"14.025","211":"5.9960000000000004","212":"1.609","213":"2.4054019314200565","214":"36.787854294472019","215":"267497","216":"221428","217":"5.8","218":"1345","219":"20","220":"201","221":"1124","222":"2.8872481185694405","223":"5.0280937730142767","224":"20","225":"865","226":"2.3703637124444641","227":"24.9","228":"15.4","229":"26.9","230":"20","231":"6.4","232":"3.4","233":"3.1","234":"8","235":"1.1849197549863899","236":"218","237":"9","238":"1.5498083742491044","239":"189","240":"10","241":"4.1900955297677598","242":"254","243":"254","244":"249.5","245":"51.730000000000004","246":"23.58","247":"45.6","248":"2.4900000000000002","249":"4.8","250":"0.36","251":"0.7","252":"0.94","253":"1.8","254":"2.08","255":"4","256":"5.79","257":"11.2","258":"0.88","259":"1.7","260":"2.81","261":"5.4","262":"0.01","263":"0","264":"3.92","265":"7.6","266":"0","267":"0","268":"0.74","269":"1.4","270":"0.15","271":"0.3","272":"7.98","273":"15.499999999999995","274":"467875","275":"19842","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"46.23","296":"-","297":"63.038522694759358","298":"62.138571790526797","299":"61.748286535485299","300":"59.99139330544886","301":"59.61825477684237"},{"1":"24843","2":"אבו גוש","3":"0472","4":"ירושלים","5":"מועצה מקומית","6":"41.316250851144801","7":"1992","8":"0","9":"9","10":"152","11":"הראל","12":"1.8912415325048653","13":"4172.3","14":"7880","15":"-","16":"-","17":"98.9","18":"99.8","19":"-","20":"-","21":"3937","22":"3943","23":"9.8223350253807098","24":"9.746192893401016","25":"9.1116751269035525","26":"8.9847715736040605","27":"16.522842639593907","28":"20.241116751269036","29":"14.961928934010153","30":"4.1116751269035534","31":"6.4847715736040605","32":"33.997461928934008","33":"2.1827411167512691","34":"791","35":"162","36":".","37":"0.6","38":"..","39":"15","40":"5.25","41":"147","42":"18.785391694526727","43":"1.4072016676067562","44":"0.27918781725888325","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-46","51":"-49","52":"71","53":"31","54":"40","55":"19","56":"18","57":"33","58":"1","59":"120","60":"55","61":"65","62":"35","63":"44","64":"38","65":"3","66":"81","67":"60","68":"26.8","69":"24","70":"7.4","71":"4","72":"31","73":"-","74":"0.3","75":"0.04","76":"0.06","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"873","88":"19.284294234592444","89":"352","90":"220","91":"7.8274405158994895","92":"37","93":"169","94":"120","95":"114","96":"119","97":"..","98":"491","99":"29.124236252545824","100":"337","101":"228","102":"322","103":"28","104":"18","105":"86.6","106":"2.6","107":"10.1","108":"0.7","109":"1098","110":"691","111":"360","112":"47","113":"2475","114":"1023","115":"1200","116":"252","117":"7294.0349740000001","118":"8216.1838260000004","119":"6029.7051009999996","120":"1.347461722716714","121":"0.97181156950256753","122":"2.1559330164763191","123":"3393","124":"41.9","125":"151","126":"10064.786120000001","127":"-7.6684529703875732","128":"40.4","129":"0.33387937200000001","130":"402","131":"118","132":"144","133":"138","134":"..","135":"5","136":"4","137":"4","138":"1","139":"3","140":"68","141":"36","142":"32","143":"11","144":"21","145":"1251","146":"625","147":"626","148":"283","149":"343","150":"22.826086956521738","151":"0.70838252656434475","152":"0.71258907363420432","153":"0.70422535211267612","154":"70.535714285714292","155":"48.214285714285715","156":"15.09","157":"41.2","158":"21.1","159":"3.6","160":"167","161":"30.5","162":"8.9820359281437128","163":"7.7","164":"12.6","165":"39.520958083832333","166":"80.838323353293418","167":"8.2287581699346397","168":"3.7362986497220017","169":"525.46400000000006","170":"31.175999999999998","171":"5.9","172":"494.28800000000001","173":"493.75299999999999","174":"0.53500000000000003","175":"99.891763506295931","176":"0.10823649370407536","177":"412.43799999999999","178":"-","179":"0.42","180":"26.922999999999998","181":"38.552","182":"83.531239303862506","183":"-","184":"8.50627743021308E-2","185":"5.4527263631815899","186":"7.8079525592755896","187":"62.651059510214402","188":"52.333206445882503","189":"-","190":"5.3292729349067376E-2","191":"3.4161908387260498","192":"4.8917650044410612","193":"0","194":"429.13528000000002","195":"90.000006524749026","196":"6.3","197":"3.5","198":"19","199":"7.6","200":"5.4","201":"26","202":"2022","203":"-","204":"-","205":"0.24399999999999999","206":"0.1","207":"-","208":"-","209":"-","210":"1.625","211":"0.22600000000000001","212":"-","213":"1.8484067279170748","214":"31.951366178386387","215":"2720","216":"2353","217":"8.9","218":"4","219":"-","220":"1","221":"3","222":"0.51116712093950278","223":"1.4705882352941175","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.71688683662960195","236":"67","237":"3","238":"-0.57504670460726948","239":"65","240":"6","241":"0.81028701242704604","242":"192","243":"198","244":"172","245":"1.8800000000000003","246":"1.2","247":"63.8","248":"0.05","249":"2.7","250":"0","251":"0","252":"0.04","253":"2.1","254":"0","255":"0","256":"0.01","257":"0.5","258":"0","259":"0","260":"0.02","261":"1.1000000000000001","262":"0","263":"0","264":"0","265":"0","266":"0.13","267":"6.9","268":"0.03","269":"1.6","270":"0.01","271":"0.5","272":"0.39","273":"20.800000000000008","274":"7880","275":"6567","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.53","296":"-","297":"40.684087529211808","298":"51.659663865546221","299":"56.37834474175483","300":"40.19350937311026","301":"55.14330585001963"},{"1":"41915","2":"אבו סנאן","3":"0473","4":"הצפון","5":"מועצה מקומית","6":"105.271006730932","7":"1964","8":"0","9":"11","10":"252","11":"הגליל המרכזי","12":"6.4553397166769448","13":"2239.1999999999998","14":"14455","15":"-","16":"-","17":"99.8","18":"54.7","19":"14.9","20":"30.4","21":"7398","22":"7057","23":"8.7720511933586991","24":"8.0456589415427189","25":"8.1840193704600477","26":"9.1940505015565552","27":"18.083708059494985","28":"20.484261501210653","29":"16.139744033206505","30":"3.6181252161881701","31":"7.4783811829816669","32":"30.16949152542373","33":"2.7257004496713941","34":"715","35":"212","36":"1.88","37":"1.6","38":"( 6.6)","39":"62","40":"5.05","41":"150","42":"10.430739454659482","43":"1.0377316064371342","44":"3.4590107229332409E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-8","51":"-12","52":"149","53":"61","54":"88","55":"28","56":"60","57":"60","58":"1","59":"161","60":"63","61":"98","62":"43","63":"69","64":"48","65":"1","66":"3","67":"155","68":"35.799999999999997","69":"32","70":"5.0999999999999996","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"848.33333333333337","80":"76.340288450826108","81":"22","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1316","88":"15.100401606425704","89":"563","90":"274","91":"6.5275362318840582","92":"37","93":"150","94":"121","95":"124","96":"129","97":"-","98":"955","99":"22.513089005235603","100":"659","101":"316","102":"588","103":"69","104":"45","105":"62.9","106":"8.1","107":"4.9000000000000004","108":"24.1","109":"1902","110":"1282","111":"577","112":"43","113":"4010","114":"1922","115":"1863","116":"225","117":"7071.1722309999996","118":"8592.9700159999993","119":"5130.2427610000004","120":"1.9512001106519961","121":"2.9836319281331569","122":"0.15362832238778878","123":"5841","124":"50.6","125":"626","126":"8456.8041809999995","127":"-0.74729347435122939","128":"41.7","129":"0.383716956","130":"656","131":"214","132":"219","133":"221","134":"..","135":"7","136":"4","137":"6","138":"3","139":"3","140":"106","141":"53","142":"53","143":"30","144":"23","145":"2422","146":"1216","147":"1206","148":"667","149":"539","150":"24.914893617021278","151":"1.3452914798206279","152":"1.7964071856287425","153":"0.89552238805970152","154":"81.25","155":"55.357142857142861","156":"13.54","157":"25.8","158":"12.1","159":"2.5","160":"302","161":"31.2","162":"4.6357615894039732","163":"2.5","164":"19.100000000000001","165":"43.046357615894038","166":"83.11258278145695","167":"8.9340659340659343","168":"3.5157851578515786","169":"976.21299999999997","170":"92.358000000000004","171":"9.5","172":"883.85500000000002","173":"873.98900000000003","174":"9.8659999999999997","175":"98.883753556861691","176":"1.1162464431382975","177":"766.327","178":"25","179":"-","180":"11.206","181":"54.396999999999998","182":"87.681538325997195","183":"2.8604479003740302","184":"-","185":"1.2821671668636601","186":"6.2239913774658504","187":"60.462746454513997","188":"53.014666205465197","189":"1.7295053614666205","190":"-","191":"0.77523348322379804","192":"3.7631961259079905","193":"0.4","194":"785.80462399999999","195":"80.000000610838853","196":"13.7","197":"11.6","198":"48","199":"13.8","200":"11.9","201":"55","202":"3627","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.7534806694567844","214":"0.6554130711463747","215":"6122","216":"5239","217":"8.8000000000000007","218":"11","219":"-","220":"-","221":"11","222":"0.76492089334169544","223":"1.7967984318850048","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.74584472462180496","236":"62","237":"5","238":"-0.18995859947599769","239":"98","240":"4","241":"-0.211694906241405","242":"97","243":"121","244":"63","245":"6.44","246":"2.0699999999999998","247":"32.1","248":"0.06","249":"0.9","250":"0","251":"0","252":"0.01","253":"0.2","254":"0.02","255":"0.3","256":"0.04","257":"0.6","258":"0.09","259":"1.4","260":"0.02","261":"0.3","262":"0.02","263":"0.3","264":"0","265":"0","266":"0","267":"0","268":"2.48","269":"38.5","270":"0.77","271":"12","272":"0.86","273":"13.4","274":"14455","275":"6983","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"85.05","296":"77.774258262063142","297":"52.469135802469133","298":"60.759086522997748","299":"64.635958395245169","300":"53.0757341576507","301":"54.509138120443424"},{"1":"29930","2":"אבן יהודה","3":"0182","4":"המרכז","5":"מועצה מקומית","6":"14.4853813589092","7":"1950","8":"0","9":"11","10":"457","11":"שרונים","12":"8.1419615057688421","13":"1752.2","14":"14266","15":"100","16":"98.3","17":"-","18":"-","19":"-","20":"-","21":"7029","22":"7238","23":"6.0423384270293008","24":"9.350904247862049","25":"10.710780877611104","26":"8.769101359876629","27":"10.192065049768681","28":"16.227393803448759","29":"20.391139772886582","30":"4.0656105425487175","31":"14.250665918968176","32":"31.65568484508622","33":"5.825038553203421","34":"966","35":"134","36":"1.93","37":"0.4","38":"..","39":"60","40":"4.0199999999999996","41":"74","42":"5.2321246253472395","43":"1.7559235289876938","44":"6.0213094069816346","45":"43","46":"25.581395348837212","47":"67.441860465116278","48":"4.6511627906976747","49":"2.3255813953488373","50":"186","51":"119","52":"664","53":"348","54":"316","55":"258","56":"67","57":"322","58":"17","59":"545","60":"268","61":"277","62":"117","63":"167","64":"219","65":"42","66":"337","67":"45","68":"10.199999999999999","69":"34","70":"5.9","71":"5","72":"347","73":"1.35","74":"0.3","75":"-","76":"0.83","77":"-","78":"..","79":"737.66666666666663","80":"45.201058487346067","81":"20","82":"23","83":"..","84":"..","85":"..","86":"..","87":"1143","88":"15.093093886174568","89":"473","90":"196","91":"6.2832093517534533","92":"40","93":"214","94":"129","95":"117","96":"124","97":"-","98":"1856","99":"2.9633620689655173","100":"57","101":"313","102":"234","103":"60","104":"47","105":"42.4","106":"40.200000000000003","107":"14.5","108":"2.9","109":"1620","110":"1057","111":"546","112":"17","113":"3469","114":"1633","115":"1746","116":"90","117":"14053.99749","118":"17492.78701","119":"10659.924230000001","120":"1.5778927009052701","121":"0.93635504992717333","122":"2.3233586553175201","123":"6265","124":"31.7","125":"899","126":"12517.089400000001","127":"-1.7199671719480114","128":"36.4","129":"0.50196575499999996","130":"671","131":"192","132":"252","133":"202","134":"25","135":"7","136":"5","137":"4","138":"1","139":"3","140":"149","141":"89","142":"60","143":"15","144":"45","145":"4186","146":"2465","147":"1721","148":"498","149":"1223","150":"27.402777777777779","151":"0.66066066066066065","152":"0.48426150121065376","153":"0.83432657926102505","154":"90.039840637450197","155":"81.673306772908376","156":"58.51","157":"47.2","158":"13.3","159":"3.1","160":"338","161":"30.8","162":"5.3254437869822491","163":"8.1999999999999993","164":"17","165":"45.857988165680474","166":"71.005917159763314","167":"13.705882352941176","168":"2.2558416785884599","169":"1575.2349999999999","170":"148.14500000000001","171":"9.4","172":"1427.09","173":"1385.077","174":"42.012999999999998","175":"97.056037110483572","176":"2.9439628895164285","177":"1106.7650000000001","178":"38.292999999999999","179":"84.626999999999995","180":"66.028000000000006","181":"33.661999999999999","182":"79.906387875908706","183":"2.76468384068178","184":"6.1099130228860901","185":"4.7670995908530696","186":"2.4303341980265398","187":"96.172545479794493","188":"76.848007221219305","189":"2.6588668240522151","190":"5.8760588807110121","191":"4.5846410220802669","192":"2.3373142619080682","193":"0.4","194":"1238.0983125000002","195":"99.888506430703984","196":"62.4","197":"19.100000000000001","198":"71","199":"13.3","200":"10.6","201":"51","202":"3704","203":"3.2229999999999999","204":"3.2229999999999999","205":"-","206":"-","207":"2.1800000000000002","208":"3.2229999999999999","209":"3.2229999999999994","210":"-","211":"-","212":"2.1800000000000002","213":"2.622226979027332","214":"18.340639903513829","215":"7356","216":"6525","217":"6.8","218":"3","219":"-","220":"1","221":"2","222":"0.21211316048705023","223":"0.40783034257748779","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.54307929253871","236":"243","237":"5","238":"-2.9945805737034589E-2","239":"110","240":"7","241":"1.21561610520485","242":"212","243":"210","244":"216","245":"8.11","246":"2.87","247":"35.4","248":"0.12","249":"1.5","250":"0","251":"0","252":"0.02","253":"0.2","254":"0.08","255":"1","256":"0.04","257":"0.5","258":"0.17","259":"2.1","260":"0.23","261":"2.8","262":"0.1","263":"1.2","264":"0","265":"0","266":"0","267":"0","268":"0.56999999999999995","269":"7","270":"3.39","271":"41.8","272":"0.52","273":"6.4999999999999947","274":"14266","275":"4971","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"56.08","296":"-","297":"77.107698566053088","298":"75.832828588734102","299":"76.185203824861603","300":"74.462655805280207","301":"73.784921546115584"},{"1":"26215","2":"אורנית","3":"3760","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"15.178513942691","7":"1990","8":"0","9":"9","10":"718","11":"אורנית","12":"..","13":"..","14":"9114","15":"99.8","16":"98.5","17":"-","18":"-","19":"-","20":"-","21":"4634","22":"4480","23":"7.0770243581303491","24":"9.9188062321702883","25":"11.224489795918368","26":"8.9752029844195746","27":"11.937678297125302","28":"16.875137151634849","29":"20.002194426157558","30":"4.3888523151195962","31":"9.6006144393241168","32":"34.178187403993853","33":"2.4906736888303707","34":"879","35":"113","36":"..","37":"-","38":"-","39":"17","40":"3.38","41":"96","42":"10.619944804749757","43":"1.6560346644693169","44":"4.9923195084485412","45":"9","46":"33.333333333333329","47":"22.222222222222221","48":"33.333333333333329","49":"11.111111111111111","50":"50","51":"40","52":"427","53":"219","54":"208","55":"159","56":"71","57":"181","58":"16","59":"387","60":"186","61":"201","62":"88","63":"136","64":"143","65":"20","66":"231","67":"60","68":"23.4","69":"32","70":"8.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"819","88":"16.166600868535333","89":"334","90":"144","91":"6.6125519699069493","92":"41","93":"208","94":"127","95":"114","96":"120","97":"-","98":"831","99":"3.8507821901323704","100":"27","101":"80","102":"161","103":"40","104":"25","105":"39.200000000000003","106":"53.4","107":"4","108":"3.4","109":"968","110":"626","111":"322","112":"20","113":"2138","114":"984","115":"1045","116":"109","117":"13425.20161","118":"16494.735250000002","119":"10512.03247","120":"0.91679051855912963","121":"0.84112756946899125","122":"0.89875199931894745","123":"4247","124":"29.6","125":"581","126":"11520.67301","127":"-0.23679027245493423","128":"37.299999999999997","129":"0.43568258900000001","130":"494","131":"127","132":"153","133":"180","134":"34","135":"4","136":"3","137":"1","138":"-","139":"1","140":"73","141":"52","142":"21","143":"-","144":"21","145":"2043","146":"1389","147":"654","148":"-","149":"654","150":"26.666666666666668","151":"0.87412587412587417","152":"0.50933786078098475","153":"1.2612612612612613","154":"90.588235294117652","155":"88.823529411764696","156":"51.66","157":"52.6","158":"17.7","159":"3.9","160":"184","161":"32.1","162":"6.5217391304347823","163":"4","164":"14.4","165":"47.826086956521742","166":"79.347826086956516","167":"13.264516129032257","168":"12.290556900726392","169":"912.577","170":"183.809","171":"20.141752421987398","172":"728.76800000000003","173":"728.76800000000003","174":"-","175":"100","176":"-","177":"677.90200000000004","178":"28.071000000000002","179":"6.4359999999999999","180":"4.6539999999999999","181":"10.122","182":"93.0202753139545","183":"3.8518431105646802","184":"0.88313427592869098","185":"0.638612013699833","186":"1.3889193817511201","187":"79.970152529353697","188":"74.388456051794094","189":"3.0803248107099748","190":"0.70624382749917702","191":"0.51069900142653357","192":"1.1107209480961264","193":"0","194":"540.89625000000001","195":"100","196":"16.3","197":"16.3","198":"57","199":"11.5","200":"11.5","201":"44","202":"2194","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6147489670525175","214":"31.14737774861381","215":"4529","216":"3975","217":"6.6","218":"3","219":"-","220":"-","221":"3","222":"0.3318732751484299","223":"0.66239788032678293","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.3114036350165801","236":"230","237":"4","238":"-0.31861981124771649","239":"90","240":"6","241":"0.96772886718168805","242":"203","243":"196","244":"214","245":"2.14","246":"1.23","247":"57.5","248":"0.05","249":"2.2999999999999998","250":"0","251":"0","252":"0","253":"0","254":"0.05","255":"2.2999999999999998","256":"0.01","257":"0.5","258":"0","259":"0","260":"0.01","261":"0.5","262":"0","263":"0","264":"0","265":"0","266":"0.01","267":"0.5","268":"0.14000000000000001","269":"6.5","270":"0.02","271":"0.9","272":"0.62","273":"29","274":"9114","275":"7410","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"76.099999999999994","296":"-","297":"79.88268864933417","298":"76.79105652653125","299":"76.888335150288114","300":"76.020878108688976","301":"75.326215895610915"},{"1":"31817","2":"אזור","3":"0565","4":"תל אביב","5":"מועצה מקומית","6":"0","7":"1951","8":"0","9":"11","10":"509","11":"אזור","12":"2.216257679253177","13":"6073.7","14":"13474","15":"99.7","16":"93.4","17":"-","18":"-","19":"-","20":"-","21":"6685","22":"6789","23":"8.8689327593884517","24":"8.4384740982633222","25":"7.2584236306961554","26":"5.3584681609024791","27":"12.631735193706398","28":"21.663945376280243","29":"15.904705358468162","30":"4.9502746029389932","31":"14.932462520409677","32":"27.935282766810154","33":"5.5217455840878733","34":"813","35":"241","36":"2.5499999999999998","37":"-","38":"-","39":"84","40":"4.68","41":"157","42":"11.713888703340158","43":"1.0620718716289304","44":"10.991539260798575","45":"9","46":"22.222222222222221","47":"55.555555555555557","48":"11.111111111111111","49":"11.111111111111111","50":"-21","51":"-50","52":"611","53":"306","54":"305","55":"149","56":"180","57":"253","58":"29","59":"661","60":"328","61":"333","62":"213","63":"130","64":"284","65":"34","66":"450","67":"92","68":"20.2","69":"45","70":"8.4","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"869.66666666666663","80":"52.369617365017135","81":"28","82":"31","83":"..","84":"..","85":"..","86":"..","87":"1422","88":"18.186468857910217","89":"579","90":"240","91":"7.424980764298537","92":"40","93":"192","94":"129","95":"115","96":"120","97":"..","98":"1831","99":"7.045330420535227","100":"185","101":"430","102":"372","103":"58","104":"59","105":"41.1","106":"53.2","107":"2.9","108":"2.7","109":"1610","110":"1030","111":"521","112":"59","113":"3584","114":"1568","115":"1684","116":"332","117":"10266.168019999999","118":"12091.123799999999","119":"8584.6962949999997","120":"4.0641625368474488","121":"3.586469437456663","122":"4.7852999487687065","123":"6085","124":"32.5","125":"753","126":"11943.172479999999","127":"0.84757834735169624","128":"32.4","129":"0.39603289600000002","130":"711","131":"255","132":"200","133":"236","134":"20","135":"4","136":"3","137":"1","138":"1","139":"-","140":"47","141":"36","142":"11","143":"11","144":"-","145":"1313","146":"963","147":"350","148":"350","149":"-","150":"26.75","151":"0.84210526315789469","152":"..","153":"..","154":"89.051094890510953","155":"72.992700729927009","156":"23.47","157":"33.6","158":"15.2","159":"2.6","160":"143","161":"30.6","162":"12.587412587412588","163":"5.5","164":"14.8","165":"41.95804195804196","166":"72.727272727272734","167":"12.25925925925926","168":"2.5521148036253778","169":"1284.8150000000001","170":"76.278000000000006","171":"5.9","172":"1208.537","173":"1195.6220000000001","174":"12.914999999999999","175":"98.931352536165633","176":"1.0686474638343717","177":"793.2","178":"42.786999999999999","179":"106.613","180":"94.893000000000001","181":"15.904","182":"66.3420378681557","183":"3.57863940275438","184":"8.9169486677227408","185":"7.9367057481377898","186":"1.3301862963378099","187":"88.742076746084805","188":"58.873302159875301","189":"3.1757589252579232","190":"7.9130854301194979","191":"7.0431975061233576","192":"1.1804349439619981","193":"0","194":"945.18059159265192","195":"100","196":"2.2000000000000002","197":"1.4","198":"6","199":"11.3","200":"11.3","201":"47","202":"3961","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.5555916228119036","214":"35.531970900794477","215":"6958","216":"5457","217":"7.3","218":"10","219":"1","220":"1","221":"8","222":"0.74610756072230322","223":"1.4371945961483186","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.58663906530036403","236":"174","237":"3","238":"-0.79340728711359321","239":"44","240":"9","241":"2.7270857636707202","242":"244","243":"244","244":"249.5","245":"2.2000000000000002","246":"1.26","247":"57.3","248":"0.06","249":"2.7","250":"0","251":"0","252":"0.01","253":"0.5","254":"0.05","255":"2.2999999999999998","256":"0.08","257":"3.6","258":"0.21","259":"9.5","260":"0.28000000000000003","261":"12.7","262":"0","263":"0","264":"0.05","265":"2.2999999999999998","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"0.2","273":"9.1","274":"13474","275":"10694","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"62.39","296":"-","297":"69.06111511903535","298":"68.023915060303068","299":"68.82798118224585","300":"66.143001007049335","301":"68.271334792122545"},{"1":"45216","2":"אכסאל","3":"0478","4":"הצפון","5":"מועצה מקומית","6":"85.347011005019198","7":"..","8":"0","9":"11","10":"257","11":"מבוא העמקים","12":"9.3782880681493896","13":"1615","14":"15146","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"7831","22":"7315","23":"9.8970025089132445","24":"9.4282318764030109","25":"9.6791232008451082","26":"10.279941898851181","27":"19.001716624851447","28":"18.631982041463093","29":"15.073286676350191","30":"2.8918526343589068","31":"5.1168625379638186","32":"35.17100224481711","33":"1.5581671728509177","34":"799","35":"298","36":"2.5299999999999998","37":"0.4","38":"..","39":"49","40":"6.03","41":"249","42":"16.552976784396172","43":"1.3850960619603825","44":"0","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-46","51":"-55","52":"85","53":"24","54":"61","55":"25","56":"47","57":"13","58":"0","59":"140","60":"59","61":"81","62":"38","63":"55","64":"47","65":"0","66":"4","67":"200","68":"48.1","69":"26","70":"4.0999999999999996","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"946.33333333333337","80":"103.83970854005673","81":"25","82":"43","83":"..","84":"..","85":"..","86":"..","87":"1069","88":"12.389893370421882","89":"481","90":"311","91":"5.6448773618119938","92":"37","93":"158","94":"121","95":"131","96":"137","97":"-","98":"726","99":"37.74104683195592","100":"704","101":"364","102":"518","103":"92","104":"61","105":"84.6","106":"11.2","107":"0.8","108":"3.3","109":"2277","110":"1354","111":"847","112":"76","113":"5293","114":"2100","115":"2792","116":"401","117":"6840.9158740000003","118":"8138.9018759999999","119":"4902.7293250000002","120":"1.0499785675698758","121":"0.9045409754182554","122":"3.9271814390432258","123":"5889","124":"53.6","125":"726","126":"10688.76137","127":"-2.0613530897239829","128":"32","129":"0.40409767800000002","130":"926","131":"322","132":"314","133":"285","134":"5","135":"9","136":"6","137":"7","138":"2","139":"5","140":"156","141":"74","142":"82","143":"38","144":"44","145":"3498","146":"1690","147":"1808","148":"871","149":"937","150":"27.086206896551722","151":"0.90860502405130938","152":"1.3224821973550356","153":"0.45045045045045046","154":"69.375","155":"54.0625","156":"15.08","157":"24.4","158":"14.5","159":"2.9","160":"348","161":"31.7","162":"4.5977011494252871","163":"1.9","164":"17.2","165":"45.402298850574709","166":"80.747126436781613","167":"10.805555555555555","168":"2.9537275064267354","169":"1180.3720000000001","170":"145.768","171":"12.3","172":"1034.604","173":"890.01900000000001","174":"144.58500000000001","175":"86.025087859702836","176":"13.974912140297157","177":"764.85199999999998","178":"30.896999999999998","179":"16.524000000000001","180":"65.319000000000003","181":"12.082000000000001","182":"85.936592364882102","183":"3.4714989230566999","184":"1.8565895784247299","185":"7.3390568066524402","186":"1.3574991095695701","187":"58.762643602271197","188":"50.498613495312298","189":"2.0399445398124918","190":"1.0909811171266341","191":"4.3126237950614019","192":"0.79770236366037239","193":"0","194":"968.43270195855757","195":"100","196":"9.6","197":"9.1999999999999993","198":"40","199":"17.7","200":"16.3","201":"64","202":"3370","203":"0.61","204":"5.34","205":"-","206":"-","207":"-","208":"1E-3","209":"0.03","210":"-","211":"-","212":"1.4999999999999999E-2","213":"1.5776798613972738","214":"26.162550213448643","215":"6688","216":"5316","217":"8.0316018171044838","218":"5","219":"-","220":"2","221":"3","222":"0.33238909205614808","223":"0.74760765550239239","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.93888753624906396","236":"42","237":"4","238":"-0.49883289350864429","239":"73","240":"4","241":"-0.13636753508239199","242":"106","243":"106","244":"113","245":"9.35","246":"1.56","247":"16.7","248":"0.09","249":"1","250":"0.02","251":"0.2","252":"0.01","253":"0.1","254":"0.05","255":"0.5","256":"0.08","257":"0.9","258":"0.14000000000000001","259":"1.5","260":"0.02","261":"0.2","262":"0.09","263":"1","264":"0","265":"0","266":"0.39","267":"4.2","268":"4.76","269":"50.9","270":"1.88","271":"20.100000000000001","272":"0.26","273":"2.7000000000000197","274":"15146","275":"9709","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"90.58","296":"-","297":"51.585014409221898","298":"60.865901190350783","299":"67.998339732281835","300":"42.79107178765333","301":"50.83156062657126"},{"1":"7767","2":"אליכין","3":"0041","4":"המרכז","5":"מועצה מקומית","6":"30.2706887023691","7":"1977","8":"0","9":"9","10":"457","11":"שרונים","12":"1.6891032401175141","13":"..","14":"3461","15":"100","16":"98.9","17":"-","18":"-","19":"-","20":"-","21":"1722","22":"1739","23":"7.7434267552730427","24":"7.2233458537994801","25":"8.6102282577289806","26":"8.1768275065010112","27":"14.360011557353365","28":"15.949147645189251","29":"19.387460271597803","30":"5.6053163825483967","31":"12.944235770008667","32":"28.199942213233168","33":"5.2008090147356256","34":"808","35":"56","36":"..","37":"-","38":"-","39":"25","40":"..","41":"31","42":"8.9267664437495853","43":"-0.67462267634078898","44":"2.8026581912741979","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-59","51":"-59","52":"118","53":"54","54":"64","55":"41","56":"25","57":"50","58":"2","59":"177","60":"87","61":"90","62":"67","63":"36","64":"69","65":"5","66":"82","67":"27","68":"21.9","69":"12","70":"8.6999999999999993","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"402","88":"19.920713577799802","89":"160","90":"71","91":"7.8585461689587426","92":"40","93":"181","94":"123","95":"111","96":"109","97":"..","98":"429","99":"4.1958041958041958","100":"64","101":"136","102":"66","103":"11","104":"20","105":"75.400000000000006","106":"11.1","107":"8.8000000000000007","108":"4.7","109":"482","110":"289","111":"165","112":"28","113":"1139","114":"446","115":"525","116":"168","117":"9283.0658989999993","118":"11010.720209999999","119":"7767.7690970000003","120":"4.2387249932903881","121":"3.8653674419467876","122":"4.3251865485470331","123":"1802","124":"39.200000000000003","125":"215","126":"10382.37729","127":"9.1500524942597075","128":"33.5","129":"0.40474624300000001","130":"158","131":"54","132":"46","133":"52","134":"6","135":"1","136":"1","137":"-","138":"-","139":"-","140":"6","141":"6","142":"-","143":"-","144":"-","145":"136","146":"136","147":"-","148":"-","149":"-","150":"22.666666666666668","151":"..","152":"..","153":"..","154":"75.675675675675677","155":"64.86486486486487","156":"28.96","157":"..","158":"11","159":"3.2","160":"26","161":"27.3","162":"11.538461538461538","163":"4.9000000000000004","164":"16.2","165":"46.153846153846153","166":"69.230769230769226","167":"7.7222222222222223","168":"3.5611510791366907","169":"360.61200000000002","170":"17.369","171":"4.8165341142280402","172":"343.24299999999999","173":"343.24299999999999","174":"-","175":"100","176":"-","177":"311.637","178":"4.9989999999999997","179":"23.477","180":"0.89300000000000002","181":"0.86","182":"90.791946230513105","183":"1.45640260689949","184":"6.8397607525863604","185":"0.26016553869998799","186":"0.25055135865844302","187":"99.174516035827807","188":"90.042473273620402","189":"1.4443802369257439","190":"6.7832996243860153","191":"0.25801791389771744","192":"0.24848309737070212","193":"0","194":"182.21159999999998","195":"95","196":"2.1","197":"0.8","198":"3","199":"2.5","200":"0.5","201":"2","202":"1076","203":"5.8000000000000003E-2","204":"0.98599999999999999","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.1224959318323027","214":"17.01033966449879","215":"1776","216":"1541","217":"8.6","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.42919356031522099","236":"163","237":"1","238":"-1.9550290115536431","239":"1","240":"6","241":"0.65925907653513705","242":"180","243":"178","244":"187","245":"1.7000000000000002","246":"0.77","247":"45.3","248":"0.02","249":"1.2","250":"0","251":"0","252":"0.04","253":"2.4","254":"0.04","255":"2.4","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.25","269":"14.7","270":"0.39","271":"22.9","272":"0.19","273":"11.099999999999991","274":"3461","275":"4495","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"80.900000000000006","296":"-","297":"76.263399693721283","298":"76.416184971098261","299":"75.920899573478096","300":"73.822188449848028","301":"75.779196395043186"},{"1":"23247","2":"אלפי מנשה","3":"3750","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"18.176151461841702","7":"1987","8":"0","9":"9","10":"703","11":"אלפי מנשה","12":"..","13":"..","14":"7966","15":"100","16":"96.1","17":"-","18":"-","19":"-","20":"-","21":"3990","22":"3976","23":"6.6030630178257592","24":"8.1973386894300777","25":"11.222696459954808","26":"9.2643735877479294","27":"11.662063771026864","28":"17.072558373085613","29":"20.687923675621391","30":"4.5192066281697212","31":"10.783329148882752","32":"31.483806176249058","33":"2.3223700728094401","34":"854","35":"83","36":"..","37":"0.6","38":"..","39":"26","40":"4.74","41":"57","42":"7.1413473797257829","43":"-0.39125308940799641","44":"8.172231985940245","45":"7","46":"42.857142857142854","47":"42.857142857142854","48":"14.285714285714285","49":"0","50":"-82","51":"-94","52":"268","53":"138","54":"130","55":"91","56":"40","57":"109","58":"28","59":"362","60":"187","61":"175","62":"93","63":"97","64":"137","65":"35","66":"193","67":"33","68":"13.4","69":"32","70":"9.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"799","88":"17.696566998892578","89":"319","90":"123","91":"7.0357300397000442","92":"42","93":"202","94":"130","95":"112","96":"104","97":"-","98":"855","99":"4.0935672514619883","100":"38","101":"60","102":"169","103":"36","104":"21","105":"45","106":"47.7","107":"5.5","108":"1.9","109":"1123","110":"773","111":"335","112":"15","113":"2352","114":"1211","115":"1055","116":"86","117":"12265.48912","118":"14836.856760000001","119":"9723.4720840000009","120":"1.0717536695618035","121":"1.8977076125685555","122":"-0.34335785156635046","123":"4007","124":"30.5","125":"455","126":"12668.361269999999","127":"4.4258156585294639","128":"33.4","129":"0.42158019899999999","130":"364","131":"134","132":"112","133":"113","134":"5","135":"3","136":"2","137":"1","138":"1","139":"-","140":"51","141":"33","142":"18","143":"18","144":"-","145":"1408","146":"918","147":"490","148":"490","149":"-","150":"28.375","151":"..","152":"..","153":"..","154":"92.215568862275461","155":"82.634730538922156","156":"38.5","157":"35.799999999999997","158":"14","159":"2.9","160":"128","161":"30.2","162":"7.03125","163":"3.3","164":"15.9","165":"40.625","166":"77.34375","167":"12.526785714285714","168":"1.6736381322957199","169":"789.56100000000004","170":"76.608000000000004","171":"9.7026068916777799","172":"712.95299999999997","173":"712.95299999999997","174":"-","175":"100","176":"-","177":"582.34199999999998","178":"6.7779999999999996","179":"103.239","180":"17","181":"1.0449999999999999","182":"81.680279064678899","183":"0.95069380450043695","184":"14.480477675246499","185":"2.3844489047665101","186":"0.14657347679300001","187":"89.488264089368599","188":"73.094263838333106","189":"0.85075938245261706","190":"12.958328103426634","191":"2.1338019329735158","192":"0.13116605999748965","193":"0","194":"493.77674999999999","195":"100","196":"7.4","197":"7.4","198":"36","199":"0.3","200":"0.3","201":"-","202":"2197","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.8228468401672013","214":"28.457087182067507","215":"3955","216":"3481","217":"6.7792475014697233","218":"3","219":"-","220":"2","221":"1","222":"0.37586038840662017","223":"0.75853350189633373","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.19150142177134","236":"219","237":"4","238":"-0.26927891313239061","239":"93","240":"6","241":"0.72038323033136997","242":"186","243":"175","244":"208","245":"4.5199999999999996","246":"1.1100000000000001","247":"24.6","248":"0.02","249":"0.4","250":"0.01","251":"0.2","252":"0.01","253":"0.2","254":"0.05","255":"1.1000000000000001","256":"0","257":"0","258":"0.02","259":"0.4","260":"0.01","261":"0.2","262":"0","263":"0","264":"0.15","265":"3.3","266":"0","267":"0","268":"0.41","269":"9.1","270":"0.04","271":"0.9","272":"2.69","273":"59.599999999999994","274":"7966","275":"7177","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"71.94","296":"-","297":"75.871125897390996","298":"74.138826380474299","299":"73.762886597938149","300":"73.399428667450849","301":"73.508392886820673"},{"1":"11404","2":"אלקנה","3":"3560","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"17.440387985746401","7":"1981","8":"0","9":"9","10":"702","11":"אלקנה","12":"..","13":"..","14":"4072","15":"100","16":"99.8","17":"-","18":"-","19":"-","20":"-","21":"2020","22":"2052","23":"11.591355599214145","24":"10.731827111984282","25":"9.7003929273084477","26":"7.8831041257367387","27":"13.777013752455796","28":"17.239685658153242","29":"11.665029469548134","30":"3.413555992141454","31":"13.973477406679764","32":"37.401768172888019","33":"4.788801571709234","34":"1169","35":"92","36":"..","37":"0.6","38":"..","39":"9","40":"..","41":"83","42":"20.793365450602582","43":"4.1008523336754337","44":"3.1188605108055012","45":"0","46":"0","47":"0","48":"0","49":"0","50":"81","51":"76","52":"371","53":"181","54":"190","55":"167","56":"95","57":"106","58":"3","59":"294","60":"150","61":"144","62":"127","63":"70","64":"92","65":"5","66":"147","67":"54","68":"69.2","69":"7","70":"3.8","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"256","88":"13.054563997960225","89":"98","90":"41","91":"5.0282195997947667","92":"38","93":"199","94":"127","95":"105","96":"103","97":"-","98":"515","99":"0.970873786407767","100":"..","101":"40","102":"45","103":"10","104":"8","105":"52.4","106":"34.200000000000003","107":"4.4000000000000004","108":"9","109":"635","110":"270","111":"295","112":"70","113":"1797","114":"407","115":"1017","116":"373","117":"12268.21444","118":"15448.524009999999","119":"9216.6242180000008","120":"-0.16816241476929061","121":"-1.136881893942232","122":"0.63695658655220644","123":"1985","124":"33.5","125":"145","126":"13370.668180000001","127":"-3.4157169681780508","128":"40","129":"0.45813607099999998","130":"252","131":"84","132":"82","133":"75","134":"11","135":"4","136":"1","137":"5","138":"3","139":"2","140":"57","141":"16","142":"41","143":"22","144":"19","145":"1585","146":"452","147":"1133","148":"666","149":"467","150":"28.25","151":"0.90702947845804993","152":"..","153":"..","154":"93.243243243243242","155":"91.891891891891902","156":"71.040000000000006","157":"..","158":"34.799999999999997","159":"6.4","160":"178","161":"31.4","162":"2.2471910112359552","163":"2.7","164":"17.100000000000001","165":"53.932584269662918","166":"80.337078651685388","167":"9.7073170731707314","168":"2.0567460317460315","169":"493.37299999999999","170":"55.616999999999997","171":"11.272809821372499","172":"437.75599999999997","173":"437.75599999999997","174":"-","175":"100","176":"-","177":"292.839","178":"99.578000000000003","179":"30","180":"2.706","181":"4.8159999999999998","182":"66.895485156114404","183":"22.747375250139299","184":"6.8531327954385501","185":"0.61815257814855795","186":"1.1001562514277401","187":"107.53033652665199","188":"71.932940309506293","189":"24.46032915745517","190":"7.3691967575534267","191":"0.66470154753131905","192":"1.1830017194792435","193":"0","194":"283.94911000000002","195":"56.10292280894982","196":"60.5","197":"55.7","198":"300","199":"18.7","200":"17.7","201":"132","202":"920","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.588868125588794","214":"5.0289914801077238","215":"1698","216":"1610","217":"7.7","218":"1","219":"-","220":"-","221":"1","222":"0.25052247530846483","223":"0.58892815076560656","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.02762984666282","236":"209","237":"3","238":"-0.63281537407666699","239":"60","240":"6","241":"0.77265032487968399","242":"188","243":"182","244":"209","245":"1.1400000000000001","246":"0.73","247":"64","248":"0.13","249":"11.4","250":"0.01","251":"0.9","252":"0.02","253":"1.8","254":"0.02","255":"1.8","256":"0.01","257":"0.9","258":"0.01","259":"0.9","260":"0.05","261":"4.4000000000000004","262":"0","263":"0","264":"0.01","265":"0.9","266":"0","267":"0","268":"0","269":"0","270":"0.01","271":"0.9","272":"0.14000000000000001","273":"12.099999999999969","274":"4072","275":"5578","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"75.86","296":"-","297":"84.886045581767291","298":"80.910543130990419","299":"82.807570977917976","300":"81.163859111791723","301":"80.622095101894885"},{"1":"30401","2":"אעבלין","3":"0529","4":"הצפון","5":"מועצה מקומית","6":"90.470919369712206","7":"1960","8":"0","9":"11","10":"261","11":"גבעות אלונים","12":"12.082672998724803","13":"1137.5999999999999","14":"13692","15":"-","16":"-","17":"99.9","18":"58","19":"42","20":"-","21":"6912","22":"6781","23":"7.9608530528775932","24":"9.0344726847794341","25":"9.3266140812153076","26":"9.4434706397896591","27":"17.462751971954425","28":"19.427402862985684","29":"16.812737364884605","30":"3.8124452234881683","31":"6.7265556529360211","32":"32.055214723926383","33":"2.3225241016652061","34":"739","35":"202","36":"1.9","37":"1","38":"( 4.7)","39":"46","40":"5.67","41":"156","42":"11.454055062416904","43":"1.0746591677511361","44":"3.6517674554484375E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-39","51":"-34","52":"107","53":"41","54":"66","55":"39","56":"39","57":"27","58":"2","59":"141","60":"44","61":"97","62":"41","63":"52","64":"48","65":"0","66":"0","67":"142","68":"34.299999999999997","69":"29","70":"5.0999999999999996","71":"3","72":"101","73":"-","74":"-","75":"-","76":"-","77":"0.75","78":"..","79":"810.66666666666663","80":"81.263891636758288","81":"31","82":"37","83":"..","84":"..","85":"..","86":"..","87":"1379","88":"17.028896023709557","89":"576","90":"331","91":"7.1793593418920612","92":"38","93":"151","94":"125","95":"119","96":"120","97":"-","98":"911","99":"33.369923161361143","100":"584","101":"390","102":"491","103":"58","104":"46","105":"73.599999999999994","106":"11.5","107":"11.1","108":"3.9","109":"1816","110":"1122","111":"642","112":"52","113":"4057","114":"1701","115":"2086","116":"270","117":"6617.7557909999996","118":"7866.0133759999999","119":"5080.113276","120":"1.591107639514","121":"1.6874833443027981","122":"1.7969935888443533","123":"5497","124":"50.4","125":"503","126":"7890.8948559999999","127":"-5.4407821766676019","128":"42.3","129":"0.37032949399999998","130":"692","131":"212","132":"247","133":"226","134":"7","135":"9","136":"7","137":"5","138":"1","139":"4","140":"162","141":"84","142":"78","143":"17","144":"61","145":"4005","146":"2201","147":"1804","148":"419","149":"1385","150":"27.38095238095238","151":"0.68634179821551133","152":"0.95497953615279674","153":"0.4143646408839779","154":"78.240740740740748","155":"61.574074074074069","156":"13.33","157":"38.9","158":"15.8","159":"2.8","160":"413","161":"31.1","162":"5.3268765133171918","163":"2.9","164":"16.600000000000001","165":"49.63680387409201","166":"73.607748184019371","167":"10.1183879093199","168":"3.0896191187453321","169":"1189.809","170":"130.57599999999999","171":"11.0","172":"1059.2329999999999","173":"917.274","174":"141.959","175":"86.597943983995961","176":"13.402056016004032","177":"706.923","178":"54.655999999999999","179":"1.177","180":"43.42","181":"18.753","182":"77.067811798873606","183":"5.9585249336621304","184":"0.12831498548961401","185":"4.7335910534911099","186":"2.04442729217224","187":"66.988534287592202","188":"51.626597531585503","189":"3.991528518220989","190":"8.5956328050828895E-2","191":"3.1709632659022859","192":"1.3695318776016943","193":"0","194":"756.89583367626904","195":"90.000011014412181","196":"6.3","197":"5.6","198":"25","199":"3.7","200":"3","201":"18","202":"3195","203":"0.5","204":"3.6","205":"0.84","206":"0.4","207":"-","208":"0.5","209":"3.5999999999999996","210":"0.84","211":"0.41199999999999998","212":"-","213":"..","214":"..","215":"6015","216":"4958","217":"8.8000000000000007","218":"3","219":"1","220":"1","221":"1","222":"0.22027028966186357","223":"0.49875311720698251","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.71465630220486698","236":"68","237":"3","238":"-0.67969532245590614","239":"55","240":"5","241":"6.6086807702871897E-2","242":"131","243":"155","244":"94","245":"12.06","246":"3.14","247":"26","248":"0.04","249":"0.3","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.03","255":"0.2","256":"0.04","257":"0.3","258":"0.01","259":"0.1","260":"0.22","261":"1.8","262":"0.26","263":"2.2000000000000002","264":"0","265":"0","266":"0.57999999999999996","267":"4.8","268":"3.19","269":"26.5","270":"2.46","271":"20.399999999999999","272":"2.08","273":"17.299999999999994","274":"13692","275":"4361","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"89.51","296":"-","297":"50.577807696622912","298":"62.854609929078009","299":"68.453427065026361","300":"49.748636217777303","301":"59.306910147333468"},{"1":"46517","2":"אפרת","3":"3650","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"66.052826004596795","7":"1983","8":"0","9":"11","10":"704","11":"אפרתה","12":"..","13":"..","14":"11804","15":"100","16":"99.7","17":"-","18":"-","19":"-","20":"-","21":"6072","22":"5733","23":"11.733310742121315","24":"12.987123009149441","25":"11.953575059301931","26":"9.6323280243985092","27":"13.139613690274484","28":"18.824127414435786","29":"10.7167062012877","30":"3.515757370382921","31":"7.505930193154863","32":"43.036258895289734","33":"2.0840393087089124","34":"1165","35":"301","36":"3.97","37":"0.2","38":"..","39":"26","40":"4.49","41":"275","42":"23.6976618974785","43":"3.5037211978986136","44":"21.653676719756014","45":"153","46":"42.483660130718953","47":"32.679738562091501","48":"9.8039215686274517","49":"15.032679738562091","50":"136","51":"-31","52":"513","53":"283","54":"230","55":"207","56":"111","57":"162","58":"33","59":"544","60":"292","61":"252","62":"194","63":"186","64":"138","65":"26","66":"669","67":"108","68":"41.7","69":"24","70":"5.4","71":"4","72":"404","73":"-","74":"2.57","75":"0.97","76":"-","77":"-","78":"..","79":"263","80":"37.46","81":"19","82":"35","83":"..","84":"..","85":"..","86":"..","87":"809","88":"14.197964197964197","89":"311","90":"150","91":"5.4985855728429982","92":"38","93":"192","94":"123","95":"107","96":"105","97":"-","98":"732","99":"4.6448087431693992","100":"47","101":"104","102":"209","103":"20","104":"7","105":"23.4","106":"36.4","107":"38.299999999999997","108":"1.9","109":"1421","110":"690","111":"552","112":"179","113":"3894","114":"1028","115":"1901","116":"965","117":"10598.016009999999","118":"13011.97882","119":"8155.440439","120":"2.346894635810548","121":"2.7532821783783357","122":"1.5690222456673952","123":"5092","124":"40.1","125":"410","126":"14743.349620000001","127":"7.5830712374499232","128":"38.299999999999997","129":"0.45825896399999999","130":"973","131":"297","132":"323","133":"324","134":"29","135":"10","136":"6","137":"5","138":"1","139":"4","140":"152","141":"103","142":"49","143":"11","144":"38","145":"3289","146":"2207","147":"1082","148":"231","149":"851","150":"24.705882352941178","151":"0.19788918205804751","152":"..","153":"..","154":"89.878542510121463","155":"87.854251012145738","156":"53.1","157":"61.5","158":"22.5","159":"5","160":"469","161":"29.4","162":"7.4626865671641784","163":"4.7","164":"16","165":"45.842217484008529","166":"73.134328358208961","167":"7.8755980861244019","168":"14.704057279236277","169":"1092.539","170":"105.625","171":"9.6678470974491493","172":"986.91399999999999","173":"977.86400000000003","174":"9.0500000000000007","175":"99.083000139829807","176":"0.91699986017018709","177":"742.02200000000005","178":"41.813000000000002","179":"168.458","180":"10.039999999999999","181":"14.474","182":"75.881922230494197","183":"4.2759524841900296","184":"17.2271399703844","185":"1.02672764310784","186":"1.4801649309106399","187":"82.841748559810199","188":"62.861911216536797","189":"3.5422738054896645","190":"14.271263978312437","191":"0.85055913249745851","192":"1.2261945103354794","193":"0","194":"413.03023999999999","195":"100","196":"6.6","197":"0.7","198":"-","199":"6.8","200":"6","201":"38","202":"2635","203":"1.1200000000000001","204":"7.28","205":"0.1","206":"0.45","207":"3","208":"7.52","209":"84.08","210":"0.1","211":"0.45","212":"3","213":"1.1745164989727062","214":"7.5186860581422668","215":"4171","216":"3953","217":"8.1","218":"1","219":"-","220":"-","221":"1","222":"8.6173315990830918E-2","223":"0.23975065931431311","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.53882552387104998","236":"171","237":"9","238":"1.4557217375054092","239":"185","240":"5","241":"6.9172061217577199E-2","242":"132","243":"126","244":"139","245":"6.2700000000000014","246":"1.33","247":"21.2","248":"0.12","249":"1.9","250":"0.01","251":"0.2","252":"0.02","253":"0.3","254":"0.03","255":"0.5","256":"0","257":"0","258":"0","259":"0","260":"0.03","261":"0.5","262":"0","263":"0","264":"0.08","265":"1.3","266":"0","267":"0","268":"0.77","269":"12.3","270":"0.68","271":"10.8","272":"3.2","273":"51","274":"11804","275":"8875","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"64.12","296":"-","297":"78.952668680765356","298":"75.123814914390834","299":"75.381653142621374","300":"74.366049139403486","301":"72.976714915040901"},{"1":"39278","2":"בועיינה-נוג'ידאת","3":"0482","4":"הצפון","5":"מועצה מקומית","6":"108.704748798827","7":"1980","8":"0","9":"9","10":"251","11":"הגליל המזרחי","12":"7.1596986791509964","13":"1415.8","14":"10137","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"5260","22":"4877","23":"9.4702574726250361","24":"10.180526783071915","25":"9.5787708394988655","26":"10.219986189207852","27":"18.7333530630364","28":"20.656999112163362","29":"14.077143138995758","30":"2.5451316957679788","31":"4.527966854098846","32":"35.099141757916541","33":"1.6572950577093815","34":"785","35":"184","36":"2.25","37":"0.2","38":"..","39":"20","40":"5.14","41":"164","42":"16.291262156773229","43":"1.4066716012620333","44":"9.8648515339844131E-3","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-35","51":"-36","52":"54","53":"17","54":"37","55":"9","56":"29","57":"16","58":"0","59":"90","60":"35","61":"55","62":"30","63":"34","64":"26","65":"0","66":"13","67":"86","68":"30.2","69":"16","70":"3.9","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1032","88":"17.817679558011047","89":"447","90":"274","91":"7.8242604586031854","92":"37","93":"153","94":"117","95":"124","96":"128","97":"-","98":"422","99":"48.81516587677725","100":"521","101":"205","102":"411","103":"47","104":"41","105":"71.900000000000006","106":"0.2","107":"11.7","108":"16.2","109":"1582","110":"937","111":"597","112":"48","113":"3650","114":"1426","115":"1980","116":"244","117":"6057.0515779999996","118":"7246.5942480000003","119":"4376.1205739999996","120":"1.6397135023866083","121":"2.4105984148112825","122":"0.37047820811271226","123":"4498","124":"58.8","125":"253","126":"8578.5337679999993","127":"0.81135551470457035","128":"45.5","129":"0.38154959700000002","130":"631","131":"191","132":"220","133":"212","134":"8","135":"6","136":"4","137":"5","138":"3","139":"2","140":"108","141":"56","142":"52","143":"25","144":"27","145":"2432","146":"1233","147":"1199","148":"585","149":"614","150":"24.061224489795919","151":"0.66555740432612309","152":"..","153":"..","154":"78.63636363636364","155":"50.454545454545453","156":"11.96","157":"31.5","158":"17.5","159":"3.1","160":"266","161":"32.299999999999997","162":"2.6315789473684208","163":"2.7","164":"18.8","165":"51.879699248120303","166":"80.827067669172934","167":"10.086776859504132","168":"3.2445718967636217","169":"697.83199999999999","170":"91.251999999999995","171":"13.1","172":"606.58100000000002","173":"481.75","174":"124.831","175":"79.4205555399856","176":"20.579444460014411","177":"358.34199999999998","178":"21.971","179":"52.837000000000003","180":"3.9529999999999998","181":"3.4220000000000002","182":"74.383393876491994","183":"4.5606642449403196","184":"10.9677218474312","185":"0.82055007784120404","186":"0.71032693305656502","187":"47.523922264969897","188":"35.3499062839104","189":"2.1674065305317156","190":"5.2122916050113446","191":"0.38995758113840384","192":"0.33757521949294661","193":"2","194":"321.52699999999999","195":"100","196":"9.1999999999999993","197":"7.9","198":"37","199":"16.100000000000001","200":"14.1","201":"58","202":"2399","203":"0.5","204":"6","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"1.621","212":"-","213":"1.2640777187865082","214":"1.3111235796843024","215":"4015","216":"3412","217":"7.9","218":"1","219":"-","220":"1","221":"-","222":"9.9336964370568451E-2","223":"0.24906600249066002","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.10164936627024","236":"34","237":"5","238":"-0.12968133287620304","239":"104","240":"3","241":"-0.56874583753986296","242":"52","243":"62","244":"56","245":"7.16","246":"1.38","247":"19.3","248":"0.03","249":"0.4","250":"0","251":"0","252":"0","253":"0","254":"0.05","255":"0.7","256":"0","257":"0","258":"0.03","259":"0.4","260":"0.04","261":"0.6","262":"0","263":"0","264":"0","265":"0","266":"1.35","267":"18.899999999999999","268":"1.36","269":"19","270":"2.62","271":"36.6","272":"0.3","273":"4.0999999999999917","274":"10137","275":"7346","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"93.72","296":"-","297":"52.415307402760348","298":"61.302325581395344","299":"65.879305089911611","300":"52.074413110881444","301":"56.529112492933862"},{"1":"0","2":"בוקעאתא","3":"4001","4":"הצפון","5":"מועצה מקומית","6":"180.07045653364699","7":"1982","8":"0","9":"9","10":"256","11":"מעלה חרמון","12":"19.540130387054788","13":"345.5","14":"6752","15":"-","16":"-","17":"100","18":"-","19":"-","20":"100","21":"3450","22":"3302","23":"7.1386255924170614","24":"8.3086492890995256","25":"9.0639810426540279","26":"8.8862559241706158","27":"17.239336492890995","28":"20.482819905213269","29":"17.950236966824644","30":"3.8655213270142181","31":"7.06457345971564","32":"30.050355450236967","33":"2.3844786729857819","34":"680","35":"97","36":"..","37":"-","38":"-","39":"23","40":"6.01","41":"74","42":"11.030994440572325","43":"1.30095468031503","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"14","51":"13","52":"33","53":"6","54":"27","55":"4","56":"16","57":"12","58":"1","59":"20","60":"5","61":"15","62":"0","63":"10","64":"10","65":"0","66":"2","67":"76","68":"39.700000000000003","69":"8","70":"2.6","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"685","88":"16.557892192409959","89":"278","90":"151","91":"6.7937438905180834","92":"37","93":"140","94":"119","95":"114","96":"118","97":"-","98":"430","99":"39.069767441860463","100":"290","101":"172","102":"283","103":"32","104":"14","105":"54.5","106":"11.2","107":"10.3","108":"24","109":"1016","110":"768","111":"243","112":"..","113":"1960","114":"1168","115":"767","116":"25","117":"5807.5727870000001","118":"7334.9811159999999","119":"3653.2333619999999","120":"3.0443862308449532","121":"3.3807069789681288","122":"6.1645634915851621","123":"2813","124":"61.8","125":"341","126":"7291.5182750000004","127":"3.7574129805461931","128":"45.5","129":"0.424952683","130":"298","131":"84","132":"109","133":"104","134":"..","135":"3","136":"2","137":"2","138":"1","139":"1","140":"59","141":"32","142":"27","143":"14","144":"13","145":"1424","146":"697","147":"727","148":"372","149":"355","150":"22.7","151":"-","152":"-","153":"-","154":"96","155":"64.8","156":"7.83","157":"..","158":"18.100000000000001","159":"2.7","160":"168","161":"32.200000000000003","162":"4.7619047619047619","163":"4.4000000000000004","164":"16.7","165":"61.30952380952381","166":"85.11904761904762","167":"9.3881578947368425","168":"3.4732080723729992","169":"498.036","170":"43.531999999999996","171":"8.7","172":"454.505","173":"441.98200000000003","174":"12.523","175":"97.244694777835221","176":"2.7553052221647727","177":"370.99599999999998","178":"12.789","179":"21.882000000000001","180":"19.181999999999999","181":"12.406000000000001","182":"83.939164943368695","183":"2.8935567511799101","184":"4.9508803525935399","185":"4.33999574643311","186":"2.8069016385282701","187":"65.459419431279599","188":"54.946090047393398","189":"1.8941054502369667","190":"3.2408175355450237","191":"2.840936018957346","192":"1.8373815165876777","193":"2.9","194":"338.9668345","195":"97","196":"9.9","197":"8.9","198":"40","199":"9.3000000000000007","200":"7.8","201":"34","202":"1624","203":"-","204":"-","205":"2.85","206":"-","207":"-","208":"2","209":"24","210":"1.2749999999999999","211":"-","212":"-","213":"1.3493660159213265","214":"0.38561636725229947","215":"3148","216":"2445","217":"8.1999999999999993","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-1.02133135404046","236":"38","237":"4","238":"-0.45583362386638115","239":"78","240":"1","241":"-1.4844210756037499","242":"8","243":"9","244":"7","245":"19.48","246":"1.45","247":"7.4","248":"0.04","249":"0.2","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.02","255":"0.1","256":"0","257":"0","258":"0.03","259":"0.2","260":"0.03","261":"0.2","262":"0.08","263":"0.4","264":"0","265":"0","266":"0.62","267":"3.2","268":"10.41","269":"53.4","270":"0.52","271":"2.7","272":"6.27","273":"32.099999999999994","274":"6752","275":"4657","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"14.258188824662813","298":"14.801444043321299","299":"13.403880070546737","300":"15.46218487394958","301":"25.367156208277702"},{"1":"18303","2":"ביר אל-מכסור","3":"0998","4":"הצפון","5":"מועצה מקומית","6":"90.0582246319983","7":"1990","8":"0","9":"9","10":"261","11":"גבעות אלונים","12":"5.8498004769440639","13":"1699.3","14":"9959","15":"-","16":"-","17":"100","18":"100","19":"-","20":"-","21":"5047","22":"4912","23":"10.031127623255347","24":"10.4026508685611","25":"9.6596043779495933","26":"9.4889045084847883","27":"18.445627070991062","28":"18.987850185761623","29":"14.559694748468722","30":"3.0324329751983132","31":"5.3921076413294511","32":"35.686313886936439","33":"2.1789336278742844","34":"817","35":"223","36":"2.92","37":"-","38":"-","39":"29","40":"4.33","41":"194","42":"19.70645629536612","43":"2.3537840913882349","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"28","51":"27","52":"69","53":"24","54":"45","55":"19","56":"29","57":"20","58":"1","59":"42","60":"13","61":"29","62":"9","63":"19","64":"13","65":"1","66":"1","67":"99","68":"36.700000000000003","69":"13","70":"3.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"953","88":"16.999643239386373","89":"425","90":"287","91":"7.6978808186922656","92":"38","93":"166","94":"125","95":"128","96":"136","97":"-","98":"537","99":"35.381750465549345","100":"445","101":"231","102":"386","103":"59","104":"31","105":"61.9","106":"2.2999999999999998","107":"13.4","108":"22.3","109":"1572","110":"909","111":"588","112":"75","113":"3786","114":"1429","115":"1960","116":"397","117":"6455.201607","118":"8185.1013290000001","119":"3874.3111680000002","120":"1.3014579964346407","121":"2.2108853929983852","122":"1.9808833908552481","123":"4169","124":"52.9","125":"224","126":"8204.4760939999996","127":"-7.8852173712366973","128":"44.6","129":"0.36046011300000003","130":"653","131":"205","132":"238","133":"200","134":"10","135":"4","136":"3","137":"2","138":"1","139":"1","140":"89","141":"52","142":"37","143":"19","144":"18","145":"2224","146":"1200","147":"1024","148":"510","149":"514","150":"24.291666666666668","151":"0.33698399326032014","152":"..","153":"..","154":"54.54545454545454","155":"29.292929292929294","156":"9.48","157":"21.8","158":"10.199999999999999","159":"2.2000000000000002","160":"245","161":"31.7","162":"3.6734693877551026","163":"4.2","164":"19.2","165":"52.653061224489797","166":"82.857142857142861","167":"10.127853881278538","168":"3.2123534715960327","169":"925.31899999999996","170":"124.925","171":"13.5","172":"800.39400000000001","173":"763.56600000000003","174":"36.828000000000003","175":"95.398766107691955","176":"4.6012338923080387","177":"543.83299999999997","178":"63.432000000000002","179":"4.6470000000000002","180":"2.2909999999999999","181":"85.917000000000002","182":"71.222788861735594","183":"8.3073368903277505","184":"0.60859179167223298","185":"0.30003955126341397","186":"11.252072512395801","187":"76.663253012048202","188":"54.601706827309201","189":"6.3686746987951803","190":"0.46656626506024096","191":"0.23002008032128515","192":"8.6262048192771079","193":"0","194":"405.525214925726","195":"75.000074898285064","196":"7","197":"6.3","198":"28","199":"4.3","200":"4.3","201":"23","202":"1914","203":"4.4000000000000004","204":"52.8","205":"-","206":"0.8","207":"3.15","208":"4.4000000000000004","209":"52.800000000000004","210":"-","211":"0.77300000000000002","212":"3.15","213":"0.95562155907929958","214":"1.2231418436824724","215":"4127","216":"3435","217":"8.6","218":"2","219":"-","220":"1","221":"1","222":"0.20315934325119711","223":"0.48461352071722802","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.2511370490012801","236":"22","237":"8","238":"1.0583388927584787","239":"168","240":"4","241":"-0.13061058946995799","242":"109","243":"116","244":"96","245":"5.8","246":"2.16","247":"37.200000000000003","248":"0.04","249":"0.7","250":"0","251":"0","252":"0.01","253":"0.2","254":"0.05","255":"0.9","256":"0","257":"0","258":"0","259":"0","260":"0.08","261":"1.4","262":"0.05","263":"0.9","264":"0","265":"0","266":"0.16","267":"2.8","268":"0.52","269":"9","270":"1.36","271":"23.4","272":"1.37","273":"23.500000000000007","274":"9959","275":"4611","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"92.18","296":"-","297":"31.701520912547526","298":"48.335427135678394","299":"55.218128564821953","300":"39.19282511210762","301":"61.493348591045624"},{"1":"25520","2":"בית אל","3":"3574","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"64.585080326232202","7":"1997","8":"0","9":"9","10":"722","11":"בית אל","12":"..","13":"..","14":"5681","15":"100","16":"99.8","17":"-","18":"-","19":"-","20":"-","21":"2926","22":"2755","23":"12.19855659214927","24":"10.332687907058617","25":"10.579123393768702","26":"15.384615384615385","27":"22.038373525787712","28":"10.790353810948776","29":"10.103854955113537","30":"2.4643548671008624","31":"6.1080795634571379","32":"41.049111071994368","33":"1.8834712198556591","34":"1203","35":"186","36":"..","37":"-","38":"-","39":"11","40":"3.43","41":"175","42":"30.796123567153934","43":"-4.5214432566837104E-2","44":"6.6713606759373354","45":"3","46":"0","47":"0","48":"66.666666666666657","49":"33.333333333333329","50":"-167","51":"-173","52":"217","53":"113","54":"104","55":"79","56":"97","57":"32","58":"9","59":"390","60":"199","61":"191","62":"139","63":"173","64":"74","65":"4","66":"136","67":"150","68":"78.400000000000006","69":"7","70":"3.5","71":"4","72":"913","73":"-","74":"10.17","75":"5.38","76":"-","77":"0.51","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"401","88":"15.069522735813603","89":"140","90":"70","91":"5.3030303030303028","92":"36","93":"157","94":"113","95":"95","96":"83","97":"..","98":"347","99":"6.3400576368876083","100":"39","101":"47","102":"112","103":"14","104":"10","105":"50.9","106":"5.3","107":"2.8","108":"41.1","109":"1096","110":"439","111":"366","112":"291","113":"3673","114":"643","115":"1266","116":"1764","117":"7988.3160809999999","118":"9537.9676459999991","119":"6444.9939299999996","120":"5.1372362836364482","121":"4.7021898294874021","122":"5.9304214489194651","123":"2932","124":"48.2","125":"138","126":"8690.7866300000005","127":"1.1736904809406035","128":"51.4","129":"0.43870276200000002","130":"427","131":"134","132":"149","133":"120","134":"24","135":"6","136":"3","137":"4","138":"1","139":"3","140":"106","141":"48","142":"58","143":"18","144":"40","145":"2514","146":"1099","147":"1415","148":"409","149":"1006","150":"24.666666666666668","151":"0.6960556844547563","152":"..","153":"..","154":"88.028169014084511","155":"76.056338028169009","156":"51.51","157":"45.8","158":"29.9","159":"9.1","160":"319","161":"30.1","162":"3.4482758620689653","163":"6","164":"19","165":"54.54545454545454","166":"81.504702194357364","167":"8.513513513513514","168":"33.514925373134325","169":"424.69","170":"11.878","171":"2.7968635946219602","172":"412.81200000000001","173":"406.27100000000002","174":"6.5410000000000004","175":"98.415501487359876","176":"1.5844985126401363","177":"273.87700000000001","178":"77.972999999999999","179":"27.283999999999999","180":"12.992000000000001","181":"-","182":"67.412392220955994","183":"19.192361748684998","184":"6.71571438768704","185":"3.1978654641852402","186":"-","187":"71.501407954945407","188":"48.200809574093597","189":"13.722808870116156","190":"4.8018303414290742","191":"2.2865188313973954","192":"-","193":"0","194":"272.00460750000002","195":"95.000084695256476","196":"0.1","197":"0.1","198":"-","199":"-","200":"-","201":"-","202":"1244","203":"1.7","204":"10.199999999999999","205":"0.85899999999999999","206":"0.5","207":"1","208":"1.7","209":"6.8000000000000007","210":"0.85899999999999999","211":"0.5","212":"1","213":"1.2088336577692869","214":"4.5255432530450603","215":"1557","216":"1344","217":"9.3000000000000007","218":"1","219":"-","220":"-","221":"1","222":"0.17597784895516536","223":"0.64226075786769421","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.63742123701165498","236":"76","237":"2","238":"-1.1028698935163794","239":"23","240":"4","241":"-0.193164326501652","242":"99","243":"75","244":"140","245":"1.4900000000000002","246":"0.54","247":"36.200000000000003","248":"0.1","249":"6.7","250":"0","251":"0","252":"0.02","253":"1.3","254":"0.02","255":"1.3","256":"0.01","257":"0.7","258":"0.05","259":"3.4","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0.16","271":"10.7","272":"0.59","273":"39.699999999999996","274":"5681","275":"10520","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"70.3","296":"-","297":"85.141651597347803","298":"81.580510992275705","299":"80.11904761904762","300":"76.601998824221056","301":"77.19097916071938"},{"1":"19398","2":"בית אריה-עופרים","3":"3652","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"20.486011123853601","7":"1989","8":"0","9":"9","10":"719","11":"בית אריה","12":"..","13":"..","14":"5409","15":"99.8","16":"95.8","17":"-","18":"-","19":"-","20":"-","21":"2726","22":"2682","23":"7.8942503235348491","24":"9.6690700684045119","25":"10.704381586245146","26":"8.91107413569976","27":"13.403586614901091","28":"17.637271214642261","29":"19.356627842484748","30":"4.3630985394712516","31":"8.0791273802921051","32":"33.887964503605104","33":"1.8487705675725643","34":"826","35":"72","36":"..","37":"0.4","38":"..","39":"7","40":"3.56","41":"65","42":"12.082781249834342","43":"1.0822684438330299","44":"6.5816232205583285","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-10","51":"3","52":"272","53":"130","54":"142","55":"95","56":"42","57":"125","58":"10","59":"269","60":"130","61":"139","62":"69","63":"67","64":"118","65":"15","66":"127","67":"34","68":"21.3","69":"36","70":"16.600000000000001","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"515","88":"16.709928617780662","89":"203","90":"87","91":"6.608072916666667","92":"41","93":"200","94":"130","95":"110","96":"103","97":"-","98":"422","99":"6.6350710900473935","100":"36","101":"50","102":"96","103":"15","104":"22","105":"23.5","106":"36.299999999999997","107":"5.6","108":"34.6","109":"558","110":"356","111":"191","112":"11","113":"1218","114":"534","115":"622","116":"62","117":"11357.3851","118":"13540.096380000001","119":"9309.4496739999995","120":"1.5812305770365187","121":"2.1693682374187562","122":"1.7328869672415204","123":"2574","124":"31.7","125":"249","126":"13528.29891","127":"9.8341500853657884","128":"29.7","129":"0.39862929400000002","130":"292","131":"91","132":"91","133":"97","134":"13","135":"3","136":"2","137":"1","138":"1","139":"-","140":"36","141":"26","142":"10","143":"10","144":"-","145":"833","146":"590","147":"243","148":"243","149":"-","150":"24.652173913043477","151":"1.7770597738287561","152":"..","153":"..","154":"83.908045977011497","155":"80.459770114942529","156":"30.03","157":"..","158":"12.2","159":"2.9","160":"91","161":"30.2","162":"7.6923076923076925","163":"2.2999999999999998","164":"14.3","165":"37.362637362637365","166":"83.516483516483518","167":"11.026315789473685","168":"2.682126696832579","169":"539.37","170":"101.059","171":"18.736488866640698","172":"438.31099999999998","173":"438.31099999999998","174":"-","175":"100","176":"-","177":"382.76400000000001","178":"8.9570000000000007","179":"19.120999999999999","180":"14.507","181":"12.65","182":"87.327034913565896","183":"2.0435261720559099","184":"4.3624275913677701","185":"3.3097503827191201","186":"2.8860786062864001","187":"81.033647624329802","188":"70.764281752634503","189":"1.6559437973747457","190":"3.5350342022554999","191":"2.6820114623775191","192":"2.3386947679792938","193":"1","194":"252.92","195":"100","196":"21","197":"19.899999999999999","198":"138","199":"0.9","200":"0.9","201":"2","202":"1297","203":"-","204":"-","205":"0.1","206":"0.26","207":"0.26","208":"-","209":"-","210":"0.1","211":"0.26","212":"0.26","213":"1.7172852268676477","214":"2.1698678590714229","215":"2767","216":"2306","217":"7.5","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.87507194437812297","236":"201","237":"7","238":"0.64184629358473366","239":"148","240":"6","241":"0.69612845652593403","242":"185","243":"173","244":"201","245":"2.87","246":"1.1499999999999999","247":"40.1","248":"0.04","249":"1.4","250":"0","251":"0","252":"0.01","253":"0.3","254":"0.03","255":"1","256":"0","257":"0","258":"0","259":"0","260":"0.03","261":"1","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.08","269":"2.8","270":"0.19","271":"6.6","272":"1.34","273":"46.8","274":"5409","275":"4703","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"81.72","296":"-","297":"74.755654845015357","298":"73.019390581717445","299":"72.887420864299486","300":"70.503597122302153","301":"70.889003083247687"},{"1":"46252","2":"בית ג'ן","3":"0480","4":"הצפון","5":"מועצה מקומית","6":"125.05068337554199","7":"1964","8":"0","9":"11","10":"258","11":"מעלה נפתלי","12":"7.1990727124770517","13":"1709.4","14":"12307","15":"-","16":"-","17":"100","18":"0.1","19":"-","20":"99.9","21":"6191","22":"6116","23":"7.8816933452506701","24":"7.5729259770862107","25":"7.9548224587633056","26":"8.393597139839116","27":"17.892256439424717","28":"22.166246851385392","29":"16.510928739741612","30":"4.0302267002518892","31":"7.6054278053140489","32":"28.463476070528966","33":"3.1608027951572275","34":"650","35":"210","36":"2.0299999999999998","37":"0.4","38":"..","39":"53","40":"4.76","41":"157","42":"12.838266653823313","43":"1.2795527587816622","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-3","51":"-4","52":"60","53":"12","54":"48","55":"7","56":"27","57":"25","58":"1","59":"64","60":"23","61":"41","62":"12","63":"26","64":"25","65":"1","66":"7","67":"184","68":"50","69":"19","70":"3.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"562","80":"59.612098287351436","81":"19","82":"45","83":"..","84":"..","85":"..","86":"..","87":"1044","88":"13.579604578563995","89":"409","90":"134","91":"5.3604193971166447","92":"36","93":"146","94":"117","95":"110","96":"114","97":"..","98":"946","99":"16.913319238900634","100":"396","101":"372","102":"480","103":"55","104":"27","105":"46.4","106":"0.2","107":"31.5","108":"21.9","109":"1760","110":"1289","111":"455","112":"16","113":"3492","114":"1971","115":"1440","116":"81","117":"7593.1285180000004","118":"10385.751099999999","119":"4432.4384810000001","120":"0.63722007959057247","121":"0.40363674091030699","122":"2.4568548597291295","123":"5839","124":"52","125":"400","126":"6678.4015920000002","127":"8.107512292237228","128":"59.3","129":"0.42321826000000001","130":"590","131":"199","132":"192","133":"196","134":"3","135":"4","136":"3","137":"2","138":"1","139":"1","140":"90","141":"47","142":"43","143":"18","144":"25","145":"2317","146":"1146","147":"1171","148":"576","149":"595","150":"25.022222222222222","151":"0.41356492969396197","152":"..","153":"..","154":"97.512437810945272","155":"73.134328358208961","156":"16.7","157":"37.5","158":"16.600000000000001","159":"3.7","160":"247","161":"32.700000000000003","162":"4.8582995951417001","163":"3.4","164":"19.100000000000001","165":"51.821862348178136","166":"88.259109311740886","167":"10.75462962962963","168":"3.1256995264743868","169":"1009.75","170":"185.62700000000001","171":"18.4","172":"824.12300000000005","173":"696.81200000000001","174":"127.31100000000001","175":"84.551941882461719","176":"15.448058117538279","177":"614.97500000000002","178":"14.676","179":"0.17299999999999999","180":"12.411","181":"2.302","182":"88.2555122472058","183":"2.1061634989064499","184":"2.4827356589725801E-2","185":"1.78111169153229","186":"0.33036170444825902","187":"56.619159827740297","188":"49.969529536036397","189":"1.1924920776793695","190":"1.4057040708539855E-2","191":"1.0084504753392378","192":"0.18704802145120664","193":"0","194":"428.45879394720004","195":"100","196":"9.6","197":"9.4","198":"42","199":"6.6","200":"6.1","201":"22","202":"3141","203":"0.9","204":"10.8","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6136898076322057","214":"1.2098003065628982","215":"5303","216":"4602","217":"7.4","218":"3","219":"-","220":"1","221":"2","222":"0.24531719720681489","223":"0.56571751838581941","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.46353965854574097","236":"93","237":"5","238":"-0.13532742140526524","239":"103","240":"2","241":"-0.73523143924774903","242":"37","243":"50","244":"29","245":"7.2399999999999993","246":"3.13","247":"43.2","248":"0.06","249":"0.8","250":"0","251":"0","252":"0.02","253":"0.3","254":"0.01","255":"0.1","256":"0","257":"0","258":"0","259":"0","260":"0.01","261":"0.1","262":"0.01","263":"0.1","264":"0.02","265":"0.3","266":"1.19","267":"16.399999999999999","268":"1.87","269":"25.8","270":"0.1","271":"1.4","272":"0.82","273":"11.500000000000004","274":"12307","275":"3932","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"93.56","296":"87.464289795451947","297":"57.478108581436082","298":"52.506352506352506","299":"49.477791805348332","300":"38.430447962276858","301":"53.034760815081185"},{"1":"16291","2":"בית דגן","3":"0466","4":"המרכז","5":"מועצה מקומית","6":"2.3524323717248801","7":"1953","8":"0","9":"9","10":"455","11":"מצפה אפק","12":"1.4155523842695985","13":"5399.7","14":"7644","15":"99.9","16":"97.5","17":"-","18":"-","19":"-","20":"-","21":"3833","22":"3810","23":"7.5745682888540031","24":"7.2213500784929359","25":"8.0324437467294612","26":"8.1763474620617469","27":"14.599686028257457","28":"17.046049188906331","29":"19.649398220826793","30":"5.1412872841444273","31":"12.545787545787546","32":"27.891156462585034","33":"5.0497121925693351","34":"772","35":"108","36":"..","37":"0.2","38":"..","39":"39","40":"4.3","41":"69","42":"9.2355779397415887","43":"4.7268214642886335","44":"5.3113553113553111","45":"..","46":"..","47":"..","48":"..","49":"..","50":"285","51":"276","52":"544","53":"274","54":"270","55":"198","56":"81","57":"242","58":"23","59":"268","60":"137","61":"131","62":"64","63":"67","64":"119","65":"18","66":"242","67":"46","68":"17.3","69":"33","70":"11","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"778","88":"17.216198273954415","89":"315","90":"142","91":"7.1154280551163307","92":"41","93":"191","94":"127","95":"114","96":"118","97":"..","98":"827","99":"6.5296251511487302","100":"96","101":"179","102":"194","103":"42","104":"30","105":"49.9","106":"34.200000000000003","107":"13.4","108":"2.4","109":"809","110":"533","111":"252","112":"24","113":"1742","114":"788","115":"824","116":"130","117":"10489.58771","118":"12532.52109","119":"8618.0892949999998","120":"2.13354517468618","121":"1.920009707880066","122":"2.5486507278211334","123":"3562","124":"34.6","125":"394","126":"11801.07523","127":"-4.0156673869007342E-2","128":"31.7","129":"0.420570787","130":"288","131":"77","132":"97","133":"105","134":"9","135":"2","136":"2","137":"-","138":"-","139":"-","140":"20","141":"20","142":"-","143":"-","144":"-","145":"508","146":"508","147":"-","148":"-","149":"-","150":"26.105263157894736","151":"1.2711864406779663","152":"1.6172506738544474","153":"0.89020771513353114","154":"85.593220338983059","155":"75.423728813559322","156":"27.41","157":"48.2","158":"18.899999999999999","159":"3.7","160":"59","161":"30.6","162":"1.6949152542372881","163":"4.3","164":"17.8","165":"40.677966101694921","166":"77.966101694915253","167":"11.2","168":"2.7321428571428572","169":"639.58000000000004","170":"53.886000000000003","171":"8.4","172":"585.69399999999996","173":"585.21600000000001","174":"0.47799999999999998","175":"99.918387417320304","176":"8.1612582679692819E-2","177":"450.94200000000001","178":"15.224","179":"54.918999999999997","180":"55.180999999999997","181":"5.01","182":"77.055651246719194","183":"2.6014326334208202","184":"9.3843982392825893","185":"9.4291680336832897","186":"0.85609416010498696","187":"76.568886562868002","188":"59.000654193379603","189":"1.9918880020934189","190":"7.1855292424440664","191":"7.2198089755331676","192":"0.65550176632212487","193":"0.7","194":"451.76880077419929","195":"90.425923630432735","196":"3.9","197":"2.5","198":"8","199":"13.7","200":"13.7","201":"113","202":"1990","203":"0.75","204":"0.75","205":"-","206":"-","207":"-","208":"0.75","209":"0.75","210":"-","211":"-","212":"-","213":"2.1005446266589285","214":"35.179692723435387","215":"9155","216":"4314","217":"5.4","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.591219035302466","236":"175","237":"2","238":"-0.98883136893501322","239":"32","240":"8","241":"2.4795246306613201","242":"240","243":"241","244":"239","245":"1.4100000000000004","246":"0.76","247":"53.9","248":"0.02","249":"1.4","250":"0","251":"0","252":"7.0000000000000007E-2","253":"5","254":"0.03","255":"2.1","256":"0.05","257":"3.5","258":"0.05","259":"3.5","260":"0.09","261":"6.4","262":"0","263":"0","264":"0.05","265":"3.5","266":"0","267":"0","268":"0.04","269":"2.8","270":"0.1","271":"7.1","272":"0.15","273":"10.800000000000002","274":"7644","275":"10058","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"79.53","296":"-","297":"76.128903918838276","298":"75.817895151754044","299":"75.004893325504014","300":"72.491282448663313","301":"75.804701627486438"},{"1":"10203","2":"בני עי\"ש","3":"1066","4":"המרכז","5":"מועצה מקומית","6":"27.382826622065","7":"1981","8":"0","9":"9","10":"453","11":"זמורה","12":"0.81778447085524264","13":"8427.9","14":"6895","15":"99.2","16":"80.900000000000006","17":"-","18":"-","19":"-","20":"-","21":"3318","22":"3577","23":"7.3096446700507611","24":"7.0485859318346629","25":"5.7287889775199421","26":"5.6997824510514867","27":"12.472806381435824","28":"16.678752719361857","29":"18.1145757795504","30":"6.8020304568527923","31":"20.145032632342279","32":"23.205221174764322","33":"9.3836113125453231","34":"850","35":"101","36":"..","37":"-","38":"-","39":"68","40":"5.22","41":"33","42":"4.7757946615706821","43":"-0.42927703319369925","44":"41.899927483683832","45":"10","46":"20","47":"0","48":"70","49":"10","50":"-97","51":"-106","52":"173","53":"83","54":"90","55":"60","56":"34","57":"66","58":"13","59":"279","60":"124","61":"155","62":"80","63":"63","64":"114","65":"22","66":"158","67":"45","68":"18","69":"29","70":"9.4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"761","88":"19.285352255448558","89":"286","90":"119","91":"7.1751128951329655","92":"42","93":"183","94":"133","95":"104","96":"95","97":"..","98":"1368","99":"37.353801169590646","100":"123","101":"567","102":"227","103":"36","104":"15","105":"46.5","106":"24.1","107":"27.3","108":"2.2000000000000002","109":"729","110":"507","111":"185","112":"37","113":"1562","114":"745","115":"612","116":"205","117":"8419.1825439999993","118":"9978.406997","119":"6929.1203379999997","120":"1.7678264282013245","121":"0.60932397237769553","122":"3.2098009779928383","123":"3968","124":"36.4","125":"215","126":"8541.011853","127":"11.313248579423263","128":"42.8","129":"0.35812311499999999","130":"304","131":"97","132":"95","133":"95","134":"17","135":"2","136":"2","137":"-","138":"-","139":"-","140":"16","141":"16","142":"-","143":"-","144":"-","145":"364","146":"364","147":"-","148":"-","149":"-","150":"23.666666666666668","151":"1.3215859030837005","152":"1.3761467889908259","153":"1.2711864406779663","154":"86.206896551724128","155":"74.712643678160916","156":"14.4","157":"..","158":"12.6","159":"2.2999999999999998","160":"48","161":"29.5","162":"12.5","163":"1.2","164":"15.9","165":"47.916666666666671","166":"83.333333333333343","167":"9.5","168":"3.2022160664819945","169":"418.77300000000002","170":"32.366999999999997","171":"7.7","172":"386.40600000000001","173":"386.40600000000001","174":"-","175":"100","176":"-","177":"349.36799999999999","178":"2.2469999999999999","179":"26.475000000000001","180":"1.843","181":"-","182":"90.414745112653506","183":"0.58151270942997801","184":"6.8516016832036799","185":"0.47695946750309298","186":"-","187":"56.041479332849903","188":"50.669760696156601","189":"0.32588832487309644","190":"3.8397389412617837","191":"0.26729514140681654","192":"-","193":"0","194":"304.74046586112001","195":"100","196":"-","197":"-","198":"-","199":"0.1","200":"-","201":"-","202":"2283","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.2751410502943914","214":"24.61483593312018","215":"33561","216":"32319","217":"2.2000000000000002","218":"3","219":"-","220":"2","221":"1","222":"0.43416315105188019","223":"8.9389469920443373E-2","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"5.0956988173891098E-2","236":"136","237":"1","238":"-1.5132805013950721","239":"10","240":"6","241":"0.76088583788602204","242":"187","243":"183","244":"191","245":"0.84000000000000019","246":"0.52","247":"61.9","248":"0.02","249":"2.4","250":"0.01","251":"1.2","252":"0.01","253":"1.2","254":"0.03","255":"3.6","256":"0","257":"0","258":"0","259":"0","260":"0.02","261":"2.4","262":"0","263":"0","264":"0.02","265":"2.4","266":"0","267":"0","268":"0","269":"0","270":"0.16","271":"19","272":"0.05","273":"5.8999999999999915","274":"6895","275":"13260","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"69.19","296":"-","297":"66.338344565405222","298":"66.214571378890625","299":"65.308599167822464","300":"61.113043478260863","301":"62.633889376646181"},{"1":"31587","2":"בנימינה-גבעת עדה","3":"9800","4":"חיפה","5":"מועצה מקומית","6":"45.1606789494287","7":"1950","8":"0","9":"13","10":"353","11":"יישובי הברון","12":"24.396791401433877","13":"658.9","14":"16075","15":"99.8","16":"96.6","17":"-","18":"-","19":"-","20":"-","21":"8028","22":"8047","23":"6.4136858475894245","24":"9.3561430793157072","25":"11.290824261275272","26":"9.6423017107309494","27":"10.818040435458787","28":"17.430793157076206","29":"21.760497667185071","30":"3.9440124416796269","31":"9.3374805598755835","32":"33.181959564541216","33":"3.4836702954898913","34":"853","35":"163","36":"2.02","37":"-","38":"-","39":"61","40":"4.59","41":"102","42":"6.3749925750218246","43":"0.94186009378186952","44":"7.1353032659409026","45":"5","46":"20","47":"20","48":"20","49":"40","50":"42","51":"5","52":"548","53":"279","54":"269","55":"183","56":"63","57":"285","58":"17","59":"543","60":"271","61":"272","62":"106","63":"175","64":"234","65":"28","66":"502","67":"50","68":"9.5","69":"55","70":"8.9","71":"2","72":"229","73":"-","74":"-","75":"-","76":"1.44","77":"-","78":"..","79":"557.66666666666663","80":"39.157662621713669","81":"20","82":"20","83":"..","84":"..","85":"..","86":"..","87":"886","88":"9.8817755966986383","89":"362","90":"130","91":"4.052390014552782","92":"40","93":"200","94":"124","95":"115","96":"122","97":"..","98":"1389","99":"5.5435565154787616","100":"108","101":"271","102":"281","103":"37","104":"50","105":"44.8","106":"36.4","107":"12.5","108":"6.3","109":"1748","110":"1127","111":"593","112":"28","113":"3768","114":"1706","115":"1904","116":"158","117":"13951.20621","118":"17569.606329999999","119":"10405.53774","120":"2.0290960227541399","121":"-2.8691899386534825E-2","122":"5.2404643805828099","123":"6698","124":"32.9","125":"936","126":"13009.551740000001","127":"-1.2921373184698881","128":"35.5","129":"0.48732921000000001","130":"673","131":"195","132":"226","133":"223","134":"29","135":"8","136":"6","137":"4","138":"2","139":"2","140":"130","141":"72","142":"58","143":"29","144":"29","145":"3581","146":"1865","147":"1716","148":"864","149":"852","150":"25.902777777777779","151":"1.3415892672858616","152":"0.92024539877300615","153":"1.7708333333333333","154":"88.135593220338976","155":"86.440677966101703","156":"62.78","157":"40.4","158":"11.3","159":"3.5","160":"339","161":"31.7","162":"4.71976401179941","163":"0","164":"16.7","165":"48.377581120943951","166":"77.876106194690266","167":"11.907284768211921","168":"0","169":"2320.09","170":"151.67500000000001","171":"6.5374619088052599","172":"2168.415","173":"1434.5519999999999","174":"733.86300000000006","175":"66.156708932561344","176":"33.843291067438656","177":"1061.059","178":"57.631","179":"95.748999999999995","180":"73.320999999999998","181":"13.507","182":"73.964485079662495","183":"4.01735175859781","184":"6.67448792375599","185":"5.1110730039761503","186":"0.94154830218772101","187":"89.246733855916403","188":"66.010887146945393","189":"3.5853552320517608","190":"5.9567624735597864","191":"4.5614657210401894","192":"0.84030110737837505","193":"1","194":"902.70171100000005","195":"99.451934128437685","196":"12.3","197":"10.199999999999999","198":"46","199":"12.9","200":"12.8","201":"64","202":"4133","203":"-","204":"-","205":"2.8","206":"0.187","207":"-","208":"-","209":"-","210":"2.8","211":"2.9870000000000001","212":"-","213":"1.8390895547945205","214":"45.416149648943147","215":"6556","216":"5880","217":"7.4","218":"8","219":"-","220":"2","221":"6","222":"0.49999941764877059","223":"1.2202562538133008","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.3099786519497301","236":"229","237":"10","238":"2.5789665350270146","239":"199","240":"5","241":"0.27592337448090898","242":"159","243":"144","244":"163","245":"24.419999999999998","246":"3.49","247":"14.3","248":"0.17","249":"0.7","250":"0.01","251":"0","252":"0.05","253":"0.2","254":"7.0000000000000007E-2","255":"0.3","256":"0.16","257":"0.7","258":"0.09","259":"0.4","260":"0.56000000000000005","261":"2.2999999999999998","262":"0.05","263":"0.2","264":"0.05","265":"0.2","266":"1.36","267":"5.6","268":"10.46","269":"42.8","270":"7.02","271":"28.7","272":"0.88","273":"3.6","274":"16075","275":"4606","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"67.11","296":"-","297":"75.965452198947673","298":"74.304870834154997","299":"74.446719313639463","300":"73.047619047619051","301":"72.182936908807051"},{"1":"24824","2":"בסמ\"ה","3":"1326","4":"חיפה","5":"מועצה מקומית","6":"56.062720160134901","7":"1996","8":"0","9":"11","10":"354","11":"עירון","12":"5.6034833044664323","13":"1853","14":"10497","15":"-","16":"-","17":"100","18":"100","19":"-","20":"-","21":"5386","22":"5111","23":"10.231494712775078","24":"10.307706963894447","25":"10.145755930265791","26":"10.383919215013814","27":"19.415070972658857","28":"18.300466800038105","29":"13.775364389825665","30":"2.7150614461274651","31":"4.734686100790702","32":"36.839096884824237","33":"1.7147756501857674","34":"845","35":"231","36":"2.69","37":"2.2000000000000002","38":"( 9.3)","39":"31","40":"5.8","41":"200","42":"19.27192115643059","43":"2.3198048163214366","44":"1.905306277984186E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"28","51":"24","52":"89","53":"28","54":"61","55":"29","56":"40","57":"19","58":"1","59":"65","60":"14","61":"51","62":"11","63":"41","64":"12","65":"1","66":"20","67":"144","68":"51.9","69":"13","70":"3.1","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"626.33333333333337","80":"105.69542678821981","81":"24","82":"39","83":"..","84":"..","85":"..","86":"..","87":"886","88":"15.220752448032984","89":"406","90":"279","91":"7.0855148342059335","92":"36","93":"157","94":"119","95":"133","96":"146","97":"-","98":"486","99":"29.012345679012345","100":"549","101":"319","102":"258","103":"39","104":"21","105":"75","106":"4.9000000000000004","107":"19.399999999999999","108":"0.6","109":"1586","110":"900","111":"602","112":"84","113":"3862","114":"1397","115":"2017","116":"448","117":"6175.7788840000003","118":"7299.5592989999996","119":"4443.2840770000003","120":"0.25864855968822376","121":"0.66807852971320081","122":"-0.21292371415164713","123":"4270","124":"55.6","125":"312","126":"8476.0509700000002","127":"-0.82791716901736701","128":"40.1","129":"0.36660356700000002","130":"709","131":"225","132":"237","133":"235","134":"12","135":"7","136":"3","137":"4","138":"2","139":"2","140":"113","141":"61","142":"52","143":"26","144":"26","145":"2831","146":"1515","147":"1316","148":"670","149":"646","150":"27.14","151":"0.7320644216691069","152":"0.85470085470085477","153":"0.60240963855421692","154":"65.531914893617014","155":"40.425531914893611","156":"14.55","157":"25.5","158":"14.1","159":"2.7","160":"287","161":"32.4","162":"1.0452961672473868","163":"2.5","164":"18.100000000000001","165":"38.675958188153309","166":"84.320557491289193","167":"11.035019455252918","168":"2.536964980544747","169":"143.40600000000001","170":"15.603999999999999","171":"10.9","172":"127.80200000000001","173":"126.372","174":"1.43","175":"98.881081673213259","176":"1.1189183267867482","177":"109.754","178":"10.867000000000001","179":"-","180":"0.55900000000000005","181":"3.371","182":"86.849935112208399","183":"8.5992150159845497","184":"-","185":"0.44234482322033403","186":"2.6675212863609001","187":"12.0388682480709","188":"10.4557492616938","189":"1.0352481661427075","190":"-","191":"5.3253310469657998E-2","192":"0.32113937315423452","193":"1.0752688172043012","194":"224.27954125000002","195":"87.880481720041857","196":"1.4","197":"1.4","198":"6","199":"0.6","200":"0.6","201":"4","202":"2241","203":"-","204":"-","205":"-","206":"0.50900000000000001","207":"-","208":"-","209":"-","210":"-","211":"0.50900000000000001","212":"-","213":"1.5796458261285069","214":"13.347218947094341","215":"4552","216":"3808","217":"9.1394773039889952","218":"3","219":"-","220":"-","221":"3","222":"0.28907881734645885","223":"0.65905096660808438","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1042138208676","236":"33","237":"10","238":"4.6493648449395817","239":"201","240":"5","241":"0.15850052544311799","242":"143","243":"134","244":"149","245":"5.6799999999999988","246":"1.9","247":"33.5","248":"0.09","249":"1.6","250":"0","251":"0","252":"0.01","253":"0.2","254":"0.04","255":"0.7","256":"0.04","257":"0.7","258":"0.01","259":"0.2","260":"0.03","261":"0.5","262":"0.13","263":"2.2999999999999998","264":"0","265":"0","266":"0.71","267":"12.5","268":"2.08","269":"36.6","270":"0.14000000000000001","271":"2.5","272":"0.5","273":"8.6999999999999922","274":"10497","275":"5525","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"87.99","296":"-","297":"39.713885865339762","298":"56.033690658499239","299":"67.284229552643467","300":"37.793904208998548","301":"45.660273216503384"},{"1":"15071","2":"בסמת טבעון","3":"0944","4":"הצפון","5":"מועצה מקומית","6":"80.383746871579206","7":"1965","8":"0","9":"9","10":"257","11":"מבוא העמקים","12":"3.9293214954401443","13":"1992.2","14":"8068","15":"-","16":"-","17":"99.7","18":"100","19":"-","20":"-","21":"3992","22":"4077","23":"8.8001983143282096","24":"8.9117501239464545","25":"8.9117501239464545","26":"10.262766484878533","27":"18.567178978681209","28":"18.64154685176004","29":"16.621219633118493","30":"3.3713435795736242","31":"5.9122459097669804","32":"32.684680218145758","33":"2.4169558750619733","34":"748","35":"144","36":"..","37":"0.4","38":"..","39":"38","40":"5.44","41":"106","42":"13.19588396583603","43":"0.88920529015713612","44":"6.1973227565691624E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-45","51":"-45","52":"56","53":"20","54":"36","55":"22","56":"18","57":"15","58":"1","59":"101","60":"37","61":"64","62":"34","63":"37","64":"29","65":"1","66":"34","67":"76","68":"28.8","69":"11","70":"3.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"835","88":"17.623469818488815","89":"335","90":"187","91":"7.1550619393421613","92":"37","93":"154","94":"121","95":"114","96":"120","97":"-","98":"495","99":"23.232323232323232","100":"307","101":"117","102":"318","103":"32","104":"24","105":"88.1","106":"9.9","107":"0.8","108":"1.2","109":"1162","110":"743","111":"378","112":"41","113":"2620","114":"1133","115":"1275","116":"212","117":"6491.0754720000004","118":"7964.608682","119":"4808.7990639999998","120":"0.61658528755148545","121":"-0.52433152007981265","122":"3.4346376454359007","123":"3583","124":"49.9","125":"225","126":"8308.4415630000003","127":"-7.5840665091903237","128":"39.6","129":"0.35490720100000001","130":"438","131":"135","132":"139","133":"159","134":"5","135":"4","136":"3","137":"2","138":"1","139":"1","140":"63","141":"37","142":"26","143":"13","144":"13","145":"1528","146":"835","147":"693","148":"338","149":"355","150":"23.257142857142856","151":"3.7946428571428568","152":"7.1264367816091951","153":"0.65075921908893708","154":"65.540540540540533","155":"48.648648648648653","156":"9.4499999999999993","157":"18","158":"12.2","159":"2.6","160":"170","161":"31.5","162":"1.1764705882352942","163":"3","164":"17.600000000000001","165":"47.647058823529406","166":"78.235294117647058","167":"10.261744966442953","168":"3.1465009810333551","169":"704.32899999999995","170":"59.591000000000001","171":"8.5","172":"644.73800000000006","173":"625.15200000000004","174":"19.585999999999999","175":"96.962176884253765","176":"3.037823115746241","177":"574.49599999999998","178":"18.497","179":"6.2539999999999996","180":"10.061999999999999","181":"14.451000000000001","182":"91.897010647010603","183":"2.9588004197379201","184":"1.0003967035217001","185":"1.60952856265356","186":"2.3115978194103199","187":"77.475771471062103","188":"71.197917957615601","189":"2.2923534514809765","190":"0.77506506382451357","191":"1.2469946709629447","192":"1.7909282438963936","193":"0","194":"300.99420343064003","195":"80.000000227953876","196":"12.6","197":"7.9","198":"35","199":"2.8","200":"2.6","201":"15","202":"1738","203":"-","204":"-","205":"2.8140000000000001","206":"7.45","207":"-","208":"1.8420000000000001","209":"22.73","210":"0.46400000000000002","211":"0.47799999999999998","212":"-","213":"1.2804243036636267","214":"1.9048339543551622","215":"3322","216":"2619","217":"9","218":"2","219":"-","220":"-","221":"2","222":"0.24897894275162319","223":"0.60204695966285371","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.88501658684831896","236":"48","237":"9","238":"1.4593090675279003","239":"186","240":"4","241":"-7.6853481878077098E-2","242":"116","243":"110","244":"124","245":"4.0199999999999996","246":"1.71","247":"42.5","248":"0.05","249":"1.2","250":"0","251":"0","252":"0","253":"0","254":"0.02","255":"0.5","256":"0.01","257":"0.2","258":"0.01","259":"0.2","260":"0.08","261":"2","262":"0","263":"0","264":"0.01","265":"0.2","266":"1.38","267":"34.299999999999997","268":"0.3","269":"7.5","270":"0.3","271":"7.5","272":"0.15","273":"3.8999999999999888","274":"8068","275":"4718","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"85.36","296":"82.163578513943477","297":"31.859084817154894","298":"47.145557655954633","299":"54.663935952336615","300":"32.617400800873682","301":"43.021608218207582"},{"1":"16331","2":"בענה","3":"0483","4":"הצפון","5":"מועצה מקומית","6":"109.13446941880299","7":"..","8":"0","9":"9","10":"260","11":"בקעת בית הכרם","12":"3.458184367817136","13":"2468.5","14":"8536","15":"-","16":"-","17":"99.8","18":"92.6","19":"7.4","20":"-","21":"4290","22":"4247","23":"8.3528584817244607","24":"8.9151827553889404","25":"9.0440487347703851","26":"10.625585754451734","27":"19.329896907216494","28":"19.060449859418931","29":"15.955951265229615","30":"3.1513589503280226","31":"5.5763823805060921","32":"32.68509840674789","33":"2.0149953139643859","34":"739","35":"123","36":"..","37":"0.6","38":"..","39":"31","40":"5.65","41":"92","42":"10.842340865923379","43":"1.2148283953528676","44":"3.5145267104029994E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"0","51":"1","52":"75","53":"23","54":"52","55":"13","56":"42","57":"18","58":"2","59":"74","60":"24","61":"50","62":"13","63":"38","64":"21","65":"2","66":"0","67":"71","68":"26.1","69":"20","70":"6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"807","88":"16.05331211458126","89":"355","90":"200","91":"7.1644803229061553","92":"37","93":"142","94":"123","95":"128","96":"129","97":"-","98":"459","99":"36.601307189542482","100":"481","101":"252","102":"287","103":"35","104":"17","105":"61.3","106":"2.7","107":"15.2","108":"20.8","109":"603","110":"250","111":"313","112":"40","113":"1668","114":"411","115":"1047","116":"210","117":"5702.5373509999999","118":"6726.5412489999999","119":"4525.2276869999996","120":"5.7192485862653797","121":"5.5240171675808636","122":"7.1094792284051911","123":"2240","124":"60.4","125":"205","126":"9845.0026589999998","127":"6.7377909330223806","128":"33.700000000000003","129":"0.39123245899999998","130":"456","131":"159","132":"138","133":"153","134":"6","135":"5","136":"3","137":"3","138":"1","139":"2","140":"85","141":"44","142":"41","143":"14","144":"27","145":"1968","146":"931","147":"1037","148":"345","149":"692","150":"22.225000000000001","151":"0.50150451354062187","152":"..","153":"..","154":"60.479041916167667","155":"41.916167664670652","156":"9.4499999999999993","157":"37.200000000000003","158":"18.600000000000001","159":"3.4","160":"222","161":"32.6","162":"4.5045045045045047","163":"2.2999999999999998","164":"17.7","165":"53.603603603603602","166":"72.522522522522522","167":"9.5700483091787447","168":"3.4674406865219587","169":"811.83299999999997","170":"96.283000000000001","171":"11.9","172":"715.55","173":"574.59799999999996","174":"140.952","175":"80.301586192439373","176":"19.698413807560616","177":"494.89400000000001","178":"13.147","179":"9.7210000000000001","180":"44.81","181":"5.3710000000000004","182":"86.128736960448904","183":"2.28803441710552","184":"1.6917914785641399","185":"7.7984956439110498","186":"0.93474046202736505","187":"67.306782242005397","188":"57.970481433758899","189":"1.5400023427433525","190":"1.1386904064659717","191":"5.2489164811994842","192":"0.62914372730467383","193":"3.4","194":"418.36073742900004","195":"100","196":"3.8","197":"3.8","198":"15","199":"35.299999999999997","200":"0.8","201":"3","202":"2393","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"0.85399999999999998","211":"-","212":"-","213":"2.93667406624099","214":"18.204415130017711","215":"3557","216":"2960","217":"8.8000000000000007","218":"2","219":"-","220":"-","221":"2","222":"0.23570306230268215","223":"0.56227157717177401","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.08790667666792","236":"36","237":"2","238":"-0.95397755279174701","239":"37","240":"4","241":"-0.13409554910323199","242":"107","243":"148","244":"53","245":"3.4499999999999997","246":"1.1399999999999999","247":"33","248":"0","249":"0","250":"0","251":"0","252":"0","253":"0","254":"0.02","255":"0.6","256":"0.05","257":"1.4","258":"0.03","259":"0.9","260":"0.08","261":"2.2999999999999998","262":"0.03","263":"0.9","264":"0","265":"0","266":"0.01","267":"0.3","268":"1.7","269":"49.3","270":"7.0000000000000007E-2","271":"2","272":"0.32","273":"9.3000000000000007","274":"8536","275":"7488","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"90.17","296":"-","297":"72.017432358816052","298":"74.883637665592545","299":"78.896161330267105","300":"56.92838654012079","301":"63.174550299800138"},{"1":"44982","2":"גבעת זאב","3":"3730","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"42.6101190930599","7":"1984","8":"0","9":"13","10":"705","11":"גבעת זאב","12":"..","13":"..","14":"20034","15":"99.9","16":"99.2","17":"-","18":"-","19":"-","20":"-","21":"9979","22":"10055","23":"15.343915343915343","24":"14.02116402116402","25":"11.106119596685634","26":"6.728561445542578","27":"14.335629429969053","28":"17.245682340021961","29":"9.8981731057202751","30":"3.4790855545572525","31":"7.8416691624238792","32":"44.903663771588299","33":"2.570629929120495","34":"1224","35":"614","36":"4.49","37":"1.6","38":"( 2.8)","39":"37","40":"3.12","41":"577","42":"29.394449520198535","43":"4.2063739042667407","44":"7.7717879604672051","45":"72","46":"37.5","47":"36.111111111111107","48":"18.055555555555554","49":"8.3333333333333321","50":"270","51":"211","52":"1350","53":"722","54":"627","55":"604","56":"383","57":"328","58":"35","59":"1139","60":"575","61":"564","62":"420","63":"348","64":"325","65":"46","66":"807","67":"233","68":"37.1","69":"47","70":"6.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1263","80":"83.150103533106332","81":"14","82":"28","83":"..","84":"..","85":"..","86":"..","87":"1811","88":"19.202629625702468","89":"717","90":"328","91":"7.6496319214765824","92":"36","93":"173","94":"116","95":"112","96":"120","97":"..","98":"1467","99":"7.021131561008862","100":"297","101":"257","102":"352","103":"69","104":"63","105":"34.4","106":"14.1","107":"41.2","108":"10.3","109":"2209","110":"952","111":"803","112":"454","113":"6920","114":"1441","115":"2750","116":"2729","117":"9420.6495689999992","118":"10957.076059999999","119":"8102.5235160000002","120":"2.3175819122090546","121":"2.3054236160035879","122":"2.3401351139722193","123":"7545","124":"38.799999999999997","125":"715","126":"9998.4803709999996","127":"-1.9536991192891207","128":"42","129":"0.40950379199999998","130":"1812","131":"551","132":"565","133":"535","134":"161","135":"10","136":"9","137":"3","138":"2","139":"1","140":"106","141":"92","142":"14","143":"12","144":"2","145":"2308","146":"2144","147":"164","148":"151","149":"13","150":"24.766233766233768","151":"2.4297284421152932","152":"3.0442804428044279","153":"1.7733990147783252","154":"53.177257525083611","155":"43.812709030100336","156":"23.13","157":"41.1","158":"13.1","159":"2.8","160":"229","161":"26.8","162":"7.4235807860262017","163":"2.8","164":"14.3","165":"30.567685589519648","166":"62.445414847161572","167":"11.423076923076923","168":"3.4846756949394155","169":"1727.528","170":"436.30399999999997","171":"25.255972696245699","172":"1291.2239999999999","173":"1290.5340000000001","174":"0.69","175":"99.946562331555171","176":"5.3437668444824442E-2","177":"1108.809","178":"23.759","179":"63.85","180":"14.053000000000001","181":"65.481999999999999","182":"85.918619734156593","183":"1.8410208487339399","184":"4.9475643415826296","185":"1.08892907897041","186":"5.0740236212296601","187":"64.417190775681405","188":"55.346361185983802","189":"1.1859339123490067","190":"3.1870819606668661","191":"0.70145752221223923","192":"3.2685434760906458","193":"0","194":"944.02274999999986","195":"100","196":"0.3","197":"0.3","198":"2","199":"38.799999999999997","200":"34.4","201":"231","202":"4430","203":"-","204":"-","205":"-","206":"0.05","207":"-","208":"-","209":"-","210":"-","211":"0.05","212":"-","213":"1.4397913121395776","214":"36.260696002334285","215":"6625","216":"5947","217":"7.8","218":"6","219":"-","220":"-","221":"6","222":"0.30566152014071268","223":"0.90566037735849059","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.19509489978217101","236":"107","237":"9","238":"1.5663583915353749","239":"190","240":"6","241":"0.676136158169937","242":"184","243":"186","244":"171","245":"4.1900000000000004","246":"1.59","247":"37.9","248":"0.09","249":"2.1","250":"0","251":"0","252":"0.04","253":"1","254":"0.03","255":"0.7","256":"0","257":"0","258":"0","259":"0","260":"0.03","261":"0.7","262":"0","263":"0","264":"0.02","265":"0.5","266":"0","267":"0","268":"0.04","269":"1","270":"0.17","271":"4.0999999999999996","272":"2.1800000000000002","273":"52","274":"20034","275":"12600","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73.64","296":"-","297":"76.40626366897034","298":"76.370904666724599","299":"76.532550509411152","300":"73.434742415329026","301":"76.928565765480059"},{"1":"49136","2":"ג'דיידה-מכר","3":"1292","4":"הצפון","5":"מועצה מקומית","6":"101.234836643137","7":"1989","8":"0","9":"13","10":"252","11":"הגליל המרכזי","12":"9.0927654854024471","13":"2365.1999999999998","14":"21507","15":"-","16":"-","17":"99.8","18":"92.8","19":"7.2","20":"-","21":"10837","22":"10671","23":"8.5507044218161532","24":"8.3042730273864329","25":"8.5553540707676579","26":"10.419863300320825","27":"18.412609847956478","28":"18.366113358441439","29":"17.701213558376342","30":"3.8127121402334123","31":"5.881805923652764","32":"31.352582879992561","33":"2.129539219788906","34":"716","35":"315","36":"1.98","37":"1.6","38":"( 4.6)","39":"94","40":"6.28","41":"221","42":"10.316806135108441","43":"0.80336132429346208","44":"3.254754266052913E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-72","51":"-73","52":"202","53":"68","54":"134","55":"48","56":"84","57":"62","58":"8","59":"275","60":"95","61":"180","62":"67","63":"106","64":"100","65":"2","66":"36","67":"256","68":"45.6","69":"72","70":"8.1999999999999993","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"29","82":"52","83":"..","84":"..","85":"..","86":"..","87":"2465","88":"19.157534778891737","89":"1028","90":"549","91":"8.0830319232583747","92":"37","93":"151","94":"118","95":"120","96":"126","97":"-","98":"1262","99":"30.190174326465929","100":"1508","101":"420","102":"843","103":"94","104":"82","105":"85.3","106":"1.3","107":"3.5","108":"9.9","109":"2978","110":"2071","111":"854","112":"53","113":"6214","114":"3147","115":"2795","116":"272","117":"6258.6460960000004","118":"7457.1432100000002","119":"4823.5568759999996","120":"2.5219816120514382","121":"2.00802150434638","122":"3.5985662200098689","123":"9662","124":"54.4","125":"731","126":"9194.2427169999992","127":"-1.6032649040954472","128":"37.200000000000003","129":"0.371229323","130":"1040","131":"363","132":"352","133":"297","134":"28","135":"10","136":"6","137":"7","138":"3","139":"4","140":"169","141":"87","142":"82","143":"41","144":"41","145":"4035","146":"1949","147":"2086","148":"1082","149":"1004","150":"23.612500000000001","151":"2.0436600092893635","152":"3.4482758620689653","153":"0.7213706041478809","154":"82.102272727272734","155":"55.965909090909093","156":"11.35","157":"38.299999999999997","158":"14.9","159":"2.8","160":"442","161":"32.299999999999997","162":"1.1312217194570136","163":"3.3","164":"19.899999999999999","165":"45.701357466063349","166":"78.280542986425345","167":"9.8926829268292682","168":"9.9970215934475064","169":"1755.4179999999999","170":"317.096","171":"18.1","172":"1438.3219999999999","173":"1394.6010000000001","174":"43.720999999999997","175":"96.960277323158522","176":"3.0397226768414862","177":"1220.3720000000001","178":"33.116999999999997","179":"0.18","180":"6.47","181":"48.322000000000003","182":"87.506892652450404","183":"2.37465769779313","184":"1.2906917462414E-2","185":"0.46393197767676903","186":"3.4649336978820502","187":"64.841035893620997","188":"56.740375674167801","189":"1.5397526501766785","190":"8.3689789845638827E-3","191":"0.30081830016737959","192":"2.2466989027338666","193":"0","194":"1204.38905","195":"80.000003321185957","196":"20.9","197":"17.8","198":"91","199":"21.5","200":"18.2","201":"95","202":"5521","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.4165880585342021","214":"1.4382878572809923","215":"8856","216":"7762","217":"8.8000000000000007","218":"16","219":"-","220":"2","221":"14","222":"0.74691809122957042","223":"1.8066847335140017","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.87728796596370395","236":"50","237":"5","238":"-6.2891595756641189E-2","239":"108","240":"4","241":"-0.164893632131944","242":"100","243":"127","244":"71","245":"9.129999999999999","246":"2.44","247":"26.7","248":"0.04","249":"0.4","250":"0.01","251":"0.1","252":"0.03","253":"0.3","254":"0.06","255":"0.7","256":"0.03","257":"0.3","258":"0.01","259":"0.1","260":"0.13","261":"1.4","262":"7.0000000000000007E-2","263":"0.8","264":"0","265":"0","266":"0.14000000000000001","267":"1.5","268":"2.75","269":"30.1","270":"3.18","271":"34.799999999999997","272":"0.24","273":"2.8000000000000171","274":"21507","275":"8814","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"82.45","296":"76.986093900592039","297":"44.637537239324729","298":"63.201008191556397","299":"69.545077433628322","300":"41.578947368421055","301":"53.634873811864956"},{"1":"60241","2":"גדרה","3":"2550","4":"המרכז","5":"מועצה מקומית","6":"23.5000200349088","7":"1949","8":"0","9":"15","10":"431","11":"גדרה","12":"11.432664069099829","13":"2658.4","14":"30392","15":"99.6","16":"97.4","17":"-","18":"-","19":"-","20":"-","21":"14734","22":"15659","23":"7.6072650697551989","24":"9.2952092655962097","25":"10.522505922611213","26":"10.838378520663332","27":"11.723479863121874","28":"17.675704132666493","29":"18.452224269544615","30":"3.3890497499341934","31":"10.502763885232955","32":"34.463016583311401","33":"4.738088970781785","34":"952","35":"367","36":"2.3199999999999998","37":"0.4","38":"..","39":"142","40":"3.81","41":"225","42":"7.5900062341221659","43":"5.1787312507468783","44":"8.6371413529876282","45":"13","46":"23.076923076923077","47":"46.153846153846153","48":"7.6923076923076925","49":"23.076923076923077","50":"1319","51":"1315","52":"2089","53":"1046","54":"1043","55":"838","56":"245","57":"918","58":"88","59":"774","60":"393","61":"381","62":"189","63":"245","64":"292","65":"48","66":"1363","67":"149","68":"35.9","69":"88","70":"8","71":"6","72":"1268","73":"0.86","74":"1.98","75":"-","76":"1.48","77":"7.0000000000000007E-2","78":"..","79":"674.33333333333337","80":"95.106857092247182","81":"25","82":"31","83":"33.6","84":"284.32961554359906","85":"36","86":"263.49910976757064","87":"2159","88":"13.4132703777336","89":"820","90":"329","91":"5.237943149153625","92":"39","93":"191","94":"124","95":"105","96":"101","97":"..","98":"2777","99":"13.539791141519625","100":"328","101":"782","102":"506","103":"70","104":"81","105":"59","106":"25.8","107":"14.1","108":"1.1000000000000001","109":"3353","110":"1980","111":"1224","112":"149","113":"7842","114":"3024","115":"3973","116":"845","117":"11726.316510000001","118":"14394.542890000001","119":"9233.6815690000003","120":"1.0351481169244003","121":"0.4206786224574266","122":"1.7607180352787744","123":"12168","124":"33.6","125":"1070","126":"11496.267680000001","127":"-1.2056993262860027","128":"34.6","129":"0.43165602800000002","130":"1398","131":"420","132":"430","133":"492","134":"56","135":"16","136":"10","137":"11","138":"5","139":"6","140":"264","141":"135","142":"129","143":"52","144":"77","145":"6907","146":"3295","147":"3612","148":"1607","149":"2005","150":"26.391666666666666","151":"0.99367660343270092","152":"1.3010053222945004","153":"0.67484662576687116","154":"93.137254901960787","155":"83.137254901960787","156":"44.87","157":"41.6","158":"12.9","159":"3.4","160":"684","161":"32.1","162":"6.140350877192982","163":"4.9000000000000004","164":"17.3","165":"49.415204678362571","166":"78.654970760233923","167":"11.403624382207578","168":"11.786650774731823","169":"1963.8","170":"90.423000000000002","171":"4.6","172":"1873.377","173":"1873.377","174":"-","175":"100","176":"-","177":"1478.104","178":"30.073","179":"154.62200000000001","180":"34.83","181":"46.154000000000003","182":"78.900509614455601","183":"1.6052828661823","184":"8.2536510269956302","185":"1.8592093315974301","186":"2.4636792274059101","187":"70.725498338870395","188":"55.802778616732098","189":"1.1353443068559348","190":"5.8374358199939591","191":"1.3149350649350648","192":"1.7424494110540623","193":"0.5","194":"1393.7371534745598","195":"100","196":"72.599999999999994","197":"66.8","198":"375","199":"65.099999999999994","200":"55.2","201":"273","202":"8099","203":"0.94799999999999995","204":"9.6489999999999991","205":"-","206":"-","207":"9.6180000000000003","208":"1.458","209":"13.538","210":"-","211":"-","212":"3.2669999999999999","213":"1.7211489585085473","214":"25.879819695445434","215":"11740","216":"10615","217":"7.4","218":"16","219":"-","220":"5","221":"11","222":"0.53973377664868738","223":"1.362862010221465","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.746535638713691","236":"189","237":"2","238":"-0.98838041217839212","239":"33","240":"6","241":"0.93220667379292799","242":"200","243":"199","244":"196","245":"11.36","246":"3.56","247":"31.3","248":"0.2","249":"1.8","250":"0.04","251":"0.4","252":"0.06","253":"0.5","254":"0.1","255":"0.9","256":"0.11","257":"1","258":"0.01","259":"0.1","260":"0.54","261":"4.8","262":"0","263":"0","264":"0.09","265":"0.8","266":"0.13","267":"1.1000000000000001","268":"1.57","269":"13.8","270":"3.85","271":"33.9","272":"1.1000000000000001","273":"9.5999999999999908","274":"30392","275":"8537","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"77.48","296":"-","297":"73.999422466069888","298":"74.149971379507733","299":"74.438393464942138","300":"69.92833517089305","301":"72.431828568526896"},{"1":"10309","2":"ג'ולס","3":"0485","4":"הצפון","5":"מועצה מקומית","6":"104.50285197986599","7":"1967","8":"0","9":"9","10":"252","11":"הגליל המרכזי","12":"3.9983737336178278","13":"1653","14":"6657","15":"-","16":"-","17":"100","18":"0.4","19":"-","20":"99.6","21":"3380","22":"3277","23":"7.61604326273096","24":"7.0001502178158326","25":"7.4357818837314102","26":"8.5023283761454103","27":"18.281508186870962","28":"21.60132191677933","29":"17.966050773621753","30":"4.3262730959891842","31":"7.2555205047318614","32":"26.994141505182515","33":"2.8541385008261981","34":"608","35":"100","36":"..","37":"0.2","38":"..","39":"25","40":"5.31","41":"75","42":"11.343277514959876","43":"1.3779900960532956","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"13","51":"12","52":"44","53":"12","54":"32","55":"4","56":"28","57":"12","58":"0","59":"32","60":"7","61":"25","62":"5","63":"17","64":"10","65":"0","66":"0","67":"88","68":"43.9","69":"10","70":"3.2","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"1128","80":"142.83789897756105","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"617","88":"14.545025931164545","89":"253","90":"91","91":"6.033865967088003","92":"37","93":"146","94":"117","95":"117","96":"122","97":"-","98":"469","99":"10.874200426439232","100":"129","101":"145","102":"255","103":"28","104":"23","105":"73.7","106":"0.6","107":"5.4","108":"20.3","109":"890","110":"665","111":"222","112":"..","113":"1708","114":"1004","115":"689","116":"15","117":"8365.4923199999994","118":"11283.920239999999","119":"4765.1507879999999","120":"0.35573024632942207","121":"1.7127478341784963","122":"0.46163156744571943","123":"3212","124":"46.5","125":"197","126":"6014.8963160000003","127":"1.5058966067135415","128":"59.9","129":"0.39517396399999999","130":"316","131":"100","132":"102","133":"110","134":"4","135":"3","136":"2","137":"2","138":"1","139":"1","140":"45","141":"24","142":"21","143":"9","144":"12","145":"1108","146":"553","147":"555","148":"289","149":"266","150":"24.272727272727273","151":"0.48622366288492713","152":"..","153":"..","154":"84.259259259259252","155":"64.81481481481481","156":"21.71","157":"37.6","158":"18.100000000000001","159":"4.0999999999999996","160":"126","161":"32.700000000000003","162":"1.5873015873015872","163":"3.2","164":"19.8","165":"59.523809523809526","166":"89.682539682539684","167":"9.660869565217391","168":"3.4455445544554455","169":"638.59400000000005","170":"134.245","171":"21.0","172":"504.34899999999999","173":"500.28","174":"4.069","175":"99.193217395097449","176":"0.80678260490255749","177":"390.35199999999998","178":"15.529","179":"-","180":"47.579000000000001","181":"18.251000000000001","182":"78.026705045174694","183":"3.1040617254337599","184":"-","185":"9.5104741344846904","186":"3.6481570320620502","187":"75.150968904912105","188":"58.637824846026703","189":"2.3327324620700014","190":"-","191":"7.1472134595162986","192":"2.7416253567673126","193":"1.8","194":"406.73193200000003","195":"95.000003343725652","196":"4.4000000000000004","197":"4.4000000000000004","198":"15","199":"9.8000000000000007","200":"9.1999999999999993","201":"41","202":"1775","203":"1.3","204":"17.8","205":"-","206":"-","207":"1.05","208":"2.8","209":"37.799999999999997","210":"-","211":"-","212":"1.05","213":"1.4157159944420961","214":"1.9104618915428344","215":"3318","216":"2840","217":"7.9414194517461514","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.20298727141446099","236":"106","237":"4","238":"-0.38149333024393967","239":"81","240":"4","241":"-0.279740827200189","242":"89","243":"104","244":"65","245":"4.08","246":"1.61","247":"39.5","248":"0.03","249":"0.7","250":"0.01","251":"0.2","252":"0","253":"0","254":"0.02","255":"0.5","256":"0.11","257":"2.7","258":"0.08","259":"2","260":"0.01","261":"0.2","262":"0.01","263":"0.2","264":"0","265":"0","266":"0","267":"0","268":"1.83","269":"44.9","270":"0","271":"0","272":"0.37","273":"9.1","274":"6657","275":"4135","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"94.29","296":"90.276008492569005","297":"55.883630047763788","298":"61.802575107296143","299":"60.424628450106155","300":"58.122143747403413","301":"53.75954965822276"},{"1":"26241","2":"ג'לג'וליה","3":"0627","4":"המרכז","5":"מועצה מקומית","6":"11.4175199539325","7":"1957","8":"0","9":"11","10":"451","11":"קסם","12":"2.4706066063977095","13":"4241.8","14":"10480","15":"-","16":"-","17":"98.7","18":"100","19":"-","20":"-","21":"5369","22":"5110","23":"10.648854961832061","24":"10.066793893129772","25":"9.6183206106870234","26":"10.687022900763358","27":"18.711832061068701","28":"16.698473282442748","29":"14.475190839694656","30":"2.9866412213740459","31":"6.1164122137404577","32":"36.612595419847331","33":"2.6431297709923665","34":"891","35":"186","36":"2.5","37":"0.8","38":"..","39":"50","40":"5.24","41":"136","42":"13.054246771147021","43":"1.1911734233745364","44":"0.49618320610687022","45":"0","46":"0","47":"0","48":"0","49":"0","50":"1","51":"-2","52":"88","53":"31","54":"57","55":"40","56":"32","57":"15","58":"1","59":"90","60":"28","61":"62","62":"29","63":"42","64":"18","65":"1","66":"0","67":"116","68":"31.1","69":"31","70":"8","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"30","82":"50","83":"..","84":"..","85":"..","86":"..","87":"711","88":"12.51540221791938","89":"299","90":"157","91":"5.3383324406356003","92":"37","93":"160","94":"122","95":"120","96":"120","97":"-","98":"568","99":"23.943661971830984","100":"334","101":"264","102":"383","103":"37","104":"25","105":"79.7","106":"16.7","107":"2.9","108":"0.7","109":"1529","110":"899","111":"549","112":"81","113":"3622","114":"1383","115":"1808","116":"431","117":"5829.9622479999998","118":"6571.4946239999999","119":"4957.0190720000001","120":"2.4604545474032458","121":"1.9967917072034158","122":"3.754058927194559","123":"4300","124":"55.7","125":"383","126":"8300.3654769999994","127":"5.7726562809284454","128":"41","129":"0.34021891300000001","130":"617","131":"209","132":"215","133":"185","134":"8","135":"5","136":"3","137":"3","138":"2","139":"1","140":"89","141":"53","142":"36","143":"19","144":"17","145":"2124","146":"1198","147":"926","148":"461","149":"465","150":"27.871794871794872","151":"0.99173553719008267","152":"1.5050167224080269","153":"0.49019607843137253","154":"61.467889908256879","155":"43.577981651376149","156":"11.38","157":"35.4","158":"13.5","159":"2.6","160":"238","161":"31.5","162":"3.3613445378151261","163":"3.4","164":"16.8","165":"42.016806722689076","166":"70.588235294117652","167":"9.627272727272727","168":"3.3309726156751651","169":"988.12199999999996","170":"155.48599999999999","171":"15.7","172":"832.63599999999997","173":"649.56600000000003","174":"183.07","175":"78.013201446970825","176":"21.986798553029175","177":"573.60500000000002","178":"47.457999999999998","179":"-","180":"25.271000000000001","181":"3.2320000000000002","182":"88.305884236551805","183":"7.3061090020105697","184":"-","185":"3.8904437732270498","186":"0.49756298821058997","187":"61.981488549618298","188":"54.733301526717597","189":"4.5284351145038171","190":"-","191":"2.4113549618320609","192":"0.30839694656488548","193":"0","194":"493.67099999999994","195":"98","196":"13.4","197":"12","198":"52","199":"9.5","200":"4.0999999999999996","201":"29","202":"1861","203":"-","204":"-","205":"2.54","206":"0.36","207":"-","208":"2.2000000000000002","209":"34.4","210":"2.54","211":"5.86","212":"-","213":"1.3979197332330502","214":"56.250126841538808","215":"4655","216":"3686","217":"9.3000000000000007","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.96267646177295296","236":"41","237":"3","238":"-0.79276427607076749","239":"45","240":"7","241":"1.4626135602741499","242":"221","243":"220","244":"226","245":"2.4700000000000002","246":"0.83","247":"33.6","248":"0.05","249":"2","250":"0","251":"0","252":"0.04","253":"1.6","254":"0.04","255":"1.6","256":"0.08","257":"3.2","258":"0.03","259":"1.2","260":"0.06","261":"2.4","262":"0.06","263":"2.4","264":"0","265":"0","266":"0","267":"0","268":"0.28000000000000003","269":"11.3","270":"0.45","271":"18.2","272":"0.55000000000000004","273":"22.499999999999989","274":"10480","275":"12627","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"88.87","296":"-","297":"68.41681430181994","298":"74.88482922954725","299":"79.555068149772836","300":"59.062547557449399","301":"69.502617801047123"},{"1":"0","2":"גן יבנה","3":"0166","4":"המרכז","5":"מועצה מקומית","6":"30.468126322172299","7":"1950","8":"0","9":"13","10":"429","11":"גן יבנה","12":"11.452306012256059","13":"2119","14":"24251","15":"99.7","16":"96.6","17":"-","18":"-","19":"-","20":"-","21":"12174","22":"12077","23":"6.1317059090346788","24":"8.2635767597212482","25":"10.065564306626531","26":"10.350088656137892","27":"15.298338212857201","28":"15.409673827883386","29":"21.594985773782525","30":"4.5400189682899672","31":"8.3419240443693052","32":"30.765741618902315","33":"2.7668962104655477","34":"759","35":"276","36":"2.15","37":"0.2","38":"..","39":"67","40":"4.01","41":"209","42":"8.6764822335857534","43":"1.3643523042378547","44":"9.1831264690115884","45":"16","46":"18.75","47":"37.5","48":"18.75","49":"25","50":"79","51":"55","52":"960","53":"465","54":"495","55":"375","56":"160","57":"379","58":"46","59":"905","60":"468","61":"437","62":"249","63":"268","64":"344","65":"44","66":"527","67":"120","68":"48.8","69":"83","70":"8.3000000000000007","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"805.33333333333337","80":"86.023784232531185","81":"23","82":"29","83":"28.6","84":"319.03144193704838","85":"27.8","86":"269.30844212451979","87":"2263","88":"15.865114974761637","89":"875","90":"351","91":"6.1946902654867255","92":"40","93":"186","94":"122","95":"108","96":"103","97":"..","98":"1902","99":"8.6225026288117768","100":"257","101":"412","102":"491","103":"56","104":"83","105":"42.2","106":"32.4","107":"20.2","108":"5.0999999999999996","109":"2375","110":"1507","111":"776","112":"92","113":"5278","114":"2238","115":"2540","116":"500","117":"11358.81889","118":"14179.15121","119":"8661.7898449999993","120":"0.58338353166460521","121":"0.57663006885355639","122":"0.61154038833839408","123":"11992","124":"34.5","125":"1002","126":"11066.3225","127":"-1.7739497270523263","128":"35.6","129":"0.42402295200000001","130":"1061","131":"305","132":"347","133":"366","134":"43","135":"8","136":"6","137":"4","138":"2","139":"2","140":"175","141":"92","142":"83","143":"41","144":"42","145":"4870","146":"2424","147":"2446","148":"1234","149":"1212","150":"27.576470588235296","151":"0.74779061862678453","152":"..","153":"..","154":"87.682672233820455","155":"82.254697286012529","156":"35.5","157":"42.3","158":"17.7","159":"4.0999999999999996","160":"447","161":"33","162":"6.2639821029082778","163":"3.5","164":"17.600000000000001","165":"45.63758389261745","166":"79.642058165548107","167":"12.443877551020408","168":"2.6965969659696598","169":"2147.248","170":"231.85499999999999","171":"10.8","172":"1915.393","173":"1911.085","174":"4.3079999999999998","175":"99.775085321915654","176":"0.2249146780843409","177":"1448.694","178":"48.094999999999999","179":"147.809","180":"40.320999999999998","181":"48.350999999999999","182":"75.804791518953905","183":"2.51663322144227","184":"7.7342975325534997","185":"2.1098485938615998","186":"2.5300287532998298","187":"78.804379200857696","188":"59.737495361016002","189":"1.9832171869201269","190":"6.0949651560760385","191":"1.662653086470661","192":"1.9937734526411282","193":"0.6","194":"1704.0349499404351","195":"99.980000410202166","196":"190.3","197":"184.8","198":"955","199":"17.2","200":"15.9","201":"69","202":"5553","203":"0.75700000000000001","204":"5.1619999999999999","205":"1.1000000000000001","206":"0.85","207":"0.16300000000000001","208":"0.75700000000000001","209":"5.1619999999999999","210":"9.4","211":"7.15","212":"0.16300000000000001","213":"1.8331651524319506","214":"28.881933993356746","215":"10873","216":"9631","217":"6.7720000000000002","218":"18","219":"-","220":"3","221":"15","222":"0.74725684308394047","223":"1.6554768693092983","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.77154814241037695","236":"191","237":"4","238":"-0.24614475734600341","239":"97","240":"6","241":"0.66986948476252695","242":"182","243":"181","244":"186","245":"11.45","246":"3.43","247":"30","248":"0.2","249":"1.7","250":"0","251":"0","252":"0.06","253":"0.5","254":"0.05","255":"0.4","256":"0.03","257":"0.3","258":"0.19","259":"1.7","260":"0.17","261":"1.5","262":"0","263":"0","264":"0.06","265":"0.5","266":"0.01","267":"0.1","268":"1.74","269":"15.2","270":"3.98","271":"34.799999999999997","272":"1.53","273":"13.299999999999992","274":"24251","275":"7070","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.709999999999994","296":"-","297":"75.630822382626945","298":"74.523227383863073","299":"74.841207428467726","300":"71.903969574518655","301":"73.973945123357154"},{"1":"67749","2":"גני תקווה","3":"0229","4":"המרכז","5":"מועצה מקומית","6":"1.4325543587588201","7":"1953","8":"0","9":"13","10":"428","11":"גני תקווה","12":"2.1578837555198098","13":"10516.7","14":"22694","15":"99.9","16":"98.4","17":"-","18":"-","19":"-","20":"-","21":"11010","22":"11684","23":"8.8129020886577951","24":"10.090772891513176","25":"9.0420375429628983","26":"7.689257072353926","27":"9.1213536617608177","28":"18.595223407067948","29":"17.260068740636292","30":"3.8644575658764433","31":"15.528333480215036","32":"32.735524808319383","33":"6.6184894685820037","34":"1048","35":"332","36":"2.72","37":"0.4","38":"..","39":"112","40":"3.58","41":"220","42":"9.9446605755007393","43":"5.3028521241361659","44":"5.3846831761699123","45":"19","46":"47.368421052631575","47":"10.526315789473683","48":"26.315789473684209","49":"15.789473684210526","50":"934","51":"909","52":"1656","53":"806","54":"850","55":"522","56":"209","57":"748","58":"177","59":"747","60":"379","61":"368","62":"204","63":"215","64":"271","65":"57","66":"959","67":"79","68":"58.2","69":"91","70":"10","71":"3","72":"197","73":"-","74":"0.6","75":"-","76":"0.16","77":"0.15","78":"..","79":"623.66666666666663","80":"45.917770549058694","81":"17","82":"27","83":"..","84":"..","85":"..","86":"..","87":"1645","88":"14.050222070379229","89":"660","90":"270","91":"5.7672142607479904","92":"41","93":"211","94":"131","95":"113","96":"113","97":"..","98":"3318","99":"3.6166365280289332","100":"153","101":"516","102":"366","103":"63","104":"54","105":"41","106":"47.1","107":"5","108":"6.9","109":"2047","110":"1318","111":"643","112":"86","113":"4540","114":"1998","115":"2042","116":"500","117":"14415.25726","118":"17587.008760000001","119":"11574.554749999999","120":"3.1648480513707611","121":"2.7568482281406403","122":"3.6007500276332483","123":"8754","124":"29.6","125":"1052","126":"14689.08317","127":"-5.0162837910808218","128":"34.4","129":"0.462748516","130":"1365","131":"425","132":"436","133":"441","134":"63","135":"10","136":"7","137":"3","138":"1","139":"2","140":"153","141":"100","142":"53","143":"26","144":"27","145":"4483","146":"2806","147":"1677","148":"886","149":"791","150":"28.638297872340427","151":"0.29225523623964927","152":"..","153":"..","154":"89.88095238095238","155":"85.416666666666657","156":"56.89","157":"51.2","158":"18.399999999999999","159":"3.1","160":"406","161":"30.2","162":"8.6206896551724146","163":"3.9","164":"14.1","165":"38.423645320197039","166":"65.517241379310349","167":"12.766381766381766","168":"2.3731309975451906","169":"1851.691","170":"76.165000000000006","171":"4.1","172":"1775.5260000000001","173":"1775.5260000000001","174":"-","175":"100","176":"-","177":"1441.528","178":"76.679000000000002","179":"197.31700000000001","180":"31.302","181":"22.965","182":"81.188785745745193","183":"4.3186638776340098","184":"11.113157453058999","185":"1.76297052253811","186":"1.2934195275090301","187":"78.237683969331101","188":"63.520225610293501","189":"3.3788225962809553","190":"8.6946770071384503","191":"1.3793073058958314","192":"1.0119414823301314","193":"1","194":"1407.5095182143114","195":"99.570000000000007","196":"5.9","197":"3","198":"8","199":"34.799999999999997","200":"34.799999999999997","201":"144","202":"7749","203":"1.3015000000000001","204":"15.203670000000001","205":"0.22500000000000001","206":"1.3440000000000001","207":"0.51700000000000002","208":"1.3015000000000001","209":"15.203999999999999","210":"0.22500000000000001","211":"1.3240000000000001","212":"0.34200000000000003","213":"1.2919366478992285","214":"36.196998145229252","215":"9985","216":"9035","217":"6.5586933109967696","218":"5","219":"-","220":"-","221":"5","222":"0.22601501307956226","223":"0.50075112669003496","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.44641249212852","236":"239","237":"1","238":"-1.6391565159080215","239":"3","240":"9","241":"2.92299140170836","242":"246","243":"246","244":"242","245":"2.1300000000000003","246":"1.38","247":"64.8","248":"0.11","249":"5.2","250":"0","251":"0","252":"0.02","253":"0.9","254":"7.0000000000000007E-2","255":"3.3","256":"0.03","257":"1.4","258":"0","259":"0","260":"0.02","261":"0.9","262":"0","263":"0","264":"0.02","265":"0.9","266":"0","267":"0","268":"0.01","269":"0.5","270":"0.06","271":"2.8","272":"0.41","273":"19.299999999999979","274":"22694","275":"16445","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"66.34","296":"-","297":"78.658406323435159","298":"77.911172796668978","299":"78.014521272986357","300":"75.421177374927936","301":"75.795988811521752"},{"1":"48635","2":"ג'סר א-זרקא","3":"0541","4":"חיפה","5":"מועצה מקומית","6":"44.535369858010696","7":"1963","8":"1","9":"11","10":"353","11":"יישובי הברון","12":"2.0718089520665872","13":"9283.5","14":"15315","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"7646","22":"7670","23":"11.302644466209598","24":"11.263467189030363","25":"10.525628468821417","26":"10.956578517793014","27":"18.269670257917074","28":"19.39928174991838","29":"12.791380999020568","30":"2.3179888997714659","31":"3.1733594515181194","32":"39.562520404831865","33":"0.85537055174665366","34":"895","35":"352","36":"2.93","37":"3","38":"( 8.4)","39":"66","40":"9.09","41":"286","42":"18.789677193546591","43":"1.2463876016600466","44":"3.9177277179236039E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-107","51":"-112","52":"49","53":"23","54":"26","55":"13","56":"24","57":"12","58":"0","59":"161","60":"67","61":"94","62":"62","63":"53","64":"46","65":"0","66":"3","67":"202","68":"15.6","69":"47","70":"8.9","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1373.3333333333333","80":"49.609562046292474","81":"34","82":"62","83":"..","84":"..","85":"..","86":"..","87":"1381","88":"16.786191807463229","89":"549","90":"290","91":"6.7594188623491753","92":"37","93":"157","94":"126","95":"112","96":"120","97":"-","98":"668","99":"9.1317365269461082","100":"423","101":"185","102":"795","103":"32","104":"16","105":"81.7","106":"0.2","107":"2.1","108":"16","109":"2318","110":"1165","111":"881","112":"272","113":"6293","114":"1756","115":"3003","116":"1534","117":"5766.8423599999996","118":"6714.2201569999997","119":"4762.5781370000004","120":"2.1453011962736523","121":"-0.5794728313467945","122":"6.4128286946894431","123":"7136","124":"49.9","125":"132","126":"8671.5198299999993","127":"15.096746709552257","128":"44.7","129":"0.282347615","130":"1057","131":"340","132":"353","133":"347","134":"17","135":"8","136":"5","137":"4","138":"2","139":"2","140":"151","141":"86","142":"65","143":"32","144":"33","145":"3556","146":"1966","147":"1590","148":"836","149":"754","150":"26.941176470588236","151":"2.6673640167364017","152":"3.091684434968017","153":"2.2587268993839835","154":"52.5","155":"27.500000000000004","156":"2.27","157":"14.7","158":"7.5","159":"1.5","160":"415","161":"32.6","162":"3.8554216867469884","163":"3.2","164":"15.5","165":"40.722891566265062","166":"82.409638554216869","167":"9.3612565445026181","168":"3.5184563758389262","169":"1192.6120000000001","170":"321.46300000000002","171":"27.0","172":"871.149","173":"871.149","174":"-","175":"100","176":"-","177":"837.55399999999997","178":"19.373999999999999","179":"0.183","180":"9.2460000000000004","181":"3.516","182":"96.143598856223207","183":"2.2239593915621798","184":"2.1006739375238899E-2","185":"1.06135689761453","186":"0.40360489422590201","187":"56.882076395690497","188":"54.688475350963103","189":"1.2650342801175318","190":"1.1949069539666993E-2","191":"0.60372184133202744","192":"0.22957884427032321","193":"0.7","194":"505.65840500000007","195":"90.000008009359604","196":"12.7","197":"7.8","198":"44","199":"7.7","200":"7.4","201":"43","202":"2886","203":"2.44","204":"13.68","205":"0.39","206":"0.58599999999999997","207":"-","208":"-","209":"-","210":"0.38","211":"0.58599999999999997","212":"-","213":"1.4726989478307277","214":"27.89400698279675","215":"3712","216":"3296","217":"9.9","218":"5","219":"-","220":"2","221":"3","222":"0.32849086002703837","223":"1.3469827586206897","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.4843677428444799","236":"15","237":"1","238":"-1.5472113690857827","239":"7","240":"5","241":"0.25679189555694498","242":"157","243":"138","244":"166","245":"1.65","246":"0.83","247":"50.3","248":"7.0000000000000007E-2","249":"4.2","250":"0","251":"0","252":"0.02","253":"1.2","254":"0.03","255":"1.8","256":"0.03","257":"1.8","258":"0","259":"0","260":"0.06","261":"3.6","262":"0","263":"0","264":"0.01","265":"0.6","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"0.6","273":"36.499999999999993","274":"15315","275":"18452","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"84.72","296":"-","297":"21.772151898734176","298":"42.012707056954845","299":"55.54181654676259","300":"24.455574912891986","301":"43.378661087866114"},{"1":"5602","2":"ג'ש (גוש חלב)","3":"0487","4":"הצפון","5":"מועצה מקומית","6":"136.97010954067201","7":"1963","8":"0","9":"9","10":"258","11":"מעלה נפתלי","12":"7.0611352220347889","13":"..","14":"3154","15":"-","16":"-","17":"99.7","18":"37.1","19":"62.6","20":"-","21":"1553","22":"1600","23":"6.9752694990488271","24":"6.7850348763474955","25":"8.1483830057070392","26":"7.6410906785034873","27":"15.630944831959416","28":"19.720989220038046","29":"19.181991122384275","30":"4.2168674698795181","31":"11.667723525681675","32":"26.220672162333546","33":"5.9289790741915027","34":"702","35":"49","36":"..","37":"-","38":"-","39":"14","40":"..","41":"35","42":"11.145024226122771","43":"0.83801212072276599","44":"6.3411540900443875E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-18","51":"-14","52":"33","53":"14","54":"19","55":"7","56":"12","57":"14","58":"0","59":"47","60":"17","61":"30","62":"14","63":"16","64":"17","65":"0","66":"0","67":"33","68":"15.5","69":"7","70":"5.0999999999999996","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1172.6666666666667","80":"59.42619976514311","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"281","88":"14.681295715778475","89":"115","90":"52","91":"6.014644351464435","92":"39","93":"168","94":"120","95":"115","96":"113","97":"..","98":"342","99":"17.251461988304094","100":"41","101":"136","102":"94","103":"8","104":"20","105":"67.7","106":"6.5","107":"4.2","108":"21.5","109":"402","110":"283","111":"116","112":"..","113":"818","114":"430","115":"372","116":"16","117":"8899.8887410000007","118":"10326.140530000001","119":"7501.8609280000001","120":"0.54056518624852057","121":"2.2215097149761664","122":"-1.3651137556397686","123":"1501","124":"37.200000000000003","125":"221","126":"10272.31574","127":"-9.3317478513816994","128":"38.5","129":"0.37702703700000001","130":"138","131":"50","132":"44","133":"42","134":"..","135":"2","136":"1","137":"1","138":"-","139":"1","140":"23","141":"15","142":"8","143":"-","144":"8","145":"543","146":"366","147":"177","148":"-","149":"177","150":"24.272727272727273","151":"..","152":"..","153":"..","154":"85.964912280701753","155":"70.175438596491219","156":"27.62","157":"..","158":"23.3","159":"4.0999999999999996","160":"56","161":"34.5","162":"3.5714285714285712","163":"1.1000000000000001","164":"23.9","165":"42.857142857142854","166":"71.428571428571431","167":"10.92","168":"3.2032967032967035","169":"288.14400000000001","170":"22.75","171":"7.9","172":"265.39400000000001","173":"203.554","174":"61.84","175":"76.698794999133369","176":"23.301205000866638","177":"173.595","178":"9.5079999999999991","179":"-","180":"9.327","181":"1.7769999999999999","182":"85.282038181514494","183":"4.6709963940772496","184":"-","185":"4.58207650058461","186":"0.87298702064317102","187":"64.558832857595903","188":"55.057088487155099","189":"3.0155407548366635","190":"-","191":"2.9581351094196005","192":"0.56359023152553123","193":"0","194":"188.61156354688001","195":"98.000016579544237","196":"3.2","197":"1.3","198":"5","199":"2.2999999999999998","200":"2.2999999999999998","201":"11","202":"903","203":"0.7","204":"9.8000000000000007","205":"1.298","206":"4.2460000000000004","207":"-","208":"-","209":"-","210":"1.298","211":"4.2460000000000004","212":"-","213":"1.6111037200690057","214":"9.6795503525054407","215":"1592","216":"1349","217":"7.4","218":"1","219":"-","220":"-","221":"1","222":"0.31842926360350776","223":"0.62814070351758799","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.46579247810549901","236":"168","237":"2","238":"-1.2827578707510823","239":"13","240":"2","241":"-0.95007603418720898","242":"24","243":"30","244":"21","245":"7.07","246":"0.55000000000000004","247":"7.8","248":"0.02","249":"0.3","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.01","255":"0.1","256":"0.01","257":"0.1","258":"0.06","259":"0.8","260":"0.05","261":"0.7","262":"0.04","263":"0.6","264":"0","265":"0","266":"1.05","267":"14.9","268":"3.33","269":"47.1","270":"0.13","271":"1.8","272":"1.81","273":"25.699999999999996","274":"3154","275":"5735","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"80.11","296":"81.719566090799518","297":"47.292863002461033","298":"60.155292194523902","299":"62.098413989426589","300":"45.221911235505793","301":"49.590323839250878"},{"1":"43554","2":"ג'ת","3":"0628","4":"חיפה","5":"מועצה מקומית","6":"38.293639814214004","7":"..","8":"0","9":"11","10":"354","11":"עירון","12":"7.4628876047006392","13":"1616","14":"12473","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"6321","22":"6151","23":"9.7650926000160343","24":"9.0194820812955978","25":"8.7869798765333123","26":"9.3241401427082504","27":"17.70223683155616","28":"19.369838851920147","29":"15.224885753226971","30":"4.0567626072316205","31":"6.7425639381063096","32":"32.558325984125709","33":"2.2528661909725005","34":"774","35":"224","36":"2.31","37":"0.8","38":"..","39":"43","40":"5.63","41":"181","42":"14.631259925949816","43":"1.6586287844433514","44":"4.0086587027980437E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"20","51":"1","52":"116","53":"34","54":"82","55":"36","56":"52","57":"28","58":"0","59":"115","60":"41","61":"74","62":"35","63":"59","64":"21","65":"0","66":"6","67":"168","68":"13.2","69":"35","70":"6.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1076","80":"46.383449131791167","81":"23","82":"53","83":"..","84":"..","85":"..","86":"..","87":"953","88":"13.124913923701969","89":"412","90":"253","91":"5.7214275795028469","92":"37","93":"160","94":"121","95":"124","96":"129","97":"..","98":"838","99":"13.723150357995227","100":"336","101":"477","102":"211","103":"19","104":"26","105":"60.9","106":"1.2","107":"9.1","108":"28.9","109":"373","110":"145","111":"209","112":"19","113":"1054","114":"260","115":"688","116":"106","117":"8069.1121059999996","118":"9646.0867940000007","119":"6356.5553790000004","120":"3.9326694536149231","121":"5.7860015502682716","122":"3.8057532997715526","123":"2960","124":"43.4","125":"347","126":"8540.5457609999994","127":"1.7269431320754647","128":"41.5","129":"0.38363715399999998","130":"712","131":"233","132":"241","133":"219","134":"19","135":"6","136":"3","137":"3","138":"2","139":"1","140":"89","141":"46","142":"43","143":"22","144":"21","145":"2572","146":"1297","147":"1275","148":"680","149":"595","150":"29.627906976744185","151":"0.77881619937694702","152":"0.96930533117932149","153":"0.60150375939849632","154":"83.268482490272376","155":"70.42801556420234","156":"27.25","157":"44.9","158":"26.4","159":"4.5","160":"232","161":"33","162":"3.4482758620689653","163":"2.5","164":"21.3","165":"42.241379310344826","166":"72.41379310344827","167":"12.423076923076923","168":"2.7008513931888545","169":"937.57299999999998","170":"111.251","171":"11.9","172":"826.322","173":"816.59500000000003","174":"9.7270000000000003","175":"98.822855981082441","176":"1.1771440189175648","177":"702.82799999999997","178":"36.158999999999999","179":"-","180":"25.620999999999999","181":"19.126999999999999","182":"86.068124345605796","183":"4.4280212345164998","184":"-","185":"3.1375406413215901","186":"2.3422871803035799","187":"65.469013068227397","188":"56.347951575402902","189":"2.8989818006894894","190":"-","191":"2.0541168924877735","192":"1.5334723001683637","193":"1.5","194":"718.18593628895098","195":"81.000003884077827","196":"8.9","197":"7.4","198":"33","199":"2.2000000000000002","200":"1.3","201":"6","202":"3422","203":"-","204":"-","205":"4.1680000000000001","206":"0.33700000000000002","207":"-","208":"2.7","209":"32.4","210":"0.76800000000000002","211":"0.33700000000000002","212":"-","213":"1.7352555634421198","214":"10.264352842784396","215":"5465","216":"4831","217":"9.0700995240155784","218":"5","219":"-","220":"-","221":"5","222":"0.40417845099308886","223":"0.91491308325709064","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-6.5600275535432004E-2","236":"121","237":"4","238":"-0.52511275227815257","239":"69","240":"6","241":"0.466600959631434","242":"171","243":"160","244":"177","245":"7.7099999999999991","246":"2.8","247":"36.299999999999997","248":"0.05","249":"0.6","250":"0","251":"0","252":"0.02","253":"0.3","254":"0.02","255":"0.3","256":"0.02","257":"0.3","258":"0.14000000000000001","259":"1.8","260":"0.32","261":"4.2","262":"0.24","263":"3.1","264":"0","265":"0","266":"0","267":"0","268":"1.76","269":"22.8","270":"2","271":"25.9","272":"0.34","273":"4.4000000000000004","274":"12473","275":"4455","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"37.343201204214758","298":"50.85629188384214","299":"56.156853163938436","300":"26.604850213980029","301":"39.832068092937654"},{"1":"39529","2":"דאלית אל-כרמל","3":"0494","4":"חיפה","5":"מועצה מקומית","6":"72.435451757244195","7":"1951","8":"0","9":"13","10":"356","11":"רכס הכרמל","12":"9.4396865411542201","13":"1719.5","14":"18061","15":"-","16":"-","17":"99.7","18":"2.8","19":"-","20":"97.1","21":"9168","22":"8893","23":"7.4193012568517798","24":"7.6795304800398645","25":"7.9397597032279501","26":"7.7847295277116437","27":"15.425502463872432","28":"21.776202868058245","29":"18.852776701179337","30":"4.5733901777310226","31":"8.5432700293449972","32":"27.695033497591496","33":"2.7739327833453298","34":"649","35":"265","36":"1.96","37":"0.2","38":"..","39":"74","40":"5.22","41":"191","42":"10.632876132918499","43":"1.0903668536775655","44":"0.132883007585405","45":"4","46":"50","47":"50","48":"0","49":"0","50":"8","51":"-1","52":"118","53":"41","54":"77","55":"29","56":"49","57":"40","58":"0","59":"119","60":"49","61":"70","62":"29","63":"47","64":"41","65":"2","66":"169","67":"187","68":"38.4","69":"57","70":"6.6","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"1004","80":"65.837571374292153","81":"29","82":"35","83":"..","84":"..","85":"..","86":"..","87":"1881","88":"16.562472483930616","89":"774","90":"332","91":"6.8519830028328608","92":"39","93":"160","94":"124","95":"117","96":"120","97":"..","98":"1501","99":"22.118587608261159","100":"400","101":"406","102":"887","103":"92","104":"118","105":"49.2","106":"9.1","107":"19.3","108":"22.5","109":"3502","110":"2818","111":"671","112":"13","113":"6350","114":"4162","115":"2123","116":"65","117":"8106.2964309999998","118":"10513.992749999999","119":"5294.97912","120":"0.85551944453834405","121":"0.74504161433417426","122":"2.6785124599544075","123":"9672","124":"43.7","125":"1108","126":"8076.779243","127":"8.8746297179143063E-2","128":"47.8","129":"0.39529067200000001","130":"840","131":"261","132":"266","133":"273","134":"40","135":"6","136":"4","137":"2","138":"1","139":"1","140":"103","141":"59","142":"44","143":"22","144":"22","145":"2564","146":"1423","147":"1141","148":"625","149":"516","150":"26.018867924528301","151":"0.54678007290400976","152":"..","153":"..","154":"89.056603773584911","155":"69.433962264150935","156":"16.87","157":"34.6","158":"18.100000000000001","159":"3.7","160":"304","161":"32.200000000000003","162":"3.2894736842105261","163":"4.4000000000000004","164":"18.399999999999999","165":"56.907894736842103","166":"81.578947368421055","167":"10.133858267716535","168":"3.2797202797202796","169":"1829.425","170":"395.83199999999999","171":"21.6","172":"1433.5930000000001","173":"1369.0319999999999","174":"64.561000000000007","175":"95.496560041797068","176":"4.5034399582029216","177":"1216.7529999999999","178":"37.463999999999999","179":"9.8559999999999999","180":"72.959000000000003","181":"31.637","182":"88.876885273682404","183":"2.7365320898269698","184":"0.71992473514132604","185":"5.3292399301111999","186":"2.3109028861268399","187":"75.800454016942595","188":"67.369082553568504","189":"2.0743037484081723","190":"0.54570621781739659","191":"4.0395880626764855","192":"1.7516748795747743","193":"0","194":"974.64600000000007","195":"48.399726669990947","196":"9.1","197":"8.9","198":"45","199":"18.600000000000001","200":"18.600000000000001","201":"84","202":"5065","203":"0.66","204":"3.3","205":"6.069","206":"1.575","207":"0.2","208":"2.16","209":"29.7","210":"5.5309999999999997","211":"8.2959999999999994","212":"0.2","213":"2.054534632822798","214":"2.9805905624418703","215":"8550","216":"7138","217":"6.7","218":"8","219":"-","220":"1","221":"7","222":"0.4453560683944921","223":"0.9356725146198831","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.27952684543466699","236":"103","237":"5","238":"-0.11217662868017393","239":"105","240":"4","241":"-9.6614759541679501E-2","242":"112","243":"96","244":"134","245":"10.44","246":"6.67","247":"63.9","248":"7.0000000000000007E-2","249":"0.7","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.06","255":"0.6","256":"0.08","257":"0.8","258":"0.02","259":"0.2","260":"0.02","261":"0.2","262":"0.01","263":"0.1","264":"0","265":"0","266":"2.1800000000000002","267":"20.9","268":"0.4","269":"3.8","270":"0.26","271":"2.5","272":"0.66","273":"6.2000000000000339","274":"18061","275":"2708","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"88.83","296":"-","297":"59.769378603459323","298":"59.329040464265837","299":"56.330260773654771","300":"40.057191436741633","301":"55.075854781492936"},{"1":"25435","2":"דבורייה","3":"0489","4":"הצפון","5":"מועצה מקומית","6":"90.344247032644205","7":"1961","8":"0","9":"11","10":"251","11":"הגליל המזרחי","12":"5.6260729541658545","13":"1916.4","14":"10782","15":"-","16":"-","17":"99.9","18":"99.8","19":"-","20":"-","21":"5491","22":"5291","23":"9.4694861806714901","24":"8.8202559821925437","25":"8.9222778705249493","26":"10.165089964756074","27":"17.612687813021704","28":"17.566314227416065","29":"16.870710443331479","30":"3.4223706176961604","31":"7.1508069003895383","32":"33.147838990910778","33":"2.9122611760341308","34":"803","35":"200","36":"2.5","37":"0.4","38":"..","39":"41","40":"4.99","41":"159","42":"14.81568708877588","43":"0.93978832303972126","44":"5.5648302726766838E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-60","51":"-60","52":"84","53":"32","54":"52","55":"25","56":"39","57":"18","58":"2","59":"144","60":"58","61":"86","62":"53","63":"44","64":"47","65":"0","66":"2","67":"117","68":"37.200000000000003","69":"17","70":"3.8","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"743.66666666666663","80":"88.392838075960725","81":"21","82":"39","83":"..","84":"..","85":"..","86":"..","87":"888","88":"14.431984397854706","89":"394","90":"230","91":"6.4484451718494276","92":"37","93":"155","94":"121","95":"127","96":"129","97":"-","98":"660","99":"27.878787878787879","100":"276","101":"351","102":"376","103":"42","104":"38","105":"68","106":"12.6","107":"16.8","108":"2.5","109":"1575","110":"989","111":"549","112":"37","113":"3515","114":"1511","115":"1809","116":"195","117":"7037.5590519999996","118":"8237.7969069999999","119":"5493.7236929999999","120":"0.13707623193883745","121":"0.88523623731122658","122":"-0.49872384549455306","123":"4664","124":"50.5","125":"511","126":"9065.5470320000004","127":"-6.2396312070095554","128":"37.799999999999997","129":"0.38426192100000001","130":"605","131":"218","132":"198","133":"179","134":"10","135":"4","136":"3","137":"2","138":"1","139":"1","140":"86","141":"46","142":"40","143":"18","144":"22","145":"2279","146":"1143","147":"1136","148":"526","149":"610","150":"25.790697674418606","151":"0.48426150121065376","152":"..","153":"..","154":"60.580912863070537","155":"49.792531120331951","156":"19.12","157":"39.1","158":"21","159":"4","160":"209","161":"33.299999999999997","162":"2.3923444976076556","163":"1.9","164":"19.8","165":"55.502392344497608","166":"76.555023923444978","167":"12.052910052910052","168":"2.8191395961369623","169":"885.39599999999996","170":"51.338999999999999","171":"5.8","172":"834.05499999999995","173":"719.21400000000006","174":"114.84099999999999","175":"86.231003950578796","176":"13.768996049421201","177":"608.79999999999995","178":"35.771000000000001","179":"-","180":"26.501999999999999","181":"9.2349999999999994","182":"84.647962915071204","183":"4.9736239839602696","184":"-","185":"3.6848559677648098","186":"1.2840406332468499","187":"66.705063995548102","188":"56.464477833426102","189":"3.3176590613986274","190":"-","191":"2.4579855314412908","192":"0.8565201261361528","193":"0","194":"603.19665836299998","195":"100","196":"3.1","197":"3.1","198":"12","199":"7.1","200":"7","201":"31","202":"2506","203":"0.96","204":"0.91200000000000003","205":"-","206":"-","207":"-","208":"0.95899999999999996","209":"1.9129999999999998","210":"0.23300000000000001","211":"0.309","212":"-","213":"1.554638285705533","214":"2.5802169464405882","215":"4971","216":"3922","217":"7.8521411257743061","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.519777455923634","236":"86","237":"3","238":"-0.68857634682751523","239":"53","240":"4","241":"-0.29383198515908598","242":"87","243":"88","244":"95","245":"5.64","246":"1.51","247":"26.8","248":"0.03","249":"0.5","250":"0.01","251":"0.2","252":"0","253":"0","254":"0.04","255":"0.7","256":"0.01","257":"0.2","258":"0.02","259":"0.4","260":"0.05","261":"0.9","262":"7.0000000000000007E-2","263":"1.2","264":"0","265":"0","266":"0.39","267":"6.9","268":"1.25","269":"22.2","270":"1.88","271":"33.299999999999997","272":"0.38","273":"6.7","274":"10782","275":"7140","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"91.49","296":"-","297":"54.886017133730213","298":"64.450825556353195","299":"69.924705213808778","300":"47.840440165061899","301":"56.366791243993596"},{"1":"41096","2":"דייר אל-אסד","3":"0490","4":"הצפון","5":"מועצה מקומית","6":"109.425188649088","7":"..","8":"0","9":"11","10":"260","11":"בקעת בית הכרם","12":"5.1558004979651137","13":"2508.8000000000002","14":"12935","15":"-","16":"-","17":"100","18":"99.9","19":"-","20":"-","21":"6642","22":"6293","23":"9.0916119056822566","24":"9.7178198685736366","25":"9.4781600309238492","26":"10.699652106687283","27":"18.144568998840356","28":"19.396984924623116","29":"14.766138384228837","30":"3.1387707769617319","31":"5.5585620409741017","32":"34.588326246617704","33":"1.9327406262079629","34":"804","35":"223","36":"2.23","37":"0.4","38":"..","39":"39","40":"5.54","41":"184","42":"14.336504458667228","43":"1.5761246536798268","44":"7.7309625048318509E-3","45":"..","46":"..","47":"..","48":"..","49":"..","50":"4","51":"-3","52":"77","53":"19","54":"58","55":"20","56":"33","57":"23","58":"1","59":"80","60":"20","61":"60","62":"22","63":"32","64":"24","65":"2","66":"0","67":"141","68":"37.299999999999997","69":"40","70":"7.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"645.33333333333337","80":"81.996634612029396","81":"29","82":"30","83":"..","84":"..","85":"..","86":"..","87":"905","88":"12.306227903181941","89":"392","90":"216","91":"5.392763791443115","92":"38","93":"159","94":"124","95":"126","96":"129","97":"-","98":"654","99":"32.568807339449542","100":"488","101":"344","102":"328","103":"31","104":"21","105":"77","106":"0.5","107":"16.100000000000001","108":"6.3","109":"949","110":"383","111":"493","112":"73","113":"2661","114":"640","115":"1641","116":"380","117":"7697.7458139999999","118":"9123.1595820000002","119":"5935.1776719999998","120":"8.9681749625345262","121":"9.1045275650832203","122":"10.430758092439518","123":"3404","124":"45.9","125":"315","126":"9966.8329229999999","127":"6.409462235526342","128":"35.9","129":"0.39125829299999998","130":"753","131":"228","132":"237","133":"258","134":"30","135":"5","136":"3","137":"3","138":"2","139":"1","140":"109","141":"56","142":"53","143":"31","144":"22","145":"2816","146":"1400","147":"1416","148":"832","149":"584","150":"26.86","151":"1.0773130544993663","152":"1.6129032258064515","153":"0.5181347150259068","154":"68.705035971223012","155":"46.402877697841724","156":"15.01","157":"33.700000000000003","158":"18.8","159":"3.5","160":"263","161":"32.6","162":"2.2813688212927756","163":"3.9","164":"19.8","165":"46.387832699619771","166":"78.707224334600753","167":"12.115879828326181","168":"2.7676230959971662","169":"861.87599999999998","170":"94.87","171":"11.0","172":"767.00599999999997","173":"742.74900000000002","174":"24.257000000000001","175":"96.837443253377415","176":"3.1625567466225815","177":"651.82100000000003","178":"19.349","179":"11.528","180":"21.794","181":"28.041","182":"87.7579101419187","183":"2.6050523124231701","184":"1.55207209972683","185":"2.9342348491886199","186":"3.7752995964989502","187":"57.426086284212197","188":"50.3959331993196","189":"1.4959795886809959","190":"0.8912942631823102","191":"1.6850162362764807","192":"2.1680068037730016","193":"2.1","194":"540.68638588589999","195":"100","196":"4.9000000000000004","197":"4.9000000000000004","198":"22","199":"2.5","200":"1.4","201":"5","202":"2603","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"0.99399999999999999","211":"-","212":"-","213":"1.5266817764832268","214":"0.70026323141237512","215":"5541","216":"4497","217":"7.8","218":"1","219":"-","220":"-","221":"1","222":"7.7915785101452334E-2","223":"0.18047283883775492","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.60142504539485298","236":"80","237":"5","238":"-0.15003937989617155","239":"101","240":"4","241":"-0.22275911758335301","242":"95","243":"125","244":"51","245":"5.2100000000000009","246":"1.64","247":"31.5","248":"0.03","249":"0.6","250":"0","251":"0","252":"0.01","253":"0.2","254":"0.02","255":"0.4","256":"0","257":"0","258":"0","259":"0","260":"0.1","261":"1.9","262":"0.01","263":"0.2","264":"0","265":"0","266":"2.5","267":"48","268":"0.7","269":"13.4","270":"0.04","271":"0.8","272":"0.16","273":"2.9999999999999916","274":"12935","275":"7887","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"92.5","296":"87.017714147051677","297":"73.473187686196624","298":"76.570166830225716","299":"83.784113060428851","300":"61.375162165349685","301":"69.807280513918641"},{"1":"37669","2":"דייר חנא","3":"0492","4":"הצפון","5":"מועצה מקומית","6":"112.811764851844","7":"1975","8":"0","9":"11","10":"262","11":"לב הגליל","12":"8.9179974558709798","13":"1188.4000000000001","14":"10599","15":"-","16":"-","17":"99.9","18":"90.1","19":"9.9","20":"-","21":"5344","22":"5255","23":"7.9158411170865177","24":"8.5291065194829709","25":"8.6045853382394561","26":"9.3688083781488825","27":"18.256439286725161","28":"20.256627983772052","29":"16.633644683460705","30":"3.7550712331352014","31":"6.6704406076044913","32":"30.587791301066137","33":"2.7266723275780733","34":"698","35":"155","36":"1.79","37":"0.8","38":"..","39":"37","40":"5.03","41":"118","42":"11.192900887041642","43":"1.0716136538752039","44":"2.8304557033682419E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-14","51":"-13","52":"75","53":"23","54":"52","55":"8","56":"47","57":"20","58":"0","59":"88","60":"29","61":"59","62":"38","63":"24","64":"24","65":"2","66":"3","67":"96","68":"31.2","69":"14","70":"3.1","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"631","80":"81.943317892052278","81":"25","82":"43","83":"..","84":"..","85":"..","86":"..","87":"1552","88":"24.25","89":"713","90":"426","91":"11.267383059418458","92":"38","93":"157","94":"120","95":"134","96":"150","97":"..","98":"672","99":"39.43452380952381","100":"567","101":"354","102":"461","103":"51","104":"60","105":"70.599999999999994","106":"0.8","107":"9.1","108":"19.600000000000001","109":"1531","110":"1033","111":"464","112":"34","113":"3235","114":"1561","115":"1493","116":"181","117":"6896.152427","118":"8381.3245729999999","119":"5121.5144540000001","120":"1.861285004346791","121":"3.3551272801014331","122":"-0.1558220629364615","123":"4910","124":"52.4","125":"366","126":"8727.6179850000008","127":"-7.2469827575416534E-2","128":"38.799999999999997","129":"0.39230601100000001","130":"546","131":"190","132":"173","133":"182","134":"..","135":"6","136":"3","137":"3","138":"2","139":"1","140":"80","141":"43","142":"37","143":"19","144":"18","145":"2127","146":"1090","147":"1037","148":"519","149":"518","150":"25.761904761904763","151":"0.43554006968641112","152":"..","153":"..","154":"87.564766839378237","155":"80.310880829015545","156":"16.63","157":"39","158":"26.1","159":"4.2","160":"209","161":"32.5","162":"2.3923444976076556","163":"2.9","164":"19.600000000000001","165":"48.803827751196174","166":"81.339712918660297","167":"11.247368421052631","168":"2.9181094992980814","169":"786.83799999999997","170":"104.288","171":"13.3","172":"682.55","173":"656.89800000000002","174":"25.652000000000001","175":"96.241740531829166","176":"3.7582594681708299","177":"543.79499999999996","178":"28.117999999999999","179":"19.446000000000002","180":"18.702000000000002","181":"24.242000000000001","182":"82.782258432816107","183":"4.2804210090455399","184":"2.9602769379721101","185":"2.8470173451586098","186":"3.6903750658397501","187":"61.9773563543731","188":"51.306255307104401","189":"2.652891782243608","190":"1.8347013869232947","191":"1.7645060854797623","192":"2.2871969053684311","193":"0","194":"502.45957295100004","195":"100","196":"3.2","197":"3.2","198":"17","199":"9.5","200":"9.1","201":"44","202":"2902","203":"-","204":"-","205":"7.9","206":"-","207":"-","208":"2.1120000000000001","209":"28.344999999999999","210":"-","211":"-","212":"0.312","213":"1.6964222439506109","214":"1.6854543621839579","215":"4715","216":"4060","217":"8.3000000000000007","218":"3","219":"-","220":"-","221":"3","222":"0.2845652767891943","223":"0.63626723223753978","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.61162447176101298","236":"78","237":"3","238":"-0.62676112492985026","239":"62","240":"3","241":"-0.43731732015892899","242":"71","243":"89","244":"48","245":"8.9700000000000006","246":"1.72","247":"19.2","248":"0.01","249":"0.1","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.02","255":"0.2","256":"0","257":"0","258":"0","259":"0","260":"0.04","261":"0.4","262":"0.01","263":"0.1","264":"0","265":"0","266":"1.25","267":"13.9","268":"4.43","269":"49.4","270":"0.97","271":"10.8","272":"0.51","273":"5.7999999999999945","274":"10599","275":"6162","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"95.83","296":"-","297":"74.464831804281346","298":"76.286107290233844","299":"80.032777929527455","300":"67.586298813807815","301":"67.766692248656952"},{"1":"9495","2":"הר אדר","3":"3769","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"44.289235698308701","7":"1995","8":"0","9":"9","10":"720","11":"הר אדר","12":"..","13":"..","14":"4108","15":"99.8","16":"97.2","17":"-","18":"-","19":"-","20":"-","21":"2062","22":"2046","23":"4.5277507302823761","24":"7.7166504381694256","25":"10.978578383641675","26":"9.8831548198636803","27":"14.240506329113924","28":"12.682570593963","29":"23.198636806231743","30":"3.9678675754625123","31":"12.804284323271665","32":"29.430379746835442","33":"4.4547224926971767","34":"849","35":"40","36":"..","37":"-","38":"-","39":"5","40":"(2.4)","41":"35","42":"8.5456773106641375","43":"0.58923119543118219","44":"6.7185978578383638","45":"..","46":"..","47":"..","48":"..","49":"..","50":"4","51":"-9","52":"200","53":"108","54":"92","55":"50","56":"44","57":"88","58":"18","59":"209","60":"98","61":"111","62":"45","63":"80","64":"70","65":"14","66":"96","67":"21","68":"16.600000000000001","69":"10","70":"5.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"368","88":"15.848406546080964","89":"150","90":"63","91":"6.4822817631806391","92":"38","93":"194","94":"112","95":"116","96":"124","97":"..","98":"482","99":"2.6970954356846475","100":"22","101":"23","102":"47","103":"6","104":"3","105":"35.4","106":"26.3","107":"35.4","108":"2.9","109":"443","110":"293","111":"147","112":"..","113":"948","114":"457","115":"476","116":"15","117":"13956.897070000001","118":"16518.62961","119":"11580.004999999999","120":"-3.0376617313393695","121":"-3.5630072293016624","122":"-2.8822058428723096","123":"1897","124":"33.4","125":"225","126":"14682.121230000001","127":"-4.4534481757665727","128":"38.700000000000003","129":"0.499422064","130":"161","131":"39","132":"62","133":"54","134":"6","135":"1","136":"1","137":"-","138":"-","139":"-","140":"16","141":"16","142":"-","143":"-","144":"-","145":"411","146":"411","147":"-","148":"-","149":"-","150":"25.6875","151":"0.9041591320072333","152":"..","153":"..","154":"94.444444444444443","155":"87.777777777777771","156":"57.57","157":"..","158":"17.3","159":"5.2","160":"44","161":"31.2","162":"11.363636363636363","163":"2.9","164":"14.6","165":"38.636363636363633","166":"75","167":"11.8","168":"0.77295024526979683","169":"468.97399999999999","170":"30.748000000000001","171":"6.5564402290958599","172":"438.226","173":"438.226","174":"-","175":"100","176":"-","177":"399.56799999999998","178":"6.6319999999999997","179":"28.053000000000001","180":"0.1","181":"3.3039999999999998","182":"91.178524323066199","183":"1.5133743776042501","184":"6.4014914678727397","185":"2.2819275898737199E-2","186":"0.75394887569427704","187":"106.70221572924299","188":"97.289505721938198","189":"1.6148039931823717","190":"6.830533235938641","191":"2.4348672997321647E-2","192":"0.80448015583150723","193":"0","194":"285.41375861999995","195":"99.990014496800086","196":"1.6","197":"1.6","198":"2","199":"0.9","200":"0.9","201":"2","202":"936","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"3.0084666630993149","214":"28.979553904172235","215":"2307","216":"2050","217":"6.5","218":"2","219":"-","220":"1","221":"1","222":"0.48832441775223651","223":"0.86692674469007369","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.7199839346607999","236":"250","237":"2","238":"-1.1463481437764351","239":"19","240":"6","241":"0.48018677687463501","242":"172","243":"167","244":"167","245":"0.94000000000000006","246":"0.79","247":"84","248":"0.03","249":"3.2","250":"0","251":"0","252":"0","253":"0","254":"0.02","255":"2.1","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"0.1","273":"10.700000000000008","274":"4108","275":"5200","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"76.010000000000005","296":"-","297":"79.020979020979027","298":"76.815920398009951","299":"76.09483042476127","300":"76.705276705276702","301":"74.315391879131255"},{"1":"71328","2":"זכרון יעקב","3":"9300","4":"חיפה","5":"מועצה מקומית","6":"48.790887254386","7":"1950","8":"0","9":"13","10":"353","11":"יישובי הברון","12":"31.526379550435241","13":"756.7","14":"23857","15":"99.7","16":"96.2","17":"-","18":"-","19":"-","20":"-","21":"11706","22":"12151","23":"6.874292660435092","24":"8.3329840298444893","25":"9.8587416691117919","26":"9.1252043425409735","27":"12.8012742591273","28":"14.674938173282476","29":"20.12407259923712","30":"5.369493230498386","31":"12.83899903592237","32":"30.712159953053611","33":"4.7952382948400887","34":"888","35":"312","36":"2.61","37":"0.6","38":"..","39":"103","40":"4.37","41":"209","42":"8.8382205137632557","43":"1.791382901525111","44":"12.046778723225888","45":"76","46":"28.947368421052634","47":"32.894736842105267","48":"22.368421052631579","49":"15.789473684210526","50":"183","51":"58","52":"951","53":"470","54":"481","55":"304","56":"141","57":"427","58":"79","59":"893","60":"456","61":"437","62":"183","63":"349","64":"303","65":"58","66":"1038","67":"138","68":"18","69":"83","70":"8.6","71":"4","72":"210","73":"0.12","74":"-","75":"0.31","76":"-","77":"0.47","78":"..","79":"1046.3333333333333","80":"40.995677121649251","81":"23","82":"26","83":"31.6","84":"292.20715313046117","85":"39.200000000000003","86":"319.0742387118421","87":"1847","88":"13.902898005269101","89":"755","90":"307","91":"5.7175312381673606","92":"40","93":"189","94":"122","95":"116","96":"121","97":"..","98":"2765","99":"4.4484629294755873","100":"155","101":"462","102":"435","103":"81","104":"64","105":"41.5","106":"46.8","107":"10.4","108":"1.3","109":"2625","110":"1634","111":"841","112":"150","113":"6137","114":"2482","115":"2732","116":"923","117":"13301.357819999999","118":"17020.25331","119":"9807.4291290000001","120":"-0.61271981160513356","121":"0.67082572396099938","122":"-1.8570578756365919","123":"10388","124":"36.6","125":"1287","126":"11749.28514","127":"2.3157427213985393","128":"40.200000000000003","129":"0.52288493000000003","130":"1066","131":"350","132":"320","133":"347","134":"49","135":"17","136":"11","137":"10","138":"2","139":"8","140":"236","141":"150","142":"86","143":"13","144":"73","145":"5440","146":"3477","147":"1963","148":"294","149":"1669","150":"25.928571428571427","151":"1.0262257696693273","152":"1.10062893081761","153":"0.95658572479764536","154":"82.775119617224874","155":"78.94736842105263","156":"53.17","157":"49.2","158":"16.100000000000001","159":"4.0999999999999996","160":"534","161":"29.9","162":"3.9325842696629212","163":"3.4","164":"16.600000000000001","165":"42.509363295880149","166":"71.161048689138568","167":"10.58316633266533","168":"4.132647385984427","169":"2558.2040000000002","170":"274.56","171":"10.7","172":"2283.6439999999998","173":"2260.172","174":"23.472000000000001","175":"98.972169042109897","176":"1.027830957890109","177":"1666.32","178":"30.652000000000001","179":"208.83699999999999","180":"230.988","181":"38.514000000000003","182":"73.725362494535801","183":"1.35617997214371","184":"9.23987200974085","185":"10.2199301646069","186":"1.70402960482654","187":"94.734344873836903","188":"69.843239165059899","189":"1.2847682119205297","190":"8.7533322156090207","191":"9.6817838880040235","192":"1.6143012825886496","193":"0","194":"1444.2339903635","195":"100","196":"56.3","197":"50.7","198":"325","199":"20.7","200":"17.2","201":"81","202":"7763","203":"-","204":"-","205":"0.89","206":"1.54","207":"-","208":"-","209":"-","210":"1.401","211":"1.8460000000000001","212":"-","213":"1.789840177820929","214":"23.507504472311286","215":"10542","216":"9475","217":"6.8","218":"10","219":"-","220":"1","221":"9","222":"0.42288136429489254","223":"0.94858660595712385","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.12934777854548","236":"215","237":"4","238":"-0.29086423403258593","239":"91","240":"5","241":"0.22285566818670899","242":"153","243":"136","244":"157","245":"31.610000000000003","246":"3.7","247":"11.7","248":"0.18","249":"0.6","250":"0","251":"0","252":"0.05","253":"0.2","254":"0.21","255":"0.7","256":"0.17","257":"0.5","258":"0.09","259":"0.3","260":"0.49","261":"1.6","262":"7.0000000000000007E-2","263":"0.2","264":"0.06","265":"0.2","266":"13.19","267":"41.7","268":"7.74","269":"24.5","270":"2.4700000000000002","271":"7.8","272":"3.19","273":"10.000000000000005","274":"23857","275":"6448","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"69.91","296":"-","297":"74.636858150517071","298":"72.470741994890986","299":"72.044983722994971","300":"71.857291546200997","301":"71.216948963049916"},{"1":"15832","2":"זמר","3":"1290","4":"המרכז","5":"מועצה מקומית","6":"34.121110247893199","7":"1988","8":"0","9":"9","10":"458","11":"מזרח השרון","12":"8.2214216135581069","13":"893.8","14":"7360","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"3729","22":"3630","23":"10.516304347826088","24":"10.230978260869565","25":"8.9945652173913047","26":"8.8722826086956523","27":"17.228260869565219","28":"19.184782608695652","29":"14.796195652173912","30":"3.6548913043478262","31":"6.5217391304347823","32":"34.932065217391305","33":"2.3097826086956523","34":"823","35":"144","36":"..","37":"0.6","38":"..","39":"32","40":"5.91","41":"112","42":"15.330658367434815","43":"1.4874880153387267","44":"8.1521739130434784E-2","45":"3","46":"66.666666666666657","47":"33.333333333333329","48":"0","49":"0","50":"-4","51":"-11","52":"63","53":"11","54":"52","55":"15","56":"29","57":"17","58":"2","59":"74","60":"21","61":"53","62":"23","63":"34","64":"17","65":"0","66":"4","67":"102","68":"49.9","69":"12","70":"4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"580","88":"13.938956981494833","89":"254","90":"131","91":"6.178545366090975","92":"38","93":"159","94":"123","95":"127","96":"129","97":"-","98":"473","99":"15.221987315010571","100":"210","101":"241","102":"190","103":"20","104":"18","105":"58.2","106":"1.6","107":"12.2","108":"28","109":"993","110":"611","111":"344","112":"38","113":"2292","114":"941","115":"1148","116":"203","117":"7133.9804450000001","118":"8505.9363979999998","119":"5311.1318629999996","120":"1.9996816419968866","121":"1.4816566482179327","122":"2.9165088393726002","123":"2983","124":"47.4","125":"347","126":"8180.1408620000002","127":"-0.5882431107277597","128":"45.2","129":"0.37436719699999998","130":"439","131":"163","132":"141","133":"121","134":"14","135":"4","136":"2","137":"2","138":"1","139":"1","140":"63","141":"31","142":"32","143":"9","144":"23","145":"1707","146":"770","147":"937","148":"253","149":"684","150":"26.5","151":"..","152":"..","153":"..","154":"89.473684210526315","155":"66.165413533834581","156":"15.09","157":"..","158":"19.600000000000001","159":"3.1","160":"146","161":"33.200000000000003","162":"2.054794520547945","163":"2.8","164":"19.2","165":"51.369863013698634","166":"87.671232876712324","167":"12.489051094890511","168":"1.136094674556213","169":"374.56900000000002","170":"38.670999999999999","171":"10.3","172":"335.89800000000002","173":"335.44400000000002","174":"0.45400000000000001","175":"99.864839921642883","176":"0.13516007835712032","177":"300.56799999999998","178":"14.129","179":"2.0590000000000002","180":"11.465999999999999","181":"5.7679999999999998","182":"89.603033591299905","183":"4.2120294296514498","184":"0.61381333396930604","185":"3.41815623472174","186":"1.7195120497012899","187":"45.576630434782601","188":"40.8380434782609","189":"1.9197010869565216","190":"0.27975543478260867","191":"1.5578804347826087","192":"0.78369565217391302","193":"0","194":"224.20799999999997","195":"0","196":"4.5999999999999996","197":"4.5999999999999996","198":"18","199":"4.0999999999999996","200":"4.0999999999999996","201":"18","202":"1821","203":"-","204":"-","205":"2.62","206":"5.7779999999999996","207":"-","208":"-","209":"-","210":"2.62","211":"5.7779999999999996","212":"-","213":"1.7483659517979213","214":"11.373594860960678","215":"3452","216":"2795","217":"8.8000000000000007","218":"7","219":"1","220":"-","221":"6","222":"0.95816614796467592","223":"2.0278099652375432","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.47602130599978099","236":"90","237":"7","238":"0.51034954861685977","239":"142","240":"6","241":"0.452299877750729","242":"168","243":"156","244":"182","245":"8.15","246":"1.86","247":"22.8","248":"0.08","249":"1","250":"0.01","251":"0.1","252":"0","253":"0","254":"0.01","255":"0.1","256":"0.01","257":"0.1","258":"0.08","259":"1","260":"7.0000000000000007E-2","261":"0.9","262":"0.16","263":"2","264":"0","265":"0","266":"1.03","267":"12.6","268":"3.4","269":"41.7","270":"1.24","271":"15.2","272":"0.2","273":"2.5","274":"7360","275":"3957","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.42","296":"85.042824315855441","297":"45.010845986984819","298":"61.146769362430462","299":"68.559322033898312","300":"39.370888157894733","301":"56.470821754664549"},{"1":"17261","2":"זרזיר","3":"0975","4":"הצפון","5":"מועצה מקומית","6":"84.3781300081192","7":"1996","8":"0","9":"9","10":"254","11":"יזרעאלים","12":"4.3102418953740393","13":"1912","14":"8412","15":"-","16":"-","17":"99.7","18":"100","19":"-","20":"-","21":"4259","22":"4153","23":"10.437470280551594","24":"11.055634807417974","25":"10.033285782215883","26":"9.7479790775083206","27":"18.259629101283881","28":"19.472182596291013","29":"13.884926295767951","30":"2.3894436519258204","31":"4.7432239657631952","32":"37.291963861150734","33":"1.6642891107941036","34":"852","35":"190","36":"..","37":"1.2","38":"( 6.4)","39":"30","40":"5.84","41":"160","42":"19.17613061135339","43":"1.6612168666533762","44":"5.9438896814075132E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-28","51":"-31","52":"47","53":"11","54":"36","55":"14","56":"19","57":"14","58":"0","59":"78","60":"23","61":"55","62":"33","63":"34","64":"11","65":"0","66":"31","67":"98","68":"43.3","69":"9","70":"2.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"762","88":"16.376531270148291","89":"324","90":"176","91":"7.0603617345826972","92":"37","93":"155","94":"125","95":"121","96":"129","97":"-","98":"388","99":"27.835051546391753","100":"313","101":"134","102":"324","103":"52","104":"19","105":"79.3","106":"2.8","107":"17","108":"0.8","109":"1385","110":"802","111":"510","112":"73","113":"3308","114":"1231","115":"1700","116":"377","117":"6512.9817380000004","118":"7948.9011419999997","119":"4449.7373319999997","120":"1.1656634460540882","121":"1.6628841630654367","122":"0.56467210270327861","123":"3687","124":"48.7","125":"177","126":"9997.6076269999994","127":"7.0725167698306945","128":"40.1","129":"0.340367582","130":"597","131":"185","132":"214","133":"193","134":"5","135":"5","136":"3","137":"3","138":"1","139":"2","140":"84","141":"44","142":"40","143":"18","144":"22","145":"2030","146":"1024","147":"1006","148":"475","149":"531","150":"24.317073170731707","151":"0.56764427625354774","152":"..","153":"..","154":"60.714285714285708","155":"40.816326530612244","156":"10.99","157":"20.3","158":"12.1","159":"2.2999999999999998","160":"214","161":"31.3","162":"5.1401869158878499","163":"2.8","164":"17.7","165":"47.663551401869157","166":"73.831775700934571","167":"10.453608247422681","168":"3.0098619329388558","169":"662.48400000000004","170":"40.651000000000003","171":"6.1","172":"621.83299999999997","173":"567.90200000000004","174":"53.930999999999997","175":"91.327092643844892","176":"8.6729073561551093","177":"505.92599999999999","178":"24.280999999999999","179":"-","180":"22.884","181":"13.452999999999999","182":"89.086849491637594","183":"4.2755616285908502","184":"-","185":"4.0295684818859598","186":"2.3688946332289702","187":"67.510936757013795","188":"60.143366619115497","189":"2.8864717070851165","190":"-","191":"2.7203994293865907","192":"1.5992629576795054","193":"0.5","194":"231.62902081136502","195":"88.221683144696243","196":"7.7","197":"7.5","198":"31","199":"5.6","200":"5.6","201":"22","202":"1388","203":"1.008","204":"7.0960000000000001","205":"0.26500000000000001","206":"0.52900000000000003","207":"1","208":"2.508","209":"25.096","210":"0.26500000000000001","211":"0.52900000000000003","212":"-","213":"1.240598907688784","214":"0.58209276004925237","215":"2600","216":"2244","217":"8.8000000000000007","218":"3","219":"-","220":"2","221":"1","222":"0.35955244896287614","223":"1.153846153846154","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.09377105814557","236":"35","237":"7","238":"0.6695583550540013","239":"153","240":"4","241":"-9.2339689946032796E-2","242":"113","243":"117","244":"116","245":"4.4400000000000004","246":"2.2799999999999998","247":"51.4","248":"0.1","249":"2.2999999999999998","250":"0","251":"0","252":"0.02","253":"0.5","254":"0.02","255":"0.5","256":"0.04","257":"0.9","258":"0.05","259":"1.1000000000000001","260":"0.09","261":"2","262":"0.12","263":"2.7","264":"0","265":"0","266":"0.24","267":"5.4","268":"0.53","269":"11.9","270":"0.42","271":"9.5","272":"0.53","273":"11.799999999999992","274":"8412","275":"3689","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"89.44","296":"84.362754245195006","297":"36.156787762906312","298":"48.763917720324592","299":"53.364398881640263","300":"34.378943573102575","301":"44.392361111111114"},{"1":"98868","2":"חורה","3":"1303","4":"הדרום","5":"מועצה מקומית","6":"93.869225572051207","7":"1996","8":"0","9":"13","10":"652","11":"נגב מזרחי","12":"8.7379740556516534","13":"2740.1","14":"23943","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"12084","22":"11859","23":"18.619220649041473","24":"15.161007392557323","25":"13.202188531094682","26":"12.350164975149314","27":"16.890114020799398","28":"13.674142755711481","29":"7.1294324019546425","30":"1.0232635843461555","31":"1.9462891032869731","32":"54.36662072422002","33":"0.68913669966169655","34":"1583","35":"730","36":"4.62","37":"5.8","38":"8.4","39":"34","40":"4.68","41":"696","42":"29.588033536760566","43":"3.634535861371603","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"103","51":"97","52":"158","53":"68","54":"90","55":"57","56":"72","57":"27","58":"2","59":"64","60":"25","61":"39","62":"29","63":"23","64":"10","65":"2","66":"132","67":"266","68":"48.2","69":"31","70":"4.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"468.33333333333331","80":"75.660989054867713","81":"15","82":"..","83":"..","84":"..","85":"..","86":"..","87":"713","88":"7.6012793176972275","89":"299","90":"209","91":"3.2595661179548672","92":"34","93":"164","94":"117","95":"120","96":"129","97":"-","98":"431","99":"54.060324825986079","100":"2470","101":"157","102":"533","103":"63","104":"25","105":"83.3","106":"0.3","107":"4.5999999999999996","108":"11.8","109":"2318","110":"624","111":"753","112":"941","113":"9490","114":"925","115":"2674","116":"5891","117":"6088.7582220000004","118":"6903.1595310000002","119":"4540.2981579999996","120":"-2.6003369338494897","121":"-2.0777233989175081","122":"-4.6800817891460289","123":"5382","124":"52.6","125":"273","126":"11015.724899999999","127":"17.562999557869574","128":"39.9","129":"0.33975465700000002","130":"1603","131":"536","132":"555","133":"498","134":"14","135":"14","136":"9","137":"12","138":"5","139":"7","140":"308","141":"161","142":"147","143":"61","144":"86","145":"7183","146":"3766","147":"3417","148":"1501","149":"1916","150":"26.036231884057973","151":"2.699530516431925","152":"4.6529968454258679","153":"0.77639751552795033","154":"69.010416666666657","155":"49.479166666666671","156":"11.57","157":"26.9","158":"11.4","159":"2.1","160":"804","161":"33.700000000000003","162":"5.2238805970149249","163":"3.5","164":"12.1","165":"26.865671641791046","166":"67.039800995024876","167":"9.8065395095367851","168":"5.8748245203556388","169":"1998.73","170":"742.09","171":"37.1","172":"1256.6400000000001","173":"1158.789","174":"97.850999999999999","175":"92.213283040488932","176":"7.786716959511077","177":"886.07600000000002","178":"130.71199999999999","179":"13.722","180":"34.188000000000002","181":"52.718000000000004","182":"76.465689612172696","183":"11.280051847230199","184":"1.1841672642733101","185":"2.9503214131304301","186":"4.5494045939338399","187":"48.399841283100798","188":"37.009272408320101","189":"5.4595271907108849","190":"0.57313507643471728","191":"1.4279508812964665","192":"2.2019046027900759","193":"0","194":"770.10145499999987","195":"97.000005668084356","196":"28.7","197":"27","198":"111","199":"18.399999999999999","200":"18.399999999999999","201":"78","202":"1402","203":"0.27","204":"1.89","205":"-","206":"3.5","207":"-","208":"0.27","209":"1.8900000000000001","210":"-","211":"3.5","212":"-","213":"0.95509961395987264","214":"16.230415889010089","215":"4008","216":"3004","217":"10","218":"3","219":"1","220":"2","221":"-","222":"0.12753462731362311","223":"0.74850299401197606","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.2309843450317901","236":"7","237":"4","238":"-0.3528260334219851","239":"84","240":"3","241":"-0.51007977494158196","242":"60","243":"52","244":"84","245":"8.74","246":"4.37","247":"50","248":"0.15","249":"1.7","250":"0.01","251":"0.1","252":"0","253":"0","254":"7.0000000000000007E-2","255":"0.8","256":"0.05","257":"0.6","258":"0","259":"0","260":"0.17","261":"1.9","262":"0","263":"0","264":"0","265":"0","266":"0.03","267":"0.3","268":"0.01","269":"0.1","270":"2.0299999999999998","271":"23.2","272":"1.85","273":"21.299999999999994","274":"23943","275":"5479","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"83.79","296":"-","297":"29.244421244943236","298":"45.087808602697891","299":"51.456790123456784","300":"40.839827846923342","301":"49.037021185533916"},{"1":"24955","2":"חורפיש","3":"0496","4":"הצפון","5":"מועצה מקומית","6":"129.06516325405701","7":"1967","8":"0","9":"9","10":"258","11":"מעלה נפתלי","12":"5.2232813267409517","13":"1157.5999999999999","14":"6581","15":"-","16":"-","17":"100","18":"0.2","19":"2.9","20":"96.6","21":"3314","22":"3267","23":"8.3725877526211825","24":"8.7372739705211977","25":"8.5853213797295247","26":"8.6612976751253612","27":"17.428962163804893","28":"21.820392037684243","29":"16.106974623917338","30":"3.4645190700501445","31":"6.8378665856252852","32":"30.633642303601277","33":"2.6439750797751103","34":"700","35":"130","36":"..","37":"0.8","38":"..","39":"20","40":"5.56","41":"110","42":"16.831590412378464","43":"1.4099008742613108","44":"1.51952590791673E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-20","51":"-21","52":"35","53":"8","54":"27","55":"4","56":"18","57":"12","58":"1","59":"56","60":"21","61":"35","62":"12","63":"20","64":"23","65":"1","66":"1","67":"95","68":"54.9","69":"11","70":"3.6","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"434","88":"10.956829083564756","89":"179","90":"89","91":"4.5616717635066255","92":"36","93":"151","94":"116","95":"117","96":"125","97":"..","98":"449","99":"11.135857461024498","100":"130","101":"163","102":"192","103":"34","104":"11","105":"66.8","106":"2","107":"11.7","108":"19.600000000000001","109":"1014","110":"728","111":"280","112":"6","113":"2023","114":"1100","115":"893","116":"30","117":"8486.6182210000006","118":"11379.15042","119":"4658.6186239999997","120":"-0.69569344882499662","121":"-0.39212915907064216","122":"1.8529981924749306","123":"2809","124":"45.8","125":"278","126":"6947.7106949999998","127":"17.389495956416432","128":"54.3","129":"0.41798317400000001","130":"345","131":"98","132":"112","133":"135","134":"-","135":"3","136":"2","137":"2","138":"1","139":"1","140":"57","141":"30","142":"27","143":"14","144":"13","145":"1367","146":"676","147":"691","148":"351","149":"340","150":"24.074074074074073","151":"..","152":"..","153":"..","154":"93.7007874015748","155":"76.377952755905511","156":"24.87","157":"42.1","158":"20.6","159":"4.8","160":"179","161":"31.4","162":"4.4692737430167595","163":"3.2","164":"16.7","165":"37.988826815642454","166":"87.150837988826808","167":"8.2275449101796401","168":"3.8442503639010188","169":"542.63800000000003","170":"94.894999999999996","171":"17.5","172":"447.74299999999999","173":"413.88900000000001","174":"33.853999999999999","175":"92.438966103322656","176":"7.5610338966773352","177":"348.76299999999998","178":"24.164000000000001","179":"7.7","180":"12.314","181":"1.8240000000000001","182":"84.264863284600494","183":"5.8382803118710598","184":"1.8604021851269299","185":"2.9751938321627298","186":"0.44069786826902901","187":"62.891505850174703","188":"52.995441422276301","189":"3.6717824038899862","190":"1.1700349490958821","191":"1.8711442030086614","192":"0.27716152560401153","193":"0","194":"225.35912325300001","195":"100","196":"10.4","197":"10.1","198":"47","199":"3.8","200":"3.8","201":"17","202":"1713","203":"1.73","204":"5.0949999999999998","205":"0.12","206":"-","207":"0.3","208":"0.40400000000000003","209":"1.6039999999999999","210":"0.187","211":"-","212":"0.3","213":"2.1354054725351426","214":"1.8378580421086401","215":"2649","216":"2341","217":"6.5068430656934311","218":"2","219":"-","220":"1","221":"1","222":"0.30602891658869941","223":"0.75500188750471875","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.34359972802852801","236":"97","237":"4","238":"-0.32733805933640364","239":"88","240":"2","241":"-0.82722425290508295","242":"32","243":"38","244":"27","245":"5.63","246":"1.65","247":"29.3","248":"0.04","249":"0.7","250":"0.01","251":"0.2","252":"0.02","253":"0.4","254":"0.03","255":"0.5","256":"0","257":"0","258":"0.01","259":"0.2","260":"7.0000000000000007E-2","261":"1.2","262":"0.03","263":"0.5","264":"0","265":"0","266":"0.81","267":"14.4","268":"2.19","269":"38.9","270":"0.11","271":"2","272":"0.66","273":"11.7","274":"6581","275":"3988","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"92.63","296":"-","297":"52.875363616021488","298":"55.739149592421235","299":"51.936119011157302","300":"45.41577825159915","301":"53.473945409429277"},{"1":"27035","2":"חצור הגלילית","3":"2034","4":"הצפון","5":"מועצה מקומית","6":"136.90736845418601","7":"1956","8":"0","9":"11","10":"259","11":"אצבע הגליל","12":"5.4568217940735542","13":"1787.1","14":"9764","15":"99.5","16":"97.6","17":"-","18":"-","19":"-","20":"-","21":"4993","22":"4770","23":"11.255632937320771","24":"9.4530929946743143","25":"8.0704629250307249","26":"8.2548136009832032","27":"15.608357230643179","28":"16.888570258090947","29":"13.857025809094633","30":"5.0594018844735764","31":"11.54240065546907","32":"33.193363375665712","33":"4.1581319131503482","34":"945","35":"255","36":"..","37":"0.4","38":"..","39":"62","40":"6.26","41":"193","42":"19.966893370163909","43":"2.037991750044128","44":"6.6366243342892259","45":"5","46":"40","47":"40","48":"0","49":"20","50":"11","51":"11","52":"352","53":"188","54":"164","55":"104","56":"114","57":"121","58":"13","59":"341","60":"175","61":"166","62":"127","63":"92","64":"108","65":"14","66":"461","67":"122","68":"39.5","69":"44","70":"12.1","71":"2","72":"298","73":"-","74":"-","75":"2.39","76":"-","77":"0.72","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1121","88":"21.198940998487139","89":"436","90":"184","91":"8.3508906339781657","92":"38","93":"161","94":"122","95":"108","96":"105","97":"..","98":"1218","99":"17.569786535303777","100":"315","101":"343","102":"501","103":"37","104":"57","105":"60.8","106":"25.6","107":"0.5","108":"13.1","109":"1639","110":"968","111":"510","112":"161","113":"4169","114":"1475","115":"1704","116":"990","117":"7823.1921819999998","118":"9597.3107909999999","119":"6082.5080809999999","120":"1.9806657672359229","121":"1.908293890178836","122":"2.0029789262097308","123":"5046","124":"42.8","125":"352","126":"8460.2828150000005","127":"-4.1131364947089466","128":"41.5","129":"0.37645046300000001","130":"672","131":"219","132":"215","133":"208","134":"30","135":"11","136":"6","137":"7","138":"2","139":"5","140":"122","141":"68","142":"54","143":"15","144":"39","145":"2509","146":"1306","147":"1203","148":"316","149":"887","150":"20.527272727272727","151":"1.6210739614994936","152":"2","153":"1.2320328542094456","154":"54.878048780487809","155":"31.707317073170731","156":"15","157":"19.5","158":"7","159":"2.2999999999999998","160":"303","161":"30.1","162":"6.2706270627062706","163":"3.6","164":"18.5","165":"35.313531353135311","166":"61.386138613861384","167":"8.8428571428571434","168":"2.5678863017840943","169":"1416.029","170":"165.59","171":"11.7","172":"1250.4390000000001","173":"1241.7190000000001","174":"8.7200000000000006","175":"99.302644911107222","176":"0.69735508889278086","177":"590.92399999999998","178":"52.753999999999998","179":"57.326000000000001","180":"46.619","181":"0.29499999999999998","182":"47.589188858348798","183":"4.2484652324720802","184":"4.6166644788394198","185":"3.7543920967626301","186":"2.3757387943649101E-2","187":"127.186213254123","188":"60.5268872272867","189":"5.4034620505992015","190":"5.8717607292840315","191":"4.7750691385844517","192":"3.0216122093618764E-2","193":"0","194":"926.13743553886195","195":"100","196":"8.3000000000000007","197":"8.3000000000000007","198":"58","199":"5.6","200":"5.2","201":"36","202":"3307","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"0.28999999999999998","211":"2.4430000000000001","212":"-","213":"2.2875297965754844","214":"9.9184683786642669","215":"3847","216":"3312","217":"7.9","218":"3","219":"-","220":"-","221":"3","222":"0.31036621818907628","223":"0.77982843774369637","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.48262508297888301","236":"89","237":"4","238":"-0.35920265531542861","239":"82","240":"2","241":"-0.96428654605419195","242":"23","243":"27","244":"22","245":"5.4200000000000008","246":"1.37","247":"25.3","248":"0.15","249":"2.8","250":"0","251":"0","252":"7.0000000000000007E-2","253":"1.3","254":"7.0000000000000007E-2","255":"1.3","256":"0.1","257":"1.8","258":"0.28999999999999998","259":"5.4","260":"0.04","261":"0.7","262":"0","263":"0","264":"0","265":"0","266":"1.35","267":"24.9","268":"0.22","269":"4.0999999999999996","270":"0.85","271":"15.7","272":"0.91","273":"16.700000000000006","274":"9764","275":"7127","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"77.3","296":"-","297":"69.846241457858767","298":"69.193571326980518","299":"70.845645138595742","300":"66.620916826791117","301":"70.632268413313724"},{"1":"0","2":"חריש","3":"1247","4":"חיפה","5":"מועצה מקומית","6":"48.727053485002997","7":"1996","8":"0","9":"9","10":"307","11":"חריש","12":"7.029674779707026","13":"3875.4","14":"27006","15":"98.5","16":"91.9","17":"-","18":"-","19":"-","20":"-","21":"13393","22":"13613","23":"20.728726949566763","24":"15.200325853514034","25":"8.3018588461823306","26":"3.1955861660371769","27":"11.145671332296526","28":"27.567947863437755","29":"8.4314596756276377","30":"1.6885136636303044","31":"3.7399096497074722","32":"46.34155372880101","33":"0.88128564022809741","34":"1048","35":"893","36":"4.5599999999999996","37":"0.8","38":"..","39":"29","40":"4.58","41":"864","42":"37.102913061312194","43":"38.01745290609901","44":"16.359327556839219","45":"100","46":"26","47":"31","48":"33","49":"10","50":"6669","51":"6518","52":"7772","53":"3850","54":"3922","55":"3004","56":"1656","57":"2776","58":"336","59":"1254","60":"596","61":"658","62":"504","63":"231","64":"486","65":"33","66":"2650","67":"138","68":"55.2","69":"121","70":"18.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"346","80":"138.04818005450136","81":"23","82":"32","83":"..","84":"..","85":"..","86":"..","87":"2438","88":"18.118311533888228","89":"937","90":"358","91":"8.0796757782185047","92":"38","93":"189","94":"127","95":"107","96":"110","97":"..","98":"1070","99":"24.299065420560748","100":"871","101":"201","102":"249","103":"13","104":"14","105":"49.7","106":"28.7","107":"13.2","108":"8.4","109":"419","110":"229","111":"130","112":"60","113":"1108","114":"317","115":"442","116":"349","117":"9224.8227139999999","118":"11869.560880000001","119":"6712.6673209999999","120":"-0.59155807658348714","121":"0.21379977900903846","122":"-0.16067091077666129","123":"4473","124":"36.6","125":"376","126":"8395.0663029999996","127":"-6.1617374051238238","128":"47.3","129":"0.37371411999999998","130":"2594","131":"932","132":"817","133":"766","134":"79","135":"15","136":"11","137":"6","138":"4","139":"2","140":"155","141":"128","142":"27","143":"19","144":"8","145":"3649","146":"3094","147":"555","148":"465","149":"90","150":"26.642201834862384","151":"2.562170308967596","152":"2.5110782865583459","153":"2.6153846153846154","154":"65.693430656934311","155":"53.284671532846716","156":"26.78","157":"..","158":"7.4","159":"1.9","160":"474","161":"29.6","162":"13.502109704641349","163":"3.1","164":"9.1999999999999993","165":"26.371308016877638","166":"72.151898734177209","167":"9.3970588235294112","168":"3.6118935837245698","169":"1886.46","170":"155.73699999999999","171":"8.2555156218525703","172":"1730.723","173":"1730.723","174":"-","175":"100","176":"-","177":"1319.319","178":"90.491","179":"109.923","180":"110.42400000000001","181":"97.484999999999999","182":"76.229356170802603","183":"5.2285085481616598","184":"6.35127631631405","185":"6.3802237561990003","186":"5.6326171201284101","187":"64.084237419928201","188":"48.851001592179799","189":"3.35064983152516","190":"4.0701669937423635","191":"4.088717739845225","192":"3.6096197282186098","193":"1.8","194":"1024.346526498","195":"100","196":"43.6","197":"25.7","198":"188","199":"288.7","200":"248.6","201":"1842","202":"10942","203":"-","204":"-","205":"3.5000000000000003E-2","206":"0.59199999999999997","207":"-","208":"15.83","209":"86.83","210":"3.5000000000000003E-2","211":"0.59199999999999997","212":"-","213":"1.2588380180297305","214":"9.6015452935791412","215":"8233","216":"7588","217":"8.1999999999999993","218":"11","219":"-","220":"-","221":"11","222":"0.47237505054911355","223":"1.336086481234058","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-3.82310146785353E-3","236":"129","237":"5","238":"-0.14749306224343511","239":"102","240":"5","241":"0.20645463025404301","242":"150","243":"133","244":"158","245":"6.9499999999999993","246":"1.91","247":"27.5","248":"0.14000000000000001","249":"2","250":"0.02","251":"0.3","252":"0.04","253":"0.6","254":"0.02","255":"0.3","256":"0.04","257":"0.6","258":"0","259":"0","260":"7.0000000000000007E-2","261":"1","262":"0","263":"0","264":"0.03","265":"0.4","266":"3.13","267":"45","268":"0.21","269":"3","270":"0","271":"0","272":"1.34","273":"19.3","274":"27006","275":"14139","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"80.13","296":"-","297":"74.680757375605452","298":"74.656461993390153","299":"72.584048389365591","300":"67.895798935975051","301":"71.399617812264751"},{"1":"16262","2":"טובא-זנגרייה","3":"0962","4":"הצפון","5":"מועצה מקומית","6":"139.644023551967","7":"1988","8":"0","9":"9","10":"259","11":"אצבע הגליל","12":"3.6219449456437736","13":"1871.1","14":"7011","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"3508","22":"3502","23":"10.540579090001426","24":"9.6277278562259312","25":"8.5722436171730134","26":"9.9557837683640003","27":"18.100128369704748","28":"20.824418770503495","29":"14.691199543574383","30":"2.9525032092426189","31":"4.7354157752103836","32":"34.474397375552705","33":"1.4833832548851804","34":"768","35":"144","36":"..","37":"0.4","38":"..","39":"21","40":"5.35","41":"123","42":"17.689368540281844","43":"1.6603198194907094","44":"2.8526601055484237E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-17","51":"-13","52":"29","53":"8","54":"21","55":"10","56":"9","57":"10","58":"0","59":"42","60":"9","61":"33","62":"10","63":"20","64":"12","65":"0","66":"0","67":"82","68":"37.200000000000003","69":"14","70":"5.4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"924","88":"22.786683107274968","89":"354","90":"152","91":"8.8389513108614235","92":"37","93":"161","94":"120","95":"107","96":"103","97":"-","98":"318","99":"27.358490566037737","100":"288","101":"109","102":"345","103":"32","104":"27","105":"83","106":"0.1","107":"0.3","108":"16.5","109":"1029","110":"600","111":"393","112":"36","113":"2390","114":"909","115":"1289","116":"192","117":"6124.8169049999997","118":"7702.5454499999996","119":"4415.9751850000002","120":"-1.1412112448917044","121":"9.9199115989456743E-2","122":"-3.3161721749271234","123":"3008","124":"52.6","125":"151","126":"9031.9051490000002","127":"-8.3091603715145688","128":"43.7","129":"0.31655537500000003","130":"442","131":"155","132":"140","133":"136","134":"11","135":"3","136":"2","137":"2","138":"1","139":"1","140":"59","141":"34","142":"25","143":"14","144":"11","145":"1280","146":"706","147":"574","148":"319","149":"255","150":"23.571428571428573","151":"0.38709677419354838","152":"..","153":"..","154":"73.426573426573427","155":"30.76923076923077","156":"7.87","157":"..","158":"12.5","159":"2.4","160":"155","161":"33.299999999999997","162":"1.935483870967742","163":"1.8","164":"18.2","165":"56.774193548387096","166":"80","167":"10.711864406779661","168":"2.9056962025316455","169":"743.68399999999997","170":"175.78","171":"23.6","172":"567.904","173":"554.84900000000005","174":"13.055","175":"97.701195976784803","176":"2.2988040232151912","177":"460.584","178":"32.366","179":"-","180":"41.024999999999999","181":"8.9999999999999993E-3","182":"83.010692999356607","183":"5.8332987894003603","184":"-","185":"7.3939035665559496","186":"1.6220629396466401E-3","187":"79.1397803451719","188":"65.694480102695806","189":"4.6164598488090141","190":"-","191":"5.8515190415062044","192":"1.2836970474967907E-3","193":"0","194":"321.9948","195":"100","196":"2.5","197":"1.6","198":"6","199":"6.7","200":"6.3","201":"42","202":"1306","203":"-","204":"-","205":"4.58","206":"-","207":"-","208":"1.48","209":"17.760000000000002","210":"4.5030000000000001","211":"-","212":"-","213":"1.5715440435535077","214":"5.0010254167980817","215":"2807","216":"2314","217":"8.1","218":"1","219":"-","220":"-","221":"1","222":"0.14381600439253531","223":"0.35625222657641609","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.91359460484715305","236":"43","237":"5","238":"-0.16252672097539023","239":"99","240":"2","241":"-1.03000588472106","242":"19","243":"24","244":"19","245":"3.71","246":"1.44","247":"38.799999999999997","248":"0.04","249":"1.1000000000000001","250":"0","251":"0","252":"0.02","253":"0.5","254":"0.03","255":"0.8","256":"0","257":"0","258":"0","259":"0","260":"0.01","261":"0.3","262":"0.11","263":"3","264":"0","265":"0","266":"0.01","267":"0.3","268":"0.28000000000000003","269":"7.5","270":"0.3","271":"8.1","272":"1.47","273":"39.6","274":"7011","275":"4869","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"84.03","296":"-","297":"30.29197080291971","298":"44.193912063134164","299":"51.822043371339142","300":"32.965128871561625","301":"43.939077821823489"},{"1":"26578","2":"טורעאן","3":"0498","4":"הצפון","5":"מועצה מקומית","6":"100.06599039585799","7":"1959","8":"0","9":"11","10":"251","11":"הגליל המזרחי","12":"11.913977218789263","13":"1229.4000000000001","14":"14655","15":"-","16":"-","17":"100","18":"89","19":"11","20":"-","21":"7519","22":"7135","23":"9.3551688843398164","24":"9.5735243944046395","25":"9.778232685090412","26":"9.9147048788809276","27":"18.491982258614808","28":"18.430569771409075","29":"15.2848857045377","30":"3.1047424087342206","31":"6.059365404298874","32":"34.527465029000339","33":"2.1494370522006143","34":"808","35":"259","36":"2.25","37":"0.6","38":"..","39":"36","40":"4.8","41":"223","42":"15.331466945392201","43":"1.5178650759021934","44":"1.3647219379051518E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-25","51":"-25","52":"88","53":"32","54":"56","55":"24","56":"41","57":"23","58":"0","59":"113","60":"42","61":"71","62":"25","63":"51","64":"37","65":"0","66":"4","67":"148","68":"37.799999999999997","69":"30","70":"4.9000000000000004","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"755","80":"81.070482053676415","81":"19","82":"30","83":"..","84":"..","85":"..","86":"..","87":"1687","88":"20.247239558329333","89":"709","90":"468","91":"8.6075027315770303","92":"37","93":"150","94":"122","95":"121","96":"120","97":"-","98":"823","99":"26.002430133657352","100":"583","101":"362","102":"453","103":"43","104":"25","105":"65.599999999999994","106":"32.5","107":"1.8","108":"0.1","109":"2174","110":"1268","111":"824","112":"82","113":"5095","114":"1962","115":"2702","116":"431","117":"6393.0325240000002","118":"7445.6248750000004","119":"4894.0905720000001","120":"0.97381302278509718","121":"1.1644229980730003","122":"1.8882539421109179","123":"5665","124":"52.9","125":"652","126":"10839.01722","127":"-8.3755276461165771","128":"31.3","129":"0.372179331","130":"855","131":"298","132":"265","133":"286","134":"6","135":"7","136":"4","137":"3","138":"2","139":"1","140":"122","141":"69","142":"53","143":"30","144":"23","145":"3156","146":"1672","147":"1484","148":"816","149":"668","150":"25.746031746031747","151":"1.7751479289940828","152":"..","153":"..","154":"71.717171717171709","155":"55.218855218855225","156":"16.899999999999999","157":"35.1","158":"19.399999999999999","159":"3.4","160":"324","161":"30.8","162":"4.6296296296296298","163":"4.8","164":"17.7","165":"41.666666666666671","166":"72.839506172839506","167":"9.4577464788732399","168":"2.2365384615384616","169":"1230.9010000000001","170":"112.026","171":"9.1","172":"1118.873","173":"1031.231","174":"87.641999999999996","175":"92.166939411354093","176":"7.8330605886458962","177":"790.38499999999999","178":"33.628999999999998","179":"10.041","180":"138.17400000000001","181":"12.711","182":"76.644806061881397","183":"3.2610540218438002","184":"0.973690666785618","185":"13.398937774368701","186":"1.2326045279864599","187":"70.367178437393406","188":"53.932787444558201","189":"2.2947117024906176","190":"0.68515864892528144","191":"9.4284544524053224","192":"0.86734902763561927","193":"0","194":"740.44383197444017","195":"98.000010350479741","196":"7","197":"5.6","198":"28","199":"19","200":"17.8","201":"84","202":"3883","203":"0.94499999999999995","204":"11.34","205":"6.2990000000000004","206":"5.75","207":"0.90800000000000003","208":"0.49","209":"5.88","210":"0.79800000000000004","211":"-","212":"0.44","213":"1.7437190714258468","214":"33.147302235829798","215":"6404","216":"4933","217":"7.5","218":"3","219":"1","220":"2","221":"-","222":"0.20625291854787714","223":"0.46845721424109932","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.83856971545000303","236":"54","237":"4","238":"-0.50693582093114176","239":"71","240":"3","241":"-0.36514435732835898","242":"79","243":"86","244":"74","245":"11.95","246":"1.68","247":"14.1","248":"0.06","249":"0.5","250":"0","251":"0","252":"0","253":"0","254":"0.03","255":"0.3","256":"0.03","257":"0.3","258":"0.02","259":"0.2","260":"0.16","261":"1.3","262":"0.14000000000000001","263":"1.2","264":"0.01","265":"0.1","266":"1.55","267":"13","268":"4.2699999999999996","269":"35.700000000000003","270":"2.17","271":"18.2","272":"1.83","273":"15.099999999999998","274":"14655","275":"8723","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"94.22","296":"-","297":"47.86130913804277","298":"63.251147401003308","299":"63.926121372031666","300":"38.645951229550363","301":"49.4807635248739"},{"1":"17072","2":"יאנוח-ג'ת","3":"1295","4":"הצפון","5":"מועצה מקומית","6":"114.573710497303","7":"1990","8":"0","9":"9","10":"255","11":"מעלה הגליל","12":"13.555009452841862","13":"505.4","14":"6851","15":"-","16":"-","17":"100","18":"-","19":"-","20":"100","21":"3445","22":"3406","23":"8.5826886585899871","24":"8.2907604729236599","25":"9.0351773463727927","26":"9.5314552620055473","27":"17.85140855349584","28":"21.763246241424611","29":"15.705736388848344","30":"3.444752590862648","31":"5.8093708947598888","32":"31.659611735513064","33":"1.9997080718143336","34":"702","35":"116","36":"..","37":"0.6","38":"..","39":"25","40":"4.66","41":"91","42":"13.357005614835513","43":"1.120941170661709","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-18","51":"-18","52":"41","53":"10","54":"31","55":"8","56":"19","57":"14","58":"0","59":"59","60":"10","61":"49","62":"2","63":"38","64":"19","65":"0","66":"9","67":"85","68":"46.5","69":"14","70":"4.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"476","88":"11.547792333818535","89":"183","90":"82","91":"4.4809010773751226","92":"35","93":"159","94":"115","95":"109","96":"113","97":"-","98":"1164","99":"3.6082474226804124","100":"116","101":"135","102":"240","103":"41","104":"25","105":"82.6","106":"11.5","107":"5.2","108":"0.7","109":"993","110":"670","111":"315","112":"8","113":"2114","114":"1043","115":"1030","116":"41","117":"7991.7433449999999","118":"10637.78955","119":"4633.2254220000004","120":"1.8594898068160948","121":"2.3955439819706603","122":"1.4517717779401362","123":"3093","124":"45.2","125":"204","126":"7102.5043100000003","127":"-0.57993559953080087","128":"49","129":"0.38187482099999998","130":"344","131":"115","132":"124","133":"103","134":"..","135":"5","136":"3","137":"3","138":"2","139":"1","140":"58","141":"31","142":"27","143":"14","144":"13","145":"1345","146":"695","147":"650","148":"346","149":"304","150":"23.857142857142858","151":"1.6216216216216217","152":"1.9390581717451523","153":"1.3192612137203166","154":"84.615384615384613","155":"55.384615384615387","156":"17.579999999999998","157":"37.6","158":"15","159":"3.4","160":"160","161":"32.299999999999997","162":"2.5","163":"3.3","164":"18.7","165":"53.125","166":"91.25","167":"10.988095238095237","168":"3.4604550379198264","169":"577.57100000000003","170":"98.509","171":"17.1","172":"479.06200000000001","173":"457.96600000000001","174":"21.096","175":"95.596394621155511","176":"4.4036053788444915","177":"375.411","178":"32.906999999999996","179":"5.6639999999999997","180":"9.1639999999999997","181":"12.313000000000001","182":"81.973552621810398","183":"7.1854679168322502","184":"1.2367730355528599","185":"2.0010219099234399","186":"2.68862754003572","187":"66.846591738432394","188":"54.796526054590601","189":"4.8032404028608964","190":"0.82674062180703545","191":"1.3376149467231062","192":"1.7972558750547365","193":"0","194":"328.59749999999997","195":"100","196":"6.8","197":"6.8","198":"27","199":"8.9","200":"5.9","201":"23","202":"1748","203":"0.85","204":"10.199999999999999","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.9456942071513079","214":"0.53104532410091754","215":"3024","216":"2563","217":"8.1999999999999993","218":"1","219":"-","220":"1","221":"-","222":"0.14678028148170896","223":"0.3306878306878307","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.39170342651795798","236":"95","237":"8","238":"1.081513461147902","239":"170","240":"3","241":"-0.56385277745873796","242":"53","243":"69","244":"45","245":"13.589999999999998","246":"1.74","247":"12.8","248":"0.04","249":"0.3","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.04","255":"0.3","256":"0","257":"0","258":"0","259":"0","260":"0.13","261":"1","262":"0.04","263":"0.3","264":"0","265":"0","266":"4.92","267":"36.200000000000003","268":"4.28","269":"31.5","270":"0.28999999999999998","271":"2.1","272":"2.1","273":"15.400000000000006","274":"6851","275":"3937","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"94.53","296":"-","297":"57.81389136242209","298":"57.363315696649032","299":"57.189757058437294","300":"45.60135996600085","301":"39.541606442287836"},{"1":"10604","2":"יבנאל","3":"0046","4":"הצפון","5":"מועצה מקומית","6":"102.30990181521101","7":"1951","8":"0","9":"9","10":"251","11":"הגליל המזרחי","12":"31.210766351900176","13":"..","14":"4448","15":"100","16":"98.6","17":"-","18":"-","19":"-","20":"-","21":"2215","22":"2233","23":"11.780575539568344","24":"13.399280575539569","25":"12.589928057553957","26":"9.7347122302158269","27":"12.117805755395683","28":"15.625","29":"11.892985611510792","30":"3.8444244604316546","31":"9.0377697841726619","32":"43.907374100719423","33":"3.9343525179856114","34":"1301","35":"112","36":"..","37":"-","38":"-","39":"15","40":"(3.8)","41":"97","42":"22.095803502441346","43":"2.6613715071910349","44":"5.1258992805755392","45":"0","46":"0","47":"0","48":"0","49":"0","50":"47","51":"46","52":"214","53":"99","54":"115","55":"97","56":"34","57":"74","58":"9","59":"168","60":"80","61":"88","62":"61","63":"51","64":"53","65":"3","66":"803","67":"44","68":"36.700000000000003","69":"19","70":"13","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"396","88":"19.672131147540984","89":"151","90":"66","91":"7.6070528967254418","92":"37","93":"161","94":"121","95":"105","96":"103","97":"..","98":"329","99":"8.5106382978723403","100":"308","101":"85","102":"240","103":"21","104":"9","105":"51.4","106":"4.5","107":"1.7","108":"42.3","109":"601","110":"290","111":"182","112":"129","113":"1856","114":"439","115":"621","116":"796","117":"7167.9244879999997","118":"8327.7828040000004","119":"6058.6280269999997","120":"2.694373692755847","121":"1.293124433588777","122":"4.5078120763326179","123":"1481","124":"51.8","125":"208","126":"7360.0979889999999","127":"-1.6747857558896406","128":"50.5","129":"0.42182811599999998","130":"334","131":"103","132":"112","133":"110","134":"9","135":"6","136":"4","137":"2","138":"-","139":"2","140":"47","141":"39","142":"8","143":"-","144":"8","145":"924","146":"777","147":"147","148":"-","149":"147","150":"21.129032258064516","151":"5.376344086021505","152":"5.809128630705394","153":"5.0473186119873814","154":"42.105263157894733","155":"15.789473684210526","156":"16.91","157":"..","158":"6.7","159":"1.6","160":"91","161":"37","162":"2.197802197802198","163":"3.5","164":"14.3","165":"20.87912087912088","166":"61.53846153846154","167":"9.5384615384615383","168":"3.1774193548387095","169":"2657.8870000000002","170":"93.058999999999997","171":"3.5012398946983101","172":"2564.828","173":"366.55099999999999","174":"2198.277","175":"14.291445664192686","176":"85.708554335807321","177":"260.00099999999998","178":"39.25","179":"22.5","180":"7.3","181":"-","182":"70.931739375966799","183":"10.707923317628399","184":"6.1382999909971598","185":"1.99153733041241","186":"-","187":"82.4265797166629","188":"58.466606701146802","189":"8.8261749494040931","190":"5.0595907353271867","191":"1.6415561052394874","192":"-","193":"2.2000000000000002","194":"240.48845","195":"100","196":"2.4","197":"2.4","198":"10","199":"6.2","200":"2.1","201":"8","202":"1049","203":"0.4","204":"2.8","205":"-","206":"-","207":"1","208":"0.44","209":"3.08","210":"-","211":"-","212":"1","213":"1.7002589946016788","214":"1.9237192639874323","215":"1634","216":"1368","217":"8.4","218":"1","219":"-","220":"1","221":"-","222":"0.22779178868496233","223":"0.61199510403916768","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1459175439015901","236":"28","237":"6","238":"0.26250297579726506","239":"128","240":"3","241":"-0.63585170811732705","242":"44","243":"40","244":"68","245":"31.22","246":"1.82","247":"5.8","248":"0.04","249":"0.1","250":"0.01","251":"0","252":"0.02","253":"0.1","254":"0.06","255":"0.2","256":"0.01","257":"0","258":"0","259":"0","260":"0.2","261":"0.6","262":"0.14000000000000001","263":"0.4","264":"0","265":"0","266":"4.38","267":"14","268":"4.29","269":"13.7","270":"14.47","271":"46.3","272":"5.78","273":"18.800000000000011","274":"4448","275":"2444","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"83.21","296":"61.768127181077936","297":"67.293835068054449","298":"71.59455128205127","299":"69.443331998398065","300":"65.83754372328022","301":"70.025839793281648"},{"1":"2933","2":"יסוד המעלה","3":"0029","4":"הצפון","5":"מועצה מקומית","6":"147.553406630333","7":"1949","8":"0","9":"7","10":"259","11":"אצבע הגליל","12":"11.689237015043247","13":"..","14":"1804","15":"100","16":"98.1","17":"-","18":"-","19":"-","20":"-","21":"898","22":"905","23":"7.5388026607538805","24":"7.1507760532150773","25":"7.6496674057649665","26":"8.3702882483370296","27":"14.467849223946786","28":"16.463414634146343","29":"19.567627494456762","30":"5.5986696230598669","31":"13.192904656319291","32":"27.439024390243901","33":"5.7649667405764964","34":"783","35":"25","36":"..","37":"-","38":"-","39":"5","40":"..","41":"20","42":"11.222022067718283","43":"2.418626944173667","44":"3.9356984478935702","45":"..","46":"..","47":"..","48":"..","49":"..","50":"26","51":"23","52":"138","53":"76","54":"62","55":"51","56":"25","57":"59","58":"3","59":"115","60":"54","61":"61","62":"39","63":"29","64":"46","65":"1","66":"19","67":"9","68":"14.5","69":"8","70":"11.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"187","88":"17.775665399239543","89":"68","90":"31","91":"6.5510597302504818","92":"39","93":"182","94":"117","95":"101","96":"103","97":"-","98":"..","99":"..","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"..","109":"200","110":"127","111":"67","112":"6","113":"440","114":"189","115":"219","116":"32","117":"10452.655343007915","118":"12366.904005524862","119":"8702.761363636364","120":"-3.4812919648417706","121":"-7.8286867741989781","122":"1.9729081520335034","123":"758","124":"39.4","125":"149","126":"13298.817416107411","127":"8.8067741642736674","128":"41.6","129":"0.42514188528472319","130":"65","131":"24","132":"21","133":"19","134":"..","135":"1","136":"1","137":"-","138":"-","139":"-","140":"6","141":"6","142":"-","143":"-","144":"-","145":"123","146":"123","147":"-","148":"-","149":"-","150":"20.5","151":"..","152":"..","153":"..","154":"80.555555555555557","155":"80.555555555555557","156":"46.29","157":"..","158":"15.9","159":"4.8","160":"15","161":"29.7","162":"0","163":"2.5","164":"21.5","165":"53.333333333333336","166":"80","167":"9.7535211267605639","168":"3.1918170878459686","169":"183.678","170":"37.716999999999999","171":"20.5","172":"145.96100000000001","173":"142.54499999999999","174":"3.4159999999999999","175":"97.659648810298634","176":"2.3403511897013587","177":"100.633","178":"6.3730000000000002","179":"5.4509999999999996","180":"12.497999999999999","181":"0.27500000000000002","182":"70.597355221158196","183":"4.4708688484338301","184":"3.8240555614016598","185":"8.7677575502472909","186":"0.19292153355080899","187":"79.016075388026593","188":"55.783259423503303","189":"3.5327050997782705","190":"3.0216186252771617","191":"6.9279379157427936","192":"0.1524390243902439","193":"0","194":"93.061149999999998","195":"100","196":"1.9","197":"1.3","198":"5","199":"1.2","200":"1.2","201":"6","202":"509","203":"-","204":"-","205":"-","206":"0.55000000000000004","207":"-","208":"-","209":"-","210":"-","211":"0.621","212":"-","213":"3.1929881457857028","214":"52.006789262336802","215":"1073","216":"822","217":"7.5","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.978904032684491","236":"207","237":"8","238":"1.0273459205053959","239":"167","240":"1","241":"-1.15533142076896","242":"18","243":"19","244":"16","245":"11.680000000000001","246":"1.05","247":"9","248":"0.01","249":"0.1","250":"0","251":"0","252":"0","253":"0","254":"0.01","255":"0.1","256":"0.04","257":"0.3","258":"0.01","259":"0.1","260":"0.11","261":"0.9","262":"0.01","263":"0.1","264":"0","265":"0","266":"0.18","267":"1.5","268":"9.3800000000000008","269":"80.3","270":"0.75","271":"6.4","272":"0.13","273":"1.2000000000000086","274":"1804","275":"1718","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"82.99","296":"-","297":"73.66255144032921","298":"71.056910569105696","299":"71.325878594249204","300":"70.484242890084545","301":"66.320474777448069"},{"1":"68212","2":"יפיע","3":"0499","4":"הצפון","5":"מועצה מקומית","6":"85.480245978099106","7":"1960","8":"0","9":"13","10":"257","11":"מבוא העמקים","12":"4.0800012156482035","13":"4786.1000000000004","14":"19538","15":"-","16":"-","17":"99.9","18":"82.4","19":"17.600000000000001","20":"-","21":"9901","22":"9637","23":"8.4962636912682985","24":"9.1616337393796705","25":"9.0643873477326231","26":"9.1923431262155795","27":"18.727607738765482","28":"18.727607738765482","29":"16.388576108097041","30":"3.6953628825877778","31":"6.5462176271880441","32":"32.214146790869073","33":"2.4516327157334423","34":"738","35":"352","36":"2.2599999999999998","37":"0.8","38":"..","39":"63","40":"5.3","41":"289","42":"14.882214186210049","43":"1.2276388628908705","44":"1.5354693417954755E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-69","51":"-72","52":"171","53":"54","54":"117","55":"43","56":"81","57":"45","58":"2","59":"243","60":"86","61":"157","62":"62","63":"100","64":"78","65":"3","66":"13","67":"219","68":"38.4","69":"36","70":"4.4000000000000004","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"1259","80":"89.096433986657345","81":"21","82":"38","83":"..","84":"..","85":"..","86":"..","87":"2177","88":"18.820783262730181","89":"992","90":"639","91":"8.6720867208672079","92":"37","93":"153","94":"121","95":"132","96":"133","97":"..","98":"1222","99":"34.451718494271688","100":"875","101":"460","102":"623","103":"92","104":"97","105":"70.3","106":"12.4","107":"11.1","108":"6.2","109":"2808","110":"1763","111":"964","112":"81","113":"6243","114":"2686","115":"3138","116":"419","117":"6442.319641","118":"7466.0040790000003","119":"4970.6212889999997","120":"2.0937959968973185","121":"1.9633015884089167","122":"3.2599894844654864","123":"8210","124":"53.4","125":"695","126":"9490.9027270000006","127":"1.7294890874631763","128":"32.5","129":"0.36930648300000002","130":"995","131":"329","132":"330","133":"330","134":"6","135":"13","136":"8","137":"6","138":"2","139":"4","140":"168","141":"93","142":"75","143":"32","144":"43","145":"4137","146":"2206","147":"1931","148":"873","149":"1058","150":"26.513513513513512","151":"0.79699953117674627","152":"1.0194624652455977","153":"0.56925996204933582","154":"75.689223057644099","155":"58.897243107769427","156":"13.85","157":"40.5","158":"17.8","159":"3.3","160":"459","161":"30.9","162":"5.0108932461873641","163":"2.7","164":"16.8","165":"47.494553376906318","166":"73.420479302832248","167":"8.6999999999999993","168":"3.6954022988505746","169":"1367.9749999999999","170":"258.61","171":"18.9","172":"1109.365","173":"1098.1590000000001","174":"11.206","175":"98.989872584766957","176":"1.0101274152330386","177":"992.19200000000001","178":"34.787999999999997","179":"11.03","180":"49.738999999999997","181":"9.4179999999999993","182":"90.350486587097095","183":"3.16784727894595","184":"1.00440828696027","185":"4.5293076867739597","186":"0.85761715744259304","187":"56.209192813635703","188":"50.785279213799498","189":"1.7806213850642372","190":"0.56456979065363155","191":"2.5458872907815939","192":"0.48205968162972823","193":"0","194":"888.76500185161035","195":"99.900007313727642","196":"23.8","197":"23.8","198":"100","199":"15.4","200":"10.4","201":"42","202":"4924","203":"2.2749999999999999","204":"13.5344","205":"0.85","206":"-","207":"0.29299999999999998","208":"2.2749999999999999","209":"13.534000000000002","210":"0.85","211":"-","212":"0.29299999999999998","213":"1.4018131048194391","214":"17.101238539902916","215":"8366","216":"6960","217":"8.6999999999999993","218":"2","219":"1","220":"-","221":"1","222":"0.10299110163467162","223":"0.23906287353573991","224":"2","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.897268612113158","236":"47","237":"3","238":"-0.78098291879489024","239":"48","240":"5","241":"0.14531620428134001","242":"138","243":"159","244":"112","245":"4.089999999999999","246":"2.02","247":"49.4","248":"7.0000000000000007E-2","249":"1.7","250":"0","251":"0","252":"0","253":"0","254":"0","255":"0","256":"0.04","257":"1","258":"0.01","259":"0.2","260":"0.05","261":"1.2","262":"0.04","263":"1","264":"0","265":"0","266":"0.03","267":"0.7","268":"0.39","269":"9.5","270":"0.01","271":"0.2","272":"1.43","273":"35.09999999999998","274":"19538","275":"9672","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"79.099999999999994","296":"-","297":"44.694433631763332","298":"61.688062110846346","299":"66.037020179032012","300":"42.20566318926975","301":"49.458874458874455"},{"1":"30591","2":"ירוחם","3":"0831","4":"הדרום","5":"מועצה מקומית","6":"126.29832651434999","7":"1959","8":"0","9":"11","10":"612","11":"ירוחם","12":"58.598381573273606","13":"188.2","14":"11031","15":"96.8","16":"92.8","17":"-","18":"-","19":"-","20":"-","21":"5842","22":"5189","23":"10.325446469041792","24":"10.669930196718338","25":"8.8387272232798484","26":"9.2647992022482093","27":"16.063820143232707","28":"18.284833650620978","29":"13.670564772006164","30":"3.8981053394977789","31":"8.9928383646088292","32":"35.354908893119394","33":"3.3904451092376031","34":"927","35":"255","36":"3.63","37":"1.8","38":"( 7.7)","39":"72","40":"6.84","41":"183","42":"16.786149326664521","43":"2.3943286292393964","44":"13.588976520714349","45":"8","46":"0","47":"25","48":"0","49":"75","50":"64","51":"42","52":"420","53":"211","54":"209","55":"130","56":"114","57":"160","58":"16","59":"378","60":"202","61":"176","62":"113","63":"129","64":"130","65":"6","66":"557","67":"122","68":"34.5","69":"44","70":"11.5","71":"5","72":"663","73":"-","74":"2.8","75":"3.35","76":"-","77":"-","78":"..","79":"647","80":"71.735605746830061","81":"16","82":"52","83":"..","84":"..","85":"..","86":"..","87":"1088","88":"18.285714285714285","89":"406","90":"176","91":"6.9106382978723406","92":"38","93":"170","94":"123","95":"101","96":"98","97":"..","98":"1045","99":"32.440191387559807","100":"566","101":"359","102":"480","103":"41","104":"41","105":"69.8","106":"28.6","107":"0.8","108":"0.8","109":"1632","110":"902","111":"487","112":"243","113":"4475","114":"1361","115":"1638","116":"1476","117":"8686.8547479999997","118":"10464.191989999999","119":"6711.9536850000004","120":"2.8085887384470487","121":"3.2187583408370912","122":"1.9151951407069712","123":"5090","124":"38.5","125":"213","126":"8920.9518150000004","127":"2.8623411388785991","128":"43.7","129":"0.385784666","130":"752","131":"233","132":"261","133":"242","134":"16","135":"7","136":"4","137":"6","138":"3","139":"3","140":"101","141":"56","142":"45","143":"23","144":"22","145":"2347","146":"1291","147":"1056","148":"543","149":"513","150":"24.666666666666668","151":"1.6057091882247994","152":"2.0725388601036272","153":"1.107011070110701","154":"77.639751552795033","155":"69.565217391304344","156":"24.88","157":"50.3","158":"12.8","159":"3.7","160":"278","161":"31.5","162":"9.3525179856115113","163":"5.0999999999999996","164":"14.1","165":"38.489208633093526","166":"82.733812949640281","167":"7.9922178988326849","168":"3.846640701071081","169":"1279.653","170":"140.82599999999999","171":"11.0","172":"1138.827","173":"1096.4480000000001","174":"42.378999999999998","175":"96.278714853090065","176":"3.7212851469099348","177":"552.38300000000004","178":"83.594999999999999","179":"176.828","180":"22.434999999999999","181":"34.664000000000001","182":"50.379315754144301","183":"7.62416457506421","184":"16.127349404622901","185":"2.0461526675227599","186":"3.1614814382442198","187":"99.396972169340899","188":"50.075514459251202","189":"7.5781887408213215","190":"16.030096999365426","191":"2.0338137974798296","192":"3.1424168253104887","193":"0","194":"846.01600000362248","195":"100","196":"18.2","197":"11.6","198":"70","199":"5.6","200":"5.0999999999999996","201":"25","202":"3508","203":"-","204":"-","205":"-","206":"0.98","207":"-","208":"-","209":"-","210":"0.03","211":"0.98","212":"-","213":"1.4422730025658228","214":"7.9197105975533617","215":"3642","216":"3168","217":"8","218":"4","219":"-","220":"3","221":"1","222":"0.36691036779594577","223":"1.0982976386600769","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.50378301007302895","236":"87","237":"5","238":"0.11346205413041438","239":"122","240":"2","241":"-1.0245682742864599","242":"20","243":"16","244":"28","245":"58.47","246":"1.81","247":"3.1","248":"0.18","249":"0.3","250":"0.02","251":"0","252":"0.05","253":"0.1","254":"0.13","255":"0.2","256":"0.04","257":"0.1","258":"0.54","259":"0.9","260":"0.49","261":"0.8","262":"0","263":"0","264":"0.15","265":"0.3","266":"0.66","267":"1.1000000000000001","268":"0.02","269":"0","270":"2.99","271":"5.0999999999999996","272":"51.39","273":"88","274":"11031","275":"6094","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"76.09","296":"-","297":"66.486860304287688","298":"66.239082969432317","299":"67.15534633490249","300":"62.575163398692816","301":"66.098460755629048"},{"1":"37128","2":"ירכא","3":"0502","4":"הצפון","5":"מועצה מקומית","6":"107.60500748232","7":"..","8":"0","9":"13","10":"252","11":"הגליל המרכזי","12":"16.069624038464834","13":"1095.7","14":"17576","15":"-","16":"-","17":"99.7","18":"1.1000000000000001","19":"0.1","20":"98.8","21":"9073","22":"8503","23":"8.318161128812017","24":"8.7391898042785616","25":"9.4048702776513426","26":"9.649522075557579","27":"18.434228493400092","28":"20.806781975421028","29":"15.009103322712789","30":"3.4023668639053253","31":"6.2357760582612656","32":"32.089212562585345","33":"2.3839326354119255","34":"735","35":"283","36":"2.02","37":"1.8","38":"( 6.6)","39":"53","40":"4.99","41":"230","42":"13.150233641200247","43":"0.98192188164792071","44":"0.15930814747382793","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-16","51":"-15","52":"56","53":"17","54":"39","55":"6","56":"30","57":"20","58":"0","59":"71","60":"22","61":"49","62":"10","63":"42","64":"19","65":"0","66":"15","67":"193","68":"38","69":"20","70":"2.7","71":"5","72":"411","73":"-","74":"-","75":"-","76":"2.23","77":"0.13","78":"..","79":"712.66666666666663","80":"59.237512992387387","81":"22","82":"31","83":"..","84":"..","85":"..","86":"..","87":"1451","88":"13.959976909755628","89":"603","90":"294","91":"5.8606278549907662","92":"35","93":"151","94":"111","95":"120","96":"129","97":"-","98":"922","99":"11.062906724511931","100":"495","101":"285","102":"777","103":"108","104":"70","105":"56.2","106":"0.4","107":"29.1","108":"14.3","109":"2461","110":"1643","111":"774","112":"44","113":"5255","114":"2515","115":"2514","116":"226","117":"7084.6919379999999","118":"8979.5985569999993","119":"4668.1130649999996","120":"1.2509155586331921","121":"2.1892670174173512","122":"0.86897744424796475","123":"7149","124":"51.7","125":"709","126":"8040.7145399999999","127":"-7.7257840880060265","128":"44.1","129":"0.388045156","130":"848","131":"265","132":"304","133":"269","134":"10","135":"14","136":"9","137":"9","138":"2","139":"7","140":"196","141":"107","142":"89","143":"34","144":"55","145":"4090","146":"1926","147":"2164","148":"904","149":"1260","150":"24.970149253731343","151":"0.37981551817688552","152":"..","153":"..","154":"88.993710691823907","155":"48.742138364779876","156":"13.59","157":"30.1","158":"16.100000000000001","159":"3","160":"551","161":"30.5","162":"4.900181488203267","163":"3.1","164":"14.8","165":"37.386569872958262","166":"81.851179673321241","167":"10.161538461538461","168":"3.1998485995457986","169":"1792.932","170":"345.80399999999997","171":"19.3","172":"1447.1279999999999","173":"1335.848","174":"111.28","175":"92.310286305012411","176":"7.6897136949875895","177":"946.79700000000003","178":"46.594000000000001","179":"3.2679999999999998","180":"136.928","181":"72.206000000000003","182":"70.876102670363693","183":"3.4879716854013298","184":"0.24463861157856301","185":"10.2502679945623","186":"5.4052556877728604","187":"76.012746102196402","188":"53.874871969955599","189":"2.651303061340617","190":"0.18595652668715149","191":"7.7915101855013091","192":"4.1086832821213157","193":"0","194":"1140.7044393799999","195":"85.000000517837918","196":"23.5","197":"21.9","198":"85","199":"14.8","200":"11.3","201":"48","202":"4286","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.7556876472668335","214":"1.9393280038028733","215":"8137","216":"6678","217":"8.4722621902478021","218":"15","219":"1","220":"2","221":"12","222":"0.85762393312175522","223":"1.8434312400147475","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.71718736695331897","236":"66","237":"7","238":"0.58472467570515929","239":"144","240":"3","241":"-0.31668403763129699","242":"85","243":"97","244":"58","245":"15.93","246":"3.98","247":"25","248":"0.14000000000000001","249":"0.9","250":"0.02","251":"0.1","252":"0.02","253":"0.1","254":"0.04","255":"0.3","256":"0.5","257":"3.1","258":"0.28999999999999998","259":"1.8","260":"0.02","261":"0.1","262":"0.12","263":"0.8","264":"0","265":"0","266":"2.06","267":"12.9","268":"5.41","269":"34","270":"0.01","271":"0.1","272":"3.32","273":"20.8","274":"17576","275":"4416","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"96.52","296":"-","297":"68.2533625870457","298":"51.347550972580272","299":"60.117548278757347","300":"50.971490829852918","301":"51.137261789760259"},{"1":"42986","2":"כאבול","3":"0504","4":"הצפון","5":"מועצה מקומית","6":"95.785616893063803","7":"1976","8":"0","9":"11","10":"263","11":"שפלת הגליל","12":"7.2773244403110562","13":"1988.8","14":"14473","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"7313","22":"7160","23":"9.2448006633040833","24":"9.6386374628618814","25":"10.16375319560561","26":"10.136115525461204","27":"17.639742969667658","28":"19.463829199198507","29":"15.74656256477579","30":"2.9434118703793271","31":"5.0231465487459408","32":"34.878739722241413","33":"1.8517238996752574","34":"792","35":"241","36":"2.13","37":"0.8","38":"..","39":"40","40":"4.99","41":"201","42":"13.999100577512234","43":"1.6151326626597751","44":"2.7637670144406823E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"14","51":"14","52":"98","53":"36","54":"62","55":"29","56":"50","57":"18","58":"1","59":"84","60":"30","61":"54","62":"28","63":"32","64":"23","65":"1","66":"0","67":"114","68":"29.2","69":"46","70":"7.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"820.66666666666663","80":"89.761769078809181","81":"20","82":"37","83":"..","84":"..","85":"..","86":"..","87":"1051","88":"12.728593920310042","89":"474","90":"282","91":"5.8074001470227881","92":"38","93":"150","94":"124","95":"129","96":"129","97":"-","98":"633","99":"43.601895734597157","100":"662","101":"312","102":"497","103":"53","104":"47","105":"77.400000000000006","106":"0.3","107":"21.9","108":"0.5","109":"1877","110":"1218","111":"618","112":"41","113":"4114","114":"1873","115":"2031","116":"210","117":"6669.4082079999998","118":"7997.0837860000001","119":"4909.5216950000004","120":"1.6512025314562306","121":"2.4706918997171812","122":"0.93322729528624304","123":"5172","124":"52.2","125":"407","126":"7816.334355","127":"-0.12664655205563147","128":"41.8","129":"0.38089208299999999","130":"701","131":"221","132":"254","133":"212","134":"14","135":"6","136":"4","137":"4","138":"2","139":"2","140":"105","141":"61","142":"44","143":"22","144":"22","145":"2640","146":"1399","147":"1241","148":"633","149":"608","150":"23.982456140350877","151":"0.20632737276478677","152":"..","153":"..","154":"71.825396825396822","155":"53.968253968253968","156":"16.75","157":"39","158":"21.9","159":"3.9","160":"281","161":"32.1","162":"2.4911032028469751","163":"2.5","164":"19.8","165":"44.128113879003564","166":"77.22419928825623","167":"10.529411764705882","168":"3.1778398510242085","169":"960.92600000000004","170":"136.53399999999999","171":"14.2","172":"824.39200000000005","173":"739.79300000000001","174":"84.599000000000004","175":"89.738012984114363","176":"10.261987015885648","177":"600.42600000000004","178":"54.649000000000001","179":"16.587","180":"19.218","181":"19.675999999999998","182":"81.161351891677796","183":"7.3870663820825602","184":"2.2421136723380699","185":"2.5977536959663001","186":"2.6596629057047001","187":"51.1118557413293","188":"41.483073096586999","189":"3.775666712726268","190":"1.1459859057620561","191":"1.3277601215973469","192":"1.3594030675694349","193":"0","194":"560.07698661073198","195":"92.0000000051526","196":"8.5","197":"7","198":"33","199":"6.5","200":"4.5","201":"24","202":"3536","203":"0.7","204":"9.1","205":"0.63200000000000001","206":"0.28000000000000003","207":"-","208":"-","209":"-","210":"0.63200000000000001","211":"0.28000000000000003","212":"-","213":"1.1452903922590052","214":"10.005333143177316","215":"5238","216":"4488","217":"8.1999999999999993","218":"7","219":"-","220":"3","221":"4","222":"0.48753086588351063","223":"1.3363879343260785","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.83850660278285605","236":"55","237":"3","238":"-0.57094975145795235","239":"66","240":"4","241":"-0.122031945610467","242":"110","243":"130","244":"79","245":"7.3699999999999992","246":"1.95","247":"26.5","248":"0.08","249":"1.1000000000000001","250":"0","251":"0","252":"0","253":"0","254":"0.06","255":"0.8","256":"0.04","257":"0.5","258":"0.06","259":"0.8","260":"0.03","261":"0.4","262":"0.08","263":"1.1000000000000001","264":"0","265":"0","266":"0.63","267":"8.5","268":"2.15","269":"29.2","270":"0.94","271":"12.8","272":"1.35","273":"18.3","274":"14473","275":"7422","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"91.97","296":"89.483486466352119","297":"64.362988417971238","298":"74.962330487192361","299":"82.497212931995549","300":"63.00432276657061","301":"70.530565167243367"},{"1":"18336","2":"כאוכב אבו אל-היג'א","3":"0505","4":"הצפון","5":"מועצה מקומית","6":"98.340990274442504","7":"1984","8":"0","9":"9","10":"261","11":"גבעות אלונים","12":"2.7314614022924437","13":"..","14":"3724","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"1860","22":"1864","23":"8.458646616541353","24":"9.7207303974221269","25":"8.9419978517722871","26":"9.6401718582169718","27":"16.595059076262086","28":"19.844253490870031","29":"16.783029001074112","30":"3.1417830290010742","31":"6.8474758324382385","32":"32.9484425349087","33":"3.0343716433941998","34":"774","35":"67","36":"..","37":"0.2","38":"..","39":"16","40":"..","41":"51","42":"13.799134271206277","43":"1.5075580504714168","44":"8.0558539205155752E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-2","51":"-5","52":"28","53":"6","54":"22","55":"8","56":"16","57":"4","58":"0","59":"33","60":"13","61":"20","62":"7","63":"18","64":"8","65":"0","66":"0","67":"20","68":"18.7","69":"8","70":"5.2","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"399","88":"18.584070796460178","89":"164","90":"84","91":"7.7504725897920608","92":"36","93":"151","94":"116","95":"117","96":"120","97":"-","98":"268","99":"44.029850746268657","100":"189","101":"131","102":"100","103":"15","104":"17","105":"80.2","106":"2.6","107":"2.7","108":"14.6","109":"537","110":"317","111":"208","112":"12","113":"1225","114":"495","115":"669","116":"61","117":"7426.0941339999999","118":"8776.3777420000006","119":"5911.666064","120":"3.6732811872504545","121":"2.6652371675637498","122":"6.5549946612887933","123":"1466","124":"48.9","125":"120","126":"7410.3237150000004","127":"-11.262126202057566","128":"40","129":"0.39271377600000001","130":"225","131":"66","132":"69","133":"88","134":"..","135":"2","136":"1","137":"2","138":"1","139":"1","140":"41","141":"18","142":"23","143":"11","144":"12","145":"1072","146":"462","147":"610","148":"295","149":"315","150":"28","151":"0.90090090090090091","152":"..","153":"..","154":"96.296296296296291","155":"71.604938271604937","156":"22.19","157":"..","158":"26.2","159":"4.5999999999999996","160":"114","161":"32.5","162":"7.8947368421052628","163":"2.5","164":"18.5","165":"45.614035087719294","166":"71.05263157894737","167":"13.727272727272727","168":"2.3425647200481636","169":"285.25700000000001","170":"26.512","171":"9.3","172":"258.745","173":"256.93900000000002","174":"1.806","175":"99.302015497884028","176":"0.69798450211598295","177":"210.75","178":"12.401999999999999","179":"24.582000000000001","180":"4.4630000000000001","181":"4.742","182":"82.023359630106796","183":"4.8268266008663501","184":"9.5672513709479698","185":"1.73698815672202","186":"1.8455742413569001","187":"69.0139672307279","188":"56.607574536664004","189":"3.3311845286059629","190":"6.602739726027397","191":"1.1987644372817621","192":"1.2737040021488046","193":"0","194":"167.37305849999998","195":"96.999995073878637","196":"1.6","197":"1.6","198":"7","199":"1.1000000000000001","200":"0.6","201":"3","202":"863","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.0243632509043468","214":"2.1641832626942334","215":"1750","216":"1492","217":"8","218":"1","219":"-","220":"-","221":"1","222":"0.27057126021973094","223":"0.57142857142857151","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.472789189515891","236":"91","237":"1","238":"-1.5606024741968256","239":"6","240":"4","241":"-0.246601578151951","242":"92","243":"100","244":"76","245":"2.7199999999999998","246":"0.66","247":"24.3","248":"0.04","249":"1.5","250":"0.01","251":"0.4","252":"0.01","253":"0.4","254":"0.02","255":"0.7","256":"0","257":"0","258":"0","259":"0","260":"0.05","261":"1.8","262":"0.01","263":"0.4","264":"0.02","265":"0.7","266":"0.72","267":"26.5","268":"0.61","269":"22.4","270":"0.13","271":"4.8","272":"0.44","273":"16.100000000000005","274":"3724","275":"5642","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"90.07","296":"-","297":"63.540445486518173","298":"78.787878787878782","299":"81.003039513677805","300":"56.120943952802364","301":"61.37660485021398"},{"1":"22422","2":"כוכב יאיר","3":"1224","4":"המרכז","5":"מועצה מקומית","6":"18.2393398983493","7":"1981","8":"0","9":"11","10":"455","11":"מצפה אפק","12":"3.0465208417617227","13":"2932.2","14":"8949","15":"99.8","16":"98.9","17":"-","18":"-","19":"-","20":"-","21":"4511","22":"4438","23":"5.7883562409207734","24":"7.5874399374231754","25":"7.8556263269639066","26":"8.0567661191194553","27":"14.292099675941445","28":"13.643982567884679","29":"21.220248072410325","30":"7.3751257123700968","31":"14.169180914068612","32":"26.181696278913844","33":"3.3858531679517263","34":"769","35":"83","36":"..","37":"0.2","38":"..","39":"24","40":"3.86","41":"59","42":"6.6729165154838723","43":"2.4469380445441828","44":"6.5035199463627222","45":"10","46":"30","47":"40","48":"10","49":"20","50":"155","51":"141","52":"574","53":"281","54":"293","55":"274","56":"46","57":"243","58":"11","59":"433","60":"216","61":"217","62":"63","63":"200","64":"142","65":"28","66":"227","67":"28","68":"9.8000000000000007","69":"29","70":"7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"312","88":"5.8078927773641107","89":"128","90":"60","91":"2.3813953488372093","92":"41","93":"230","94":"128","95":"117","96":"118","97":"-","98":"1242","99":"2.3349436392914655","100":"23","101":"80","102":"206","103":"41","104":"35","105":"41.2","106":"42.9","107":"3.9","108":"12","109":"948","110":"704","111":"233","112":"11","113":"1833","114":"1033","115":"743","116":"57","117":"13721.86846","118":"16921.932260000001","119":"10575.03044","120":"1.2037557733196813","121":"1.2485559004299152","122":"1.0410008353519462","123":"5843","124":"35.1","125":"716","126":"14559.470789999999","127":"-2.1216042065187013","128":"31.8","129":"0.49101502000000002","130":"381","131":"119","132":"111","133":"134","134":"17","135":"4","136":"3","137":"1","138":"1","139":"-","140":"60","141":"44","142":"16","143":"16","144":"-","145":"1661","146":"1145","147":"516","148":"516","149":"-","150":"26.488372093023255","151":"1.3415892672858616","152":"1.4553014553014554","153":"1.2295081967213115","154":"94.797687861271669","155":"91.329479768786129","156":"65.97","157":"50","158":"17.7","159":"5.0999999999999996","160":"131","161":"31.8","162":"7.6335877862595423","163":"4.5999999999999996","164":"18.5","165":"45.801526717557252","166":"76.335877862595424","167":"10.778901734104046","168":"3.1985520847298567","169":"1158.8710000000001","170":"104.955","171":"9.1","172":"1053.9159999999999","173":"1053.9159999999999","174":"-","175":"100","176":"-","177":"857.93600000000004","178":"5.8259999999999996","179":"104.605","180":"35.524999999999999","181":"16.773","182":"81.4045901191366","183":"0.55279547895657699","184":"9.9253640707608604","185":"3.3707619962122202","186":"1.59149306016798","187":"117.75597765363101","188":"95.858770949720693","189":"0.65094972067039103","190":"11.687709497206704","191":"3.9692737430167599","192":"1.8740782122905029","193":"4.9000000000000004","194":"719.94755999999995","195":"100","196":"8.1","197":"8.1","198":"37","199":"22.5","200":"22.5","201":"91","202":"2635","203":"-","204":"-","205":"3","206":"-","207":"-","208":"-","209":"-","210":"6.25","211":"-","212":"-","213":"2.1942376515571698","214":"26.144339732280976","215":"5631","216":"4982","217":"6.49603836530442","218":"2","219":"-","220":"-","221":"2","222":"0.22620055984691093","223":"0.35517670040845323","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"10","235":"1.8336159040089","236":"251","237":"5","238":"-2.7190258109475368E-2","239":"112","240":"6","241":"0.86597952542456202","242":"194","243":"187","244":"207","245":"3.0699999999999994","246":"2.0099999999999998","247":"65.5","248":"7.0000000000000007E-2","249":"2.2999999999999998","250":"0.02","251":"0.7","252":"0","253":"0","254":"0.05","255":"1.6","256":"0.01","257":"0.3","258":"0.15","259":"4.9000000000000004","260":"0.02","261":"0.7","262":"0","263":"0","264":"7.0000000000000007E-2","265":"2.2999999999999998","266":"0.06","267":"2","268":"0.02","269":"0.7","270":"0.04","271":"1.3","272":"0.55000000000000004","273":"17.70000000000001","274":"8949","275":"4452","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"67.48","296":"-","297":"77.615791510772809","298":"75.287579165051056","299":"74.970790601064522","300":"75.303382390911437","301":"72.985055562651681"},{"1":"47745","2":"כסיפה","3":"1059","4":"הדרום","5":"מועצה מקומית","6":"110.509244856712","7":"1996","8":"0","9":"13","10":"652","11":"נגב מזרחי","12":"13.526289616126569","13":"1716.6","14":"23219","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"11624","22":"11595","23":"17.442611654248676","24":"14.64748697187648","25":"12.929066712606055","26":"11.404453249493949","27":"17.472759378095525","28":"14.815452861880356","29":"7.80395365864163","30":"1.2662044015676817","31":"2.2180111115896466","32":"51.806710021964768","33":"0.74938627847883199","34":"1418","35":"679","36":"4.21","37":"3.4","38":"( 5.2)","39":"38","40":"5.12","41":"641","42":"28.050237260543355","43":"3.2688470208051257","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"51","51":"47","52":"184","53":"78","54":"106","55":"77","56":"60","57":"47","58":"0","59":"137","60":"50","61":"87","62":"62","63":"48","64":"27","65":"0","66":"80","67":"254","68":"44.1","69":"29","70":"4.5","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"485.33333333333331","80":"64.197634641291813","81":"..","82":"37","83":"..","84":"..","85":"..","86":"..","87":"1042","88":"10.698151950718685","89":"404","90":"315","91":"4.2343569856409182","92":"33","93":"169","94":"110","95":"110","96":"115","97":"..","98":"466","99":"57.296137339055797","100":"3336","101":"154","102":"436","103":"65","104":"14","105":"81.2","106":"5.8","107":"3.4","108":"9.6","109":"2253","110":"802","111":"775","112":"676","113":"7936","114":"1246","115":"2687","116":"4003","117":"6198.6618490000001","118":"7105.019225","119":"4496.4274020000003","120":"0.94713508675672298","121":"-0.95201145098138262","122":"4.9543383676718511","123":"4982","124":"51.9","125":"144","126":"10762.61412","127":"13.572554336241073","128":"42.4","129":"0.33008758500000002","130":"1435","131":"382","132":"489","133":"513","134":"51","135":"13","136":"9","137":"8","138":"4","139":"4","140":"292","141":"164","142":"128","143":"61","144":"67","145":"7388","146":"3953","147":"3435","148":"1741","149":"1694","150":"25.77027027027027","151":"2.3246650906225375","152":"3.1297709923664123","153":"1.4657980456026058","154":"62.676056338028175","155":"51.877934272300472","156":"13.26","157":"26.6","158":"15.3","159":"2.9","160":"750","161":"34","162":"5.0666666666666664","163":"3.1","164":"13.8","165":"32.800000000000004","166":"70.13333333333334","167":"8.9655172413793096","168":"1.0336204501250348","169":"1647.961","170":"362.96100000000001","171":"22.0","172":"1285","173":"1281.5619999999999","174":"3.4380000000000002","175":"99.732451361867703","176":"0.26754863813229568","177":"1113.444","178":"126.40600000000001","179":"17.54","180":"10.039999999999999","181":"14.132","182":"86.881789566169999","183":"9.8634322802954504","184":"1.36864232865831","185":"0.78341898402106203","186":"1.10271684085514","187":"55.194538955166003","188":"47.954003187045103","189":"5.4440759722640939","190":"0.75541582324820189","191":"0.43240449631767086","192":"0.6086394762909686","193":"1.5","194":"652.16340218879998","195":"95","196":"10.9","197":"9.4","198":"39","199":"13.8","200":"13.5","201":"66","202":"915","203":"-","204":"-","205":"-","206":"2","207":"-","208":"-","209":"-","210":"-","211":"2","212":"-","213":"0.47989487815763415","214":"2.0602562366559027","215":"2418","216":"1754","217":"10.8","218":"2","219":"-","220":"2","221":"-","222":"8.7520241062537779E-2","223":"0.82712985938792394","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.3164797646822901","236":"4","237":"9","238":"1.7058830734196839","239":"194","240":"2","241":"-0.79337484414540405","242":"34","243":"26","244":"50","245":"13.489999999999998","246":"3.27","247":"24.2","248":"0.17","249":"1.3","250":"0.01","251":"0.1","252":"0.05","253":"0.4","254":"0.03","255":"0.2","256":"0.01","257":"0.1","258":"0","259":"0","260":"0.01","261":"0.1","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.44","269":"3.3","270":"8.3000000000000007","271":"61.5","272":"1.2","273":"8.7999999999999918","274":"23219","275":"7101","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"89.83","296":"-","297":"41.345324627325361","298":"58.628585201253316","299":"60.930723244637207","300":"46.812570145903479","301":"55.611390284757121"},{"1":"18915","2":"כסרא-סמיע","3":"1296","4":"הצפון","5":"מועצה מקומית","6":"120.521170861141","7":"1990","8":"0","9":"9","10":"255","11":"מעלה הגליל","12":"14.156489613721787","13":"643.4","14":"9108","15":"-","16":"-","17":"100","18":"1.1000000000000001","19":"3.4","20":"95.6","21":"4627","22":"4481","23":"9.9692577953447525","24":"9.8594642072902943","25":"9.5410628019323678","26":"10.057092665788318","27":"18.675889328063242","28":"21.036451471234081","29":"13.724198506807202","30":"2.4483970136144051","31":"4.6881862099253402","32":"35.375494071146242","33":"1.7457180500658762","34":"789","35":"169","36":"..","37":"1.2","38":"( 6.5)","39":"36","40":"5.9","41":"133","42":"14.717804558231082","43":"1.5940135592241376","44":"2.1958717610891524E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"9","51":"9","52":"70","53":"14","54":"56","55":"16","56":"36","57":"18","58":"0","59":"61","60":"15","61":"46","62":"13","63":"33","64":"15","65":"0","66":"18","67":"148","68":"66.7","69":"14","70":"3.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"667","88":"12.841740469772814","89":"286","90":"137","91":"5.5837563451776653","92":"35","93":"155","94":"118","95":"123","96":"139","97":"-","98":"417","99":"13.429256594724221","100":"318","101":"130","102":"330","103":"35","104":"31","105":"67.3","106":"6.9","107":"8.5","108":"17.399999999999999","109":"1472","110":"926","111":"519","112":"27","113":"3246","114":"1423","115":"1685","116":"138","117":"8243.9683829999994","118":"10969.5591","119":"4526.6188339999999","120":"2.567722251894744","121":"2.4780347285906279","122":"3.3386549827278733","123":"3690","124":"43.3","125":"289","126":"6726.0826269999998","127":"-7.1928113445663637","128":"57.8","129":"0.37669707000000002","130":"557","131":"190","132":"188","133":"178","134":"..","135":"6","136":"4","137":"5","138":"2","139":"3","140":"94","141":"46","142":"48","143":"23","144":"25","145":"2073","146":"1038","147":"1035","148":"550","149":"485","150":"24.365853658536587","151":"0.5714285714285714","152":"..","153":"..","154":"94.011976047904184","155":"55.08982035928144","156":"13.76","157":"29.1","158":"13.8","159":"2.6","160":"260","161":"31.4","162":"3.0769230769230771","163":"4.9000000000000004","164":"18.600000000000001","165":"46.153846153846153","166":"81.15384615384616","167":"10.338461538461539","168":"3.1086309523809526","169":"473.74099999999999","170":"51.585000000000001","171":"10.9","172":"422.15600000000001","173":"404.71199999999999","174":"17.443999999999999","175":"95.867878225111099","176":"4.1321217748889039","177":"342.23599999999999","178":"6.1550000000000002","179":"22.231000000000002","180":"2.4129999999999998","181":"10.866","182":"84.5628496313428","183":"1.52083456877977","184":"5.4930419656447098","185":"0.59622645239083605","186":"2.6848722054201501","187":"44.434782608695699","188":"37.575318401405397","189":"0.67577953447518668","190":"2.4408212560386473","191":"0.26493192797540621","192":"1.1930171277997366","193":"1","194":"215.77566145576","195":"95.000038499609943","196":"13.9","197":"10.6","198":"35","199":"14.6","200":"9.4","201":"33","202":"2173","203":"0.12","204":"0.72","205":"-","206":"-","207":"0.14000000000000001","208":"1.0580000000000001","209":"8.2240000000000002","210":"-","211":"-","212":"2.08","213":"1.7693948969514048","214":"1.3371235779086315","215":"3312","216":"2859","217":"8.1999999999999993","218":"2","219":"-","220":"1","221":"1","222":"0.22132036929670801","223":"0.60386473429951693","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.72854444729721801","236":"65","237":"7","238":"0.53375508963756835","239":"143","240":"3","241":"-0.65146719378423901","242":"42","243":"61","244":"37","245":"14.2","246":"2.16","247":"15.2","248":"0.06","249":"0.4","250":"0","251":"0","252":"0.02","253":"0.1","254":"0.08","255":"0.6","256":"0","257":"0","258":"0.02","259":"0.1","260":"0.13","261":"0.9","262":"0","263":"0","264":"0.01","265":"0.1","266":"4.7","267":"33.1","268":"6.06","269":"42.7","270":"0.24","271":"1.7","272":"0.72","273":"5.0999999999999996","274":"9108","275":"4217","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"49.25","296":"-","297":"70.345576261986608","298":"32.221825962910131","299":"60.929250263991555","300":"62.455181833703264","301":"32.294757665677551"},{"1":"12195","2":"כעביה-טבאש-חג'אג'רה","3":"0978","4":"הצפון","5":"מועצה מקומית","6":"85.803565215588605","7":"1996","8":"0","9":"9","10":"254","11":"יזרעאלים","12":"1.5531477674219272","13":"3576.2","14":"5732","15":"-","16":"-","17":"99.7","18":"100","19":"-","20":"-","21":"2880","22":"2851","23":"10.240753663642707","24":"10.676901605024424","25":"9.6475924633635728","26":"9.9616189811584093","27":"19.521981856245638","28":"18.492672714584788","29":"13.956734124214934","30":"2.8960223307745987","31":"4.6231681786461971","32":"36.636427076064201","33":"1.727145847871598","34":"823","35":"123","36":"..","37":"0.2","38":"..","39":"21","40":"5.89","41":"102","42":"17.965179047124867","43":"1.9193512414972389","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"0","51":"0","52":"52","53":"16","54":"36","55":"9","56":"29","57":"14","58":"0","59":"52","60":"15","61":"37","62":"18","63":"19","64":"14","65":"1","66":"37","67":"70","68":"42.3","69":"12","70":"5.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"580","88":"18.034825870646767","89":"235","90":"135","91":"7.448494453248812","92":"37","93":"164","94":"120","95":"116","96":"120","97":"-","98":"284","99":"27.816901408450704","100":"302","101":"116","102":"178","103":"41","104":"12","105":"64.8","106":"5","107":"28.8","108":"1.4","109":"857","110":"465","111":"346","112":"46","113":"2117","114":"705","115":"1170","116":"242","117":"6668.3656360000004","118":"8160.4424820000004","119":"4709.2038650000004","120":"2.3784323686258269","121":"1.6531800630439575","122":"4.801146659050648","123":"2394","124":"48.9","125":"120","126":"7325.7676179999999","127":"-14.865095569826291","128":"41.7","129":"0.337588481","130":"412","131":"119","132":"147","133":"139","134":"7","135":"3","136":"2","137":"2","138":"1","139":"1","140":"53","141":"28","142":"25","143":"13","144":"12","145":"1339","146":"684","147":"655","148":"326","149":"329","150":"25.653846153846153","151":"0.55632823365785811","152":"..","153":"..","154":"70.161290322580655","155":"45.967741935483872","156":"14.02","157":"..","158":"15.3","159":"3.2","160":"142","161":"31.8","162":"2.8169014084507045","163":"3.3","164":"18","165":"55.633802816901415","166":"82.394366197183103","167":"6.2129629629629628","168":"4.9195230998509691","169":"-","170":"-","171":"-","172":"-","173":"-","174":"-","175":"-","176":"-","177":"-","178":"-","179":"-","180":"-","181":"-","182":"-","183":"-","184":"-","185":"-","186":"-","187":"-","188":"-","189":"-","190":"-","191":"-","192":"-","193":"0","194":"64.001000000000005","195":"0","196":"10.4","197":"7.8","198":"35","199":"6","200":"6","201":"24","202":"987","203":"0.1","204":"0.6","205":"-","206":"-","207":"-","208":"0.1","209":"0.6","210":"-","211":"-","212":"-","213":"1.1162167751592922","214":"0.43584133258046293","215":"2338","216":"1947","217":"8.8000000000000007","218":"2","219":"-","220":"1","221":"1","222":"0.35225841268872293","223":"0.85543199315654406","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.91326325781264694","236":"44","237":"9","238":"1.5316357492766246","239":"188","240":"4","241":"-0.10480141625948","242":"111","243":"113","244":"110","245":"1.6200000000000003","246":"1.3","247":"80.2","248":"0.02","249":"1.2","250":"0","251":"0","252":"0","253":"0","254":"0.03","255":"1.9","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0.1","267":"6.2","268":"0.06","269":"3.7","270":"0.02","271":"1.2","272":"0.09","273":"5.6","274":"5732","275":"4409","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"95.68","296":"93.838219326818674","297":"43.427295562377893","298":"56.895127993393892","299":"60.016264570344269","300":"40.451799317047545","301":"56.3549761845074"},{"1":"13925","2":"כפר ברא","3":"0633","4":"המרכז","5":"מועצה מקומית","6":"12.605514387094001","7":"1963","8":"0","9":"9","10":"451","11":"קסם","12":"2.2805759796043072","13":"..","14":"3856","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"1926","22":"1930","23":"12.033195020746888","24":"10.243775933609959","25":"9.7769709543568464","26":"10.684647302904564","27":"20.902489626556015","28":"16.675311203319502","29":"13.381742738589212","30":"2.4377593360995853","31":"3.8900414937759336","32":"38.148340248962654","33":"1.4782157676348548","34":"874","35":"102","36":"..","37":"0.6","38":"..","39":"4","40":"..","41":"98","42":"25.754064580249768","43":"2.7244455542591339","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"0","51":"0","52":"31","53":"9","54":"22","55":"14","56":"15","57":"2","58":"0","59":"31","60":"10","61":"21","62":"11","63":"15","64":"5","65":"0","66":"5","67":"60","68":"56","69":"14","70":"9.6999999999999993","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"233","88":"11.159003831417625","89":"91","90":"53","91":"4.4368600682593859","92":"35","93":"160","94":"109","95":"111","96":"113","97":"-","98":"163","99":"17.177914110429448","100":"39","101":"88","102":"124","103":"13","104":"13","105":"51.9","106":"0.8","107":"47.2","108":"0.1","109":"573","110":"360","111":"180","112":"33","113":"1314","114":"536","115":"598","116":"180","117":"6887.624973","118":"8264.5845630000003","119":"5108.8839200000002","120":"3.1644799517699829","121":"4.4367876478094814","122":"0.83817317716330386","123":"1563","124":"48.8","125":"180","126":"10032.205459999999","127":"5.4902059197819986","128":"26.7","129":"0.36737924199999999","130":"258","131":"95","132":"79","133":"81","134":"3","135":"3","136":"2","137":"2","138":"2","139":"-","140":"40","141":"28","142":"12","143":"12","144":"-","145":"671","146":"457","147":"214","148":"214","149":"-","150":"26.571428571428573","151":"0.90702947845804993","152":"..","153":"..","154":"68.674698795180717","155":"40.963855421686745","156":"17.5","157":"..","158":"16.600000000000001","159":"3.4","160":"119","161":"29.9","162":"6.7226890756302522","163":"5.4","164":"13.7","165":"44.537815126050425","166":"77.310924369747909","167":"8.1767955801104968","168":"1.9235412474849094","169":"256.577","170":"59.426000000000002","171":"23.2","172":"197.15100000000001","173":"197.15100000000001","174":"-","175":"100","176":"-","177":"174.923","178":"7.3090000000000002","179":"6.1920000000000002","180":"2.7589999999999999","181":"5.968","182":"88.725393226511699","183":"3.70731064006777","184":"3.1407398390066499","185":"1.39943495087522","186":"3.0271213435387101","187":"51.128371369294598","188":"45.363848547717801","189":"1.8954875518672198","190":"1.6058091286307055","191":"0.71550829875518673","192":"1.5477178423236515","193":"0","194":"123.2959","195":"100","196":"4.9000000000000004","197":"4.9000000000000004","198":"21","199":"5","200":"5","201":"20","202":"857","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.5201104818821667","214":"8.77168416352613","215":"1854","216":"1423","217":"6.8770203794799718","218":"3","219":"-","220":"1","221":"2","222":"0.78838973204846219","223":"1.6181229773462784","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.54314797887510502","236":"84","237":"1","238":"-1.6490591103472729","239":"2","240":"7","241":"1.33353211284331","242":"217","243":"215","244":"220","245":"2.2600000000000002","246":"0.45","247":"19.899999999999999","248":"0.01","249":"0.4","250":"0","251":"0","252":"0","253":"0","254":"0.02","255":"0.9","256":"0","257":"0","258":"0.05","259":"2.2000000000000002","260":"0","261":"0","262":"0","263":"0","264":"0.01","265":"0.4","266":"0.81","267":"35.799999999999997","268":"0.66","269":"29.2","270":"0.06","271":"2.7","272":"0.19","273":"8.4999999999999947","274":"3856","275":"8569","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"94.36","296":"-","297":"64.765247915752525","298":"69.300518134715034","299":"76.360544217687078","300":"55.483081940481036","301":"64.790372670807443"},{"1":"32124","2":"כפר ורדים","3":"1263","4":"הצפון","5":"מועצה מקומית","6":"118.718614868372","7":"1993","8":"0","9":"9","10":"255","11":"מעלה הגליל","12":"4.8556980336503814","13":"1139.0999999999999","14":"5531","15":"96.1","16":"94.8","17":"-","18":"-","19":"-","20":"-","21":"2689","22":"2842","23":"3.8510215150967277","24":"6.7257277165069604","25":"9.0218766949918638","26":"8.8953173024769487","27":"13.993852829506418","28":"12.872898210088591","29":"20.61110106671488","30":"6.0025311878502983","31":"18.007593563550895","32":"24.841800759356357","33":"5.6770927499548005","34":"870","35":"35","36":"..","37":"-","38":"-","39":"35","40":"4.5","41":"0","42":"0","43":"0.71897213579795505","44":"8.3890797324172848","45":"6","46":"16.666666666666664","47":"33.333333333333329","48":"33.333333333333329","49":"16.666666666666664","50":"64","51":"35","52":"325","53":"166","54":"159","55":"110","56":"35","57":"148","58":"32","59":"290","60":"152","61":"138","62":"52","63":"81","64":"129","65":"28","66":"122","67":"10","68":"5.0999999999999996","69":"25","70":"10.3","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"505","88":"15.93562638056169","89":"202","90":"83","91":"6.3642091997479531","92":"40","93":"192","94":"118","95":"112","96":"120","97":"-","98":"959","99":"2.9197080291970803","100":"47","101":"93","102":"120","103":"17","104":"19","105":"53.1","106":"38.700000000000003","107":"6.2","108":"2.1","109":"584","110":"436","111":"144","112":"..","113":"1125","114":"635","115":"463","116":"27","117":"13490.72647","118":"17123.505840000002","119":"10016.00311","120":"0.90504907745747598","121":"0.49722619598926432","122":"1.9745986704202245","123":"2833","124":"34","125":"336","126":"9758.0039479999996","127":"-0.10330661212608616","128":"41.1","129":"0.53922420500000001","130":"185","131":"50","132":"57","133":"66","134":"12","135":"4","136":"2","137":"4","138":"2","139":"2","140":"60","141":"23","142":"37","143":"19","144":"18","145":"1478","146":"606","147":"872","148":"463","149":"409","150":"27.136363636363637","151":"0.93312597200622094","152":"1.2195121951219512","153":"-","154":"85.9375","155":"81.25","156":"56.84","157":"..","158":"15.3","159":"4.9000000000000004","160":"185","161":"31.5","162":"2.1621621621621623","163":"3.9","164":"19.2","165":"50.270270270270267","166":"76.21621621621621","167":"11.937799043062201","168":"2.7226452905811622","169":"619.04600000000005","170":"34.878999999999998","171":"5.6","172":"584.16700000000003","173":"581.09","174":"3.077","175":"99.473267062329782","176":"0.526732937670221","177":"422.10199999999998","178":"23.21","179":"73.963999999999999","180":"14.811999999999999","181":"21.488","182":"72.639694367481795","183":"3.9942177631692202","184":"12.728493004525999","185":"2.5490027362370702","186":"3.69787812559156","187":"105.06056770927501","188":"76.315675284758598","189":"4.1963478575302835","190":"13.372627011390346","191":"2.6779967456156211","192":"3.8850117519435905","193":"0","194":"279.53411079330004","195":"100","196":"13.3","197":"13","198":"71","199":"22.6","200":"9.6","201":"80","202":"1775","203":"-","204":"-","205":"1","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.9751468066893438","214":"38.653236890844155","215":"2962","216":"2757","217":"6.5484221980413491","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.49398171961008","236":"241","237":"4","238":"-0.25181786265864953","239":"96","240":"3","241":"-0.60260797995690296","242":"48","243":"65","244":"39","245":"4.78","246":"1.63","247":"34.1","248":"0.03","249":"0.6","250":"0","251":"0","252":"0.03","253":"0.6","254":"0.03","255":"0.6","256":"0.01","257":"0.2","258":"0","259":"0","260":"0.05","261":"1","262":"0","263":"0","264":"0.11","265":"2.2999999999999998","266":"1.79","267":"37.4","268":"0.09","269":"1.9","270":"0","271":"0","272":"1.01","273":"21.29999999999999","274":"5531","275":"3393","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"63.49","296":"54.267912772585667","297":"74.013722126929665","298":"70.875240744703618","299":"69.991364421416236","300":"69.222599830076476","301":"66.15062761506276"},{"1":"31300","2":"כפר יאסיף","3":"0507","4":"הצפון","5":"מועצה מקומית","6":"103.94848123176899","7":"1925","8":"0","9":"11","10":"252","11":"הגליל המרכזי","12":"3.2648389509790365","13":"3161.1","14":"10323","15":"-","16":"-","17":"99.8","18":"44.8","19":"52.6","20":"2.6","21":"5161","22":"5163","23":"7.7981207013465079","24":"7.7496851690400081","25":"7.9628015111886077","26":"8.2340404921050077","27":"16.409958345442217","28":"20.817591785333722","29":"17.368981885110916","30":"4.5141916109658045","31":"9.1543156059285096","32":"28.150731376537827","33":"3.2742419839194032","34":"692","35":"145","36":"1.79","37":"0.8","38":"..","39":"57","40":"6.38","41":"88","42":"8.5571812394368685","43":"0.7719345238540285","44":"8.7183958151700089E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-9","51":"-22","52":"176","53":"62","54":"114","55":"49","56":"61","57":"64","58":"2","59":"198","60":"82","61":"116","62":"50","63":"66","64":"78","65":"4","66":"0","67":"96","68":"29.6","69":"17","70":"3.8","71":"2","72":"115","73":"-","74":"-","75":"-","76":"0.25","77":"0.87","78":"..","79":"828.33333333333337","80":"88.935293450182499","81":"28","82":"39","83":"..","84":"..","85":"..","86":"..","87":"1239","88":"19.567277321541376","89":"523","90":"250","91":"8.3068614993646754","92":"37","93":"150","94":"118","95":"122","96":"129","97":"-","98":"1017","99":"16.420845624385446","100":"466","101":"287","102":"427","103":"58","104":"46","105":"79.099999999999994","106":"7.6","107":"2.6","108":"10.7","109":"1348","110":"985","111":"352","112":"11","113":"2710","114":"1516","115":"1136","116":"58","117":"7263.7090859999998","118":"8267.9627560000008","119":"6233.8366990000004","120":"0.58969515622915303","121":"0.44627956112444078","122":"1.1832610054729242","123":"4764","124":"50.4","125":"629","126":"8592.2329690000006","127":"0.92909184231424469","128":"44.7","129":"0.396209331","130":"534","131":"175","132":"176","133":"164","134":"19","135":"5","136":"3","137":"2","138":"1","139":"1","140":"93","141":"49","142":"44","143":"21","144":"23","145":"2479","146":"1292","147":"1187","148":"581","149":"606","150":"27.651162790697676","151":"0.39370078740157477","152":"..","153":"..","154":"72.8643216080402","155":"60.804020100502512","156":"23.17","157":"31.4","158":"20.399999999999999","159":"3.6","160":"222","161":"32.1","162":"3.6036036036036037","163":"2.2999999999999998","164":"20","165":"48.198198198198199","166":"79.27927927927928","167":"8.7021276595744688","168":"3.7188264058679708","169":"747.73900000000003","170":"67.418999999999997","171":"9.0","172":"680.32","173":"679.255","174":"1.0649999999999999","175":"99.843456020696138","176":"0.15654397930385699","177":"560.48099999999999","178":"23.808","179":"-","180":"7.7629999999999999","181":"35.853000000000002","182":"82.514077923607502","183":"3.5050165254580401","184":"-","185":"1.14286976172424","186":"5.2782828245651503","187":"65.793781480046505","188":"54.289132119333601","189":"2.3060829135993801","190":"-","191":"0.75193723363037579","192":"3.4727818674932198","193":"0.5","194":"602.92102629999999","195":"88.999999998839002","196":"12.9","197":"5.6","198":"31","199":"5.7","200":"4.8","201":"25","202":"2942","203":"0.41199999999999998","204":"4.5060000000000002","205":"-","206":"-","207":"-","208":"0.41199999999999998","209":"4.5060000000000002","210":"-","211":"-","212":"-","213":"2.179117631582979","214":"0.74907672067027009","215":"5313","216":"4588","217":"8.675457715780297","218":"11","219":"-","220":"1","221":"10","222":"1.0696476549296086","223":"2.0703933747412009","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-7.9252362168327803E-2","236":"117","237":"3","238":"-0.83521543296668666","239":"41","240":"4","241":"-0.13173738289388001","242":"108","243":"139","244":"66","245":"3.2700000000000005","246":"1.1000000000000001","247":"33.6","248":"0.01","249":"0.3","250":"0","251":"0","252":"0.02","253":"0.6","254":"0.01","255":"0.3","256":"0.21","257":"6.4","258":"0.08","259":"2.4","260":"0.01","261":"0.3","262":"0.02","263":"0.6","264":"0","265":"0","266":"0","267":"0","268":"1.81","269":"55.4","270":"0","271":"0","272":"0","273":"0.10000000000000853","274":"10323","275":"9385","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.9","296":"-","297":"60.873474630700066","298":"67.111959287531803","299":"70.165257979058921","300":"56.287944492627929","301":"63.885188325057527"},{"1":"5529","2":"כפר כמא","3":"0508","4":"הצפון","5":"מועצה מקומית","6":"95.467928081040895","7":"1950","8":"0","9":"9","10":"251","11":"הגליל המזרחי","12":"8.8269544811745355","13":"..","14":"3479","15":"-","16":"-","17":"99.6","18":"100","19":"-","20":"-","21":"1740","22":"1739","23":"7.7033630353549869","24":"7.5308996838171884","25":"6.697326818051164","26":"7.042253521126761","27":"15.952860017246335","28":"21.040528887611384","29":"15.952860017246335","30":"4.8864616269042829","31":"13.193446392641563","32":"25.783271054900833","33":"4.3690715722908884","34":"729","35":"63","36":"..","37":"-","38":"-","39":"25","40":"..","41":"38","42":"11.006485408713592","43":"1.5322890481568692","44":"5.7487783845932734E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"5","51":"-3","52":"11","53":"6","54":"5","55":"1","56":"3","57":"4","58":"3","59":"14","60":"4","61":"10","62":"1","63":"10","64":"3","65":"0","66":"0","67":"32","68":"33.799999999999997","69":"6.7","70":"3.9","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"245","88":"11.51857075693465","89":"95","90":"47","91":"4.479019330504479","92":"38","93":"167","94":"123","95":"108","96":"113","97":"-","98":"431","99":"12.993039443155453","100":"33","101":"134","102":"130","103":"18","104":"20","105":"96.3","106":"2.6","107":"1","108":"0.2","109":"448","110":"347","111":"100","112":"..","113":"837","114":"514","115":"318","116":"..","117":"9045.2521959999995","118":"10710.65962","119":"7103.3568960000002","120":"3.0893808764706154","121":"0.46164668593744462","122":"5.8468555011120138","123":"1670","124":"34.9","125":"133","126":"9562.2808769999992","127":"2.7098958228180425","128":"42.1","129":"0.37145881800000002","130":"141","131":"49","132":"43","133":"49","134":"-","135":"2","136":"1","137":"1","138":"1","139":"-","140":"17","141":"12","142":"5","143":"5","144":"-","145":"407","146":"283","147":"124","148":"124","149":"-","150":"24.90909090909091","151":"..","152":"..","153":"..","154":"84.210526315789465","155":"80.701754385964904","156":"27.37","157":"..","158":"26.3","159":"5.4","160":"50","161":"31.8","162":"0","163":"3.6","164":"17.8","165":"60","166":"82","167":"10.754716981132075","168":"2.909824561403509","169":"270.65800000000002","170":"29.983000000000001","171":"11.1","172":"240.67500000000001","173":"225.62299999999999","174":"15.052","175":"93.74592292510647","176":"6.2540770748935284","177":"207.86600000000001","178":"1.3069999999999999","179":"12.821999999999999","180":"1.5","181":"2.1280000000000001","182":"92.129791732225897","183":"0.579284913328872","184":"5.6829312614405501","185":"0.66482583779135995","186":"0.94316625521334296","187":"64.852831273354397","188":"59.748778384593301","189":"0.37568266743317047","190":"3.6855418223627479","191":"0.43115837884449554","192":"0.61167002012072436","193":"6.8","194":"140.64830000000001","195":"100","196":"1.8","197":"1.8","198":"9","199":"3.9","200":"3.8","201":"21","202":"1178","203":"0.12","204":"0.72","205":"7.5819999999999999","206":"4.5620000000000003","207":"0.18","208":"0.12","209":"0.72","210":"7.5819999999999999","211":"4.2990000000000004","212":"0.18","213":"1.7008092210330013","214":"5.196948998178506","215":"1627","216":"1417","217":"7.3450952717007763","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.29634503334923801","236":"157","237":"1","238":"-1.5134267861518709","239":"9","240":"3","241":"-0.49652259392325698","242":"61","243":"58","244":"81","245":"8.8000000000000007","246":"0.83","247":"9.4","248":"0.01","249":"0.1","250":"0.01","251":"0.1","252":"0.01","253":"0.1","254":"0.05","255":"0.6","256":"0","257":"0","258":"0.01","259":"0.1","260":"0.1","261":"1.1000000000000001","262":"0.05","263":"0.6","264":"0","265":"0","266":"0.02","267":"0.2","268":"1.78","269":"20.2","270":"5.16","271":"58.6","272":"0.77","273":"8.9000000000000092","274":"3479","275":"4192","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"89.2","296":"-","297":"42.074363992172209","298":"44.060559006211179","299":"42.318059299191376","300":"32.96744890234671","301":"35.232774674115461"},{"1":"56431","2":"כפר כנא","3":"0509","4":"הצפון","5":"מועצה מקומית","6":"93.009718865810797","7":"1968","8":"0","9":"13","10":"257","11":"מבוא העמקים","12":"10.056398133380073","13":"2357.1999999999998","14":"23705","15":"-","16":"-","17":"99.9","18":"90.4","19":"9.5","20":"0.1","21":"12110","22":"11595","23":"10.25522041763341","24":"9.6477536384728957","25":"9.7194684665682338","26":"10.251001898333685","27":"18.785066441678971","28":"18.122758911622022","29":"14.477958236658933","30":"3.1596709554946214","31":"5.572663994937777","32":"35.697110314279691","33":"1.8350558953807214","34":"833","35":"468","36":"2.6","37":"1.8","38":"( 3.8)","39":"70","40":"5.0999999999999996","41":"398","42":"16.947137864359043","43":"1.8910307578674548","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"30","51":"27","52":"221","53":"80","54":"141","55":"71","56":"87","57":"61","58":"2","59":"194","60":"59","61":"135","62":"49","63":"85","64":"57","65":"3","66":"0","67":"252","68":"39.1","69":"43","70":"4.5","71":"2","72":"186","73":"-","74":"-","75":"-","76":"0.8","77":"-","78":"..","79":"1314","80":"89.136871138329496","81":"20","82":"24","83":"14.8","84":"247.70668104989088","85":"15.6","86":"203.97259576992377","87":"2423","88":"18.246855937947135","89":"1083","90":"714","91":"8.2753877894093364","92":"37","93":"145","94":"119","95":"130","96":"131","97":"-","98":"1216","99":"36.67763157894737","100":"1313","101":"576","102":"814","103":"104","104":"65","105":"75.099999999999994","106":"4.8","107":"18.8","108":"1.3","109":"3420","110":"1940","111":"1316","112":"164","113":"8221","114":"2958","115":"4408","116":"855","117":"5824.6349959999998","118":"6610.003565","119":"4694.708267","120":"0.15201492964813657","121":"0.26328703764126882","122":"0.83217376358966089","123":"9233","124":"60.9","125":"796","126":"9256.8861140000008","127":"-2.5351070629410333","128":"37.6","129":"0.38991936599999999","130":"1364","131":"476","132":"439","133":"439","134":"10","135":"14","136":"9","137":"7","138":"2","139":"5","140":"226","141":"126","142":"100","143":"36","144":"64","145":"5691","146":"3060","147":"2631","148":"1033","149":"1598","150":"25.676190476190477","151":"0.78263963002490211","152":"..","153":"..","154":"73.987206823027719","155":"52.66524520255863","156":"12.24","157":"25.8","158":"16.600000000000001","159":"2.9","160":"566","161":"30.8","162":"2.4734982332155475","163":"2.4","164":"17.100000000000001","165":"44.522968197879855","166":"77.561837455830386","167":"9.7270992366412212","168":"3.2731018246027075","169":"1829.9469999999999","170":"192.535","171":"10.5","172":"1637.414","173":"1553.7429999999999","174":"83.671000000000006","175":"94.890052240911587","176":"5.1099477590884161","177":"1145.7280000000001","178":"71.944999999999993","179":"13.356","180":"198.23599999999999","181":"27.419","182":"73.739865601968901","183":"4.6304311588209899","184":"0.85960162008774899","185":"12.7586093710479","186":"1.7647062609453401","187":"65.542183413481794","188":"48.330717961697502","189":"3.0348856829494641","190":"0.56340167046317391","191":"8.3622711549818618","192":"1.1566270142579937","193":"0.4","194":"1160.6408114476801","195":"96.000002796550561","196":"32","197":"28.9","198":"117","199":"23","200":"21.4","201":"93","202":"6063","203":"0.6","204":"0.14399999999999999","205":"4.6390000000000002","206":"6.91","207":"-","208":"2.35","209":"39.950000000000003","210":"2.7530000000000001","211":"-","212":"0.55000000000000004","213":"1.5104179000877855","214":"34.874190374239042","215":"9745","216":"8007","217":"8.5807418508804787","218":"1","219":"-","220":"1","221":"-","222":"4.2580748402912171E-2","223":"0.1026167265264238","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1092115122442701","236":"32","237":"4","238":"-0.25843400579566334","239":"94","240":"4","241":"-7.6077175948386505E-2","242":"117","243":"135","244":"86","245":"10.039999999999999","246":"2.86","247":"28.5","248":"0.09","249":"0.9","250":"0.03","251":"0.3","252":"0.03","253":"0.3","254":"0.05","255":"0.5","256":"0.25","257":"2.5","258":"0.17","259":"1.7","260":"0.15","261":"1.5","262":"0.01","263":"0.1","264":"0","265":"0","266":"0.41","267":"4.0999999999999996","268":"3.22","269":"32.1","270":"1.7","271":"16.899999999999999","272":"1.07","273":"10.599999999999991","274":"23705","275":"8288","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"93.03","296":"9.2214509323533402","297":"48.371085011185684","298":"62.878631063271925","299":"71.031664964249231","300":"48.13351767726644","301":"52.528815267367889"},{"1":"79579","2":"כפר מנדא","3":"0510","4":"הצפון","5":"מועצה מקומית","6":"92.326437741911803","7":"1964","8":"0","9":"13","10":"261","11":"גבעות אלונים","12":"11.028458091623552","13":"1910.9","14":"21073","15":"-","16":"-","17":"100","18":"99.9","19":"-","20":"-","21":"11023","22":"10050","23":"11.085274996440944","24":"10.56328002657429","25":"9.9701039244530918","26":"10.278555497556114","27":"20.267641057277086","28":"18.791818915199546","29":"12.613296635505149","30":"2.4533763583732737","31":"3.9766525886205097","32":"37.488729654059696","33":"1.5137854126132966","34":"848","35":"490","36":"2.85","37":"1.8","38":"( 3.9)","39":"62","40":"5.0999999999999996","41":"428","42":"20.529863177600429","43":"2.1841775516726756","44":"1.4236226450908746E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"9","51":"3","52":"89","53":"22","54":"67","55":"27","56":"44","57":"18","58":"0","59":"86","60":"23","61":"63","62":"31","63":"35","64":"20","65":"0","66":"5","67":"305","68":"59","69":"35","70":"4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"915.33333333333337","80":"88.851923634231852","81":"26","82":"40","83":"..","84":"..","85":"..","86":"..","87":"2216","88":"19.049256425685549","89":"1061","90":"744","91":"9.2817776222552695","92":"37","93":"147","94":"120","95":"140","96":"155","97":"-","98":"1019","99":"30.421982335623159","100":"1752","101":"436","102":"702","103":"85","104":"50","105":"76","106":"7.3","107":"10.5","108":"6.1","109":"3297","110":"1962","111":"1219","112":"116","113":"7667","114":"3004","115":"4045","116":"618","117":"5390.6479849999996","118":"6257.8877210000001","119":"3825.0369759999999","120":"0.43210877968498096","121":"0.3971582361922632","122":"0.74500628627289789","123":"7650","124":"63.6","125":"693","126":"10194.12919","127":"4.6291122313340871","128":"42.1","129":"0.36503348200000002","130":"1297","131":"430","132":"423","133":"428","134":"16","135":"12","136":"7","137":"6","138":"3","139":"3","140":"199","141":"108","142":"91","143":"44","144":"47","145":"5061","146":"2654","147":"2407","148":"1176","149":"1231","150":"25.693069306930692","151":"2.7710843373493974","152":"4.4846577498033042","153":"0.98441345365053323","154":"84.686774941995353","155":"53.132250580046403","156":"11.08","157":"22.5","158":"13.6","159":"2.5","160":"559","161":"31.5","162":"4.2933810375670838","163":"2.8","164":"17.8","165":"41.32379248658318","166":"74.0608228980322","167":"11.03448275862069","168":"2.8902083333333333","169":"1610.4459999999999","170":"272.67599999999999","171":"16.9","172":"1337.77","173":"1309.5060000000001","174":"28.263999999999999","175":"97.887230241371839","176":"2.1127697586281649","177":"1112.9670000000001","178":"95.855999999999995","179":"5.0410000000000004","180":"36.319000000000003","181":"37.506999999999998","182":"84.9913631552662","183":"7.3200122794397302","184":"0.38495432628792797","185":"2.7734886285362599","186":"2.86420986234504","187":"62.141413182745701","188":"52.814834147961903","189":"4.5487590755943623","190":"0.23921605846343663","191":"1.7234850282351826","192":"1.7798604849807811","193":"0.4","194":"894.93993857471446","195":"94.999999656818957","196":"9.6","197":"9.1999999999999993","198":"41","199":"6.9","200":"5","201":"31","202":"5066","203":"4.2","204":"44","205":"3.1640000000000001","206":"0.35","207":"-","208":"3.5","209":"39.300000000000004","210":"3.5030000000000001","211":"0.89400000000000002","212":"-","213":"1.8052621532426443","214":"2.6268687964758151","215":"7699","216":"6430","217":"7.944945567651633","218":"10","219":"-","220":"4","221":"6","222":"0.47966970041122498","223":"1.2988699831146902","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.47868153141882","236":"16","237":"3","238":"-0.64220213285699479","239":"59","240":"4","241":"-0.20118199670454001","242":"98","243":"103","244":"88","245":"11.04","246":"2.36","247":"21.4","248":"0.06","249":"0.5","250":"0.01","251":"0.1","252":"0.01","253":"0.1","254":"0.03","255":"0.3","256":"0.02","257":"0.2","258":"0.03","259":"0.3","260":"0.08","261":"0.7","262":"0.08","263":"0.7","264":"0","265":"0","266":"0.67","267":"6.1","268":"3.29","269":"29.8","270":"3.52","271":"31.9","272":"0.88","273":"7.9000000000000057","274":"21073","275":"8929","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"95.49","296":"-","297":"61.988733774185647","298":"69.670682730923687","299":"70.605391770455611","300":"55.667199512826372","301":"65.164291945332948"},{"1":"52731","2":"כפר קרע","3":"0654","4":"חיפה","5":"מועצה מקומית","6":"50.771999701202198","7":"1958","8":"0","9":"13","10":"354","11":"עירון","12":"7.809637150044022","13":"2520.6","14":"19691","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"9972","22":"9719","23":"9.2580366664973841","24":"8.760347366817328","25":"9.2935859021888181","26":"9.085368950281854","27":"18.059011731247779","28":"19.750139657711646","29":"15.748311411304657","30":"3.7479051343253262","31":"6.2820577929003099","32":"32.771316845259257","33":"2.1278756792443247","34":"745","35":"373","36":"2.35","37":"0.8","38":"..","39":"72","40":"5.65","41":"301","42":"15.441723391691843","43":"2.0561145007519315","44":"5.0784622416332338E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"82","51":"78","52":"235","53":"84","54":"151","55":"94","56":"78","57":"63","58":"0","59":"157","60":"58","61":"99","62":"49","63":"65","64":"43","65":"0","66":"7","67":"258","68":"45.3","69":"43","70":"5.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1398.6666666666667","80":"98.940089639599861","81":"25","82":"42","83":"..","84":"..","85":"..","86":"..","87":"1783","88":"15.35877336549229","89":"756","90":"382","91":"6.5807799442896941","92":"37","93":"165","94":"123","95":"121","96":"127","97":"-","98":"1221","99":"15.56101556101556","100":"548","101":"615","102":"631","103":"82","104":"61","105":"63.7","106":"7.5","107":"20.399999999999999","108":"8.4","109":"2676","110":"1661","111":"944","112":"71","113":"6002","114":"2536","115":"3091","116":"375","117":"7506.7823630000003","118":"8911.1417610000008","119":"5885.6107760000004","120":"1.1911124619300439","121":"1.3335371895866865","122":"1.1924012838153031","123":"8917","124":"46.7","125":"823","126":"9286.0500379999994","127":"2.520128405633959","128":"34.299999999999997","129":"0.37712357699999999","130":"1063","131":"379","132":"337","133":"330","134":"17","135":"14","136":"8","137":"9","138":"3","139":"6","140":"192","141":"101","142":"91","143":"39","144":"52","145":"4805","146":"2450","147":"2355","148":"1128","149":"1227","150":"28.734177215189874","151":"1.1521843494959194","152":"1.893939393939394","153":"0.38948393378773127","154":"72.957746478873247","155":"50.985915492957744","156":"19.8","157":"31","158":"16.600000000000001","159":"3","160":"475","161":"31.5","162":"4","163":"3.6","164":"17.5","165":"44","166":"75.789473684210535","167":"12.296296296296296","168":"2.2680722891566263","169":"2105.9250000000002","170":"238.59899999999999","171":"11.3","172":"1867.326","173":"1839.971","174":"27.355","175":"98.535071005277061","176":"1.4649289947229354","177":"1444.14","178":"160.82400000000001","179":"2.0569999999999999","180":"40.055999999999997","181":"38.103000000000002","182":"78.487106590266905","183":"8.7405725416324493","184":"0.111795240251069","185":"2.1769908330076899","186":"2.0708478557542498","187":"93.442232492001395","188":"73.340104616322193","189":"8.1673861154842307","190":"0.10446396831039562","191":"2.0342288355086078","192":"1.935046467929511","193":"0","194":"1460.6602345218921","195":"81.000003050617693","196":"3.6","197":"2.9","198":"15","199":"2","200":"1.9","201":"10","202":"4945","203":"-","204":"-","205":"6.36","206":"13.746","207":"-","208":"-","209":"-","210":"6.36","211":"2.0910000000000002","212":"-","213":"1.923145291216678","214":"16.841108077764062","215":"9565","216":"7880","217":"8.3461928934010157","218":"21","219":"-","220":"8","221":"13","222":"1.0773295389552446","223":"2.1955044432828021","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.21104145708932201","236":"105","237":"3","238":"-0.64673685998013841","239":"58","240":"5","241":"0.242903960890722","242":"154","243":"146","244":"155","245":"7.8099999999999987","246":"5.33","247":"68.2","248":"0.15","249":"1.9","250":"0","251":"0","252":"0.02","253":"0.3","254":"0.06","255":"0.8","256":"0.25","257":"3.2","258":"0.06","259":"0.8","260":"0.12","261":"1.5","262":"0.03","263":"0.4","264":"0","265":"0","266":"0.26","267":"3.3","268":"0.8","269":"10.199999999999999","270":"0.48","271":"6.1","272":"0.25","273":"3.2999999999999945","274":"19691","275":"3694","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"85.32","296":"85.008859101764116","297":"47.212750773134566","298":"64.498432601880879","299":"71.942222567368177","300":"45.547996976568406","301":"62.206042955951943"},{"1":"7435","2":"כפר שמריהו","3":"0267","4":"תל אביב","5":"מועצה מקומית","6":"0","7":"1950","8":"0","9":"7","10":"504","11":"הרצלייה","12":"2.7281158887269465","13":"..","14":"1948","15":"99.1","16":"96.6","17":"-","18":"-","19":"-","20":"-","21":"944","22":"1004","23":"4.8767967145790552","24":"7.0841889117043122","25":"8.1622176591375766","26":"8.3675564681724843","27":"11.498973305954825","28":"11.652977412731007","29":"20.17453798767967","30":"5.7494866529774127","31":"22.433264887063654","32":"25.616016427104721","33":"11.190965092402465","34":"1038","35":"17","36":"..","37":"-","38":"-","39":"17","40":"..","41":"0","42":"0","43":"1.1760356157282814","44":"11.190965092402463","45":"7","46":"42.857142857142854","47":"0","48":"14.285714285714285","49":"42.857142857142854","50":"30","51":"18","52":"122","53":"49","54":"73","55":"36","56":"25","57":"56","58":"5","59":"104","60":"52","61":"52","62":"21","63":"30","64":"47","65":"6","66":"56","67":"8","68":"11","69":"5","70":"6.2","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"91","88":"8.8607594936708853","89":"37","90":"17","91":"3.6027263875365136","92":"40","93":"220","94":"118","95":"112","96":"104","97":"-","98":"..","99":"..","100":"..","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"..","109":"205","110":"163","111":"40","112":"..","113":"391","114":"251","115":"126","116":"14","117":"16403.419382877011","118":"21517.922906602253","119":"10405.106468366383","120":"3.4550562903871596","121":"3.9708756460989481","122":"2.26144063773559","123":"767","124":"32.9","125":"148","126":"17746.873986486506","127":"28.806811665377197","128":"37.200000000000003","129":"0.58618586646132176","130":"81","131":"26","132":"26","133":"26","134":"3","135":"1","136":"1","137":"-","138":"-","139":"-","140":"12","141":"12","142":"-","143":"-","144":"-","145":"331","146":"331","147":"-","148":"-","149":"-","150":"27.583333333333332","151":"2.5252525252525251","152":"..","153":"..","154":"80","155":"76.666666666666671","156":"50.98","157":"..","158":"20.7","159":"3.4","160":"31","161":"27.9","162":"19.35483870967742","163":"12.9","164":"13.7","165":"41.935483870967744","166":"58.064516129032263","167":"11.675675675675675","168":"2.6597222222222223","169":"791.99699999999996","170":"11.33","171":"1.4305609743471199","172":"780.66700000000003","173":"737.22299999999996","174":"43.444000000000003","175":"94.435015185732198","176":"5.5649848142677989","177":"623.9","178":"12.026999999999999","179":"18.841999999999999","180":"25.151","181":"21.814","182":"84.628396021285297","183":"1.6313924009424601","184":"2.5558074015596399","185":"3.4115864534882898","186":"2.95894186697919","187":"378.45123203285402","188":"320.277207392197","189":"6.174024640657084","190":"9.6724845995893229","191":"12.911190965092402","192":"11.198151950718685","193":"0","194":"435.14055000000002","195":"0","196":"1.4","197":"1.4","198":"2","199":"4.9000000000000004","200":"4.9000000000000004","201":"10","202":"722","203":"-","204":"-","205":"-","206":"-","207":"0.15","208":"-","209":"-","210":"-","211":"-","212":"0.15","213":"5.1815568972408208","214":"35.216231469667363","215":"1475","216":"1340","217":"5.4888059701492535","218":"3","219":"-","220":"2","221":"1","222":"1.5490894043665155","223":"2.0338983050847457","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"10","235":"2.0718535721028601","236":"254","237":"2","238":"-1.1291662894870544","239":"21","240":"8","241":"1.6820124382127899","242":"226","243":"226","244":"249.5","245":"2.71","246":"1.22","247":"45","248":"0","249":"0","250":"0","251":"0","252":"0.01","253":"0.4","254":"0.03","255":"1.1000000000000001","256":"0.04","257":"1.5","258":"0.01","259":"0.4","260":"0.27","261":"10","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.48","269":"17.7","270":"0.32","271":"11.8","272":"0.33","273":"12.100000000000005","274":"1948","275":"1597","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"57.22","296":"-","297":"65.396995708154506","298":"63.490364025695932","299":"65.02100840336135","300":"64.693556836039818","301":"64.117043121149891"},{"1":"11591","2":"כפר תבור","3":"0047","4":"הצפון","5":"מועצה מקומית","6":"91.4781932908285","7":"1949","8":"0","9":"9","10":"251","11":"הגליל המזרחי","12":"12.387375071428991","13":"..","14":"4425","15":"99.4","16":"97.8","17":"-","18":"-","19":"-","20":"-","21":"2190","22":"2235","23":"6.3276836158192094","24":"9.1299435028248581","25":"10.440677966101696","26":"8.9039548022598876","27":"12.045197740112995","28":"15.774011299435028","29":"19.141242937853107","30":"5.6723163841807906","31":"12.610169491525424","32":"31.209039548022599","33":"3.2090395480225991","34":"900","35":"48","36":"..","37":"0.2","38":"..","39":"19","40":"(4.3)","41":"29","42":"6.5717146063638889","43":"0.56387884708554736","44":"5.2429378531073452","45":"..","46":"..","47":"..","48":"..","49":"..","50":"22","51":"29","52":"228","53":"119","54":"109","55":"76","56":"47","57":"95","58":"10","59":"199","60":"100","61":"99","62":"39","63":"66","64":"82","65":"12","66":"199","67":"16","68":"12.4","69":"12","70":"6.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"416","88":"17.035217035217034","89":"161","90":"68","91":"6.5848670756646213","92":"39","93":"193","94":"118","95":"107","96":"104","97":"-","98":"546","99":"2.3809523809523809","100":"25","101":"40","102":"89","103":"20","104":"13","105":"78.8","106":"13.6","107":"6.6","108":"1.1000000000000001","109":"334","110":"198","111":"127","112":"9","113":"761","114":"305","115":"407","116":"49","117":"12758.011979999999","118":"15928.967570000001","119":"9834.8752960000002","120":"1.4401609399557591","121":"0.31752094600359104","122":"5.1859971290083129","123":"2164","124":"32.299999999999997","125":"255","126":"13128.450349999999","127":"0.28280872774069099","128":"35.700000000000003","129":"0.44710480699999999","130":"232","131":"59","132":"77","133":"82","134":"14","135":"1","136":"1","137":"-","138":"-","139":"-","140":"18","141":"18","142":"-","143":"-","144":"-","145":"436","146":"436","147":"-","148":"-","149":"-","150":"26.1875","151":"1.3461538461538463","152":"..","153":"..","154":"86.075949367088612","155":"78.48101265822784","156":"55.56","157":"..","158":"13.1","159":"4.5","160":"53","161":"31.2","162":"5.6603773584905666","163":"3.4","164":"16.7","165":"32.075471698113205","166":"83.018867924528308","167":"13.282608695652174","168":"0.2918733307897749","169":"602.05200000000002","170":"83.019000000000005","171":"13.7893404556417","172":"519.03300000000002","173":"506.76600000000002","174":"12.266999999999999","175":"97.636566461092073","176":"2.3634335389079308","177":"323.03100000000001","178":"11.881","179":"73.132999999999996","180":"18.001000000000001","181":"1.349","182":"63.743621316347202","183":"2.3444745701171699","184":"14.431315439473099","185":"3.5521325424357602","186":"0.26619781121858999","187":"114.497514685947","188":"72.984862178038895","189":"2.6843651152281969","190":"16.523497514685946","191":"4.067103479439675","192":"0.30478987799367374","193":"0","194":"296.65350000000001","195":"100","196":"1.5","197":"1.3","198":"4","199":"4.3","200":"3.9","201":"15","202":"1356","203":"-","204":"-","205":"-","206":"-","207":"1.6E-2","208":"-","209":"-","210":"-","211":"-","212":"1.6E-2","213":"2.8002905817067014","214":"20.657740957236996","215":"2420","216":"2183","217":"6.1108566193311953","218":"2","219":"-","220":"-","221":"2","222":"0.45322169699061304","223":"0.82644628099173556","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.3469356482069399","236":"234","237":"3","238":"-0.83360675385109151","239":"42","240":"3","241":"-0.374606541459784","242":"76","243":"74","244":"91","245":"12.32","246":"1.21","247":"9.8000000000000007","248":"0.02","249":"0.2","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.06","255":"0.5","256":"7.0000000000000007E-2","257":"0.6","258":"7.0000000000000007E-2","259":"0.6","260":"0.19","261":"1.5","262":"0","263":"0","264":"0.01","265":"0.1","266":"0.62","267":"5","268":"4.32","269":"35.1","270":"5.35","271":"43.4","272":"0.39","273":"3.0999999999999917","274":"4425","275":"3657","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"77.81","296":"-","297":"75.015105740181269","298":"72.838767574035302","299":"72.54610350981558","300":"70.620649651972158","301":"69.878152451119306"},{"1":"12070","2":"להבים","3":"1271","4":"הדרום","5":"מועצה מקומית","6":"79.339235878664795","7":"1989","8":"0","9":"9","10":"619","11":"להבים","12":"11.152274616878454","13":"625.6","14":"6977","15":"96.3","16":"97.8","17":"-","18":"-","19":"-","20":"-","21":"3446","22":"3530","23":"5.6757918876307869","24":"7.7540490182026662","25":"8.528020639243227","26":"8.4850222158520854","27":"14.519134298409059","28":"13.917156370933066","29":"19.363623333811095","30":"4.9161530743872728","31":"16.841049161530744","32":"27.146337967607856","33":"6.1487745449333522","34":"897","35":"68","36":"..","37":"-","38":"-","39":"20","40":"2.39","41":"48","42":"7.0225006981953788","43":"4.2273853893276652","44":"5.618460656442597","45":"4","46":"75","47":"25","48":"0","49":"0","50":"274","51":"261","52":"538","53":"249","54":"289","55":"189","56":"57","57":"198","58":"94","59":"277","60":"134","61":"143","62":"70","63":"91","64":"101","65":"15","66":"250","67":"29","68":"14.1","69":"23","70":"7.5","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"441","88":"11.232806928171167","89":"174","90":"69","91":"4.4776119402985071","92":"37","93":"190","94":"107","95":"113","96":"121","97":"-","98":"1038","99":"1.2524084778420039","100":"28","101":"125","102":"103","103":"19","104":"37","105":"69.400000000000006","106":"25.6","107":"1.9","108":"3.1","109":"637","110":"438","111":"191","112":"8","113":"1299","114":"648","115":"607","116":"44","117":"16035.35399","118":"19277.61017","119":"12886.49613","120":"1.4603911439181827","121":"0.72874936882048047","122":"2.400858197990674","123":"3353","124":"30.5","125":"249","126":"17340.045880000001","127":"-1.4576477274465427","128":"29.3","129":"0.469566135","130":"248","131":"73","132":"75","133":"89","134":"11","135":"1","136":"1","137":"-","138":"-","139":"-","140":"20","141":"20","142":"-","143":"-","144":"-","145":"616","146":"616","147":"-","148":"-","149":"-","150":"30.8","151":"..","152":"..","153":"..","154":"95.3125","155":"92.1875","156":"70.83","157":"68.3","158":"19.899999999999999","159":"6.4","160":"53","161":"33.299999999999997","162":"7.5471698113207548","163":"3.4","164":"15.9","165":"41.509433962264154","166":"75.471698113207552","167":"11.231092436974789","168":"3.029367751589974","169":"842.52099999999996","170":"66.924999999999997","171":"7.9434221817616404","172":"775.59699999999998","173":"775.59699999999998","174":"-","175":"100","176":"-","177":"706.08699999999999","178":"19.343","179":"-","180":"14.675000000000001","181":"13.712999999999999","182":"91.037871471911302","183":"2.4939498218791498","184":"-","185":"1.8920908667774601","186":"1.7680573803147801","187":"111.16482728966599","188":"101.202092589938","189":"2.7723950121828866","190":"-","191":"2.1033395442167122","192":"1.9654579332091158","193":"0","194":"459.39893146920002","195":"100","196":"24.1","197":"24.1","198":"88","199":"13.2","200":"13.2","201":"54","202":"1829","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.8289537998142253","214":"29.212641628765319","215":"3480","216":"3262","217":"5.8605150214592276","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"10","235":"2.0177187271170798","236":"253","237":"2","238":"-1.1593894478727449","239":"18","240":"3","241":"-0.34493886907638899","242":"81","243":"64","244":"126","245":"11.129999999999999","246":"2.09","247":"18.8","248":"0.04","249":"0.4","250":"0","251":"0","252":"0.01","253":"0.1","254":"7.0000000000000007E-2","255":"0.6","256":"0.02","257":"0.2","258":"0","259":"0","260":"0.31","261":"2.8","262":"0","263":"0","264":"7.0000000000000007E-2","265":"0.6","266":"2.78","267":"25","268":"0.03","269":"0.3","270":"3.29","271":"29.6","272":"2.42","273":"21.599999999999991","274":"6977","275":"3338","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"75.55","296":"65.918570009930491","297":"78.138483665502363","298":"75.869786368260435","299":"75.71111559410933","300":"73.352713178294564","301":"70.786516853932582"},{"1":"63881","2":"לקיה","3":"1060","4":"הדרום","5":"מועצה מקומית","6":"87.549207618275503","7":"1996","8":"0","9":"11","10":"652","11":"נגב מזרחי","12":"6.8628630272006896","13":"2158.1999999999998","14":"15295","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"7655","22":"7639","23":"16.59365805818895","24":"14.128800261523374","25":"12.049689440993788","26":"11.565871199738476","27":"17.482837528604119","28":"15.017979731938542","29":"9.2513893429225238","30":"1.4318404707420727","31":"2.4779339653481531","32":"49.839816933638446","33":"0.89571755475645631","34":"1316","35":"581","36":"5.63","37":"5.4","38":"9.9","39":"30","40":"5.49","41":"551","42":"36.811263591316077","43":"4.4572706972237768","44":"6.5380843412880026E-3","45":"..","46":"..","47":"..","48":"..","49":"..","50":"63","51":"55","52":"168","53":"68","54":"100","55":"80","56":"46","57":"41","58":"1","59":"113","60":"41","61":"72","62":"61","63":"27","64":"25","65":"0","66":"43","67":"222","68":"59.2","69":"24","70":"5.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"540","80":"106.52532232540464","81":"19","82":"..","83":"..","84":"..","85":"..","86":"..","87":"833","88":"12.451420029895367","89":"370","90":"244","91":"5.6792018419032999","92":"35","93":"156","94":"121","95":"129","96":"148","97":"-","98":"439","99":"58.086560364464695","100":"2627","101":"168","102":"354","103":"41","104":"11","105":"64.3","106":"8.1","107":"15.3","108":"12.2","109":"1593","110":"421","111":"580","112":"592","113":"6340","114":"642","115":"2059","116":"3639","117":"5947.309953","118":"6771.5021530000004","119":"4667.5023600000004","120":"3.8800850873066395E-2","121":"-0.11028677551259136","122":"0.52445330186206007","123":"4327","124":"56.2","125":"173","126":"9789.1119170000002","127":"-10.371424467882973","128":"35.799999999999997","129":"0.357248915","130":"1292","131":"402","132":"444","133":"423","134":"23","135":"9","136":"6","137":"5","138":"3","139":"2","140":"194","141":"107","142":"87","143":"47","144":"40","145":"5316","146":"2921","147":"2395","148":"1267","149":"1128","150":"27.89423076923077","151":"1.5070921985815602","152":"2.2058823529411766","153":"0.85616438356164382","154":"55.331412103746402","155":"37.463976945244958","156":"10.97","157":"19.399999999999999","158":"11.7","159":"2.2000000000000002","160":"518","161":"33.700000000000003","162":"3.2818532818532815","163":"3.1","164":"14.6","165":"30.888030888030887","166":"66.988416988416986","167":"10.729508196721312","168":"2.9460147695441812","169":"2052.7539999999999","170":"1173.498","171":"57.2","172":"879.25599999999997","173":"878.99900000000002","174":"0.25700000000000001","175":"99.970770742536871","176":"2.922925746312792E-2","177":"531.63900000000001","178":"20.649000000000001","179":"-","180":"4.2569999999999997","181":"10.914","182":"60.482321367828597","183":"2.3491494302041298","184":"-","185":"0.48430089226495099","186":"1.2416396378152901","187":"57.473453641951103","188":"34.761278932914898","189":"1.3501373087485289","190":"-","191":"0.27834444880345233","192":"0.71361318163985876","193":"0.8","194":"880.80069750000007","195":"93.000005543251746","196":"8.6","197":"7.6","198":"29","199":"5.7","200":"5.4","201":"26","202":"858","203":"0.95","204":"14.2","205":"-","206":"1","207":"-","208":"-","209":"-","210":"-","211":"1","212":"-","213":"0.89301688797616574","214":"1.1231707317073167","215":"3874","216":"2893","217":"10.14621500172831","218":"1","219":"-","220":"1","221":"-","222":"6.6808100891680711E-2","223":"0.25813113061435211","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.0491454946799901","236":"9","237":"5","238":"9.1304663969798361E-2","239":"121","240":"3","241":"-0.45502551936341901","242":"67","243":"54","244":"101","245":"7.07","246":"2.66","247":"37.6","248":"7.0000000000000007E-2","249":"1","250":"0.02","251":"0.3","252":"0.01","253":"0.1","254":"0.03","255":"0.4","256":"0.03","257":"0.4","258":"0","259":"0","260":"0.02","261":"0.3","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.35","269":"5","270":"3.39","271":"47.9","272":"0.49","273":"6.9999999999999947","274":"15295","275":"5750","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"80.510000000000005","296":"78.500595001983342","297":"22.943189596167009","298":"46.25586068318821","299":"49.54978467962939","300":"40.059977508434336","301":"47.45704071041402"},{"1":"51166","2":"מבשרת ציון","3":"1015","4":"ירושלים","5":"מועצה מקומית","6":"44.899986823759903","7":"1964","8":"0","9":"15","10":"152","11":"הראל","12":"6.2903689828867702","13":"3953","14":"24943","15":"99.6","16":"96.7","17":"-","18":"-","19":"-","20":"-","21":"12294","22":"12649","23":"8.2628392735436798","24":"7.6614681473760173","25":"7.4048831335444811","26":"7.0681153028905905","27":"12.793168424006735","28":"18.017078939983161","29":"16.473559716152828","30":"5.552660064948082","31":"16.766226997554423","32":"27.691135789600288","33":"6.4025979232650441","34":"893","35":"404","36":"2.72","37":"0.6","38":"..","39":"116","40":"3.21","41":"288","42":"11.709605695301404","43":"2.8682547137930356","44":"7.3928557110211273","45":"24","46":"37.5","47":"20.833333333333336","48":"25","49":"16.666666666666664","50":"399","51":"356","52":"1592","53":"760","54":"832","55":"527","56":"306","57":"694","58":"65","59":"1236","60":"624","61":"612","62":"316","63":"305","64":"480","65":"135","66":"836","67":"152","68":"18.899999999999999","69":"78","70":"7.4","71":"5","72":"210","73":"-","74":"0.39","75":"-","76":"0.44","77":"0.04","78":"..","79":"1396.3333333333333","80":"43.426045465445753","81":"24","82":"35","83":"40.4","84":"274.90193964434661","85":"41.8","86":"264.21076725339998","87":"2320","88":"16.558418385554209","89":"924","90":"433","91":"6.6441360465952393","92":"39","93":"184","94":"119","95":"113","96":"112","97":"..","98":"3934","99":"3.9654295882053887","100":"293","101":"563","102":"579","103":"99","104":"98","105":"45.1","106":"20.9","107":"31.7","108":"2.2999999999999998","109":"3495","110":"2131","111":"1190","112":"174","113":"8094","114":"3213","115":"3903","116":"978","117":"12147.887790000001","118":"14192.84114","119":"10167.49222","120":"0.93799398304983406","121":"0.5755320342437642","122":"1.5833158209229037","123":"12907","124":"33.700000000000003","125":"1318","126":"12561.41152","127":"-0.70515695296022862","128":"37.1","129":"0.46631606399999997","130":"1164","131":"376","132":"377","133":"357","134":"54","135":"9","136":"6","137":"3","138":"1","139":"2","140":"159","141":"89","142":"70","143":"29","144":"41","145":"3997","146":"1972","147":"2025","148":"971","149":"1054","150":"23.797468354430379","151":"0.81809432146294514","152":"1.1516314779270633","153":"0.4826254826254826","154":"83.132530120481931","155":"72.590361445783131","156":"44.97","157":"47.2","158":"17","159":"4.3","160":"424","161":"31.1","162":"5.6603773584905666","163":"4.2","164":"18.2","165":"49.29245283018868","166":"77.358490566037744","167":"10.380952380952381","168":"2.9187054026503567","169":"2058.9609999999998","170":"53.417000000000002","171":"2.6","172":"2005.5440000000001","173":"2005.5440000000001","174":"-","175":"100","176":"-","177":"1793.3989999999999","178":"-","179":"64.766000000000005","180":"48.701999999999998","181":"49.076000000000001","182":"89.422072016370606","183":"-","184":"3.2293482466602601","185":"2.4283685623451801","186":"2.4470168692384702","187":"80.4050835905865","188":"71.899891753197295","189":"-","190":"2.5965601571583208","191":"1.9525317724411659","192":"1.9675259591869463","193":"0","194":"1462.0875000000001","195":"100","196":"138.6","197":"138.6","198":"743","199":"13.3","200":"11.6","201":"89","202":"7593","203":"-","204":"-","205":"2.1920000000000002","206":"1.0489999999999999","207":"-","208":"0.7","209":"4.2","210":"3.9420000000000002","211":"1.1890000000000001","212":"-","213":"1.6614618741419209","214":"8.6075350879510175","215":"12394","216":"11306","217":"6.8383159384397665","218":"18","219":"-","220":"4","221":"14","222":"0.73185035595633774","223":"1.4523156365983541","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.1500738123429699","236":"216","237":"6","238":"0.3501332385409579","239":"136","240":"6","241":"0.94307796867933802","242":"202","243":"208","244":"164","245":"6.2399999999999993","246":"2.78","247":"44.6","248":"0.16","249":"2.6","250":"0.01","251":"0.2","252":"0.03","253":"0.5","254":"0.02","255":"0.3","256":"7.0000000000000007E-2","257":"1.1000000000000001","258":"0.02","259":"0.3","260":"0.26","261":"4.2","262":"0","263":"0","264":"0.01","265":"0.2","266":"1.51","267":"24.2","268":"0.04","269":"0.6","270":"0.38","271":"6.1","272":"0.95","273":"15.100000000000005","274":"24943","275":"8972","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"59.63","296":"-","297":"73.567908430925755","298":"71.809241831447608","299":"71.732474662162161","300":"69.715001565925462","301":"71.328777524677307"},{"1":"50388","2":"מג'ד אל-כרום","3":"0516","4":"הצפון","5":"מועצה מקומית","6":"106.818509029362","7":"..","8":"0","9":"13","10":"260","11":"בקעת בית הכרם","12":"9.3067765060534615","13":"1679.5","14":"15630","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"7992","22":"7638","23":"7.9654510556621885","24":"8.6372360844529759","25":"9.8336532309660907","26":"10.53742802303263","27":"18.496481126039669","28":"19.494561740243121","29":"16.052463211772231","30":"3.1925783749200254","31":"5.7965451055662189","32":"32.655150351887393","33":"2.2392834293026231","34":"747","35":"239","36":"1.99","37":"1.4","38":"( 5.7)","39":"49","40":"5.51","41":"190","42":"12.227639975830039","43":"1.188030374227111","44":"2.559181062060141E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-21","51":"-33","52":"94","53":"27","54":"67","55":"24","56":"46","57":"23","58":"1","59":"127","60":"47","61":"80","62":"29","63":"66","64":"32","65":"0","66":"0","67":"146","68":"31.6","69":"28","70":"4.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"866.66666666666663","80":"89.655562496767573","81":"21","82":"46","83":"..","84":"..","85":"..","86":"..","87":"1631","88":"17.772692601067888","89":"681","90":"380","91":"7.5140681893412777","92":"37","93":"151","94":"122","95":"120","96":"120","97":"..","98":"833","99":"34.213685474189674","100":"643","101":"599","102":"722","103":"86","104":"93","105":"84","106":"0.5","107":"10.9","108":"4.5999999999999996","109":"3763","110":"2605","111":"1080","112":"78","113":"7871","114":"3899","115":"3557","116":"415","117":"6141.8639620000004","118":"7365.6043419999996","119":"4623.4217950000002","120":"0.10192165096678529","121":"-0.79182432502551414","122":"2.6696505161722062","123":"10924","124":"54.1","125":"810","126":"9098.208149","127":"-1.4181662664717876","128":"35.1","129":"0.36064737299999999","130":"766","131":"267","132":"222","133":"252","134":"25","135":"12","136":"8","137":"8","138":"1","139":"7","140":"178","141":"91","142":"87","143":"32","144":"55","145":"3912","146":"1973","147":"1939","148":"896","149":"1043","150":"27.640625","151":"0.31104199066874028","152":"..","153":"..","154":"77.218934911242599","155":"54.73372781065089","156":"11.22","157":"34.799999999999997","158":"17.3","159":"3.2","160":"414","161":"30.1","162":"6.5217391304347823","163":"2.1","164":"17.399999999999999","165":"43.236714975845409","166":"77.536231884057969","167":"9.5966386554621845","168":"3.3117338003502628","169":"1107.7180000000001","170":"84.480999999999995","171":"7.6","172":"1023.237","173":"1023.237","174":"-","175":"100","176":"-","177":"871.25599999999997","178":"25.646000000000001","179":"22.463000000000001","180":"76.344999999999999","181":"12.567","182":"85.147038271680998","183":"2.5063597192048399","184":"2.1952880906378498","185":"7.4611258193360896","186":"1.22816121778239","187":"65.466218809980802","188":"55.7425463851568","189":"1.6408189379398592","190":"1.4371721049264234","191":"4.8845169545745364","192":"0.80403071017274474","193":"0","194":"745.23894815760002","195":"100","196":"16.100000000000001","197":"7.9","198":"38","199":"0.9","200":"0.5","201":"3","202":"3808","203":"-","204":"-","205":"0.6","206":"-","207":"-","208":"-","209":"-","210":"0.6","211":"-","212":"-","213":"1.9211995304636609","214":"15.462679411434314","215":"6220","216":"5282","217":"8.1073457023854605","218":"9","219":"-","220":"4","221":"5","222":"0.57920399885510709","223":"1.4469453376205788","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.75255951365249696","236":"61","237":"4","238":"-0.51287992752419131","239":"70","240":"4","241":"-0.22648953732127799","242":"94","243":"120","244":"59","245":"9.27","246":"2.17","247":"23.4","248":"0.05","249":"0.5","250":"0","251":"0","252":"0.03","253":"0.3","254":"0.01","255":"0.1","256":"0.02","257":"0.2","258":"0.02","259":"0.2","260":"0.36","261":"3.9","262":"0","263":"0","264":"0","265":"0","266":"2.54","267":"27.4","268":"2.67","269":"28.8","270":"0.38","271":"4.0999999999999996","272":"1.02","273":"11.100000000000009","274":"15630","275":"7203","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"91.51","296":"-","297":"61.064924782264448","298":"70.796287249633608","299":"76.747104247104247","300":"54.000562798986962","301":"66.687846056095125"},{"1":"5045","2":"מגדל","3":"0065","4":"הצפון","5":"מועצה מקומית","6":"121.35454778889201","7":"1949","8":"0","9":"7","10":"251","11":"הגליל המזרחי","12":"11.627760525632169","13":"..","14":"1988","15":"97.4","16":"97.3","17":"-","18":"-","19":"-","20":"-","21":"1007","22":"981","23":"8.7525150905432589","24":"8.6016096579476855","25":"8.8028169014084501","26":"7.1931589537223344","27":"13.229376257545272","28":"17.555331991951711","29":"16.851106639839035","30":"7.042253521126761","31":"11.971830985915492","32":"30.633802816901408","33":"3.5211267605633805","34":"827","35":"42","36":"..","37":"0.4","38":"..","39":"13","40":"..","41":"29","42":"14.617564782312272","43":"0.41730364691846944","44":"5.28169014084507","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-5","51":"-3","52":"99","53":"43","54":"56","55":"35","56":"19","57":"40","58":"5","59":"102","60":"51","61":"51","62":"32","63":"29","64":"38","65":"3","66":"11","67":"11","68":"15.2","69":"10","70":"13.7","71":"2","72":"134","73":"0.91","74":"-","75":"-","76":"5.86","77":"-","78":"..","79":"1272","80":"81.660299776976316","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"245","88":"21.267361111111111","89":"99","90":"42","91":"8.5197934595524956","92":"40","93":"185","94":"124","95":"114","96":"121","97":"..","98":"..","99":"..","100":"42","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"..","109":"254","110":"150","111":"87","112":"17","113":"612","114":"219","115":"288","116":"105","117":"8441.7704694323147","118":"9904.4109890109885","119":"6998.1664859002167","120":"-3.3119009863337823","121":"-6.4052109069866798","122":"-2.40449280228483E-2","123":"916","124":"42.8","125":"109","126":"9371.0561773700338","127":"11.277230971034991","128":"34.9","129":"0.40314018881299951","130":"106","131":"29","132":"44","133":"32","134":"..","135":"..","136":"..","137":"..","138":"..","139":"..","140":"..","141":"..","142":"..","143":"..","144":"..","145":"..","146":"..","147":"..","148":"..","149":"..","150":"..","151":"1.932367149758454","152":"..","153":"..","154":"80.769230769230774","155":"65.384615384615387","156":"21.5","157":"..","158":"13.7","159":"2.7","160":"6","161":"30.8","162":"0","163":"4.5","164":"20.5","165":"16.666666666666664","166":"66.666666666666657","167":"12.01592356687898","168":"2.7429101510734162","169":"432.61599999999999","170":"90.236999999999995","171":"20.9","172":"342.37900000000002","173":"337.82400000000001","174":"4.5549999999999997","175":"98.669602983827858","176":"1.3303970161721368","177":"223.09299999999999","178":"4.3109999999999999","179":"16.013000000000002","180":"70.736999999999995","181":"4.2759999999999998","182":"66.038232926020697","183":"1.2761082693947099","184":"4.7400421521265503","185":"20.939009661835701","186":"1.2657478450317301","187":"169.931589537223","188":"112.21981891348101","189":"2.1685110663983904","190":"8.0548289738430583","191":"35.581991951710265","192":"2.1509054325955734","193":"0","194":"198.32085000000001","195":"100","196":"2.7","197":"2.6","198":"11","199":"4","200":"4","201":"20","202":"919","203":"0.44","204":"1.83","205":"1.1459999999999999","206":"1.123","207":"-","208":"0.66","209":"4.0299999999999994","210":"0.6","211":"0.64500000000000002","212":"-","213":"3.4533238510826338","214":"4.7849073021430684","215":"922","216":"775","217":"8.1909677419354843","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.124697497528708","236":"140","237":"7","238":"0.78609680952889394","239":"159","240":"2","241":"-0.76172545798596503","242":"35","243":"41","244":"35","245":"11.66","246":"0.84","247":"7.2","248":"0.01","249":"0.1","250":"0.02","251":"0.2","252":"0","253":"0","254":"0.11","255":"0.9","256":"0.04","257":"0.3","258":"0","259":"0","260":"0.24","261":"2.1","262":"0","263":"0","264":"0","265":"0","266":"1.69","267":"14.5","268":"4.7","269":"40.299999999999997","270":"1.18","271":"10.1","272":"2.83","273":"24.3","274":"1988","275":"2367","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"79.790000000000006","296":"-","297":"67.291066282420758","298":"65.75539568345323","299":"66.666666666666657","300":"62.648083623693381","301":"66.575901974132066"},{"1":"21235","2":"מג'דל שמס","3":"4201","4":"הצפון","5":"מועצה מקומית","6":"184.99532775106701","7":"1982","8":"0","9":"11","10":"256","11":"מעלה חרמון","12":"15.382178883225015","13":"741.4","14":"11405","15":"-","16":"-","17":"100","18":"-","19":"-","20":"99.9","21":"5771","22":"5634","23":"7.0056992547128454","24":"7.610697062691802","25":"8.5664182376150819","26":"8.8382288469969303","27":"16.299868478737395","28":"20.04384042086804","29":"19.903551074090313","30":"3.919333625602806","31":"7.8123629986847876","32":"28.636562911003946","33":"2.6918018412976763","34":"662","35":"155","36":"1.91","37":"0.4","38":"..","39":"42","40":"5.65","41":"113","42":"9.9686591448062458","43":"1.2253661584408917","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"20","51":"24","52":"83","53":"30","54":"53","55":"17","56":"35","57":"31","58":"0","59":"59","60":"23","61":"36","62":"9","63":"21","64":"28","65":"1","66":"13","67":"103","68":"28.6","69":"24","70":"4.9000000000000004","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"25","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1206","88":"17.174594132725719","89":"501","90":"269","91":"7.2065592635212896","92":"38","93":"138","94":"121","95":"119","96":"120","97":"-","98":"827","99":"45.465538089480049","100":"380","101":"317","102":"433","103":"55","104":"22","105":"39.9","106":"18.8","107":"8.9","108":"32.4","109":"1603","110":"1210","111":"384","112":"9","113":"3094","114":"1841","115":"1205","116":"48","117":"5573.2148509999997","118":"6773.9435890000004","119":"4103.0156370000004","120":"2.0341521346801228","121":"2.7479761489777266","122":"1.3468721301614472","123":"4718","124":"64.5","125":"863","126":"7824.4659320000001","127":"1.3973957125423819","128":"40.4","129":"0.42651503699999999","130":"525","131":"177","132":"151","133":"173","134":"24","135":"4","136":"3","137":"2","138":"1","139":"1","140":"90","141":"50","142":"40","143":"19","144":"21","145":"2295","146":"1145","147":"1150","148":"568","149":"582","150":"23.479166666666668","151":"-","152":"-","153":"-","154":"83.886255924170612","155":"66.824644549763036","156":"9.34","157":"35.5","158":"20.3","159":"2.9","160":"261","161":"32.700000000000003","162":"2.2988505747126435","163":"4.0999999999999996","164":"17.3","165":"50.191570881226056","166":"83.908045977011497","167":"9.4897959183673475","168":"3.2559139784946236","169":"779.15300000000002","170":"7.5469999999999997","171":"1.0","172":"771.60599999999999","173":"758.904","174":"12.702","175":"98.353823065139466","176":"1.6461769348605375","177":"604.37199999999996","178":"23.675999999999998","179":"20.265999999999998","180":"80.55","181":"14.664999999999999","182":"79.637477203967805","183":"3.11976218335916","184":"2.67042998850975","185":"10.613990702381299","186":"1.9323919757966801","187":"66.547176429323002","188":"52.996492458786399","189":"2.076113644335321","190":"1.7770957558751315","191":"7.0633111189056468","192":"1.285952297439495","193":"0","194":"630.13977386500005","195":"98","196":"22.1","197":"13.6","198":"61","199":"13.6","200":"11.3","201":"42","202":"2706","203":"0.8","204":"5.2","205":"1","206":"-","207":"7.0000000000000007E-2","208":"1.3","209":"10.199999999999999","210":"1.0109999999999999","211":"-","212":"7.0000000000000007E-2","213":"1.8716583795724788","214":"6.3461118528412088","215":"5980","216":"4578","217":"8.0117955439056363","218":"3","219":"-","220":"1","221":"2","222":"0.2646546675612278","223":"0.50167224080267558","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.81557659526396797","236":"57","237":"4","238":"-0.49887799894556201","239":"72","240":"1","241":"-1.51826246892409","242":"5","243":"8","244":"4","245":"15.36","246":"2.02","247":"13.2","248":"0.02","249":"0.1","250":"0","251":"0","252":"0","253":"0","254":"0.03","255":"0.2","256":"0.01","257":"0.1","258":"0.05","259":"0.3","260":"0.23","261":"1.5","262":"0.01","263":"0.1","264":"0","265":"0","266":"0","267":"0","268":"6.26","269":"40.799999999999997","270":"0.14000000000000001","271":"0.9","272":"6.59","273":"42.800000000000004","274":"11405","275":"5646","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"3.42","296":"-","297":"17.353308364544322","298":"20.184544405997691","299":"18.222222222222221","300":"17.567567567567568","301":"23.393124065769804"},{"1":"34857","2":"מזכרת בתיה","3":"0028","4":"המרכז","5":"מועצה מקומית","6":"19.460335971352201","7":"1952","8":"0","9":"13","10":"453","11":"זמורה","12":"7.4245567204180993","13":"2077.4","14":"15424","15":"99.9","16":"98.6","17":"-","18":"-","19":"-","20":"-","21":"7627","22":"7796","23":"6.8918568464730292","24":"10.444761410788383","25":"11.33298755186722","26":"8.9535788381742734","27":"11.508039419087137","28":"17.544087136929459","29":"19.852178423236513","30":"3.9419087136929463","31":"9.5306016597510368","32":"34.193464730290458","33":"3.0536825726141079","34":"892","35":"192","36":"2.5099999999999998","37":"0.4","38":"..","39":"46","40":"3.87","41":"146","42":"9.5685582611606161","43":"2.189837026580463","44":"6.6973547717842319","45":"9","46":"55.555555555555557","47":"33.333333333333329","48":"0","49":"11.111111111111111","50":"177","51":"183","52":"713","53":"364","54":"349","55":"291","56":"61","57":"322","58":"39","59":"530","60":"267","61":"263","62":"133","63":"166","64":"207","65":"24","66":"490","67":"45","68":"10.4","69":"52","70":"8.3000000000000007","71":"2","72":"130","73":"0.7","74":"-","75":"-","76":"0.16","77":"-","78":"..","79":"692","80":"56.010609062204935","81":"25","82":"30","83":"..","84":"..","85":"..","86":"..","87":"1247","88":"14.732986767485823","89":"490","90":"195","91":"5.8528428093645486","92":"39","93":"200","94":"123","95":"110","96":"108","97":"..","98":"1471","99":"12.168592794017675","100":"126","101":"259","102":"285","103":"46","104":"46","105":"52.8","106":"29.3","107":"16.899999999999999","108":"1.1000000000000001","109":"1372","110":"870","111":"465","112":"37","113":"3032","114":"1323","115":"1516","116":"193","117":"13516.89997","118":"16855.891210000002","119":"10388.03642","120":"1.9979717743057623","121":"1.0918812825316371","122":"3.4167693398379217","123":"7295","124":"31","125":"651","126":"12951.47163","127":"0.92045342788484863","128":"32.299999999999997","129":"0.45099867300000002","130":"889","131":"230","132":"297","133":"325","134":"37","135":"7","136":"5","137":"4","138":"2","139":"2","140":"134","141":"79","142":"55","143":"27","144":"28","145":"3779","146":"2120","147":"1659","148":"865","149":"794","150":"27.878378378378379","151":"1.0047593865679536","152":"1.2409513960703205","153":"0.75757575757575757","154":"87.859424920127793","155":"83.386581469648561","156":"56.34","157":"55.8","158":"18.2","159":"4","160":"364","161":"32.4","162":"7.4175824175824179","163":"6.7","164":"15.3","165":"49.72527472527473","166":"78.296703296703299","167":"5.2857142857142856","168":"5.9864864864864868","169":"1198.164","170":"50.119","171":"4.2","172":"1148.0450000000001","173":"1146.539","174":"1.506","175":"99.868820473065085","176":"0.1311795269349198","177":"972.20100000000002","178":"49.165999999999997","179":"75.798000000000002","180":"12.377000000000001","181":"6.4029999999999996","182":"84.794411703396094","183":"4.2882099954733297","184":"6.6110267509434903","185":"1.0795097244838601","186":"0.55846334054053104","187":"74.334738070539402","188":"63.031703838174302","189":"3.1876296680497926","190":"4.9142894190871367","191":"0.80245072614107882","192":"0.41513226141078841","193":"0.6","194":"764.21691857363999","195":"100","196":"14","197":"13.3","198":"66","199":"16.399999999999999","200":"16.2","201":"84","202":"4234","203":"-","204":"-","205":"2.2589999999999999","206":"0.78300000000000003","207":"-","208":"-","209":"-","210":"1.159","211":"1.5389999999999999","212":"-","213":"1.6828861164740425","214":"23.253624986743262","215":"7015","216":"6358","217":"6.6072664359861593","218":"10","219":"-","220":"4","221":"6","222":"0.65538070281922034","223":"1.4255167498218104","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.29446471952898","236":"228","237":"2","238":"-1.3586867133556453","239":"12","240":"6","241":"1.1009318416764","242":"208","243":"205","244":"203","245":"7.419999999999999","246":"1.82","247":"24.5","248":"0.11","249":"1.5","250":"0","251":"0","252":"0.03","253":"0.4","254":"0.06","255":"0.8","256":"0.01","257":"0.1","258":"0.02","259":"0.3","260":"0.13","261":"1.8","262":"0.13","263":"1.8","264":"0.03","265":"0.4","266":"0","267":"0","268":"1.44","269":"19.399999999999999","270":"2.5099999999999998","271":"33.799999999999997","272":"1.1299999999999999","273":"15.2","274":"15424","275":"8475","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73","296":"-","297":"78.137378031108113","298":"76.428297546012274","299":"77.001897533206829","300":"74.841145593516899","301":"75.223194554936796"},{"1":"7576","2":"מזרעה","3":"0517","4":"הצפון","5":"מועצה מקומית","6":"103.07572734937","7":"1996","8":"0","9":"9","10":"201","11":"חבל אשר","12":"0.98353876771431359","13":"..","14":"4078","15":"-","16":"-","17":"99.7","18":"98","19":"-","20":"-","21":"2062","22":"2015","23":"10.225600784698381","24":"7.4546346248160864","25":"6.8906326630701322","26":"7.111329082883767","27":"18.023540951446787","28":"21.137812653261403","29":"16.012751348700345","30":"5.5174104953408536","31":"7.577243746934772","32":"28.126532614026484","33":"2.7219225110348209","34":"647","35":"87","36":"..","37":"-","38":"-","39":"31","40":"..","41":"56","42":"13.869312830166237","43":"1.9992459807157417","44":"9.8087297694948505E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"23","51":"21","52":"56","53":"17","54":"39","55":"17","56":"20","57":"17","58":"2","59":"35","60":"13","61":"22","62":"12","63":"10","64":"13","65":"0","66":"0","67":"43","68":"34.700000000000003","69":"12","70":"6.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"502","88":"19.555901830931045","89":"194","90":"99","91":"7.6018808777429463","92":"36","93":"158","94":"114","95":"111","96":"120","97":"-","98":"305","99":"24.590163934426229","100":"209","101":"100","102":"146","103":"28","104":"20","105":"94.1","106":"0.8","107":"1.4","108":"3.7","109":"582","110":"433","111":"143","112":"6","113":"1126","114":"646","115":"450","116":"30","117":"6753.6683380000004","118":"8094.2971580000003","119":"5153.4678219999996","120":"0.59766634918803074","121":"-0.19915973461648306","122":"3.0350585564995258","123":"1994","124":"50.1","125":"167","126":"7429.3489920000002","127":"-10.244607563500052","128":"49.7","129":"0.36902986100000001","130":"220","131":"75","132":"71","133":"73","134":"..","135":"2","136":"1","137":"1","138":"1","139":"-","140":"19","141":"13","142":"6","143":"6","144":"-","145":"462","146":"315","147":"147","148":"147","149":"-","150":"25.333333333333332","151":"1.5384615384615385","152":"..","153":"..","154":"87.878787878787875","155":"71.212121212121218","156":"11.91","157":"..","158":"13.4","159":"2.6","160":"62","161":"30.6","162":"3.225806451612903","163":"2.5","164":"19.8","165":"38.70967741935484","166":"83.870967741935488","167":"13.741935483870968","168":"12.124386252045827","169":"354.673","170":"79.438000000000002","171":"22.4","172":"275.23500000000001","173":"241.45699999999999","174":"33.777999999999999","175":"87.727578251312508","176":"12.272421748687485","177":"215.02199999999999","178":"8.5069999999999997","179":"-","180":"-","181":"12.66","182":"89.051880873198996","183":"3.5231946060789299","184":"-","185":"-","186":"5.2431695912729799","187":"59.209661598822997","188":"52.727317312407997","189":"2.0860716037273175","190":"-","191":"-","192":"3.1044629720451202","193":"0","194":"191.03824599999999","195":"100","196":"9.4","197":"8.4","198":"49","199":"6","200":"5.8","201":"26","202":"999","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.7359733219347704","214":"0.40956007565077607","215":"1854","216":"1494","217":"9.2469879518072293","218":"1","219":"-","220":"-","221":"1","222":"0.24766630053868283","223":"0.53937432578209277","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.48749991986901597","236":"88","237":"2","238":"-1.2401196122202842","239":"15","240":"4","241":"-0.22058471550016701","242":"96","243":"112","244":"67","245":"0.99000000000000021","246":"0.53","247":"53.5","248":"0.01","249":"1","250":"0.01","251":"1","252":"0","253":"0","254":"0.03","255":"3","256":"0.01","257":"1","258":"0.03","259":"3","260":"0.01","261":"1","262":"0.03","263":"3","264":"0","265":"0","266":"0","267":"0","268":"0.03","269":"3","270":"0.27","271":"27.3","272":"0.03","273":"3.2000000000000028","274":"4078","275":"7694","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"88.51","296":"-","297":"59.081346423562408","298":"69.84347826086956","299":"76.880796976983859","300":"51.975887474882789","301":"64.415156507413514"},{"1":"3307","2":"מטולה","3":"0043","4":"הצפון","5":"מועצה מקומית","6":"171.83611646803899","7":"1949","8":"0","9":"7","10":"259","11":"אצבע הגליל","12":"9.3918559598985549","13":"..","14":"1693","15":"96.3","16":"94.7","17":"-","18":"-","19":"-","20":"-","21":"850","22":"842","23":"6.8517424689899586","24":"4.7253396337861782","25":"4.9616066154754872","26":"5.9657412876550504","27":"20.555227406969877","28":"20.732427643236857","29":"14.884819846426462","30":"5.9066745422327234","31":"15.298287064382752","32":"20.259893679858241","33":"5.3160070880094503","34":"609","35":"23","36":"..","37":"-","38":"-","39":"4","40":"..","41":"19","42":"11.353951949649511","43":"2.3060348855716768","44":"8.0330773774365039","45":"..","46":"..","47":"..","48":"..","49":"..","50":"35","51":"30","52":"140","53":"69","54":"71","55":"20","56":"75","57":"44","58":"1","59":"110","60":"58","61":"52","62":"16","63":"33","64":"59","65":"2","66":"44","67":"13","68":"17.600000000000001","69":"3.3","70":"..","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"238","88":"21.402877697841728","89":"88","90":"42","91":"7.9782411604714412","92":"35","93":"162","94":"102","95":"102","96":"105","97":"..","98":"..","99":"..","100":"17","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"..","109":"164","110":"103","111":"59","112":"..","113":"359","114":"155","115":"193","116":"11","117":"9523.486744432661","118":"10872.696530758227","119":"8205.3908106219424","120":"5.5118002358325757","121":"5.4171785822272778","122":"5.3430476091872903","123":"943","124":"42.4","125":"110","126":"10704.976856060619","127":"0.91276787310545782","128":"49.1","129":"0.44293781271178945","130":"48","131":"17","132":"17","133":"12","134":"..","135":"1","136":"1","137":"-","138":"-","139":"-","140":"6","141":"6","142":"-","143":"-","144":"-","145":"74","146":"74","147":"-","148":"-","149":"-","150":"12.333333333333334","151":"..","152":"..","153":"..","154":"70","155":"70","156":"40.409999999999997","157":"..","158":"14.8","159":"9.1","160":"17","161":"30.4","162":"0","163":"2.4","164":"18.899999999999999","165":"52.941176470588239","166":"76.470588235294116","167":"8.5190839694656493","168":"6.1931649331352157","169":"240.941","170":"6.5460000000000003","171":"2.7","172":"234.39500000000001","173":"229.36","174":"5.0350000000000001","175":"97.851916636447029","176":"2.1480833635529768","177":"165.06200000000001","178":"31.523","179":"9.7159999999999993","180":"20.242999999999999","181":"1.1830000000000001","182":"71.966341123125204","183":"13.7438960585978","184":"4.2361353331008003","185":"8.8258632717125902","186":"0.51578304848273504","187":"135.555555555556","188":"97.554373522458604","189":"18.630614657210401","190":"5.7423167848699768","191":"11.963947990543735","192":"0.69917257683215128","193":"0","194":"123.0359","195":"100","196":"1","197":"0.9","198":"4","199":"3.6","200":"1.7","201":"11","202":"608","203":"0.25","204":"1.25","205":"0.7","206":"0.7","207":"0.4","208":"0.25","209":"1.25","210":"0.62","211":"0.63","212":"-","213":"1.9643761945884881","214":"10.190474999895825","215":"1002","216":"854","217":"8.379391100702577","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.90089796577900405","236":"203","237":"4","238":"-0.48923605636423789","239":"74","240":"1","241":"-1.42214332528473","242":"10","243":"11","244":"10","245":"9.34","246":"0.63","247":"6.7","248":"0.01","249":"0.1","250":"0","251":"0","252":"0.09","253":"1","254":"0.1","255":"1.1000000000000001","256":"0.02","257":"0.2","258":"0","259":"0","260":"0.11","261":"1.2","262":"0.04","263":"0.4","264":"0.03","265":"0.3","266":"0.39","267":"4.2","268":"5.69","269":"60.9","270":"0.22","271":"2.4","272":"2.0099999999999998","273":"21.5","274":"1693","275":"2687","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"68.41","296":"-","297":"65.278757939308392","298":"59.110169491525419","299":"60.474860335195537","300":"58.719346049046315","301":"54.268696227663803"},{"1":"24601","2":"מיתר","3":"1268","4":"הדרום","5":"מועצה מקומית","6":"92.9828183573823","7":"1987","8":"0","9":"9","10":"615","11":"מיתר","12":"24.230284529238023","13":"436","14":"10565","15":"98.1","16":"98.1","17":"-","18":"-","19":"-","20":"-","21":"5304","22":"5261","23":"7.6478939895882627","24":"11.329862754377663","25":"11.897775674396593","26":"7.903454803596782","27":"11.831519167061051","28":"18.873639375295788","29":"17.567439659252248","30":"3.6630383341221013","31":"9.2853762423095123","32":"35.920492191197347","33":"3.0004732607666824","34":"926","35":"146","36":"2.58","37":"-","38":"-","39":"21","40":"3.37","41":"125","42":"12.168334836023574","43":"5.8661547330468409","44":"5.6601987695220064","45":"11","46":"36.363636363636367","47":"9.0909090909090917","48":"36.363636363636367","49":"18.181818181818183","50":"504","51":"495","52":"871","53":"439","54":"432","55":"380","56":"108","57":"365","58":"18","59":"376","60":"198","61":"178","62":"95","63":"87","64":"147","65":"47","66":"319","67":"60","68":"24","69":"31","70":"7.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"690","88":"12.071378586424073","89":"260","90":"111","91":"4.6486679778294295","92":"37","93":"192","94":"111","95":"104","96":"100","97":"-","98":"995","99":"2.4120603015075375","100":"32","101":"114","102":"142","103":"37","104":"44","105":"64.400000000000006","106":"31","107":"2.2000000000000002","108":"2.4","109":"918","110":"627","111":"277","112":"14","113":"1914","114":"930","115":"907","116":"77","117":"15289.65451","118":"18749.964840000001","119":"11761.88895","120":"1.8083097482277211","121":"2.0431295590396914","122":"2.148043093696117","123":"4869","124":"28.6","125":"374","126":"13070.84453","127":"-5.0672427943809666","128":"33.4","129":"0.43929054400000001","130":"635","131":"188","132":"207","133":"217","134":"23","135":"5","136":"4","137":"2","138":"1","139":"1","140":"99","141":"63","142":"36","143":"18","144":"18","145":"2986","146":"1803","147":"1183","148":"610","149":"573","150":"28.779661016949152","151":"0.59171597633136097","152":"0.58823529411764708","153":"0.59523809523809523","154":"91.244239631336413","155":"85.253456221198149","156":"64.95","157":"51.8","158":"19","159":"5.2","160":"247","161":"33.5","162":"4.4534412955465585","163":"4.5999999999999996","164":"15.9","165":"42.105263157894733","166":"69.230769230769226","167":"10.36986301369863","168":"3.0581241743725229","169":"1369.64","170":"243.14699999999999","171":"17.752621126719401","172":"1126.4929999999999","173":"1126.4929999999999","174":"-","175":"100","176":"-","177":"939.01499999999999","178":"51.319000000000003","179":"119.571","180":"2.2749999999999999","181":"6.907","182":"83.357375500779895","183":"4.5556430443864304","184":"10.6144467830692","185":"0.20195420655077301","186":"0.61314184819612705","187":"106.61489683891701","188":"88.871379897785403","189":"4.8569941321219003","190":"11.316581487791028","191":"0.21531326897596062","192":"0.65370054893053187","193":"0","194":"863.04525000000012","195":"100","196":"31","197":"29","198":"122","199":"16.399999999999999","200":"15.5","201":"61","202":"2727","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.8584376019558577","214":"23.334941755128337","215":"5118","216":"4678","217":"6.1376656690893547","218":"3","219":"-","220":"1","221":"2","222":"0.2920400360645658","223":"0.58616647127784283","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.54560487694903","236":"244","237":"7","238":"0.70697207403445161","239":"155","240":"3","241":"-0.54331522558568102","242":"57","243":"45","244":"87","245":"24.109999999999996","246":"3.05","247":"12.7","248":"0.04","249":"0.2","250":"0.01","251":"0","252":"0.05","253":"0.2","254":"0.06","255":"0.2","256":"0","257":"0","258":"0","259":"0","260":"0.33","261":"1.4","262":"0.01","263":"0","264":"0.09","265":"0.4","266":"9.68","267":"40.1","268":"0.23","269":"1","270":"8.61","271":"35.700000000000003","272":"1.95","273":"8.1","274":"10565","275":"3464","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73.540000000000006","296":"65.10964253529589","297":"76.734147067579642","298":"74.397244546498271","299":"74.291300097751716","300":"73.142630115216519","301":"72.384989402817595"},{"1":"8530","2":"מסעדה","3":"4203","4":"הצפון","5":"מועצה מקומית","6":"181.211246889687","7":"1982","8":"0","9":"9","10":"256","11":"מעלה חרמון","12":"12.011380982624713","13":"..","14":"3812","15":"-","16":"-","17":"100","18":"0.1","19":"-","20":"99.9","21":"1945","22":"1867","23":"7.2402938090241342","24":"9.3126967471143764","25":"9.6537250786988462","26":"9.4176285414480585","27":"14.611752360965372","28":"20.592864637985311","29":"18.074501573976914","30":"3.4627492130115427","31":"7.6337880377754459","32":"32.214060860440711","33":"2.7544596012591813","34":"763","35":"77","36":"..","37":"-","38":"-","39":"13","40":"..","41":"64","42":"16.919948377933682","43":"1.5925884514057316","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-6","51":"-7","52":"20","53":"6","54":"14","55":"1","56":"12","57":"7","58":"0","59":"27","60":"3","61":"24","62":"4","63":"15","64":"8","65":"0","66":"0","67":"47","68":"43.6","69":"7","70":"4.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"352","88":"15.74944071588367","89":"150","90":"79","91":"6.7750677506775059","92":"39","93":"140","94":"126","95":"124","96":"129","97":"-","98":"263","99":"46.00760456273764","100":"178","101":"120","102":"146","103":"21","104":"11","105":"60.2","106":"10.5","107":"3.5","108":"25.7","109":"625","110":"427","111":"190","112":"8","113":"1322","114":"665","115":"617","116":"40","117":"5601.1820559999996","118":"6994.658915","119":"3804.4952520000002","120":"1.265946740082291","121":"1.3084573857808257","122":"3.7198600245699653","123":"1527","124":"63.5","125":"271","126":"7138.1717099999996","127":"-2.5930846846008215","128":"52.4","129":"0.43752066099999998","130":"209","131":"56","132":"68","133":"77","134":"8","135":"3","136":"1","137":"2","138":"1","139":"1","140":"46","141":"20","142":"26","143":"11","144":"15","145":"1109","146":"488","147":"621","148":"282","149":"339","150":"26.222222222222221","151":"..","152":"..","153":"..","154":"94.73684210526315","155":"71.05263157894737","156":"8","157":"..","158":"22.5","159":"2.8","160":"136","161":"31.6","162":"4.4117647058823533","163":"2.4","164":"14.2","165":"47.058823529411761","166":"84.558823529411768","167":"6.7","168":"0.46202783300198808","169":"292.12900000000002","170":"7.0259999999999998","171":"2.4","172":"285.10399999999998","173":"280.18299999999999","174":"4.9210000000000003","175":"98.273963185363939","176":"1.7260368146360627","177":"216.976","178":"18.489999999999998","179":"24.663","180":"16.776","181":"2.6880000000000002","182":"77.440815467034","183":"6.5992583418694197","184":"8.80246124854113","185":"5.9875153024987204","186":"0.95937298123012504","187":"73.500262329485807","188":"56.9192025183631","189":"4.8504721930745012","190":"6.469832109129066","191":"4.4008394543546698","192":"0.70514165792235051","193":"0","194":"184.29599999999996","195":"96.999999999999986","196":"3.3","197":"3.1","198":"15","199":"7.9","200":"6.3","201":"27","202":"1584","203":"-","204":"-","205":"2.355","206":"-","207":"-","208":"3.1","209":"45","210":"2.4300000000000002","211":"-","212":"-","213":"1.6970728571557914","214":"5.4041826717883055","215":"2070","216":"1522","217":"7.9185282522996054","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.06613462842239","236":"37","237":"2","238":"-0.95435313018784895","239":"36","240":"1","241":"-1.4829089440105001","242":"9","243":"12","244":"6","245":"12.030000000000001","246":"0.79","247":"6.6","248":"0.05","249":"0.4","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.01","255":"0.1","256":"0","257":"0","258":"0.03","259":"0.2","260":"0.08","261":"0.7","262":"0","263":"0","264":"0","265":"0","266":"0.28000000000000003","267":"2.2999999999999998","268":"6.33","269":"52.6","270":"0.19","271":"1.6","272":"4.26","273":"35.4","274":"3812","275":"4825","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"21.779141104294478","298":"24.855491329479769","299":"22.316384180790962","300":"19.414893617021274","301":"22.559652928416483"},{"1":"5400","2":"מעיליא","3":"0518","4":"הצפון","5":"מועצה מקומית","6":"120.97458232496599","7":"1957","8":"0","9":"9","10":"258","11":"מעלה נפתלי","12":"2.1244718471983903","13":"..","14":"3267","15":"-","16":"-","17":"97.6","18":"0.1","19":"99.8","20":"0.1","21":"1629","22":"1638","23":"6.6727884909703095","24":"6.580961126415672","25":"6.3360881542699721","26":"7.7134986225895315","27":"13.712886440159167","28":"18.763391490664219","29":"18.79400061218243","30":"4.9892868074686261","31":"16.467707376798288","32":"23.936333027242117","33":"9.6418732782369148","34":"778","35":"41","36":"..","37":"-","38":"-","39":"21","40":"..","41":"20","42":"6.1189812889308062","43":"-7.3252600277157853E-2","44":"1.4080195898377716","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-8","51":"-12","52":"23","53":"7","54":"16","55":"6","56":"7","57":"10","58":"0","59":"35","60":"7","61":"28","62":"9","63":"15","64":"11","65":"0","66":"0","67":"19","68":"17.899999999999999","69":"8","70":"5.2","71":"2","72":"145","73":"-","74":"-","75":"-","76":"4.4400000000000004","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"252","88":"13.200628601361968","89":"109","90":"49","91":"5.7428872497365644","92":"39","93":"177","94":"123","95":"123","96":"128","97":"-","98":"431","99":"8.8167053364269137","100":"63","101":"171","102":"67","103":"16","104":"21","105":"73.599999999999994","106":"2.2000000000000002","107":"17.5","108":"6.7","109":"379","110":"295","111":"82","112":"..","113":"709","114":"438","115":"260","116":"11","117":"9671.4340630000006","118":"10982.381600000001","119":"8357.1550189999998","120":"1.3025591231221156","121":"1.6875564191888071","122":"0.4303753939404853","123":"1576","124":"38.200000000000003","125":"167","126":"10387.5461","127":"-6.8675470692820761","128":"38.9","129":"0.39858460200000001","130":"124","131":"48","132":"36","133":"38","134":"..","135":"2","136":"1","137":"1","138":"-","139":"1","140":"31","141":"18","142":"13","143":"-","144":"13","145":"750","146":"414","147":"336","148":"-","149":"336","150":"23.666666666666668","151":"1.6835016835016834","152":"..","153":"..","154":"75","155":"70","156":"34.130000000000003","157":"..","158":"30.2","159":"4.3","160":"79","161":"31.3","162":"5.0632911392405067","163":"1.8","164":"20.100000000000001","165":"58.22784810126582","166":"73.417721518987349","167":"10.440625000000001","168":"4.280290791599354","169":"-","170":"-","171":"-","172":"-","173":"-","174":"-","175":"-","176":"-","177":"-","178":"-","179":"-","180":"-","181":"-","182":"-","183":"-","184":"-","185":"-","186":"-","187":"-","188":"-","189":"-","190":"-","191":"-","192":"-","193":"0","194":"223.26850000000002","195":"100","196":"5","197":"5","198":"20","199":"2.9","200":"1.9","201":"8","202":"991","203":"0.15","204":"0.6","205":"-","206":"-","207":"-","208":"0.15","209":"0.6","210":"-","211":"-","212":"-","213":"1.8573422939180766","214":"1.9051238055179716","215":"1844","216":"1541","217":"8.36859182349124","218":"2","219":"-","220":"-","221":"2","222":"0.6118981288930806","223":"1.0845986984815619","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.86198172403443996","236":"198","237":"2","238":"-1.0339660600017337","239":"26","240":"3","241":"-0.66688397940740696","242":"41","243":"57","244":"36","245":"2.1","246":"0.9","247":"42.9","248":"0.04","249":"1.9","250":"0.01","251":"0.5","252":"0.01","253":"0.5","254":"0.02","255":"1","256":"0.02","257":"1","258":"0.13","259":"6.2","260":"0.04","261":"1.9","262":"0","263":"0","264":"0","265":"0","266":"0.41","267":"19.5","268":"0.23","269":"11","270":"7.0000000000000007E-2","271":"3.3","272":"0.22","273":"10.299999999999997","274":"3267","275":"3630","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.82","296":"-","297":"61.562998405103663","298":"68.026941362916006","299":"71.747648902821311","300":"65.029239766081872","301":"66.551987767584095"},{"1":"4385","2":"מעלה אפרים","3":"3608","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"61.789245043593603","7":"1981","8":"0","9":"7","10":"707","11":"מעלה אפרים","12":"..","13":"..","14":"1318","15":"99.7","16":"91.7","17":"-","18":"-","19":"-","20":"-","21":"687","22":"631","23":"11.456752655538695","24":"12.291350531107739","25":"9.9393019726858878","26":"8.1183611532625193","27":"14.339908952959028","28":"17.298937784522003","29":"11.532625189681335","30":"4.2488619119878601","31":"10.698027314112291","32":"37.025796661608496","33":"2.7314112291350532","34":"1107","35":"28","36":"..","37":"0.2","38":"..","39":"8","40":"..","41":"20","42":"15.545561910607059","43":"4.9492764339495778","44":"14.643399089529591","45":"0","46":"0","47":"0","48":"0","49":"0","50":"40","51":"46","52":"113","53":"52","54":"61","55":"61","56":"23","57":"29","58":"0","59":"67","60":"33","61":"34","62":"25","63":"16","64":"23","65":"3","66":"32","67":"10","68":"21.3","69":"12","70":"30.7","71":"2","72":"87","73":"-","74":"-","75":"0.96","76":"-","77":"5.98","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"190","88":"28.963414634146339","89":"79","90":"27","91":"12.324492979719189","92":"41","93":"181","94":"131","95":"117","96":"120","97":"-","98":"..","99":"..","100":"47","101":"..","102":"..","103":"..","104":"..","105":"..","106":"..","107":"..","108":"..","109":"230","110":"148","111":"53","112":"29","113":"583","114":"226","115":"175","116":"182","117":"8003.6413845486113","118":"9391.7883944153582","119":"6629.8793177892921","120":"3.8359081852047838","121":"2.6925665164020396","122":"4.823587475346014","123":"768","124":"36.799999999999997","125":"44","126":"7052.3490151515143","127":"-6.8224913779490137","128":"52.3","129":"0.34492791767173114","130":"100","131":"28","132":"32","133":"34","134":"6","135":"1","136":"-","137":"2","138":"1","139":"1","140":"13","141":"-","142":"13","143":"8","144":"5","145":"264","146":"-","147":"264","148":"154","149":"110","150":"-","151":"2.3076923076923079","152":"..","153":"..","154":"66.666666666666657","155":"53.333333333333336","156":"26.3","157":"..","158":"6.6","159":"2.4","160":"48","161":"29.4","162":"4.1666666666666661","163":"3.8","164":"17.399999999999999","165":"39.583333333333329","166":"75","167":"7.208333333333333","168":"3.78131021194605","169":"206.99","170":"20.082000000000001","171":"9.7019179670515499","172":"186.90799999999999","173":"186.90799999999999","174":"-","175":"100","176":"-","177":"69.430000000000007","178":"12.536","179":"23.943999999999999","180":"71.206999999999994","181":"7.3680000000000003","182":"37.146617587262199","183":"6.7070430372161702","184":"12.810580606501601","185":"38.097352708284298","186":"3.9420463543561501","187":"141.811836115326","188":"52.678300455235203","189":"9.5113808801213953","190":"18.166919575113809","191":"54.026555386949923","192":"5.590288315629742","193":"0","194":"97.153000000000006","195":"0","196":"1.1000000000000001","197":"1.1000000000000001","198":"9","199":"-","200":"-","201":"-","202":"436","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.2654701883095796","214":"1.4691281153762012","215":"518","216":"467","217":"7.9785867237687365","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.53429464036876995","236":"85","237":"6","238":"0.26939516380589174","239":"129","240":"3","241":"-0.36807849247309299","242":"78","243":"39","244":"143","245":"5.59","246":"0.3","247":"5.4","248":"0.05","249":"0.9","250":"0.01","251":"0.2","252":"0.01","253":"0.2","254":"0.03","255":"0.5","256":"0","257":"0","258":"0.08","259":"1.4","260":"0.15","261":"2.7","262":"0","263":"0","264":"0.06","265":"1.1000000000000001","266":"0","267":"0","268":"0","269":"0","270":"0.62","271":"11.1","272":"4.28","273":"76.5","274":"1318","275":"4393","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"55.633802816901415","298":"51.644444444444446","299":"53.249097472924191","300":"50.990990990990994","301":"54.216867469879517"},{"1":"56514","2":"מעלה עירון","3":"1327","4":"חיפה","5":"מועצה מקומית","6":"60.870553980148202","7":"1996","8":"0","9":"11","10":"354","11":"עירון","12":"6.0334982725671926","13":"2506.8000000000002","14":"15642","15":"-","16":"-","17":"100","18":"100","19":"-","20":"-","21":"7953","22":"7689","23":"9.8388952819332562","24":"9.071729957805907","25":"9.1420534458509142","26":"10.427055363764225","27":"19.895154072369262","28":"17.504155478839024","29":"15.803605677023398","30":"3.0111238971998464","31":"5.3062268252141669","32":"34.030175169415678","33":"1.7133358905510805","34":"779","35":"330","36":"2.69","37":"1.8","38":"( 5.7)","39":"61","40":"6.38","41":"269","42":"17.342129206702623","43":"1.7044032916260221","44":"6.3930443677279129E-3","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-21","51":"-21","52":"114","53":"37","54":"77","55":"38","56":"51","57":"25","58":"0","59":"135","60":"48","61":"87","62":"34","63":"71","64":"30","65":"0","66":"57","67":"225","68":"52.1","69":"16","70":"2.4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1119","80":"110.91006101836838","81":"28","82":"46","83":"..","84":"..","85":"..","86":"..","87":"1498","88":"16.602017067494181","89":"690","90":"439","91":"7.7536801887852569","92":"38","93":"153","94":"123","95":"133","96":"142","97":"-","98":"1658","99":"10.554885404101327","100":"811","101":"554","102":"458","103":"49","104":"65","105":"70.7","106":"2.2000000000000002","107":"26.7","108":"0.4","109":"2323","110":"1431","111":"813","112":"79","113":"5267","114":"2168","115":"2683","116":"416","117":"6037.9223039999997","118":"7231.208122","119":"4277.5442869999997","120":"-0.41060672696680012","121":"0.5712414123405285","122":"-0.88056595132016691","123":"6297","124":"58.3","125":"492","126":"9803.6228620000002","127":"3.1210038551455099","128":"33.299999999999997","129":"0.38174254299999999","130":"859","131":"297","132":"267","133":"278","134":"17","135":"7","136":"4","137":"5","138":"3","139":"2","140":"134","141":"70","142":"64","143":"33","144":"31","145":"3326","146":"1667","147":"1659","148":"874","149":"785","150":"24.666666666666668","151":"0.27578599007170435","152":"..","153":"..","154":"71.98795180722891","155":"61.144578313253021","156":"11.82","157":"24.8","158":"11.9","159":"2.4","160":"345","161":"32.799999999999997","162":"2.8985507246376812","163":"3.5","164":"17.899999999999999","165":"41.449275362318836","166":"80","167":"9.1891891891891895","168":"3.5029411764705882","169":"459.75299999999999","170":"42.085000000000001","171":"9.2","172":"417.66800000000001","173":"416.678","174":"0.99","175":"99.762969631381864","176":"0.23703036861813689","177":"356.66899999999998","178":"37.475000000000001","179":"-","180":"2.3039999999999998","181":"18.675999999999998","182":"85.598231728097005","183":"8.9937553698539396","184":"-","185":"0.55294495989709103","186":"4.4821180863880503","187":"26.638409410561302","188":"22.802007415931499","189":"2.3957933768060351","190":"-","191":"0.14729574223245109","192":"1.1939649661168648","193":"0.80321285140562237","194":"764.76164761603195","195":"97.663860360192899","196":"8.9","197":"6.4","198":"33","199":"3.7","200":"2.9","201":"16","202":"3116","203":"-","204":"-","205":"0.54900000000000004","206":"1.393","207":"-","208":"-","209":"-","210":"0.54900000000000004","211":"1.3939999999999999","212":"-","213":"1.2829710775296013","214":"16.61113833987741","215":"6399","216":"5289","217":"8.7755719417659286","218":"6","219":"1","220":"2","221":"3","222":"0.3868132908558205","223":"0.93764650726676046","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1472873954185301","236":"27","237":"9","238":"2.0738192481257944","239":"198","240":"5","241":"0.14746263007958199","242":"139","243":"137","244":"145","245":"6.2599999999999989","246":"3.03","247":"48.4","248":"0.08","249":"1.3","250":"0.01","251":"0.2","252":"0.01","253":"0.2","254":"0","255":"0","256":"0","257":"0","258":"0.03","259":"0.5","260":"0.02","261":"0.3","262":"0.01","263":"0.2","264":"0","265":"0","266":"0.64","267":"10.199999999999999","268":"1.53","269":"24.4","270":"0.02","271":"0.3","272":"0.88","273":"14.00000000000002","274":"15642","275":"5162","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"88.34","296":"-","297":"37.136907860489323","298":"48.50041084634347","299":"61.317704122877927","300":"31.425496526758636","301":"43.069863270275334"},{"1":"21215","2":"מצפה רמון","3":"0099","4":"הדרום","5":"מועצה מקומית","6":"171.98941781185999","7":"1964","8":"0","9":"9","10":"613","11":"מצפה רמון","12":"75.708028692663461","13":"68.400000000000006","14":"5178","15":"96","16":"91.9","17":"4","18":"91.8","19":"1","20":"7.7","21":"2851","22":"2326","23":"10.139049826187717","24":"8.2078022402471991","25":"7.12630359212051","26":"10.950173812282735","27":"21.282348397064503","28":"17.921977597528002","29":"11.915797605252994","30":"3.2831208960988798","31":"9.1348010814986473","32":"32.020084974893784","33":"3.5341830822711473","34":"837","35":"145","36":"..","37":"0.8","38":"..","39":"22","40":"5.85","41":"123","42":"23.738996547710904","43":"-0.14715492429014887","44":"14.445731942835071","45":"8","46":"0","47":"62.5","48":"25","49":"12.5","50":"-128","51":"-135","52":"327","53":"173","54":"154","55":"56","56":"160","57":"101","58":"10","59":"462","60":"237","61":"225","62":"136","63":"142","64":"162","65":"22","66":"301","67":"78","68":"34.4","69":"14","70":"9","71":"3","72":"592","73":"-","74":"4.84","75":"6.58","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"643","88":"21.930422919508867","89":"235","90":"100","91":"8.0728272071453109","92":"39","93":"161","94":"120","95":"101","96":"96","97":"..","98":"525","99":"37.333333333333336","100":"284","101":"151","102":"255","103":"24","104":"11","105":"62.9","106":"35.200000000000003","107":"1.3","108":"0.6","109":"1033","110":"615","111":"287","112":"131","113":"2671","114":"921","115":"966","116":"784","117":"7769.8137530000004","118":"9398.3300839999993","119":"6068.8370409999998","120":"1.5588429982104746","121":"0.47965827793894356","122":"4.1781356426075611","123":"2711","124":"46.7","125":"200","126":"9664.5675420000007","127":"4.5308367618938528","128":"41.5","129":"0.40598075","130":"278","131":"90","132":"97","133":"80","134":"11","135":"6","136":"4","137":"3","138":"1","139":"2","140":"56","141":"35","142":"21","143":"5","144":"16","145":"1029","146":"568","147":"461","148":"112","149":"349","150":"17.25","151":"2.0120724346076457","152":"2.4096385542168677","153":"1.6129032258064515","154":"75.757575757575751","155":"66.666666666666657","156":"25.81","157":"28.2","158":"11.4","159":"4.3","160":"165","161":"26.9","162":"10.303030303030303","163":"5.4","164":"13.6","165":"35.151515151515149","166":"60.606060606060609","167":"10.100286532951289","168":"3.2754609929078016","169":"736.33799999999997","170":"54.558","171":"7.4","172":"681.78","173":"673.85900000000004","174":"7.9210000000000003","175":"98.838188271876561","176":"1.1618117281234415","177":"259.08300000000003","178":"26.19","179":"110.364","180":"39.503999999999998","181":"23.042000000000002","182":"38.447657447626298","183":"3.88656974233482","184":"16.377906950860599","185":"5.86235399393642","186":"3.4194096984680802","187":"130.11372851901899","188":"50.0256806333269","189":"5.0569608032438698","190":"21.309905387140375","191":"7.6277273604943039","192":"4.4491214520177644","193":"0","194":"466.357490691355","195":"99.991958958363796","196":"4.7","197":"3.8","198":"27","199":"1.5","200":"0.2","201":"-","202":"1967","203":"1.1499999999999999","204":"7.65","205":"-","206":"0.1","207":"0.5","208":"0.65","209":"4.1500000000000004","210":"-","211":"0.1","212":"-","213":"2.2782253512562476","214":"8.5243582269126943","215":"1705","216":"1430","217":"8.722377622377623","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.78116503923538605","236":"59","237":"8","238":"0.86769928441431055","239":"162","240":"1","241":"-1.51602571001199","242":"6","243":"3","244":"9","245":"75.83","246":"1.1299999999999999","247":"1.5","248":"0.08","249":"0.1","250":"0.01","251":"0","252":"0","253":"0","254":"0.28000000000000003","255":"0.4","256":"0.02","257":"0","258":"0.09","259":"0.1","260":"0.55000000000000004","261":"0.7","262":"0","263":"0","264":"0.03","265":"0","266":"0.08","267":"0.1","268":"0.04","269":"0.1","270":"0.44","271":"0.6","272":"73.08","273":"96.4","274":"5178","275":"4582","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"63.36","296":"-","297":"57.771739130434781","298":"56.956166621290492","299":"57.781995661605201","300":"50.404312668463611","301":"53.089061246322544"},{"1":"0","2":"משהד","3":"0520","4":"הצפון","5":"מועצה מקומית","6":"91.467023190541497","7":"1960","8":"0","9":"9","10":"257","11":"מבוא העמקים","12":"7.1660019238237309","13":"1206.5999999999999","14":"8655","15":"-","16":"-","17":"100","18":"100","19":"-","20":"-","21":"4486","22":"4169","23":"10.329289428076256","24":"10.791450028885038","25":"9.3356441363373772","26":"9.7053726169844019","27":"19.064124783362217","28":"19.79202772963605","29":"12.744078567302138","30":"3.0964760254188328","31":"5.141536683997689","32":"36.025418833044483","33":"1.7446562680531486","34":"828","35":"218","36":"..","37":"0.6","38":"..","39":"25","40":"7.33","41":"193","42":"22.51836094865223","43":"1.9938939696713618","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-30","51":"-31","52":"53","53":"17","54":"36","55":"20","56":"14","57":"19","58":"0","59":"84","60":"29","61":"55","62":"23","63":"43","64":"18","65":"0","66":"1","67":"125","68":"49.2","69":"9.3000000000000007","70":"2.9","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"839","88":"17.270481679703583","89":"362","90":"244","91":"7.5542570951585981","92":"36","93":"155","94":"117","95":"124","96":"124","97":"-","98":"644","99":"19.254658385093169","100":"407","101":"168","102":"336","103":"40","104":"28","105":"83.8","106":"0.9","107":"10.1","108":"5.0999999999999996","109":"1303","110":"655","111":"558","112":"90","113":"3396","114":"995","115":"1919","116":"482","117":"6007.3984680000003","118":"7103.3102170000002","119":"4372.1873349999996","120":"0.2144090712316471","121":"0.79081233254010286","122":"1.3532982080615596","123":"3155","124":"56.7","125":"276","126":"9458.3301179999999","127":"-8.87620804313819","128":"31.5","129":"0.35744537700000001","130":"579","131":"181","132":"187","133":"204","134":"7","135":"7","136":"3","137":"4","138":"1","139":"3","140":"84","141":"43","142":"41","143":"13","144":"28","145":"2029","146":"1072","147":"957","148":"312","149":"645","150":"25.94736842105263","151":"0.28763183125599234","152":"..","153":"..","154":"69.856459330143537","155":"41.626794258373209","156":"11.95","157":"30.3","158":"16.600000000000001","159":"2.8","160":"236","161":"31.9","162":"2.5423728813559325","163":"2.7","164":"17.899999999999999","165":"42.372881355932201","166":"71.186440677966104","167":"9.6666666666666661","168":"3.3186206896551722","169":"538.69500000000005","170":"49.636000000000003","171":"9.2","172":"489.06099999999998","173":"466.91399999999999","174":"22.146999999999998","175":"95.471526046853057","176":"4.5284739531469489","177":"410.827","178":"30.012","179":"-","180":"3.0369999999999999","181":"3.27","182":"87.987723649323001","183":"6.4277361569796598","184":"-","185":"0.65044098056601396","186":"0.70034310386923504","187":"53.947313691507802","188":"47.467013287117297","189":"3.467590987868284","190":"-","191":"0.35089543616406699","192":"0.37781629116117849","193":"2","194":"351.99013968784595","195":"97.08983325240753","196":"15","197":"11.5","198":"47","199":"10.6","200":"10.1","201":"39","202":"1617","203":"-","204":"-","205":"1.91","206":"0.22","207":"-","208":"1.1499999999999999","209":"13.8","210":"-","211":"-","212":"-","213":"1.3638040011412196","214":"15.326972155706025","215":"3612","216":"2778","217":"7.6058315334773221","218":"2","219":"-","220":"1","221":"1","222":"0.2333508906596086","223":"0.55370985603543743","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1822877488564001","236":"24","237":"4","238":"-0.3580066934189054","239":"83","240":"5","241":"3.7535828765701898E-2","242":"125","243":"154","244":"92","245":"7.18","246":"1.21","247":"16.899999999999999","248":"0.05","249":"0.7","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.01","255":"0.1","256":"0","257":"0","258":"0","259":"0","260":"0.1","261":"1.4","262":"0.02","263":"0.3","264":"0","265":"0","266":"0.93","267":"13","268":"2.34","269":"32.6","270":"1.19","271":"16.600000000000001","272":"1.32","273":"18.300000000000004","274":"8655","275":"7153","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"92.68","296":"11.572013530354281","297":"49.276954054548781","298":"58.956301914048396","299":"67.775393419170243","300":"49.608899704501994","301":"48.425987943737439"},{"1":"52150","2":"נחף","3":"0522","4":"הצפון","5":"מועצה מקומית","6":"113.852691345162","7":"1968","8":"0","9":"11","10":"260","11":"בקעת בית הכרם","12":"6.0671191207460415","13":"2234.6999999999998","14":"13558","15":"-","16":"-","17":"99.8","18":"99.9","19":"-","20":"-","21":"6871","22":"6688","23":"10.47352116831391","24":"10.053105177754832","25":"9.5515562767369815","26":"11.122584451984068","27":"18.210650538427497","28":"19.648915769287505","29":"13.991739194571471","30":"2.5815016964154003","31":"4.3664257265083348","32":"36.664699808231305","33":"1.6595368048384718","34":"837","35":"272","36":"2.6","37":"1.4","38":"( 4.8)","39":"53","40":"6.66","41":"219","42":"16.289319583765518","43":"1.7048456902664526","44":"2.2127157397846289E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-4","51":"-3","52":"84","53":"24","54":"60","55":"22","56":"34","57":"27","58":"1","59":"87","60":"23","61":"64","62":"22","63":"46","64":"19","65":"0","66":"2","67":"155","68":"40.200000000000003","69":"30","70":"5.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"790","80":"108.52210509446488","81":"26","82":"42","83":"..","84":"..","85":"..","86":"..","87":"1175","88":"15.593895155938952","89":"495","90":"305","91":"6.6675646551724146","92":"36","93":"148","94":"120","95":"121","96":"121","97":"-","98":"602","99":"32.724252491694351","100":"658","101":"315","102":"619","103":"74","104":"36","105":"53.7","106":"5.2","107":"32","108":"9","109":"2034","110":"1140","111":"770","112":"124","113":"4995","114":"1737","115":"2588","116":"670","117":"6226.3235880000002","118":"7484.6840670000001","119":"4477.5395829999998","120":"-0.56994865674956374","121":"0.61107482098166077","122":"-1.4106314149450849","123":"5353","124":"55.3","125":"452","126":"7759.8113050000002","127":"0.12591518817295366","128":"47.1","129":"0.379392226","130":"837","131":"304","132":"263","133":"260","134":"10","135":"6","136":"3","137":"5","138":"2","139":"3","140":"150","141":"68","142":"82","143":"39","144":"43","145":"3514","146":"1626","147":"1888","148":"1013","149":"875","150":"25.721311475409838","151":"1.0404624277456647","152":"1.2835472578763127","153":"0.80183276059564712","154":"70.068027210884352","155":"34.693877551020407","156":"14.3","157":"37.9","158":"19.100000000000001","159":"3.5","160":"375","161":"32.700000000000003","162":"3.2","163":"3.2","164":"19.2","165":"49.066666666666663","166":"77.86666666666666","167":"13.833333333333334","168":"2.2334337349397591","169":"738.92","170":"31.562999999999999","171":"4.3","172":"707.35699999999997","173":"696.19899999999996","174":"11.157999999999999","175":"98.422578697885228","176":"1.5774213021147738","177":"608.22900000000004","178":"23.821000000000002","179":"11.553000000000001","180":"23.21","181":"16.033000000000001","182":"87.364244993170104","183":"3.4215791749198101","184":"1.65943932697404","185":"3.3338169115439702","186":"2.3029335003353899","187":"51.3496828440773","188":"44.861262723115502","189":"1.7569700545803215","190":"0.85211683139106065","191":"1.7119044106800414","192":"1.1825490485322319","193":"0.6","194":"518.95741234349998","195":"100","196":"13.4","197":"12.6","198":"62","199":"8","200":"6.4","201":"37","202":"2660","203":"-","204":"-","205":"2.1","206":"-","207":"-","208":"2.8","209":"33.6","210":"-","211":"2.35","212":"-","213":"2.4744403807229824","214":"0.76646183268123935","215":"5015","216":"4308","217":"8.9312906220984214","218":"9","219":"-","220":"2","221":"7","222":"0.66942409248351453","223":"1.7946161515453638","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1455122206505199","236":"29","237":"4","238":"-0.3290795708509946","239":"87","240":"3","241":"-0.43193115199982801","242":"72","243":"91","244":"46","245":"6.03","246":"1.61","247":"26.7","248":"0.04","249":"0.7","250":"0","251":"0","252":"0.01","253":"0.2","254":"0.04","255":"0.7","256":"0.02","257":"0.3","258":"0.03","259":"0.5","260":"0.19","261":"3.2","262":"0","263":"0","264":"0.02","265":"0.3","266":"0.69","267":"11.4","268":"2.6","269":"43.1","270":"0.08","271":"1.3","272":"0.7","273":"11.6","274":"13558","275":"8421","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"90.07","296":"41.867612293144205","297":"52.050970873786405","298":"64.29256594724221","299":"71.160429701333953","300":"47.293156281920332","301":"58.37054787060233"},{"1":"7052","2":"סאג'ור","3":"0525","4":"הצפון","5":"מועצה מקומית","6":"118.323251299131","7":"1992","8":"0","9":"9","10":"260","11":"בקעת בית הכרם","12":"3.5683991593637217","13":"..","14":"4425","15":"-","16":"-","17":"100","18":"-","19":"-","20":"99.9","21":"2293","22":"2132","23":"8.5875706214689274","24":"7.4802259887005649","25":"8.7457627118644066","26":"8.5649717514124291","27":"19.593220338983052","28":"23.412429378531073","29":"15.118644067796611","30":"3.0282485875706215","31":"5.4463276836158192","32":"29.807909604519775","33":"1.8305084745762712","34":"635","35":"76","36":"..","37":"-","38":"-","39":"10","40":"(5.1)","41":"66","42":"15.028544546843525","43":"1.5419902238970167","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-6","51":"-4","52":"42","53":"17","54":"25","55":"8","56":"16","57":"18","58":"0","59":"46","60":"11","61":"35","62":"9","63":"22","64":"14","65":"1","66":"0","67":"59","68":"46.4","69":"5.7","70":"3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"433","88":"15.665701881331403","89":"163","90":"61","91":"5.9706959706959708","92":"36","93":"153","94":"115","95":"106","96":"107","97":"..","98":"266","99":"9.3984962406015029","100":"111","101":"115","102":"192","103":"14","104":"10","105":"31","106":"9","107":"39.6","108":"20.3","109":"669","110":"488","111":"175","112":"6","113":"1322","114":"727","115":"562","116":"33","117":"7987.9513960000004","118":"10294.333329999999","119":"5063.833791","120":"2.3049412294219751","121":"3.8269423203701081","122":"-5.9166487614903396E-2","123":"2066","124":"44.6","125":"144","126":"6161.4590909999997","127":"-2.1928296969783934","128":"59","129":"0.37723896499999998","130":"197","131":"62","132":"67","133":"66","134":"..","135":"2","136":"1","137":"2","138":"1","139":"1","140":"30","141":"17","142":"13","143":"6","144":"7","145":"720","146":"387","147":"333","148":"168","149":"165","150":"24.333333333333332","151":"0.86393088552915775","152":"..","153":"..","154":"78.888888888888886","155":"56.666666666666664","156":"17.940000000000001","157":"..","158":"18.899999999999999","159":"4.0999999999999996","160":"86","161":"31.3","162":"1.1627906976744187","163":"2.6","164":"19.7","165":"47.674418604651166","166":"80.232558139534888","167":"10.515625","168":"6.0427350427350426","169":"375.12099999999998","170":"69.421999999999997","171":"18.5","172":"305.69900000000001","173":"296.82299999999998","174":"8.8759999999999994","175":"97.096490338535631","176":"2.9035096614643816","177":"248.286","178":"14.356","179":"0.53100000000000003","180":"8.6199999999999992","181":"1.681","182":"83.647830525262506","183":"4.8365524234981798","184":"0.178894492677454","185":"2.9040876212422901","186":"0.56633077625386197","187":"67.078644067796603","188":"56.109830508474602","189":"3.2442937853107345","190":"0.12","191":"1.9480225988700566","192":"0.3798870056497175","193":"0","194":"226.12095429510001","195":"100","196":"3.3","197":"1.3","198":"5","199":"3.9","200":"3.3","201":"14","202":"957","203":"1.75","204":"1.75","205":"1.05","206":"0.8","207":"2.125","208":"1.75","209":"1.7500000000000002","210":"1.4359999999999999","211":"-","212":"2.125","213":"1.0418632507693097","214":"0","215":"1850","216":"1631","217":"7.3114653586756591","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"4","235":"-0.54956667406196902","236":"83","237":"4","238":"-0.46387929630069774","239":"75","240":"3","241":"-0.57407141990638899","242":"51","243":"72","244":"40","245":"3.59","246":"1","247":"27.9","248":"0.02","249":"0.6","250":"0","251":"0","252":"0.01","253":"0.3","254":"0.04","255":"1.1000000000000001","256":"0","257":"0","258":"0.02","259":"0.6","260":"0.01","261":"0.3","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"1.31","269":"36.5","270":"0","271":"0","272":"1.18","273":"32.699999999999982","274":"4425","275":"4425","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"95.36","296":"-","297":"43.972835314091682","298":"41.828533154722038","299":"47.222222222222221","300":"46.820809248554909","301":"53.27334781259696"},{"1":"11358","2":"סביון","3":"0587","4":"המרכז","5":"מועצה מקומית","6":"1.7015798573213701","7":"1978","8":"0","9":"9","10":"455","11":"מצפה אפק","12":"3.7197939698288955","13":"..","14":"4051","15":"99.9","16":"98.3","17":"-","18":"-","19":"-","20":"-","21":"2024","22":"2027","23":"4.5174031103431256","24":"6.9365588743520119","25":"8.5411009627252525","26":"9.4791409528511483","27":"14.144655640582572","28":"10.046901999506295","29":"21.303381881017032","30":"6.4922241421871139","31":"18.563317699333499","32":"25.870155517156256","33":"8.5657862256233024","34":"923","35":"31","36":"..","37":"-","38":"-","39":"27","40":"..","41":"4","42":"0.99078659572688477","43":"0.70732982220623342","44":"6.4181683534929643","45":"18","46":"55.555555555555557","47":"16.666666666666664","48":"5.5555555555555554","49":"22.222222222222221","50":"24","51":"-7","52":"238","53":"130","54":"108","55":"79","56":"50","57":"99","58":"10","59":"245","60":"125","61":"120","62":"53","63":"76","64":"86","65":"30","66":"59","67":"11","68":"7.9","69":"23","70":"12.9","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"274","88":"12.364620938628159","89":"117","90":"43","91":"5.3278688524590159","92":"39","93":"234","94":"124","95":"123","96":"124","97":"-","98":"699","99":"0.71530758226037194","100":"13","101":"66","102":"50","103":"21","104":"9","105":"24.1","106":"64.599999999999994","107":"8.1","108":"3.2","109":"351","110":"242","111":"101","112":"8","113":"740","114":"361","115":"336","116":"43","117":"17104.61505","118":"20662.90163","119":"13184.18333","120":"-0.24291189984378958","121":"-0.69391316724569663","122":"2.383564252981718","123":"1776","124":"31","125":"253","126":"16091.8431","127":"-5.8655919524777111","128":"31.2","129":"0.57711046200000005","130":"138","131":"42","132":"40","133":"53","134":"3","135":"2","136":"1","137":"1","138":"1","139":"-","140":"24","141":"15","142":"9","143":"9","144":"-","145":"662","146":"405","147":"257","148":"257","149":"-","150":"27","151":"0.58823529411764708","152":"..","153":"..","154":"97.53086419753086","155":"92.592592592592595","156":"52.13","157":"..","158":"25","159":"4.8","160":"58","161":"30.6","162":"13.793103448275861","163":"2.7","164":"13.3","165":"34.482758620689658","166":"68.965517241379317","167":"12.946564885496183","168":"2.5371462264150941","169":"1546.308","170":"52.268000000000001","171":"3.38018040390401","172":"1494.04","173":"1494.04","174":"-","175":"100","176":"-","177":"1319.615","178":"19.766999999999999","179":"80.126999999999995","180":"22.614000000000001","181":"31.606999999999999","182":"88.325279108993101","183":"1.3230569462665001","184":"5.3631094214345003","185":"1.51361409333083","186":"2.1155390752590302","187":"368.80770180202398","188":"325.75043199210103","189":"4.8795359170575168","190":"19.779560602320416","191":"5.5823253517649967","192":"7.8022710441866208","193":"0","194":"893.70580000000007","195":"100","196":"15","197":"9.4","198":"16","199":"8.6","200":"8.6","201":"18","202":"1343","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"4.9631328023997208","214":"36.128379351258083","215":"3162","216":"2877","217":"6.0702120264164057","218":"3","219":"-","220":"-","221":"3","222":"0.7430899467951636","223":"0.94876660341555974","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"10","235":"2.3530932419673598","236":"255","237":"2","238":"-0.98832337748223265","239":"34","240":"9","241":"2.6325765657357101","242":"242","243":"242","244":"241","245":"3.669999999999999","246":"2.83","247":"77.099999999999994","248":"0.03","249":"0.8","250":"0.01","251":"0.3","252":"0.04","253":"1.1000000000000001","254":"0.05","255":"1.4","256":"0.02","257":"0.5","258":"0","259":"0","260":"0.01","261":"0.3","262":"0.02","263":"0.5","264":"0.01","265":"0.3","266":"0","267":"0","268":"0.23","269":"6.3","270":"0.05","271":"1.4","272":"0.37","273":"10.00000000000002","274":"4051","275":"1431","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"57.52","296":"-","297":"68.149324861000792","298":"66.483228511530399","299":"67.294785751161584","300":"68.702290076335885","301":"67.377666248431623"},{"1":"6199","2":"ע'ג'ר","3":"4501","4":"הצפון","5":"מועצה מקומית","6":"178.74418176139201","7":"1982","8":"0","9":"7","10":"256","11":"מעלה חרמון","12":"2.3924917889835848","13":"..","14":"2745","15":"-","16":"-","17":"100","18":"99.8","19":"-","20":"-","21":"1385","22":"1360","23":"9.1074681238615671","24":"10.928961748633879","25":"9.8360655737704921","26":"10.163934426229508","27":"18.142076502732241","28":"22.84153005464481","29":"12.604735883424407","30":"2.4772313296903459","31":"3.8979963570127505","32":"36.029143897996356","33":"1.0564663023679417","34":"784","35":"56","36":"..","37":"0.4","38":"..","39":"10","40":"..","41":"46","42":"16.888423402397265","43":"1.5868241108128416","44":"3.6429872495446269E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-7","51":"-6","52":"4","53":"2","54":"2","55":"0","56":"2","57":"2","58":"0","59":"10","60":"2","61":"8","62":"2","63":"2","64":"6","65":"0","66":"40","67":"35","68":"49.1","69":"2","70":"..","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"416","88":"26.547543075941288","89":"171","90":"60","91":"11.082307193778353","92":"36","93":"148","94":"115","95":"118","96":"121","97":"-","98":"91","99":"62.637362637362635","100":"96","101":"28","102":"58","103":"13","104":"1","105":"99.4","106":"0.3","107":"0.1","108":"0.1","109":"417","110":"247","111":"159","112":"11","113":"970","114":"388","115":"527","116":"55","117":"7020.3083900000001","118":"9630.8095059999996","119":"3416.3372129999998","120":"1.4848592204798949","121":"2.8455495572504708","122":"-0.92744974268089697","123":"1176","124":"49.5","125":"77","126":"8311.6390909999991","127":"18.701675009134377","128":"42.9","129":"0.37578904000000002","130":"154","131":"45","132":"52","133":"55","134":"..","135":"2","136":"1","137":"2","138":"1","139":"1","140":"26","141":"14","142":"12","143":"6","144":"6","145":"671","146":"337","147":"334","148":"168","149":"166","150":"25.23076923076923","151":"..","152":"..","153":"..","154":"79.411764705882348","155":"54.411764705882348","156":"10.74","157":"..","158":"17.899999999999999","159":"3.5","160":"66","161":"33","162":"6.0606060606060606","163":"3.4","164":"17.3","165":"56.060606060606055","166":"78.787878787878782","167":"12.141304347826088","168":"2.7108325872873769","169":"218.14099999999999","170":"3.831","171":"1.75620355641535","172":"214.31","173":"212.73400000000001","174":"1.5760000000000001","175":"99.264616676776626","176":"0.73538332322336797","177":"191.697","178":"5.8460000000000001","179":"15.191000000000001","180":"-","181":"-","182":"90.111124690928605","183":"2.7480327545197301","184":"7.14084255455169","185":"-","186":"-","187":"77.498724954462702","188":"69.834972677595601","189":"2.1296903460837888","190":"5.5340619307832419","191":"-","192":"-","193":"2.2000000000000002","194":"145.62225000000001","195":"100","196":"-","197":"-","198":"-","199":"-","200":"-","201":"-","202":"445","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.3571004272805689","214":"3.8087917317426991","215":"818","216":"697","217":"6.1606886657101869","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.98695249534218599","236":"40","237":"2","238":"-1.2562895387504198","239":"14","240":"1","241":"-1.4961346736016301","242":"7","243":"6","244":"8","245":"2.4000000000000004","246":"0.17","247":"7.1","248":"0","249":"0","250":"0","251":"0","252":"0","253":"0","254":"0.01","255":"0.4","256":"0","257":"0","258":"0","259":"0","260":"0.02","261":"0.8","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.16","269":"6.7","270":"1.24","271":"51.7","272":"0.8","273":"33.299999999999997","274":"2745","275":"16147","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"36.79471788715486","298":"36.810906935388267","299":"39.660222612770944","300":"48.379761227970434","301":"30.097613882863339"},{"1":"30310","2":"עומר","3":"0666","4":"הדרום","5":"מועצה מקומית","6":"93.897777928717701","7":"1974","8":"0","9":"9","10":"614","11":"עומר","12":"18.220413083619707","13":"420.2","14":"7656","15":"97.9","16":"97.7","17":"-","18":"-","19":"-","20":"-","21":"3787","22":"3868","23":"5.015673981191223","24":"7.9414838035527691","25":"9.6917450365726232","26":"8.8296760710553812","27":"11.820794148380354","28":"13.688610240334379","29":"18.090386624869385","30":"4.5193312434691748","31":"20.376175548589341","32":"28.108672936259143","33":"9.2215256008359461","34":"1078","35":"67","36":"..","37":"0.2","38":"..","39":"53","40":"4.01","41":"14","42":"1.8389924579275192","43":"1.1287522247931889","44":"5.0156739811912221","45":"7","46":"42.857142857142854","47":"57.142857142857139","48":"0","49":"0","50":"73","51":"68","52":"414","53":"210","54":"204","55":"156","56":"45","57":"187","58":"26","59":"346","60":"181","61":"165","62":"64","63":"88","64":"151","65":"43","66":"222","67":"35","68":"15","69":"22","70":"6.3","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"589","88":"15.0909556751217","89":"229","90":"105","91":"5.87028966931556","92":"37","93":"196","94":"113","95":"110","96":"103","97":"-","98":"1528","99":"2.0287958115183247","100":"45","101":"184","102":"197","103":"46","104":"61","105":"64.7","106":"27.8","107":"3.5","108":"4","109":"1052","110":"611","111":"346","112":"95","113":"2673","114":"937","115":"1110","116":"626","117":"15739.47935","118":"18529.144319999999","119":"12788.7351","120":"-3.0555859957534404","121":"-4.8863226877192805","122":"-0.84296304937064859","123":"4027","124":"29.8","125":"402","126":"14222.79038","127":"-8.5952233048865452","128":"36.799999999999997","129":"0.472819082","130":"324","131":"80","132":"115","133":"120","134":"9","135":"2","136":"1","137":"2","138":"1","139":"1","140":"56","141":"27","142":"29","143":"14","144":"15","145":"1693","146":"769","147":"924","148":"458","149":"466","150":"28.481481481481481","151":"0.74706510138740656","152":"0.5988023952095809","153":"0.91743119266055051","154":"92.10526315789474","155":"88.81578947368422","156":"61.8","157":"..","158":"20.8","159":"5","160":"147","161":"32.299999999999997","162":"6.1224489795918364","163":"1.9","164":"18.899999999999999","165":"50.34013605442177","166":"80.952380952380949","167":"9.3854166666666661","168":"3.4045504994450608","169":"1145.258","170":"88.26","171":"7.7065604431490602","172":"1056.998","173":"976.05100000000004","174":"80.947000000000003","175":"92.341801971243086","176":"7.6581980287569129","177":"832.81700000000001","178":"49.604999999999997","179":"36.637","180":"40.215000000000003","181":"16.777000000000001","182":"85.325152066849","183":"5.0822139416895196","184":"3.7535948428924302","185":"4.1201740482823102","186":"1.7188651002867701","187":"127.488375130617","188":"108.779649947753","189":"6.4792319749216301","190":"4.7853970741901772","191":"5.2527429467084641","192":"2.1913531870428424","193":"0","194":"578.87472477329993","195":"100","196":"5.3","197":"3.9","198":"11","199":"5.6","200":"4.4000000000000004","201":"13","202":"2527","203":"-","204":"-","205":"0.67","206":"-","207":"-","208":"-","209":"-","210":"0.67","211":"-","212":"-","213":"2.0308743695445246","214":"25.510050002817508","215":"5688","216":"4879","217":"6.4576757532281208","218":"2","219":"-","220":"-","221":"2","222":"0.26271320827535988","223":"0.35161744022503516","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"10","235":"1.9151057186689699","236":"252","237":"4","238":"-0.25642819041205872","239":"95","240":"3","241":"-0.36994369038115799","242":"77","243":"79","244":"83","245":"18.23","246":"2.91","247":"16","248":"0.06","249":"0.3","250":"0","251":"0","252":"0.02","253":"0.1","254":"0.12","255":"0.7","256":"0.04","257":"0.2","258":"0.14000000000000001","259":"0.8","260":"0.47","261":"2.6","262":"0","263":"0","264":"0.18","265":"1","266":"2.2200000000000002","267":"12.2","268":"0.64","269":"3.5","270":"7.74","271":"42.5","272":"3.69","273":"20.099999999999991","274":"7656","275":"2631","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73.739999999999995","296":"-","297":"75.233208955223887","298":"72.519918762693322","299":"72.920243483689717","300":"68.941717791411037","301":"69.075579644685334"},{"1":"11291","2":"עיילבון","3":"0530","4":"הצפון","5":"מועצה מקומית","6":"108.863629135403","7":"1973","8":"0","9":"9","10":"251","11":"הגליל המזרחי","12":"5.6278545770529593","13":"1032.7","14":"5812","15":"-","16":"-","17":"99","18":"29.5","19":"70.5","20":"-","21":"2946","22":"2866","23":"7.2608396421197519","24":"8.8265657260839649","25":"7.8802477632484518","26":"7.9834824501032351","27":"16.018582243633862","28":"21.902959394356504","29":"15.863730213351687","30":"4.6111493461803166","31":"9.6352374397797664","32":"28.664831383344804","33":"3.6304198210598759","34":"712","35":"87","36":"..","37":"0.2","38":"..","39":"30","40":"4.3099999999999996","41":"57","42":"9.8287488898177209","43":"0.43264862832815254","44":"0.37852718513420508","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-44","51":"-45","52":"50","53":"17","54":"33","55":"9","56":"25","57":"15","58":"1","59":"95","60":"42","61":"53","62":"24","63":"40","64":"31","65":"0","66":"0","67":"50","68":"29.5","69":"15","70":"5.6","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"647","88":"18.292338139666384","89":"275","90":"142","91":"7.825839499146273","92":"38","93":"158","94":"120","95":"122","96":"129","97":"-","98":"544","99":"21.691176470588236","100":"208","101":"223","102":"267","103":"23","104":"27","105":"70.599999999999994","106":"4.5","107":"7.8","108":"17.100000000000001","109":"741","110":"505","111":"216","112":"20","113":"1570","114":"781","115":"686","116":"103","117":"8281.3948579999997","118":"9996.7512779999997","119":"6255.1830719999998","120":"1.4190006402652555","121":"1.2744738772563435","122":"1.7935340610687467","123":"2648","124":"45.9","125":"245","126":"9176.7990680000003","127":"2.0389862119108093","128":"40.799999999999997","129":"0.405712513","130":"255","131":"62","132":"97","133":"91","134":"5","135":"3","136":"1","137":"2","138":"1","139":"1","140":"40","141":"21","142":"19","143":"10","144":"9","145":"1112","146":"561","147":"551","148":"278","149":"273","150":"28.684210526315791","151":"1.0968921389396709","152":"..","153":"..","154":"63.44086021505376","155":"55.913978494623649","156":"23","157":"..","158":"20.6","159":"3.6","160":"106","161":"31.7","162":"2.8301886792452833","163":"3.1","164":"21.2","165":"39.622641509433961","166":"79.245283018867923","167":"10.559566787003611","168":"3.0731623931623933","169":"502.32","170":"64.995999999999995","171":"12.9","172":"437.32400000000001","173":"382.87799999999999","174":"54.445999999999998","175":"87.550191619943107","176":"12.449808380056892","177":"302.13799999999998","178":"9.8460000000000001","179":"-","180":"21.518000000000001","181":"0.73099999999999998","182":"78.912342835054503","183":"2.5715763245733601","184":"-","185":"5.6200669665010796","186":"0.19092243482258101","187":"65.877150722642796","188":"51.985203028217498","189":"1.6940812112869925","190":"-","191":"3.702339986235375","192":"0.12577426015141088","193":"0","194":"279.27992149233006","195":"100","196":"3.4","197":"3.4","198":"12","199":"4.5999999999999996","200":"4.5999999999999996","201":"26","202":"1836","203":"-","204":"-","205":"0.28000000000000003","206":"0.17399999999999999","207":"-","208":"-","209":"-","210":"0.28000000000000003","211":"0.17399999999999999","212":"-","213":"1.5005828324831969","214":"0.83300277667592226","215":"2771","216":"2398","217":"8.0571309424520425","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-4.1965691739642097E-2","236":"123","237":"3","238":"-0.86315994906022697","239":"39","240":"3","241":"-0.48200503939821299","242":"62","243":"77","244":"55","245":"5.61","246":"0.98","247":"17.5","248":"0.02","249":"0.4","250":"0","251":"0","252":"0","253":"0","254":"0.02","255":"0.4","256":"0.02","257":"0.4","258":"0.08","259":"1.4","260":"0.1","261":"1.8","262":"0.01","263":"0.2","264":"0","265":"0","266":"1.8","267":"32.1","268":"2.41","269":"43","270":"0.11","271":"2","272":"0.06","273":"0.80000000000001714","274":"5812","275":"5931","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"92.05","296":"-","297":"64.412985111056869","298":"69.683038954754423","299":"70.274170274170274","300":"59.114583333333336","301":"64.462040055891947"},{"1":"16441","2":"עילוט","3":"0511","4":"הצפון","5":"מועצה מקומית","6":"89.621371953876107","7":"1991","8":"0","9":"9","10":"257","11":"מבוא העמקים","12":"3.1147327226674992","13":"2778.3","14":"8654","15":"-","16":"-","17":"100","18":"100","19":"-","20":"-","21":"4428","22":"4226","23":"10.815807718973884","24":"10.145597411601571","25":"10.041599260457591","26":"10.249595562745551","27":"19.216547261382019","28":"18.361451351975965","29":"14.58285186041137","30":"2.4266235266928589","31":"4.136815345504969","32":"36.884677605731454","33":"1.4444187658886065","34":"831","35":"149","36":"..","37":"0.4","38":"..","39":"22","40":"6.57","41":"127","42":"14.775240675901186","43":"1.3623355941397506","44":"1.1555350127108852E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-22","51":"-21","52":"60","53":"17","54":"43","55":"21","56":"25","57":"14","58":"0","59":"81","60":"32","61":"49","62":"24","63":"33","64":"24","65":"0","66":"0","67":"107","68":"47.2","69":"6","70":"1.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"810","88":"16.804979253112034","89":"373","90":"266","91":"7.8460244005048381","92":"37","93":"159","94":"121","95":"134","96":"129","97":"-","98":"344","99":"33.430232558139537","100":"504","101":"163","102":"334","103":"49","104":"58","105":"87.2","106":"2","107":"10.1","108":"0.7","109":"1280","110":"728","111":"491","112":"61","113":"3081","114":"1114","115":"1645","116":"322","117":"5809.1690010000002","118":"7133.9194790000001","119":"3278.9583729999999","120":"0.25128286531377331","121":"4.1365877964882891E-2","122":"4.8031708679996177","123":"3070","124":"56.4","125":"255","126":"11325.61096","127":"-5.7496086362633374","128":"24.7","129":"0.355534234","130":"539","131":"196","132":"168","133":"166","134":"9","135":"4","136":"3","137":"2","138":"1","139":"1","140":"76","141":"41","142":"35","143":"18","144":"17","145":"1794","146":"921","147":"873","148":"443","149":"430","150":"23.526315789473685","151":"1.4150943396226416","152":"2.2346368715083798","153":"0.57361376673040154","154":"73.076923076923066","155":"40.109890109890109","156":"3.86","157":"13.2","158":"9.9","159":"1.8","160":"216","161":"31.2","162":"4.1666666666666661","163":"4.5999999999999996","164":"15.5","165":"40.74074074074074","166":"74.074074074074076","167":"9.486486486486486","168":"0.13521288837744533","169":"864.73900000000003","170":"233.25700000000001","171":"27.0","172":"631.48199999999997","173":"616.16700000000003","174":"15.315","175":"97.574752724543217","176":"2.4252472754567824","177":"450.09199999999998","178":"18.597000000000001","179":"-","180":"48.097999999999999","181":"28.373000000000001","182":"73.047079768958696","183":"3.0181752674193798","184":"-","185":"7.8060006459287798","186":"4.6047581256380203","187":"71.208482607188301","188":"52.015717092337901","189":"2.1491968103547903","190":"-","191":"5.5585346122732","192":"3.2789783889980355","193":"0","194":"454.79041575000002","195":"99.000110854908669","196":"24.9","197":"23.4","198":"95","199":"11.5","200":"9.6999999999999993","201":"37","202":"1945","203":"0.4","204":"2","205":"0.6","206":"2","207":"-","208":"0.4","209":"2","210":"2.4300000000000002","211":"2.15","212":"-","213":"1.4859753789614352","214":"24.667891882430762","215":"3352","216":"2461","217":"7.02234863876473","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.4628810964426699","236":"17","237":"2","238":"-1.0181963262416924","239":"30","240":"4","241":"3.92833995373317E-3","242":"123","243":"151","244":"97","245":"3.13","246":"1.39","247":"44.4","248":"0.03","249":"1","250":"0","251":"0","252":"0.02","253":"0.6","254":"0.04","255":"1.3","256":"0","257":"0","258":"0.08","259":"2.6","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0.71","267":"22.7","268":"0.44","269":"14.1","270":"0.08","271":"2.6","272":"0.34","273":"10.700000000000012","274":"8654","275":"6226","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"85.5","296":"17.929050814956852","297":"28.087688393031907","298":"49.343122102009275","299":"62.816365366317797","300":"32.179038496960764","301":"46.397896581945666"},{"1":"42736","2":"עין מאהל","3":"0532","4":"הצפון","5":"מועצה מקומית","6":"91.851044217313103","7":"1964","8":"0","9":"11","10":"257","11":"מבוא העמקים","12":"5.2216226588296202","13":"2627.6","14":"13748","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"6975","22":"6773","23":"9.3613616526040158","24":"9.2013383764911261","25":"8.7503636892638923","26":"9.8850741926098333","27":"19.668315391329649","28":"18.395402967704392","29":"15.929589758510328","30":"3.4186790805935408","31":"5.3971486761710796","32":"32.833866744253712","33":"1.7675298225196392","34":"742","35":"230","36":"2.17","37":"1.4","38":"( 5.3)","39":"46","40":"5.2","41":"184","42":"13.471833924152474","43":"1.3249103695865898","44":"6.5464067500727377E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-14","51":"-16","52":"52","53":"12","54":"40","55":"9","56":"27","57":"15","58":"1","59":"68","60":"21","61":"47","62":"11","63":"37","64":"20","65":"0","66":"0","67":"110","68":"28","69":"19","70":"3.3","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"752.66666666666663","80":"88.545971647917114","81":"26","82":"25","83":"..","84":"..","85":"..","86":"..","87":"1488","88":"18.368102703369953","89":"666","90":"469","91":"8.3510971786833856","92":"38","93":"146","94":"123","95":"129","96":"129","97":"..","98":"688","99":"41.569767441860463","100":"568","101":"323","102":"553","103":"54","104":"41","105":"68.2","106":"0.6","107":"30.9","108":"0.3","109":"2047","110":"1283","111":"726","112":"38","113":"4548","114":"1957","115":"2397","116":"194","117":"5646.3464960000001","118":"6573.4410760000001","119":"4203.1164769999996","120":"-0.23682069191323096","121":"-1.0392952957865575","122":"2.2169512733694052","123":"5837","124":"59.5","125":"332","126":"7514.4497689999998","127":"-8.7025315484056005","128":"43.4","129":"0.35121349899999998","130":"711","131":"237","132":"247","133":"218","134":"9","135":"7","136":"4","137":"4","138":"2","139":"2","140":"119","141":"64","142":"55","143":"26","144":"29","145":"2909","146":"1528","147":"1381","148":"656","149":"725","150":"24.370967741935484","151":"..","152":"..","153":"..","154":"61.258278145695364","155":"25.496688741721858","156":"10.9","157":"18.8","158":"13.7","159":"2.4","160":"295","161":"32.200000000000003","162":"4.406779661016949","163":"2","164":"18.3","165":"50.169491525423723","166":"76.610169491525426","167":"7.9639639639639643","168":"1.5892255892255893","169":"857.45699999999999","170":"75.254000000000005","171":"8.8","172":"782.20399999999995","173":"772.69","174":"9.5139999999999993","175":"98.783693256490636","176":"1.216306743509366","177":"687.64300000000003","178":"23.713000000000001","179":"-","180":"7.641","181":"6.1669999999999998","182":"88.993386739830996","183":"3.06888920524402","184":"-","185":"0.98888299317967099","186":"0.79812085053514403","187":"56.2038114634856","188":"50.0176752982252","189":"1.7248327029386092","190":"-","191":"0.55578993308117541","192":"0.4485743380855397","193":"0.6","194":"331.81753117418401","195":"98.000015256422259","196":"10.9","197":"9.6999999999999993","198":"36","199":"12.7","200":"12.1","201":"50","202":"3117","203":"1.4","204":"12.3","205":"0.62","206":"-","207":"-","208":"0.9","209":"6.3","210":"5.92","211":"-","212":"-","213":"..","214":"..","215":"5078","216":"4399","217":"8.5803591725392128","218":"2","219":"-","220":"2","221":"-","222":"0.14643297743643993","223":"0.39385584875935409","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.17737780247511","236":"25","237":"1","238":"-1.6153779302333247","239":"4","240":"4","241":"-0.14377921419092601","242":"102","243":"115","244":"89","245":"5.2","246":"1.35","247":"26","248":"0.05","249":"1","250":"0","251":"0","252":"0","253":"0","254":"0.01","255":"0.2","256":"0","257":"0","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0.11","267":"2.1","268":"3.36","269":"64.599999999999994","270":"0.03","271":"0.6","272":"0.28999999999999998","273":"5.5000000000000195","274":"13748","275":"10184","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"95.6","296":"-","297":"44.353182751540047","298":"59.833763899809057","299":"72.952086553323028","300":"40.229269337904434","301":"52.064409578860449"},{"1":"5080","2":"עין קנייא","3":"4502","4":"הצפון","5":"מועצה מקומית","6":"183.570736362086","7":"1982","8":"0","9":"7","10":"256","11":"מעלה חרמון","12":"5.4130198834742229","13":"..","14":"2172","15":"-","16":"-","17":"100","18":"-","19":"0.5","20":"99.5","21":"1127","22":"1045","23":"8.1491712707182327","24":"8.2872928176795586","25":"9.6685082872928181","26":"8.931860036832413","27":"15.147329650092081","28":"21.178637200736649","29":"18.186003683241253","30":"3.5451197053406998","31":"6.9060773480662982","32":"31.261510128913443","33":"2.2099447513812156","34":"722","35":"47","36":"..","37":"0.4","38":"..","39":"12","40":"..","41":"35","42":"16.238479526639846","43":"1.5504673188380877","44":"0","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-1","51":"0","52":"16","53":"3","54":"13","55":"2","56":"7","57":"7","58":"0","59":"16","60":"2","61":"14","62":"1","63":"9","64":"6","65":"0","66":"0","67":"39","68":"63","69":"6","70":"6.4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"248","88":"19.1358024691358","89":"104","90":"58","91":"8.118657298985168","92":"37","93":"144","94":"124","95":"119","96":"125","97":"-","98":"147","99":"53.741496598639458","100":"95","101":"59","102":"90","103":"7","104":"7","105":"31.4","106":"4.8","107":"60.5","108":"3.3","109":"363","110":"264","111":"95","112":"..","113":"733","114":"417","115":"296","116":"20","117":"6121.0798269999996","118":"7901.3142719999996","119":"3754.8888189999998","120":"2.3795108814296473","121":"2.2376320278123973","122":"7.4888969943596395","123":"927","124":"57.3","125":"120","126":"6860.5191109999996","127":"-3.8721140410228228","128":"46.7","129":"0.41603479700000001","130":"115","131":"32","132":"39","133":"42","134":"..","135":"1","136":"1","137":"-","138":"-","139":"-","140":"15","141":"15","142":"-","143":"-","144":"-","145":"350","146":"350","147":"-","148":"-","149":"-","150":"23","151":"..","152":"..","153":"..","154":"97.560975609756099","155":"58.536585365853654","156":"9.3000000000000007","157":"..","158":"21.8","159":"2.8","160":"43","161":"31","162":"6.9767441860465116","163":"4","164":"14.6","165":"55.813953488372093","166":"88.372093023255815","167":"9.5698113207547166","168":"3.3884069400630916","169":"159.40199999999999","170":"5.625","171":"3.5","172":"153.77699999999999","173":"153.77699999999999","174":"-","175":"100","176":"-","177":"137.81200000000001","178":"3.46","179":"7.7549999999999999","180":"2.3519999999999999","181":"2.359","182":"89.618083328456095","183":"2.2500113801153598","184":"5.0430168360678103","185":"1.5294875046333301","186":"1.53403955077807","187":"70.799723756906104","188":"63.449355432780898","189":"1.5930018416206262","190":"3.5704419889502761","191":"1.0828729281767955","192":"1.0860957642725599","193":"0","194":"111.025445","195":"99.000049042811753","196":"4.8","197":"2.1","198":"9","199":"5.7","200":"3.5","201":"12","202":"658","203":"0.55000000000000004","204":"2.5499999999999998","205":"0.5","206":"-","207":"0.12","208":"0.55000000000000004","209":"2.5499999999999998","210":"0.245","211":"-","212":"0.12","213":"1.41569034931348","214":"7.4272426501946001","215":"1206","216":"923","217":"7.6359696641386785","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.85804846872434304","236":"52","237":"2","238":"-1.0480159855381761","239":"25","240":"1","241":"-1.5323701493494299","242":"4","243":"5","244":"5","245":"5.41","246":"0.65","247":"12","248":"0","249":"0","250":"0","251":"0","252":"0","253":"0","254":"0.03","255":"0.6","256":"0","257":"0","258":"0","259":"0","260":"0.01","261":"0.2","262":"0","263":"0","264":"0","265":"0","266":"0.02","267":"0.4","268":"2.71","269":"50.1","270":"0.03","271":"0.6","272":"1.96","273":"36.100000000000009","274":"2172","275":"3342","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"0.99","296":"-","297":"22.388059701492537","298":"24.46043165467626","299":"10.95890410958904","300":"10.303030303030303","301":"14.975845410628018"},{"1":"14148","2":"עמנואל","3":"3660","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"35.082239348585802","7":"1985","8":"0","9":"9","10":"708","11":"עמנואל","12":"..","13":"..","14":"4372","15":"100","16":"99.9","17":"-","18":"-","19":"-","20":"-","21":"2168","22":"2205","23":"20.425434583714548","24":"15.599268069533395","25":"11.207685269899359","26":"6.9533394327538884","27":"17.246111619396157","28":"14.272644098810613","29":"7.52516010978957","30":"3.0649588289112533","31":"3.7282708142726442","32":"51.669716376944187","33":"0.91491308325709053","34":"1375","35":"188","36":"..","37":"0.2","38":"..","39":"16","40":"..","41":"172","42":"40.466001890253565","43":"5.9054740604403122","44":"3.1564501372369622","45":"0","46":"0","47":"0","48":"0","49":"0","50":"72","51":"72","52":"282","53":"142","54":"140","55":"120","56":"109","57":"51","58":"2","59":"210","60":"114","61":"96","62":"100","63":"66","64":"35","65":"9","66":"588","67":"61","68":"81.900000000000006","69":"10.3","70":"8","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"426","88":"22.58748674443266","89":"154","90":"68","91":"8.3741163675910819","92":"36","93":"149","94":"118","95":"99","96":"89","97":"..","98":"186","99":"12.903225806451612","100":"132","101":"26","102":"144","103":"4","104":"6","105":"49.2","106":"7","107":"4.5999999999999996","108":"39.200000000000003","109":"842","110":"375","111":"284","112":"183","113":"2690","114":"558","115":"974","116":"1158","117":"5541.3432830000002","118":"6527.6281859999999","119":"4700.1002769999996","120":"4.9129896578110843","121":"3.647867551994799","122":"7.4912447085425438","123":"1449","124":"57.6","125":"90","126":"5822.5551020000003","127":"14.114351846319106","128":"63.3","129":"0.37608719400000001","130":"505","131":"169","132":"163","133":"152","134":"21","135":"8","136":"7","137":"1","138":"-","139":"1","140":"65","141":"60","142":"5","143":"-","144":"5","145":"976","146":"886","147":"90","148":"-","149":"90","150":"16.30952380952381","151":"3.9292730844793713","152":"2.6086956521739131","153":"5.0179211469534053","154":"43.243243243243242","155":"21.621621621621621","156":"7.53","157":"..","158":"4","159":"1.1000000000000001","160":"111","161":"29.8","162":"7.2072072072072073","163":"5.2","164":"17.600000000000001","165":"32.432432432432435","166":"61.261261261261254","167":"10.68170426065163","168":"3.1030032848427966","169":"371.89499999999998","170":"19.010999999999999","171":"5.1119267535191399","172":"352.88400000000001","173":"352.88400000000001","174":"-","175":"100","176":"-","177":"189.84700000000001","178":"19.254000000000001","179":"2.5070000000000001","180":"104.3","181":"20.297000000000001","182":"53.798698722526403","183":"5.4561839017920901","184":"0.71043175661123803","185":"29.556454812346299","186":"5.7517484499155502","187":"80.714547118023802","188":"43.4233760292772","189":"4.4039341262580054","190":"0.57342177493138147","191":"23.856358645928637","192":"4.6424977127172919","193":"0","194":"252.822","195":"100","196":"12.9","197":"10.7","198":"102","199":"8.6999999999999993","200":"0.3","201":"-","202":"1162","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.71742953689574","214":"1.8092112670558866","215":"769","216":"669","217":"10.557548579970105","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.6680483209310499","236":"12","237":"7","238":"0.73713908109873261","239":"158","240":"5","241":"7.3827223542811196E-2","242":"133","243":"87","244":"179","245":"5.07","246":"0.32","247":"6.3","248":"0.04","249":"0.8","250":"0","251":"0","252":"0.03","253":"0.6","254":"0.03","255":"0.6","256":"0","257":"0","258":"0.13","259":"2.6","260":"0.02","261":"0.4","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.46","269":"9.1","270":"0.18","271":"3.6","272":"3.86","273":"76","274":"4372","275":"13663","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73.73","296":"-","297":"72.684969753373665","298":"73.236231224396903","299":"73.374613003095973","300":"67.297979797979806","301":"75.808336579664982"},{"1":"25566","2":"עספיא","3":"0534","4":"חיפה","5":"מועצה מקומית","6":"75.283245970487002","7":"..","8":"0","9":"11","10":"356","11":"רכס הכרמל","12":"7.1806106241622132","13":"1508","14":"12746","15":"-","16":"-","17":"98.3","18":"9.4","19":"13.7","20":"76.7","21":"6419","22":"6327","23":"7.2336419268790211","24":"7.1551859406872742","25":"7.9789737957006119","26":"8.0495841832731845","27":"15.746116428683509","28":"21.732308175113761","29":"18.170406402008474","30":"4.4092264239761496","31":"9.5167111250588423","32":"27.239918405774361","33":"3.3029970186725248","34":"665","35":"173","36":"1.8","37":"0.4","38":"..","39":"69","40":"5.0999999999999996","41":"104","42":"8.2020490445788141","43":"1.0550821959788692","44":"0.79240546053663885","45":"4","46":"75","47":"25","48":"0","49":"0","50":"2","51":"0","52":"168","53":"68","54":"100","55":"41","56":"44","57":"77","58":"6","59":"168","60":"65","61":"103","62":"38","63":"55","64":"66","65":"9","66":"62","67":"145","68":"37.5","69":"41","70":"7.1","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"800.33333333333337","80":"69.383836916507008","81":"26","82":"40","83":"..","84":"..","85":"..","86":"..","87":"1222","88":"15.369135957741165","89":"511","90":"229","91":"6.4823036914880117","92":"40","93":"161","94":"128","95":"119","96":"120","97":"..","98":"1186","99":"17.875210792580102","100":"336","101":"376","102":"435","103":"37","104":"40","105":"37.1","106":"4.4000000000000004","107":"32.299999999999997","108":"26.2","109":"890","110":"548","111":"326","112":"16","113":"2022","114":"904","115":"1036","116":"82","117":"8509.3527140000006","118":"11353.39863","119":"5483.0977249999996","120":"6.1327680148850261","121":"6.7288928615232724","122":"6.8031737017054006","123":"4446","124":"43.5","125":"418","126":"7275.9186840000002","127":"-8.026753983648538","128":"47.4","129":"0.40969308599999998","130":"556","131":"161","132":"187","133":"181","134":"27","135":"6","136":"4","137":"4","138":"2","139":"2","140":"107","141":"57","142":"50","143":"25","144":"25","145":"2528","146":"1309","147":"1219","148":"615","149":"604","150":"24.784313725490197","151":"0.67340067340067333","152":"..","153":"..","154":"85.238095238095241","155":"69.523809523809518","156":"15.74","157":"29.7","158":"15.9","159":"3.2","160":"298","161":"31.9","162":"5.3691275167785237","163":"3.7","164":"15.8","165":"40.939597315436245","166":"86.241610738255034","167":"10.359550561797754","168":"3.337620080570189","169":"1453.7190000000001","170":"409.89800000000002","171":"28.2","172":"1043.8209999999999","173":"881.29899999999998","174":"162.52199999999999","175":"84.430089066995208","176":"15.569910933004797","177":"768.15800000000002","178":"51.38","179":"6.5000000000000002E-2","180":"27.527999999999999","181":"27.187999999999999","182":"87.162018792713894","183":"5.8300304436973196","184":"7.3754764274099899E-3","185":"3.12357100144219","186":"3.0849915862834298","187":"69.143182174799904","188":"60.2665934410796","189":"4.0310685705319313","190":"5.0996391024635181E-3","191":"2.1597363878863955","192":"2.1330613525812021","193":"0","194":"566.88","195":"45","196":"5.2","197":"5.2","198":"28","199":"6.3","200":"6.3","201":"23","202":"3410","203":"-","204":"-","205":"6.8769999999999998","206":"8.0500000000000007","207":"-","208":"-","209":"-","210":"7.1909999999999998","211":"0.05","212":"-","213":"1.4909638954476729","214":"4.1289775799479633","215":"5707","216":"4903","217":"7.7142565776055481","218":"12","219":"-","220":"1","221":"11","222":"0.94639027437447865","223":"2.1026809181706674","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.28659830314644802","236":"101","237":"7","238":"0.64694369681851771","239":"150","240":"4","241":"-9.0552408294187703E-2","242":"114","243":"102","244":"131","245":"8.4599999999999973","246":"4.25","247":"50.2","248":"0.06","249":"0.7","250":"0.01","251":"0.1","252":"0.02","253":"0.2","254":"0.02","255":"0.2","256":"0.1","257":"1.2","258":"0.02","259":"0.2","260":"0.04","261":"0.5","262":"0.01","263":"0.1","264":"0","265":"0","266":"3.21","267":"37.9","268":"0.19","269":"2.2000000000000002","270":"0.36","271":"4.3","272":"0.17","273":"2.1999999999999886","274":"12746","275":"2999","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.55","296":"-","297":"50.439719470110212","298":"57.106682814048227","299":"56.008724100327157","300":"41.698841698841697","301":"51.746861924686193"},{"1":"62291","2":"ערערה","3":"0637","4":"חיפה","5":"מועצה מקומית","6":"52.085747384676402","7":"1970","8":"0","9":"13","10":"354","11":"עירון","12":"9.1771434262620737","13":"2788.6","14":"25823","15":"-","16":"-","17":"99.8","18":"100","19":"-","20":"-","21":"13078","22":"12744","23":"9.2553150292375008","24":"8.9726213065871505","25":"10.064671029702204","26":"10.56422569027611","27":"17.224954497928202","28":"18.340239321535066","29":"15.885063702900515","30":"3.2800216860937925","31":"6.4167602524880918","32":"34.314370909654187","33":"2.5713511210935986","34":"827","35":"395","36":"2.0699999999999998","37":"1.8","38":"( 4.9)","39":"89","40":"4.58","41":"306","42":"11.917610539251983","43":"1.1460286456701851","44":"6.5832784726793936E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-32","51":"-34","52":"147","53":"47","54":"100","55":"43","56":"71","57":"31","58":"2","59":"181","60":"53","61":"128","62":"59","63":"76","64":"46","65":"0","66":"13","67":"234","68":"29.8","69":"29","70":"2.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"1384.3333333333333","80":"75.249621541795378","81":"24","82":"44","83":"17.399999999999999","84":"230.97530003469299","85":"17.2","86":"181.07140343707101","87":"1754","88":"12.094883464349746","89":"789","90":"443","91":"5.4951943167572086","92":"38","93":"159","94":"124","95":"130","96":"139","97":"-","98":"1356","99":"18.584070796460178","100":"803","101":"819","102":"665","103":"95","104":"62","105":"67.099999999999994","106":"4.8","107":"25.3","108":"2.7","109":"2912","110":"1757","111":"1065","112":"90","113":"6679","114":"2668","115":"3526","116":"485","117":"6843.4142250000004","118":"7951.0100599999996","119":"5429.913665","120":"0.9786469667907749","121":"1.1020363914945763","122":"1.5415626701384522","123":"8909","124":"50.2","125":"661","126":"8044.2681640000001","127":"-3.0962278165936774","128":"44","129":"0.36889019200000001","130":"1005","131":"336","132":"324","133":"335","134":"10","135":"10","136":"7","137":"4","138":"2","139":"2","140":"169","141":"96","142":"73","143":"30","144":"43","145":"4250","146":"2388","147":"1862","148":"871","149":"991","150":"26.817073170731707","151":"2.1428571428571428","152":"2.9975020815986677","153":"1.2722646310432568","154":"69.178082191780817","155":"50.228310502283101","156":"16.68","157":"29.2","158":"14.6","159":"2.6","160":"439","161":"32.700000000000003","162":"1.5945330296127564","163":"2.9","164":"19.100000000000001","165":"39.863325740318906","166":"78.815489749430526","167":"12.122448979591837","168":"2.5437710437710437","169":"1236.1099999999999","170":"208.53200000000001","171":"16.9","172":"1027.578","173":"950.31","174":"77.268000000000001","175":"92.4805708179817","176":"7.5194291820182988","177":"794.51","178":"52.177999999999997","179":"-","180":"67.7","181":"13.179","182":"83.605349833212301","183":"5.4906293735728298","184":"-","185":"7.1239911186875897","186":"1.3868106196925201","187":"30.681884221741502","188":"25.6516966390082","189":"1.6846285474445484","190":"-","191":"2.1857747070028735","192":"0.42549962870887548","193":"0","194":"540.28196717761205","195":"77.000009708051337","196":"4.3","197":"3.3","198":"13","199":"2.2000000000000002","200":"1.3","201":"6","202":"4037","203":"1.6220000000000001","204":"1.6220000000000001","205":"0.86499999999999999","206":"1.486","207":"2.5999999999999999E-2","208":"1.6220000000000001","209":"1.6219999999999999","210":"0.86499999999999999","211":"1.486","212":"-","213":"1.3101164675657528","214":"9.0950953347814174","215":"9197","216":"7569","217":"9.578147707755317","218":"8","219":"-","220":"3","221":"5","222":"0.31157151736606492","223":"0.86984886375992176","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.69603120587485101","236":"71","237":"7","238":"0.69691739307616629","239":"154","240":"5","241":"0.26131170636103501","242":"158","243":"152","244":"153","245":"9.19","246":"5.09","247":"55.4","248":"0.11","249":"1.2","250":"0","251":"0","252":"0.03","253":"0.3","254":"0.06","255":"0.7","256":"0.12","257":"1.3","258":"0.02","259":"0.2","260":"0.06","261":"0.7","262":"0.03","263":"0.3","264":"0.01","265":"0.1","266":"1.49","267":"16.2","268":"1.22","269":"13.3","270":"0.28999999999999998","271":"3.2","272":"0.66","273":"7.0999999999999917","274":"25823","275":"5073","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"80.069999999999993","296":"79.772335804688083","297":"39.170009256402345","298":"56.124467437614122","299":"68.636158362185768","300":"39.079956188389922","301":"52.450945917434424"},{"1":"47287","2":"ערערה-בנגב","3":"1192","4":"הדרום","5":"מועצה מקומית","6":"118.822320473047","7":"1996","8":"0","9":"13","10":"652","11":"נגב מזרחי","12":"14.026279350104449","13":"1403.2","14":"19682","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"9856","22":"9825","23":"17.051112691799613","24":"14.409104765775837","25":"13.204958845645768","26":"12.127832537343766","27":"18.880195102123768","28":"14.063611421603495","29":"7.2147139518341632","30":"1.1685804288182096","31":"1.8798902550553807","32":"51.844324763743522","33":"0.58429021440910478","34":"1419","35":"721","36":"5.13","37":"4.2","38":"6.4","39":"39","40":"6.37","41":"682","42":"35.306016754419488","43":"3.8498283021199455","44":"0","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-9","51":"-12","52":"107","53":"38","54":"69","55":"43","56":"50","57":"14","58":"0","59":"119","60":"54","61":"65","62":"42","63":"47","64":"29","65":"1","66":"143","67":"310","68":"59.7","69":"29","70":"5.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"474","80":"86.960143981489082","81":"8","82":"33","83":"..","84":"..","85":"..","86":"..","87":"835","88":"10.135955328963341","89":"355","90":"261","91":"4.4148737719189155","92":"33","93":"175","94":"109","95":"123","96":"138","97":"-","98":"385","99":"58.701298701298704","100":"3682","101":"132","102":"472","103":"51","104":"12","105":"76.8","106":"4","107":"14.2","108":"5","109":"2495","110":"859","111":"851","112":"785","113":"9085","114":"1307","115":"2960","116":"4818","117":"5924.1492120000003","118":"7284.1747189999996","119":"3576.9712169999998","120":"-2.7834241513978397","121":"-2.3285116974975595","122":"0.27528953414253099","123":"4822","124":"56.1","125":"157","126":"10246.8156","127":"-11.390278479624371","128":"33.799999999999997","129":"0.35348974300000002","130":"1451","131":"443","132":"495","133":"505","134":"8","135":"12","136":"8","137":"8","138":"3","139":"5","140":"266","141":"142","142":"124","143":"52","144":"72","145":"6406","146":"3497","147":"2909","148":"1390","149":"1519","150":"25.684210526315791","151":"1.8640350877192982","152":"2.6373626373626373","153":"1.0940919037199124","154":"68.640350877192986","155":"20.833333333333336","156":"7.96","157":"18.7","158":"6.8","159":"1.6","160":"679","161":"34.299999999999997","162":"6.0382916053019144","163":"1.9","164":"11.7","165":"33.726067746686304","166":"69.661266568483057","167":"9.9873417721518987","168":"3.3567807351077312","169":"1616.96","170":"889.39300000000003","171":"55.0","172":"727.56700000000001","173":"727.56700000000001","174":"-","175":"100","176":"-","177":"602.09199999999998","178":"65.650999999999996","179":"9.0229999999999997","180":"10.303000000000001","181":"40.497999999999998","182":"82.754165595745803","183":"9.02336142238447","184":"1.24016069997677","185":"1.41608951478008","186":"5.5662227671128601","187":"36.967989431431299","188":"30.592551191504501","189":"3.3357552969869415","190":"0.45846247650017785","191":"0.52349982216350799","192":"2.0577206442762055","193":"0","194":"316.99767987389998","195":"97.999999999999986","196":"16.2","197":"15.8","198":"59","199":"11","200":"8.1","201":"34","202":"1086","203":"0.45","204":"5.85","205":"5","206":"-","207":"-","208":"0.45","209":"5.8500000000000005","210":"5","211":"-","212":"-","213":"0.72124702423374687","214":"0","215":"3143","216":"2497","217":"9.1645975170204252","218":"1","219":"-","220":"1","221":"-","222":"5.1768353012345288E-2","223":"0.31816735602927138","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.4785087223961302","236":"2","237":"9","238":"1.6207271108805124","239":"193","240":"2","241":"-0.89004129820677802","242":"30","243":"25","244":"38","245":"13.959999999999999","246":"3.28","247":"23.5","248":"0.17","249":"1.2","250":"0","251":"0","252":"0.06","253":"0.4","254":"0.02","255":"0.1","256":"0.01","257":"0.1","258":"0.04","259":"0.3","260":"0.08","261":"0.6","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.28999999999999998","269":"2.1","270":"4.76","271":"34.1","272":"5.25","273":"37.6","274":"19682","275":"6001","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"71.53","296":"-","297":"56.545077467366113","298":"52.369583383072701","299":"59.550430934078733","300":"48.109890109890109","301":"57.185170054131341"},{"1":"52903","2":"פוריידיס","3":"0537","4":"חיפה","5":"מועצה מקומית","6":"50.832231658518502","7":"1952","8":"0","9":"11","10":"353","11":"יישובי הברון","12":"4.0568977789475449","13":"3345","14":"13570","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"6822","22":"6748","23":"9.1378039793662484","24":"9.6831245394252026","25":"9.6536477523949884","26":"9.2851879145173175","27":"17.730287398673546","28":"20.184229918938836","29":"15.31319086219602","30":"3.5814296241709656","31":"5.4310980103168758","32":"33.905674281503316","33":"1.9454679439941047","34":"760","35":"203","36":"1.94","37":"1.4","38":"( 5.5)","39":"52","40":"6.52","41":"151","42":"11.176586723378609","43":"0.89382458648063334","44":"2.9476787030213707E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-28","51":"-31","52":"72","53":"28","54":"44","55":"23","56":"23","57":"25","58":"1","59":"103","60":"49","61":"54","62":"34","63":"29","64":"38","65":"2","66":"10","67":"118","68":"31.2","69":"42","70":"7.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"901","80":"98.505727583760489","81":"28","82":"52","83":"..","84":"..","85":"..","86":"..","87":"1260","88":"15.933232169954476","89":"503","90":"285","91":"6.4297584047040779","92":"38","93":"156","94":"125","95":"113","96":"120","97":"-","98":"726","99":"21.900826446280991","100":"277","101":"371","102":"445","103":"45","104":"43","105":"81.7","106":"10.1","107":"7.9","108":"0.3","109":"2026","110":"1254","111":"709","112":"63","113":"4601","114":"1927","115":"2328","116":"346","117":"6400.2751109999999","118":"7731.0224040000003","119":"4689.031935","120":"2.6270325378607406","121":"2.3201140779241625","122":"4.3558523310739172","123":"6156","124":"49.6","125":"454","126":"8431.0579460000008","127":"2.2225383439392621","128":"43.2","129":"0.336105659","130":"904","131":"307","132":"274","133":"303","134":"20","135":"7","136":"4","137":"6","138":"2","139":"4","140":"137","141":"66","142":"71","143":"28","144":"43","145":"3150","146":"1548","147":"1602","148":"772","149":"830","150":"26.722222222222221","151":"0.25806451612903225","152":"..","153":"..","154":"84.05797101449275","155":"53.260869565217398","156":"9.4","157":"19.899999999999999","158":"14.3","159":"2.5","160":"347","161":"33.200000000000003","162":"3.4582132564841501","163":"3","164":"16.7","165":"42.363112391930834","166":"75.50432276657061","167":"12.058823529411764","168":"2.7439024390243905","169":"864.00099999999998","170":"58.106999999999999","171":"6.7253394382645402","172":"805.89400000000001","173":"805.89400000000001","174":"-","175":"100","176":"-","177":"697.26599999999996","178":"59.235999999999997","179":"19.989999999999998","180":"8.5139999999999993","181":"20.888000000000002","182":"86.520807947447196","183":"7.3503463234619","184":"2.4804750997029399","185":"1.05646648318513","186":"2.5919041462028498","187":"59.383538427529302","188":"51.3791172352811","189":"4.3648957335494805","190":"1.47299388401739","191":"0.62736718001621106","192":"1.5391643946650946","193":"0.6","194":"528.14636522360001","195":"100","196":"23.1","197":"21.7","198":"108","199":"10","200":"7.2","201":"37","202":"2940","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.551565050748811","214":"18.764213828257741","215":"5035","216":"4186","217":"9.0559006211180133","218":"4","219":"-","220":"3","221":"1","222":"0.29606852247360554","223":"0.79443892750744782","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.85266163345842005","236":"53","237":"2","238":"-1.1877689485482781","239":"17","240":"5","241":"0.156179486556702","242":"141","243":"123","244":"154","245":"4.03","246":"0.93","247":"23.1","248":"0.05","249":"1.2","250":"0.02","251":"0.5","252":"0","253":"0","254":"0.06","255":"1.5","256":"0.01","257":"0.2","258":"0","259":"0","260":"0.11","261":"2.7","262":"0.08","263":"2","264":"0","265":"0","266":"0.53","267":"13.2","268":"1.34","269":"33.299999999999997","270":"0.2","271":"5","272":"0.7","273":"17.300000000000004","274":"13570","275":"14591","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"94.33","296":"-","297":"64.040047114252062","298":"55.79069767441861","299":"60.050597976080958","300":"29.02755993726193","301":"38.727193744569938"},{"1":"5451","2":"פסוטה","3":"0535","4":"הצפון","5":"מועצה מקומית","6":"131.831567803713","7":"1965","8":"0","9":"9","10":"258","11":"מעלה נפתלי","12":"11.051863694395948","13":"..","14":"3236","15":"-","16":"-","17":"99.8","18":"0.2","19":"99.8","20":"-","21":"1646","22":"1590","23":"7.1693448702101357","24":"7.7255871446229918","25":"6.3967861557478365","26":"6.5822002472187888","27":"15.636588380716935","28":"21.5389369592089","29":"18.819530284301607","30":"5.006180469715698","31":"11.1557478368356","32":"25.061804697156983","33":"4.2954264524103829","34":"639","35":"42","36":"..","37":"-","38":"-","39":"31","40":"..","41":"11","42":"3.4287047657858216","43":"1.7664746825004158","44":"6.1804697156983925E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"33","51":"31","52":"46","53":"19","54":"27","55":"12","56":"14","57":"19","58":"1","59":"15","60":"5","61":"10","62":"3","63":"6","64":"6","65":"0","66":"0","67":"18","68":"17.899999999999999","69":"-","70":"-","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"315","88":"15.321011673151752","89":"128","90":"57","91":"6.3054187192118221","92":"38","93":"167","94":"120","95":"116","96":"120","97":"-","98":"359","99":"18.941504178272982","100":"52","101":"119","102":"83","103":"13","104":"16","105":"59.1","106":"12.2","107":"19.5","108":"9.1","109":"413","110":"297","111":"110","112":"6","113":"821","114":"442","115":"349","116":"30","117":"8581.7349090000007","118":"10481.82387","119":"6545.403969","120":"1.8612448220213684","121":"2.6503444171345425","122":"-7.0885315902824431E-2","123":"1618","124":"40.9","125":"223","126":"9459.1667190000007","127":"-5.4382478736614726","128":"45.3","129":"0.38194821499999998","130":"163","131":"47","132":"59","133":"55","134":"..","135":"1","136":"1","137":"-","138":"-","139":"-","140":"16","141":"16","142":"-","143":"-","144":"-","145":"410","146":"410","147":"-","148":"-","149":"-","150":"26.1","151":"..","152":"..","153":"..","154":"76.923076923076934","155":"71.15384615384616","156":"25.21","157":"..","158":"37.200000000000003","159":"5.3","160":"40","161":"32.4","162":"0","163":"2.5","164":"27.1","165":"42.5","166":"87.5","167":"8.9528301886792452","168":"3.4446786090621706","169":"276.69499999999999","170":"29.463999999999999","171":"10.6","172":"247.23099999999999","173":"226.51300000000001","174":"20.718","175":"91.619982930943124","176":"8.3800170690568727","177":"184.50200000000001","178":"4.7640000000000002","179":"10.49","180":"12.632999999999999","181":"0.38200000000000001","182":"81.453161628692399","183":"2.1031905453550102","184":"4.6310807768207596","185":"5.5771633416183599","186":"0.16864374230176599","187":"69.9978368355995","188":"57.015451174289304","189":"1.4721878862793571","190":"3.2416563658838071","191":"3.9038936959208899","192":"0.1180469715698393","193":"0","194":"138.18350000000001","195":"100","196":"5.2","197":"5.2","198":"17","199":"3","200":"2.6","201":"10","202":"931","203":"-","204":"-","205":"-","206":"-","207":"0.155","208":"-","209":"-","210":"-","211":"-","212":"0.46500000000000002","213":"1.4120153383664127","214":"1.7260035189012417","215":"1665","216":"1441","217":"7.9389312977099236","218":"1","219":"-","220":"-","221":"1","222":"0.31170043325325658","223":"0.60060060060060061","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.27454086058738397","236":"153","237":"3","238":"-0.69267918763529435","239":"52","240":"2","241":"-0.92313120430022","242":"28","243":"29","244":"25","245":"11.080000000000002","246":"0.81","247":"7.3","248":"0","249":"0","250":"0.01","251":"0.1","252":"0","253":"0","254":"0.03","255":"0.3","256":"0.02","257":"0.2","258":"0.01","259":"0.1","260":"0.13","261":"1.2","262":"0.08","263":"0.7","264":"0","265":"0","266":"5.22","267":"47.1","268":"1.83","269":"16.5","270":"1.82","271":"16.399999999999999","272":"1.1200000000000001","273":"10.1","274":"3236","275":"3995","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"83.81","296":"-","297":"44.013948082138704","298":"58.262874711760183","299":"61.058241339931485","300":"43.330821401657879","301":"46.501295816364305"},{"1":"11104","2":"פקיעין (בוקייעה)","3":"0536","4":"הצפון","5":"מועצה מקומית","6":"124.332739877371","7":"1958","8":"0","9":"9","10":"258","11":"מעלה נפתלי","12":"5.6442583901495516","13":"1065.5999999999999","14":"6026","15":"-","16":"-","17":"99.9","18":"1.1000000000000001","19":"20.9","20":"78","21":"3082","22":"2943","23":"7.2519083969465647","24":"7.6999668104878856","25":"7.2685031530036506","26":"7.9156986392300031","27":"17.208762031198141","28":"21.257882509127114","29":"17.441088615997344","30":"4.729505476269499","31":"9.210089611682708","32":"26.684367739794226","33":"3.3521407235313641","34":"649","35":"85","36":"..","37":"-","38":"-","39":"36","40":"5.04","41":"49","42":"8.166321562944626","43":"0.84710375965821072","44":"3.3189512114171926E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-1","51":"0","52":"40","53":"11","54":"29","55":"1","56":"26","57":"13","58":"0","59":"41","60":"5","61":"36","62":"9","63":"17","64":"14","65":"1","66":"2","67":"64","68":"40.1","69":"17","70":"5.7","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"442","88":"11.683848797250858","89":"187","90":"102","91":"4.9734042553191493","92":"38","93":"159","94":"121","95":"121","96":"128","97":"-","98":"535","99":"14.766355140186915","100":"120","101":"168","102":"184","103":"24","104":"20","105":"65.5","106":"6.3","107":"2.1","108":"26.1","109":"882","110":"689","111":"188","112":"..","113":"1659","114":"1037","115":"597","116":"25","117":"8086.8318250000002","118":"10111.844880000001","119":"5662.6410740000001","120":"1.5598422613152696","121":"2.7484461879552002","122":"0.49770476250394768","123":"2597","124":"44.6","125":"365","126":"7702.1072080000004","127":"2.6421449492866511","128":"52.6","129":"0.38977872899999999","130":"312","131":"113","132":"110","133":"89","134":"-","135":"3","136":"2","137":"2","138":"1","139":"1","140":"38","141":"20","142":"18","143":"9","144":"9","145":"945","146":"502","147":"443","148":"213","149":"230","150":"26","151":"..","152":"..","153":"..","154":"99.047619047619051","155":"79.047619047619051","156":"22.29","157":"..","158":"17.899999999999999","159":"3.9","160":"115","161":"30.3","162":"5.2173913043478262","163":"2.2000000000000002","164":"19.5","165":"31.304347826086961","166":"88.695652173913047","167":"11.571238348868176","168":"4.3054345767847","169":"507.61599999999999","170":"109.18600000000001","171":"21.5","172":"398.42899999999997","173":"370.18599999999998","174":"28.242999999999999","175":"92.91140956105103","176":"7.0885904389489713","177":"291.60199999999998","178":"14.285","179":"-","180":"17.495000000000001","181":"0.182","182":"78.771539789349703","183":"3.8588605218443699","184":"-","185":"4.72598983756858","186":"4.9164341265360498E-2","187":"61.441659751037299","188":"48.3986721991701","189":"2.370954356846473","190":"-","191":"2.9037344398340248","192":"3.0207468879668051E-2","193":"0","194":"199.38193751163004","195":"90.000097175885358","196":"10","197":"8.1999999999999993","198":"26","199":"5.4","200":"4","201":"14","202":"1895","203":"1.4","204":"19.600000000000001","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.3615939720487007","214":"1.1219941348973608","215":"3317","216":"2597","217":"7.4000770119368502","218":"3","219":"-","220":"1","221":"2","222":"0.49997887120069134","223":"0.90443171540548684","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-7.7269612801756898E-2","236":"118","237":"9","238":"1.4085245883239204","239":"182","240":"3","241":"-0.69191996613523898","242":"40","243":"56","244":"30","245":"5.61","246":"1.55","247":"27.6","248":"0.06","249":"1.1000000000000001","250":"0.01","251":"0.2","252":"0","253":"0","254":"7.0000000000000007E-2","255":"1.2","256":"0.02","257":"0.4","258":"0.06","259":"1.1000000000000001","260":"0.04","261":"0.7","262":"0.03","263":"0.5","264":"0","265":"0","266":"1.21","267":"21.6","268":"2.21","269":"39.4","270":"0.12","271":"2.1","272":"0.23","273":"4.0999999999999996","274":"6026","275":"3888","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"87.65","296":"-","297":"58.906322104291654","298":"65.003433279926753","299":"67.104369481548559","300":"58.518683274021356","301":"62.190127182582458"},{"1":"92352","2":"פרדס חנה-כרכור","3":"7800","4":"חיפה","5":"מועצה מקומית","6":"41.179164766606903","7":"1949","8":"0","9":"15","10":"308","11":"פרדס חנה כרכור","12":"22.843266763460573","13":"1956","14":"44210","15":"99.9","16":"97","17":"-","18":"-","19":"-","20":"-","21":"21631","22":"22579","23":"8.3012893010631075","24":"9.9298801176204474","25":"9.3530875367563908","26":"6.9644876724722913","27":"10.312146573173489","28":"19.877855688758199","29":"18.213073965166252","30":"4.4266003166704362","31":"12.623840760009047","32":"32.062881700972632","33":"4.8541054060167381","34":"893","35":"634","36":"2.44","37":"1","38":"( 1.5)","39":"204","40":"4.8","41":"430","42":"9.7759548307537489","43":"1.0284079943140227","44":"11.23275277086632","45":"46","46":"34.782608695652172","47":"21.739130434782609","48":"32.608695652173914","49":"10.869565217391305","50":"73","51":"21","52":"1829","53":"876","54":"953","55":"593","56":"248","57":"872","58":"116","59":"1808","60":"862","61":"946","62":"560","63":"444","64":"727","65":"77","66":"1709","67":"159","68":"10.9","69":"162","70":"9.8000000000000007","71":"7","72":"568","73":"0.57999999999999996","74":"-","75":"-","76":"0.63","77":"0.09","78":"..","79":"2444.3333333333335","80":"54.167924489427222","81":"22","82":"32","83":"59.6","84":"313.30511451000524","85":"74.8","86":"331.30936647008599","87":"3956","88":"16.11864890192723","89":"1577","90":"665","91":"6.4485790226947444","92":"41","93":"191","94":"129","95":"112","96":"110","97":"..","98":"5276","99":"12.755875663381349","100":"631","101":"1191","102":"1197","103":"167","104":"129","105":"55.3","106":"25.6","107":"17","108":"2.1","109":"4643","110":"2920","111":"1593","112":"130","113":"10319","114":"4469","115":"5118","116":"732","117":"10824.8519","118":"13568.49518","119":"8217.0013569999992","120":"3.0173786287944093","121":"1.8458854157878513","122":"4.3647617210754941","123":"18680","124":"35.4","125":"2528","126":"10337.797619999999","127":"-2.2616430203860949","128":"40.700000000000003","129":"0.44386409799999998","130":"2366","131":"670","132":"762","133":"823","134":"111","135":"23","136":"19","137":"11","138":"3","139":"8","140":"370","141":"241","142":"129","143":"52","144":"77","145":"8620","146":"5739","147":"2881","148":"1424","149":"1457","150":"27.386243386243386","151":"1.2454212454212454","152":"1.5004840271055178","153":"0.98570724494825035","154":"81.31487889273356","155":"67.993079584775089","156":"44.26","157":"28.6","158":"10.6","159":"2.5","160":"869","161":"30.2","162":"6.6743383199079398","163":"3.1","164":"15.3","165":"39.585730724971228","166":"76.639815880322203","167":"12.714285714285714","168":"2.534510433386838","169":"4394.2240000000002","170":"833.45100000000002","171":"18.9669666362024","172":"3560.7730000000001","173":"3341.0880000000002","174":"219.685","175":"93.830412666013814","176":"6.169587333986188","177":"2804.489","178":"171.00399999999999","179":"138.96","180":"130.845","181":"60.255000000000003","182":"83.9393933952054","183":"5.1182129893016901","184":"4.1591242134298803","185":"3.9162392609832501","186":"1.80345444358245","187":"75.573128251526796","188":"63.435625424112203","189":"3.8679936665912691","190":"3.143180275955666","191":"2.9596245193395161","192":"1.3629269396064239","193":"0","194":"2136.2590289904301","195":"85.347991711102452","196":"77.599999999999994","197":"68.900000000000006","198":"443","199":"33.299999999999997","200":"32.9","201":"178","202":"13889","203":"0.4","204":"4","205":"-","206":"-","207":"-","208":"0.45","209":"5.4","210":"-","211":"-","212":"-","213":"1.9333772877117197","214":"33.89798029308119","215":"18605","216":"16637","217":"7.8355472741479835","218":"39","219":"-","220":"7","221":"32","222":"0.88665636837068873","223":"2.0962106960494493","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.74308086398185103","236":"188","237":"6","238":"0.34148218737841257","239":"134","240":"6","241":"0.51193142337002895","242":"174","243":"170","244":"173","245":"22.669999999999998","246":"7.64","247":"33.700000000000003","248":"0.48","249":"2.1","250":"7.0000000000000007E-2","251":"0.3","252":"0.13","253":"0.6","254":"0.11","255":"0.5","256":"0.28000000000000003","257":"1.2","258":"0.56000000000000005","259":"2.5","260":"0.45","261":"2","262":"0.09","263":"0.4","264":"0.19","265":"0.8","266":"0.32","267":"1.4","268":"4.41","269":"19.5","270":"5.74","271":"25.3","272":"2.2000000000000002","273":"9.6999999999999993","274":"44210","275":"5787","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"64.25","296":"55.24528550705525","297":"72.167972004665899","298":"70.968062220751278","299":"71.45287401446005","300":"69.169744660350091","301":"69.448002249226832"},{"1":"17673","2":"פרדסייה","3":"0171","4":"המרכז","5":"מועצה מקומית","6":"18.624941328756599","7":"1952","8":"0","9":"9","10":"457","11":"שרונים","12":"1.4746894784004192","13":"4953.6000000000004","14":"7251","15":"100","16":"98.7","17":"-","18":"-","19":"-","20":"-","21":"3696","22":"3555","23":"8.7574127706523246","24":"9.4193904289063575","25":"8.0816439111846634","26":"6.6059853813267138","27":"11.79147703764998","28":"20.107571369466282","29":"16.908012687905117","30":"6.1508757412770656","31":"12.177630671631499","32":"30.478554682112811","33":"2.9375258585022754","34":"819","35":"115","36":"..","37":"-","38":"-","39":"11","40":"3.07","41":"104","42":"14.972813204565183","43":"9.1828437965042582","44":"4.3028547786512199","45":"4","46":"25","47":"25","48":"25","49":"25","50":"503","51":"491","52":"866","53":"462","54":"404","55":"364","56":"91","57":"391","58":"20","59":"375","60":"195","61":"180","62":"90","63":"92","64":"165","65":"28","66":"181","67":"28","68":"14.3","69":"24","70":"8.4","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"763","88":"18.084854230860394","89":"304","90":"135","91":"7.3911986384634085","92":"39","93":"204","94":"120","95":"112","96":"120","97":"-","98":"860","99":"2.0930232558139537","100":"29","101":"76","102":"131","103":"32","104":"24","105":"52","106":"31.3","107":"5.3","108":"11.5","109":"552","110":"361","111":"183","112":"8","113":"1155","114":"530","115":"578","116":"47","117":"12905.71751","118":"15621.10874","119":"10242.51583","120":"2.562810037866825","121":"1.3942843794821913","122":"4.3573816533760246","123":"3504","124":"31.7","125":"416","126":"11115.363859999999","127":"-1.5808492211320746","128":"35.799999999999997","129":"0.45659225799999997","130":"400","131":"134","132":"125","133":"127","134":"14","135":"2","136":"2","137":"-","138":"-","139":"-","140":"23","141":"23","142":"-","143":"-","144":"-","145":"627","146":"627","147":"-","148":"-","149":"-","150":"28.136363636363637","151":"..","152":"..","153":"..","154":"92.771084337349393","155":"85.542168674698786","156":"53.29","157":"..","158":"19.100000000000001","159":"4","160":"63","161":"32.1","162":"4.7619047619047619","163":"2.2999999999999998","164":"14.2","165":"33.333333333333329","166":"80.952380952380949","167":"8.7395833333333339","168":"3.6105527638190953","169":"702.702","170":"65.947999999999993","171":"9.4","172":"636.75400000000002","173":"634.96","174":"1.794","175":"99.71825854254547","176":"0.28174145745452717","177":"502.89299999999997","178":"12.818","179":"81.313999999999993","180":"20.49","181":"17.228999999999999","182":"79.200737054302607","183":"2.0187098399899202","184":"12.806161018016899","185":"3.2269749275544899","186":"2.7133992692453099","187":"87.556536127964705","188":"69.345421952564806","189":"1.7675124103695532","190":"11.212630998345285","191":"2.825427468284611","192":"2.3757584114726971","193":"0","194":"443.15188725655651","195":"100","196":"8.1","197":"8.1","198":"36","199":"25.5","200":"25.4","201":"107","202":"2040","203":"-","204":"-","205":"-","206":"-","207":"1","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.4842802992951496","214":"12.933910909704045","215":"4090","216":"3698","217":"6.8263926446727963","218":"2","219":"-","220":"-","221":"2","222":"0.28793871547240735","223":"0.48899755501222492","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.46256571405514","236":"240","237":"1","238":"-1.5651565851321101","239":"5","240":"6","241":"1.0105239695064501","242":"205","243":"202","244":"206","245":"1.48","246":"0.91","247":"61.5","248":"0.02","249":"1.4","250":"0.01","251":"0.7","252":"0.01","253":"0.7","254":"7.0000000000000007E-2","255":"4.7","256":"0.02","257":"1.4","258":"0","259":"0","260":"0","261":"0","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.03","269":"2","270":"0.05","271":"3.4","272":"0.36","273":"24.199999999999992","274":"7251","275":"7968","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"69.650000000000006","296":"-","297":"77.294685990338166","298":"75.63614506111","299":"75.584415584415581","300":"75.779645191409898","301":"76.476738107684255"},{"1":"24661","2":"קדומים","3":"3557","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"34.590299541095099","7":"1992","8":"0","9":"9","10":"721","11":"קדומים","12":"..","13":"..","14":"4590","15":"100","16":"99.5","17":"-","18":"-","19":"-","20":"-","21":"2266","22":"2324","23":"11.241830065359476","24":"13.790849673202615","25":"13.899782135076252","26":"9.4117647058823533","27":"12.98474945533769","28":"16.688453159041394","29":"10.196078431372548","30":"2.8322440087145968","31":"8.9542483660130721","32":"45.185185185185183","33":"2.2875816993464051","34":"1342","35":"99","36":"..","37":"0.2","38":"..","39":"6","40":"(3.5)","41":"93","42":"20.270679928530662","43":"9.3154010426971467E-2","44":"4.9019607843137258","45":"6","46":"0","47":"50","48":"0","49":"50","50":"-95","51":"-97","52":"150","53":"86","54":"64","55":"60","56":"40","57":"46","58":"4","59":"247","60":"131","61":"116","62":"92","63":"79","64":"67","65":"9","66":"249","67":"36","68":"36.700000000000003","69":"18","70":"10.3","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"262","88":"12.830558276199804","89":"103","90":"46","91":"5.0097276264591439","92":"38","93":"187","94":"120","95":"110","96":"111","97":"-","98":"369","99":"10.027100271002711","100":"34","101":"35","102":"59","103":"12","104":"7","105":"50.7","106":"17.2","107":"3.6","108":"28.6","109":"702","110":"259","111":"258","112":"185","113":"2368","114":"400","115":"897","116":"1071","117":"9101.6907780000001","118":"11610.34967","119":"6815.9737429999996","120":"-2.340158615210497","121":"-1.7908571833012754","122":"-1.2918546358199778","123":"2129","124":"42.9","125":"161","126":"9843.3043429999998","127":"-10.599960981245605","128":"42.2","129":"0.43903201800000002","130":"362","131":"113","132":"130","133":"100","134":"19","135":"5","136":"3","137":"3","138":"1","139":"2","140":"72","141":"35","142":"37","143":"14","144":"23","145":"1694","146":"769","147":"925","148":"424","149":"501","150":"23.483870967741936","151":"0.72674418604651159","152":"..","153":"..","154":"80.412371134020617","155":"67.010309278350505","156":"56.04","157":"..","158":"25.3","159":"5","160":"212","161":"29.7","162":"2.358490566037736","163":"3.5","164":"19.2","165":"52.358490566037744","166":"79.245283018867923","167":"11.41958041958042","168":"2.7387221882016739","169":"460.78899999999999","170":"40.307000000000002","171":"8.7473876329513107","172":"420.48200000000003","173":"388.88400000000001","174":"31.597999999999999","175":"92.485290690207904","176":"7.5147093097920958","177":"259.65899999999999","178":"32.686","179":"38.301000000000002","180":"4.0529999999999999","181":"0.17399999999999999","182":"66.770296540870802","183":"8.4050770923977307","184":"9.8489523868300104","185":"1.04221310210757","186":"4.4743419631561102E-2","187":"84.724183006535995","188":"56.570588235294103","189":"7.121132897603486","190":"8.344444444444445","191":"0.88300653594771239","192":"3.7908496732026141E-2","193":"0","194":"238.07479999999998","195":"56.12378966610494","196":"-","197":"-","198":"-","199":"-","200":"-","201":"-","202":"1090","203":"1.6E-2","204":"0.35199999999999998","205":"7.0000000000000007E-2","206":"-","207":"0.01","208":"1.28","209":"7.9659999999999993","210":"7.0000000000000007E-2","211":"-","212":"0.01","213":"1.483305466314746","214":"3.0184305545994268","215":"1551","216":"1425","217":"7.9901754385964914","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-1.3899045531640199E-2","236":"127","237":"8","238":"1.1367813901510408","239":"173","240":"5","241":"0.132503281372712","242":"136","243":"92","244":"180","245":"2.16","246":"0.9","247":"41.7","248":"7.0000000000000007E-2","249":"3.2","250":"0","251":"0","252":"0.02","253":"0.9","254":"0.04","255":"1.9","256":"0","257":"0","258":"0.02","259":"0.9","260":"0.01","261":"0.5","262":"0.05","263":"2.2999999999999998","264":"0.06","265":"2.8","266":"0","267":"0","268":"0.46","269":"21.3","270":"0.1","271":"4.5999999999999996","272":"0.43","273":"19.899999999999999","274":"4590","275":"5100","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"75.739999999999995","296":"-","297":"83.671904944423147","298":"80.053191489361694","299":"79.915676504407813","300":"77.443609022556387","301":"76.02209944751381"},{"1":"0","2":"קדימה-צורן","3":"0195","4":"המרכז","5":"מועצה מקומית","6":"17.1869460282104","7":"1950","8":"0","9":"13","10":"457","11":"שרונים","12":"10.613001676016802","13":"2158.8000000000002","14":"22920","15":"99.9","16":"98","17":"-","18":"-","19":"-","20":"-","21":"11456","22":"11464","23":"6.8499127399650961","24":"8.9877835951134379","25":"10.017452006980802","26":"8.9441535776614316","27":"13.023560209424083","28":"16.30017452006981","29":"21.958987783595113","30":"4.8691099476439792","31":"9.0401396160558463","32":"31.2434554973822","33":"3.3595113438045376","34":"781","35":"253","36":"2.13","37":"0.2","38":"..","39":"64","40":"3.48","41":"189","42":"8.2829019508781005","43":"0.89408579153536039","44":"7.0549738219895284","45":"16","46":"56.25","47":"12.5","48":"12.5","49":"18.75","50":"29","51":"-9","52":"879","53":"449","54":"430","55":"303","56":"124","57":"407","58":"45","59":"888","60":"429","61":"459","62":"230","63":"253","64":"354","65":"51","66":"697","67":"98","68":"13.1","69":"91","70":"9.9","71":"2","72":"279","73":"-","74":"-","75":"-","76":"0.78","77":"0.44","78":"..","79":"889","80":"43.332355459984321","81":"21","82":"28","83":"..","84":"..","85":"..","86":"..","87":"1295","88":"9.7193035124587208","89":"534","90":"220","91":"4.0295804406881981","92":"40","93":"192","94":"123","95":"117","96":"123","97":"..","98":"1824","99":"7.7302631578947372","100":"184","101":"302","102":"496","103":"59","104":"68","105":"50.7","106":"38.1","107":"7.6","108":"3.6","109":"1966","110":"1346","111":"563","112":"57","113":"4068","114":"1948","115":"1795","116":"325","117":"12692.306259999999","118":"15735.64286","119":"9842.7322660000009","120":"2.4417946855887163","121":"2.5216419974483317","122":"2.5889387663536434","123":"11192","124":"34","125":"1334","126":"12930.46369","127":"4.0149714256942914E-2","128":"31.3","129":"0.46633543100000002","130":"1095","131":"338","132":"349","133":"384","134":"24","135":"10","136":"7","137":"3","138":"2","139":"1","140":"175","141":"104","142":"71","143":"36","144":"35","145":"4891","146":"2717","147":"2174","148":"1126","149":"1048","150":"26.680412371134022","151":"0.70726915520628686","152":"0.86206896551724133","153":"0.55161544523246653","154":"92.117117117117118","155":"87.162162162162161","156":"51.45","157":"46.9","158":"12.9","159":"3.6","160":"474","161":"30.9","162":"8.4388185654008439","163":"3.4","164":"16.100000000000001","165":"41.983122362869196","166":"70.46413502109705","167":"8.354651162790697","168":"2.4269614217598612","169":"1635.7349999999999","170":"127.441","171":"7.8","172":"1508.2950000000001","173":"1442.5509999999999","174":"65.744","175":"95.641170991085971","176":"4.3588290089140385","177":"1109.57","178":"47.968000000000004","179":"132.15100000000001","180":"110.223","181":"30.635000000000002","182":"76.917211245910906","183":"3.3252203908215399","184":"9.1609239465363803","185":"7.6408390413926401","186":"2.12366841796235","187":"77.377621627420496","188":"59.516708684224596","189":"2.5729764522877221","190":"7.0885050689266746","191":"5.9122995226090218","192":"1.6432441130719304","193":"0.5","194":"987.55003921557068","195":"99.460000021443378","196":"13","197":"13","198":"44","199":"40","200":"8.8000000000000007","201":"31","202":"6194","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.5829066838040868","214":"21.494328500221265","215":"10774","216":"9358","217":"7.0138918572344515","218":"12","219":"-","220":"2","221":"10","222":"0.5258985365636889","223":"1.1137924633376648","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.24911547072176","236":"226","237":"8","238":"1.1186079650805012","239":"172","240":"6","241":"1.03236803497663","242":"206","243":"203","244":"210","245":"10.61","246":"3.37","247":"31.8","248":"0.16","249":"1.5","250":"0","251":"0","252":"0.06","253":"0.6","254":"0.09","255":"0.8","256":"0.05","257":"0.5","258":"0.15","259":"1.4","260":"0.17","261":"1.6","262":"0","263":"0","264":"0.04","265":"0.4","266":"1.27","267":"12","268":"1.02","269":"9.6","270":"3.96","271":"37.299999999999997","272":"0.27","273":"2.5","274":"22920","275":"6801","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"71.25","296":"63.746630727762799","297":"76.137479541734862","298":"75.748930099857347","299":"75.479840267937647","300":"74.342857142857142","301":"74.215898546241874"},{"1":"30523","2":"קצרין","3":"4100","4":"הצפון","5":"מועצה מקומית","6":"156.06430378943901","7":"1979","8":"0","9":"9","10":"220","11":"קצרין","12":"10.889033888232964","13":"698.5","14":"7606","15":"99.3","16":"81.599999999999994","17":"-","18":"-","19":"-","20":"-","21":"3716","22":"3890","23":"7.3626084669997374","24":"8.2697870102550617","25":"8.6116224033657645","26":"6.3502498027872729","27":"13.423612937154878","28":"16.986589534577966","29":"17.315277412569024","30":"5.6665790165658692","31":"15.987378385485144","32":"27.636076781488299","33":"5.995266894556929","34":"872","35":"124","36":"..","37":"0.6","38":"..","39":"42","40":"5.38","41":"82","42":"10.856531449241977","43":"1.4056395601250813","44":"31.238495924270314","45":"25","46":"40","47":"32","48":"20","49":"8","50":"47","51":"20","52":"369","53":"189","54":"180","55":"105","56":"82","57":"156","58":"26","59":"349","60":"171","61":"178","62":"85","63":"93","64":"143","65":"28","66":"431","67":"66","68":"24.7","69":"19","70":"6.5","71":"2","72":"123","73":"-","74":"0.49","75":"-","76":"-","77":"1.1499999999999999","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"881","88":"20.402964335340435","89":"350","90":"158","91":"8.1509082440614797","92":"41","93":"171","94":"128","95":"110","96":"106","97":"..","98":"1242","99":"32.045088566827694","100":"198","101":"299","102":"337","103":"25","104":"29","105":"48.2","106":"27","107":"1.1000000000000001","108":"23.7","109":"992","110":"689","111":"237","112":"66","113":"2170","114":"1014","115":"785","116":"371","117":"7566.9425019999999","118":"8780.9244789999993","119":"6461.2994849999995","120":"2.9815068466432004","121":"2.049678006934319","122":"4.1131747712856548","123":"3961","124":"42.1","125":"316","126":"9956.1097599999994","127":"11.946819168022182","128":"42.1","129":"0.36779680100000001","130":"375","131":"125","132":"109","133":"121","134":"20","135":"4","136":"2","137":"2","138":"-","139":"2","140":"65","141":"29","142":"36","143":"-","144":"36","145":"1428","146":"731","147":"697","148":"-","149":"697","150":"27","151":"0.97765363128491622","152":"0.81300813008130091","153":"1.1527377521613833","154":"72.268907563025209","155":"63.02521008403361","156":"20.32","157":"29.7","158":"11","159":"3","160":"202","161":"31.8","162":"3.4653465346534658","163":"2.9","164":"16.2","165":"38.613861386138616","166":"83.663366336633658","167":"6.9093406593406597","168":"4.2394659991656241","169":"969.10799999999995","170":"70.991","171":"7.3","172":"898.11699999999996","173":"892.495","174":"5.6219999999999999","175":"99.37402365170685","176":"0.62597634829315119","177":"444.51","178":"86.459000000000003","179":"124.767","180":"58.151000000000003","181":"8.4009999999999998","182":"49.805321038213101","183":"9.6873371839618105","184":"13.979574115261199","185":"6.5155547089899697","186":"0.94129378876072101","187":"117.34091506705199","188":"58.442019458322399","189":"11.367210097291611","190":"16.403760189324217","191":"7.6454115172232449","192":"1.104522745201157","193":"0","194":"590.34686822981996","195":"100","196":"12.9","197":"5.5","198":"30","199":"5.6","200":"4.0999999999999996","201":"23","202":"2804","203":"-","204":"-","205":"0.95","206":"-","207":"-","208":"-","209":"-","210":"1.252","211":"-","212":"-","213":"1.9118180383735757","214":"15.328390429451296","215":"3559","216":"3128","217":"6.9504475703324804","218":"4","219":"-","220":"-","221":"4","222":"0.52958689996302333","223":"1.1239112110143299","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.165648280126001","236":"110","237":"6","238":"0.43183783384944591","239":"140","240":"1","241":"-1.2485309818249499","242":"12","243":"14","244":"13","245":"10.93","246":"1.21","247":"11.1","248":"0.11","249":"1","250":"0","251":"0","252":"0.02","253":"0.2","254":"0.08","255":"0.7","256":"0.04","257":"0.4","258":"0.36","259":"3.3","260":"0.17","261":"1.6","262":"0","263":"0","264":"0.03","265":"0.3","266":"1.52","267":"13.9","268":"0","269":"0","270":"0","271":"0","272":"7.39","273":"67.5","274":"7606","275":"6286","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"63.48","296":"-","297":"59.023178807947019","298":"57.303370786516851","299":"57.052631578947363","300":"54.460465853272069","301":"54.54545454545454"},{"1":"32535","2":"קריית ארבע","3":"3611","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"83.196215332896003","7":"1979","8":"0","9":"9","10":"709","11":"קריית ארבע","12":"..","13":"..","14":"7499","15":"100","16":"97.8","17":"-","18":"-","19":"-","20":"-","21":"3725","22":"3774","23":"13.175090012001601","24":"11.081477530337379","25":"10.921456194159221","26":"9.93465795439392","27":"16.695559407921056","28":"15.575410054673956","29":"9.747966395519402","30":"3.6138151753567143","31":"9.2545672756367523","32":"41.685558074409919","33":"3.7071609547939723","34":"1192","35":"215","36":"..","37":"0.4","38":"..","39":"33","40":"5.12","41":"182","42":"24.532751059861557","43":"2.187064698900997","44":"16.242165622082943","45":"5","46":"20","47":"20","48":"0","49":"60","50":"-22","51":"-25","52":"352","53":"186","54":"166","55":"105","56":"176","57":"59","58":"12","59":"351","60":"179","61":"172","62":"141","63":"127","64":"74","65":"9","66":"335","67":"110","68":"51.1","69":"35","70":"13.8","71":"5","72":"508","73":"-","74":"5.57","75":"1.35","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"701","88":"19.624860022396419","89":"247","90":"121","91":"7.0070921985815602","92":"39","93":"165","94":"125","95":"95","96":"83","97":"..","98":"693","99":"32.900432900432904","100":"173","101":"176","102":"228","103":"21","104":"14","105":"14.1","106":"5","107":"77.599999999999994","108":"3.3","109":"1293","110":"589","111":"411","112":"293","113":"4015","114":"870","115":"1415","116":"1730","117":"7167.8704100000004","118":"8363.951556","119":"5939.5184179999997","120":"4.7132386676065119","121":"6.3238060174710231","122":"1.7678637989010149","123":"3531","124":"46.6","125":"179","126":"8464.4482640000006","127":"-6.5432967072064034","128":"47.5","129":"0.387734211","130":"551","131":"204","132":"164","133":"164","134":"19","135":"11","136":"8","137":"4","138":"2","139":"2","140":"137","141":"94","142":"43","143":"22","144":"21","145":"2500","146":"1695","147":"805","148":"423","149":"382","150":"21.191176470588236","151":"2.9001074113856067","152":"4.4491525423728815","153":"1.3071895424836601","154":"70.769230769230774","155":"57.692307692307686","156":"29.52","157":"..","158":"20.9","159":"4.8","160":"402","161":"27.8","162":"7.4626865671641784","163":"4.8","164":"17","165":"41.044776119402989","166":"72.139303482587067","167":"9.8422619047619051","168":"1.4486464426608625","169":"512.56100000000004","170":"57.347000000000001","171":"11.1883268528039","172":"455.214","173":"448.54199999999997","174":"6.6719999999999997","175":"98.53431572842662","176":"1.46568427157337","177":"321.904","178":"34.945999999999998","179":"39.615000000000002","180":"10.246","181":"1.3109999999999999","182":"71.766746480820103","183":"7.7910206847965204","184":"8.8319488475995591","185":"2.2842899884514698","186":"0.29228032157523698","187":"59.821552413977102","188":"42.931981861829797","189":"4.660709522539344","190":"5.2834089090424117","191":"1.3664977327287278","192":"0.17484662576687116","193":"0","194":"316.22399999999999","195":"0","196":"-","197":"-","198":"-","199":"0.1","200":"0.1","201":"-","202":"2051","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.2645672010274205","214":"2.1203895290343397","215":"1821","216":"1607","217":"9.573117610454263","218":"3","219":"-","220":"2","221":"1","222":"0.40438600648123441","223":"1.6474464579901154","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.90633820097725104","236":"46","237":"9","238":"1.4048479617516076","239":"181","240":"3","241":"-0.47234065649821499","242":"64","243":"47","244":"119","245":"4.0400000000000009","246":"1.24","247":"30.7","248":"0.1","249":"2.5","250":"0.01","251":"0.2","252":"0.02","253":"0.5","254":"7.0000000000000007E-2","255":"1.7","256":"0.02","257":"0.5","258":"0.06","259":"1.5","260":"0.09","261":"2.2000000000000002","262":"0.01","263":"0.2","264":"0.01","265":"0.2","266":"0","267":"0","268":"0.45","269":"11.1","270":"0.36","271":"8.9","272":"1.6","273":"39.79999999999999","274":"7499","275":"6048","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"74.150000000000006","296":"-","297":"73.448129251700678","298":"71.29864636209814","299":"69.487939060516297","300":"63.716628126970775","301":"66.280016280016284"},{"1":"27619","2":"קריית טבעון","3":"2300","4":"חיפה","5":"מועצה מקומית","6":"75.742059491424996","7":"1958","8":"0","9":"13","10":"306","11":"קריית טבעון","12":"9.260229393842879","13":"2021.9","14":"18519","15":"99.4","16":"97","17":"-","18":"-","19":"-","20":"-","21":"8905","22":"9615","23":"5.5294562341379123","24":"7.0252173443490467","25":"8.0619903882499049","26":"7.7433986716345373","27":"10.945515416599168","28":"16.064582320859657","29":"18.899508612776067","30":"5.3782601652357043","31":"20.357470705761649","32":"25.336141260327231","33":"9.2121604838274198","34":"950","35":"169","36":"1.81","37":"0.2","38":"..","39":"111","40":"3.81","41":"58","42":"3.1495049552486596","43":"1.1332066571105059","44":"6.5932285760570224","45":"45","46":"13.333333333333334","47":"73.333333333333329","48":"8.8888888888888893","49":"4.4444444444444446","50":"183","51":"154","52":"765","53":"367","54":"398","55":"242","56":"91","57":"384","58":"48","59":"611","60":"295","61":"316","62":"111","63":"198","64":"258","65":"44","66":"537","67":"56","68":"7.6","69":"54","70":"7.6","71":"11","72":"1023","73":"2.4","74":"1.4","75":"-","76":"1.53","77":"0.26","78":"..","79":"1103.6666666666667","80":"38.493822459662681","81":"22","82":"28","83":"..","84":"..","85":"..","86":"..","87":"1276","88":"12.657474456899118","89":"518","90":"222","91":"5.1434812828914707","92":"41","93":"183","94":"124","95":"114","96":"120","97":"..","98":"3243","99":"5.3654024051803884","100":"140","101":"496","102":"495","103":"82","104":"72","105":"59.3","106":"38.700000000000003","107":"1.3","108":"0.7","109":"1824","110":"1252","111":"533","112":"39","113":"3806","114":"1895","115":"1686","116":"225","117":"12598.103349999999","118":"15947.76865","119":"9380.2535790000002","120":"1.6644143201484551","121":"2.0163703188138093","122":"1.4696165170314579","123":"7623","124":"35.700000000000003","125":"1024","126":"10792.62837","127":"-1.6681397369805562","128":"42.3","129":"0.48742318899999998","130":"588","131":"115","132":"162","133":"261","134":"50","135":"8","136":"5","137":"5","138":"2","139":"3","140":"139","141":"63","142":"76","143":"27","144":"49","145":"3291","146":"1630","147":"1661","148":"627","149":"1034","150":"26.727272727272727","151":"1.1695906432748537","152":"1.8252933507170794","153":"0.5181347150259068","154":"85.714285714285708","155":"81.467181467181476","156":"56.58","157":"44.8","158":"14.7","159":"4.0999999999999996","160":"365","161":"31.5","162":"5.4794520547945202","163":"4.7","164":"16.100000000000001","165":"43.287671232876711","166":"77.260273972602747","167":"9.1666666666666661","168":"2.1454545454545455","169":"1571.9390000000001","170":"65.144000000000005","171":"4.1","172":"1506.7950000000001","173":"1499.39","174":"7.4050000000000002","175":"99.508559558533179","176":"0.49144044146682198","177":"1300.1379999999999","178":"33.713999999999999","179":"75.319999999999993","180":"42.055999999999997","181":"33.762999999999998","182":"86.711129192538294","183":"2.2485143958543099","184":"5.0233761729770103","185":"2.80487398208605","186":"2.2517823915058801","187":"80.960583153347699","188":"70.201835853131797","189":"1.8204103671706264","190":"4.0669546436285096","191":"2.2708423326133911","192":"1.8230561555075595","193":"0","194":"1080.2303618315998","195":"100","196":"19.8","197":"19.3","198":"93","199":"40","200":"39.9","201":"271","202":"5831","203":"-","204":"-","205":"0.1","206":"0.97299999999999998","207":"0.12","208":"-","209":"-","210":"0.14499999999999999","211":"2.4740000000000002","212":"0.12","213":"1.4189578984052669","214":"37.198845346003552","215":"8801","216":"8073","217":"7.1502539328626282","218":"10","219":"-","220":"-","221":"10","222":"0.54301809573252757","223":"1.1362345188046814","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.23683059615791","236":"224","237":"8","238":"1.2462808710980033","239":"175","240":"5","241":"9.2218542283614702E-2","242":"135","243":"149","244":"130","245":"9.18","246":"3.91","247":"42.6","248":"0.22","249":"2.4","250":"0.03","251":"0.3","252":"0.06","253":"0.7","254":"0.09","255":"1","256":"0.12","257":"1.3","258":"0.01","259":"0.1","260":"0.15","261":"1.6","262":"0","263":"0","264":"0.08","265":"0.9","266":"1.97","267":"21.5","268":"0.16","269":"1.7","270":"1.23","271":"13.4","272":"1.1499999999999999","273":"12.5","274":"18519","275":"4736","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"62.25","296":"51.438746438746442","297":"71.249633753296209","298":"69.416764361078549","299":"69.157172071282503","300":"67.143267710877993","301":"67.451197563339335"},{"1":"12836","2":"קריית יערים","3":"1137","4":"ירושלים","5":"מועצה מקומית","6":"40.162575209514301","7":"1992","8":"0","9":"9","10":"152","11":"הראל","12":"0.4983896027736256","13":"12874.2","14":"6471","15":"100","16":"99.7","17":"-","18":"-","19":"-","20":"-","21":"3393","22":"3078","23":"18.606088703446144","24":"14.943594498531912","25":"11.791067841137382","26":"10.477515067222996","27":"16.535311389275229","28":"16.303507958584454","29":"5.8414464534075101","30":"2.0398701900788132","31":"3.4615978983155617","32":"51.692165044042653","33":"1.1590171534538711","34":"1456","35":"288","36":"..","37":"1","38":"( 4.0)","39":"9","40":"4.45","41":"279","42":"43.90569833639173","43":"3.7297432735645515","44":"10.15299026425591","45":"17","46":"29.411764705882355","47":"58.82352941176471","48":"0","49":"11.76470588235294","50":"-67","51":"-79","52":"239","53":"134","54":"105","55":"93","56":"92","57":"46","58":"8","59":"318","60":"175","61":"143","62":"160","63":"106","64":"48","65":"4","66":"263","67":"90","68":"77","69":"16","70":"7.3","71":"6","72":"596","73":"-","74":"0.51","75":"7.76","76":"-","77":"1.28","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"430","88":"16.02086438152012","89":"168","90":"71","91":"6.3540090771558244","92":"35","93":"161","94":"120","95":"111","96":"119","97":"-","98":"216","99":"11.111111111111111","100":"30","101":"32","102":"115","103":"3","104":"..","105":"5.6","106":"33.799999999999997","107":"58.2","108":"2.2999999999999998","109":"669","110":"235","111":"240","112":"194","113":"2357","114":"362","115":"828","116":"1167","117":"6692.15236","118":"7704.3032869999997","119":"6064.1543179999999","120":"3.7313542888609774","121":"5.7580359795007752","122":"2.7177353363238899","123":"1695","124":"55.6","125":"192","126":"8930.3383549999999","127":"-14.716035089112033","128":"40.6","129":"0.43853157700000001","130":"734","131":"228","132":"232","133":"225","134":"49","135":"6","136":"4","137":"2","138":"-","139":"2","140":"69","141":"60","142":"9","143":"-","144":"9","145":"1486","146":"1249","147":"237","148":"-","149":"237","150":"25.972222222222221","151":"2.2727272727272729","152":"2.1875","153":"2.34375","154":"17.307692307692307","155":"15.384615384615385","156":"18.14","157":"..","158":"6.9","159":"2.4","160":"102","161":"19.7","162":"11.76470588235294","163":"4.5","164":"15.3","165":"24.509803921568626","166":"40.196078431372548","167":"10.527272727272727","168":"2.8963730569948187","169":"410.84800000000001","170":"15.019","171":"3.6556098605810399","172":"395.82900000000001","173":"395.82900000000001","174":"-","175":"100","176":"-","177":"311.53100000000001","178":"65.180000000000007","179":"5.47","180":"3.552","181":"4.968","182":"78.703430016496995","183":"16.466706582893099","184":"1.38190986511852","185":"0.89735719212083997","186":"1.2550874241149601","187":"61.169680111265698","188":"48.142636377685101","189":"10.072631741616442","190":"0.84530984391902331","191":"0.54891052387575334","192":"0.76773296244784428","193":"0","194":"262.55269999999996","195":"100","196":"19.3","197":"19.2","198":"114","199":"12.7","200":"10.1","201":"65","202":"1158","203":"0.33100000000000002","204":"2.7650000000000001","205":"-","206":"-","207":"-","208":"0.33100000000000002","209":"2.7649999999999997","210":"0.3","211":"-","212":"-","213":"1.4012289856072226","214":"8.0726153846153856","215":"1133","216":"1049","217":"9.2602478551000953","218":"1","219":"-","220":"1","221":"-","222":"0.15736809439566926","223":"0.88261253309797005","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.16837898983042","236":"26","237":"2","238":"-1.0696951241598549","239":"24","240":"6","241":"0.78875514025228899","242":"190","243":"194","244":"175","245":"0.54","246":"0.28999999999999998","247":"53.7","248":"0.08","249":"14.8","250":"0","251":"0","252":"0.01","253":"1.9","254":"0","255":"0","256":"0.01","257":"1.9","258":"0","259":"0","260":"0.06","261":"11.1","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0","269":"0","270":"0","271":"0","272":"0.09","273":"16.599999999999991","274":"6471","275":"22314","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"75.23481527864746","298":"77.794699969540062","299":"77.340936374549813","300":"73.724565025066354","301":"77.803203661327231"},{"1":"23298","2":"קריית עקרון","3":"0469","4":"המרכז","5":"מועצה מקומית","6":"16.470320165298102","7":"1963","8":"0","9":"11","10":"453","11":"זמורה","12":"2.3315867213019601","13":"4737.6000000000004","14":"11051","15":"99.3","16":"96.7","17":"-","18":"-","19":"-","20":"-","21":"5443","22":"5608","23":"8.5331644195095464","24":"8.2164509999095099","25":"6.877205682743643","26":"6.5966880825264678","27":"14.161614333544476","28":"18.740385485476427","29":"16.767713329110489","30":"5.2393448556691702","31":"14.867432811510271","32":"27.662654963351734","33":"5.673694688263506","34":"821","35":"200","36":"2.74","37":"0.6","38":"..","39":"75","40":"5.04","41":"125","42":"11.298048302432267","43":"-0.2348612213685044","44":"11.347389376527012","45":"3","46":"0","47":"100","48":"0","49":"0","50":"-168","51":"-180","52":"261","53":"120","54":"141","55":"78","56":"64","57":"105","58":"14","59":"441","60":"223","61":"218","62":"149","63":"94","64":"174","65":"24","66":"243","67":"78","68":"19.3","69":"40","70":"9.1999999999999993","71":"2","72":"63","73":"0.28000000000000003","74":"0.28999999999999998","75":"-","76":"-","77":"-","78":"..","79":"815","80":"61.5662986558239","81":"21","82":"21","83":"..","84":"..","85":"..","86":"..","87":"1234","88":"19.179359651849548","89":"468","90":"194","91":"7.214428857715431","92":"40","93":"180","94":"126","95":"105","96":"103","97":"..","98":"1532","99":"13.642297650130548","100":"309","101":"491","102":"431","103":"52","104":"71","105":"71.900000000000006","106":"9.4","107":"16.600000000000001","108":"2.1","109":"1421","110":"835","111":"518","112":"68","113":"3353","114":"1255","115":"1717","116":"381","117":"8869.9909320000006","118":"10559.38011","119":"7336.6954599999999","120":"2.8417981097347056","121":"2.8119144162649379","122":"3.0838205388107776","123":"5946","124":"37.5","125":"525","126":"10314.05521","127":"3.5897181651942001","128":"33.700000000000003","129":"0.384800541","130":"578","131":"186","132":"184","133":"186","134":"22","135":"4","136":"3","137":"2","138":"1","139":"1","140":"49","141":"37","142":"12","143":"6","144":"6","145":"1181","146":"840","147":"341","148":"184","149":"157","150":"23.735294117647058","151":"1.4354066985645932","152":"1.7456359102244388","153":"1.1494252873563218","154":"79.56204379562044","155":"68.613138686131393","156":"18.010000000000002","157":"30.3","158":"11.8","159":"2.6","160":"141","161":"29.8","162":"8.5106382978723403","163":"2.8","164":"15.3","165":"42.553191489361701","166":"77.304964539007088","167":"10.421739130434782","168":"2.1804374240583231","169":"852.19600000000003","170":"2.657","171":"0.3","172":"849.53899999999999","173":"849.53899999999999","174":"-","175":"100","176":"-","177":"639.11599999999999","178":"15.744999999999999","179":"50.523000000000003","180":"114.658","181":"0.33600000000000002","182":"75.230919357439802","183":"1.85335811540141","184":"5.9471077843395097","185":"13.4964963350711","186":"3.9550862291195601E-2","187":"76.874400506741495","188":"57.8333182517419","189":"1.4247579404578772","190":"4.5718034567007511","191":"10.375350647000271","192":"3.0404488281603474E-2","193":"0.6","194":"580.35436243805998","195":"100","196":"0.4","197":"0.4","198":"1","199":"4","200":"2","201":"6","202":"2901","203":"0.125","204":"1.5","205":"0.98","206":"1.7490000000000001","207":"-","208":"0.125","209":"1.5","210":"0.98","211":"1.7490000000000001","212":"-","213":"2.1169410354698446","214":"27.451532757747422","215":"4892","216":"4198","217":"8.1164840400190563","218":"7","219":"-","220":"-","221":"7","222":"0.63269070493620694","223":"1.4309076042518396","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.11198599329080999","236":"138","237":"2","238":"-1.4001241276091625","239":"11","240":"7","241":"1.4539584553054901","242":"220","243":"221","244":"211","245":"2.34","246":"1.34","247":"57.3","248":"0.06","249":"2.6","250":"0","251":"0","252":"0.03","253":"1.3","254":"0.05","255":"2.1","256":"0.21","257":"9","258":"0.16","259":"6.8","260":"0.17","261":"7.3","262":"0","263":"0","264":"0","265":"0","266":"0","267":"0","268":"0.09","269":"3.8","270":"7.0000000000000007E-2","271":"3","272":"0.16","273":"6.8","274":"11051","275":"8247","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"70.39","296":"-","297":"70.701883101002693","298":"70.652173913043484","299":"72.061515928231415","300":"67.315175097276267","301":"72.669439686811842"},{"1":"59415","2":"קרני שומרון","3":"3640","4":"אזור יהודה והשומרון","5":"מועצה מקומית","6":"27.045612982297602","7":"1991","8":"0","9":"9","10":"717","11":"קרני שומרון","12":"..","13":"..","14":"9663","15":"99.9","16":"96.8","17":"-","18":"-","19":"-","20":"-","21":"4882","22":"4780","23":"13.298147573217427","24":"12.087343475111249","25":"9.5415502431956956","26":"6.9233157404532752","27":"15.098830590913796","28":"19.672979405981579","29":"10.17282417468695","30":"4.4292662734140533","31":"8.765393770050709","32":"39.087239987581498","33":"2.4423057021628893","34":"1025","35":"256","36":"..","37":"0.2","38":"..","39":"31","40":"4.71","41":"225","42":"23.585546669053816","43":"2.6095905523310989","44":"11.859670909655387","45":"27","46":"22.222222222222221","47":"25.925925925925924","48":"29.629629629629626","49":"22.222222222222221","50":"17","51":"-13","52":"382","53":"204","54":"178","55":"126","56":"124","57":"122","58":"10","59":"395","60":"209","61":"186","62":"117","63":"116","64":"141","65":"21","66":"298","67":"91","68":"38.799999999999997","69":"44","70":"11.8","71":"4","72":"329","73":"-","74":"0.1","75":"3.37","76":"0.03","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"781","88":"15.620000000000001","89":"299","90":"134","91":"6.028225806451613","92":"39","93":"191","94":"126","95":"105","96":"103","97":"-","98":"834","99":"14.028776978417266","100":"93","101":"101","102":"196","103":"28","104":"21","105":"35.299999999999997","106":"27.7","107":"4.0999999999999996","108":"32.799999999999997","109":"1108","110":"537","111":"384","112":"187","113":"3179","114":"808","115":"1311","116":"1060","117":"9800.79889","118":"12095.778490000001","119":"7419.2375060000004","120":"3.8821072638076215","121":"4.8570161145447655","122":"2.1960307510904054","123":"4159","124":"36.700000000000003","125":"312","126":"9259.1619580000006","127":"2.2073933444493266","128":"41.3","129":"0.41235285999999999","130":"828","131":"293","132":"240","133":"247","134":"48","135":"5","136":"4","137":"2","138":"1","139":"1","140":"91","141":"60","142":"31","143":"14","144":"17","145":"2394","146":"1598","147":"796","148":"387","149":"409","150":"27.46","151":"0.99009900990099009","152":"0.76045627376425851","153":"1.2396694214876034","154":"87.037037037037038","155":"78.395061728395063","156":"42.88","157":"58.2","158":"23","159":"4.9000000000000004","160":"281","161":"30.8","162":"6.7615658362989333","163":"4.9000000000000004","164":"14.8","165":"36.654804270462634","166":"75.444839857651246","167":"10.64622641509434","168":"2.9326539654408506","169":"791.03599999999994","170":"35.707000000000001","171":"4.5","172":"755.32899999999995","173":"755.32899999999995","174":"-","175":"100","176":"-","177":"483.89100000000002","178":"40.008000000000003","179":"65.322000000000003","180":"157.91999999999999","181":"6.0670000000000002","182":"64.063606719720795","183":"5.2967647210685698","184":"8.6481519973415608","185":"20.907445629652798","186":"0.80322614383930702","187":"78.175222521217094","188":"50.081867108259203","189":"4.1407576071206789","190":"6.760712067894846","191":"16.344442144483544","192":"0.62792382529497004","193":"0","194":"581.12000000000012","195":"98.192029185022022","196":"38.299999999999997","197":"31","198":"159","199":"13.2","200":"12","201":"37","202":"2393","203":"-","204":"-","205":"-","206":"-","207":"-","208":"0.6","209":"3.5999999999999996","210":"-","211":"-","212":"-","213":"1.3541865540909224","214":"12.300184522543411","215":"3663","216":"3320","217":"8.044879518072289","218":"1","219":"-","220":"-","221":"1","222":"0.10482465186246138","223":"0.27300027300027302","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.22321947063662501","236":"147","237":"9","238":"1.4892941848061938","239":"187","240":"5","241":"0.31389350365018498","242":"164","243":"122","244":"192","245":"7.41","246":"1.39","247":"18.8","248":"0.08","249":"1.1000000000000001","250":"0","251":"0","252":"0.03","253":"0.4","254":"0.13","255":"1.8","256":"0.01","257":"0.1","258":"0.08","259":"1.1000000000000001","260":"0.1","261":"1.3","262":"0","263":"0","264":"0.01","265":"0.1","266":"0","267":"0","268":"0.94","269":"12.7","270":"0.15","271":"2","272":"4.49","273":"60.6","274":"9663","275":"6952","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"70.13","296":"-","297":"77.149831017649277","298":"75.130014858841008","299":"75.527656477438128","300":"72.559911125218221","301":"73.545792079207914"},{"1":"20719","2":"ראמה","3":"0543","4":"הצפון","5":"מועצה מקומית","6":"117.833880496906","7":"1954","8":"0","9":"9","10":"260","11":"בקעת בית הכרם","12":"6.4915990194220754","13":"1199.9000000000001","14":"7789","15":"-","16":"-","17":"99.8","18":"18.7","19":"49.8","20":"31.5","21":"3916","22":"3874","23":"7.1639491590704836","24":"7.7160097573501094","25":"7.0355629734240592","26":"7.6646552830915393","27":"16.985492361021954","28":"20.002567723712929","29":"17.511875722172295","30":"4.455000641930928","31":"11.477724996790345","32":"26.113750160482731","33":"4.8658364359994861","34":"696","35":"103","36":"..","37":"0.2","38":"..","39":"45","40":"5.21","41":"58","42":"7.4447141334324858","43":"-3.6101205626465571E-2","44":"3.8515855693927334E-2","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-57","51":"-59","52":"86","53":"25","54":"61","55":"13","56":"39","57":"30","58":"4","59":"145","60":"50","61":"95","62":"45","63":"44","64":"55","65":"1","66":"1","67":"79","68":"30.9","69":"11","70":"3.2","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"826","88":"17.3420113373924","89":"322","90":"163","91":"6.7846607669616521","92":"37","93":"157","94":"117","95":"110","96":"104","97":"-","98":"971","99":"22.245108135942328","100":"276","101":"477","102":"343","103":"33","104":"30","105":"61.1","106":"14.4","107":"18.399999999999999","108":"6.2","109":"1143","110":"816","111":"299","112":"28","113":"2365","114":"1261","115":"950","116":"154","117":"7972.823523","118":"9526.6850780000004","119":"6192.0515919999998","120":"1.1130059194788267","121":"2.2305122509753694","122":"-9.2397605721328269E-3","123":"3865","124":"44.3","125":"413","126":"8076.0842839999996","127":"0.23117752504808742","128":"42.9","129":"0.50333257600000003","130":"381","131":"120","132":"128","133":"130","134":"3","135":"6","136":"3","137":"4","138":"1","139":"3","140":"83","141":"37","142":"46","143":"12","144":"34","145":"2250","146":"1065","147":"1185","148":"289","149":"896","150":"29.387096774193548","151":"0.52287581699346397","152":"..","153":"..","154":"73.417721518987349","155":"58.22784810126582","156":"22.54","157":"38.700000000000003","158":"22.7","159":"4.0999999999999996","160":"219","161":"31","162":"3.6529680365296802","163":"2.7","164":"19.3","165":"36.529680365296798","166":"80.365296803652967","167":"10.631578947368421","168":"2.7524752475247523","169":"653.54200000000003","170":"81.771000000000001","171":"12.5","172":"571.77099999999996","173":"554.53300000000002","174":"17.238","175":"96.985156644880561","176":"3.0148433551194445","177":"453.10599999999999","178":"11.332000000000001","179":"-","180":"35.673999999999999","181":"3.8639999999999999","182":"81.709474458688703","183":"2.04352130531456","184":"-","185":"6.4331608759082002","186":"0.69680253474545295","187":"71.194376685068704","188":"58.172551033508803","189":"1.4548722557452818","190":"-","191":"4.5800487867505453","192":"0.49608422133778407","193":"0","194":"405.45074797529998","195":"100","196":"1.1000000000000001","197":"1.1000000000000001","198":"4","199":"4.0999999999999996","200":"2","201":"7","202":"2356","203":"3.2","204":"11.6","205":"-","206":"-","207":"0.15","208":"2","209":"2","210":"-","211":"-","212":"0.15","213":"1.7846748718363514","214":"1.2371174243775251","215":"4164","216":"3591","217":"8.5836814257866898","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-0.109387509963856","236":"114","237":"3","238":"-0.8486334171540949","239":"40","240":"3","241":"-0.51967754364269203","242":"59","243":"80","244":"41","245":"6.49","246":"1.28","247":"19.7","248":"0.04","249":"0.6","250":"0.01","251":"0.2","252":"0","253":"0","254":"0.03","255":"0.5","256":"0.05","257":"0.8","258":"0.05","259":"0.8","260":"0.05","261":"0.8","262":"0","263":"0","264":"0","265":"0","266":"0.43","267":"6.6","268":"4.17","269":"64.3","270":"0","271":"0","272":"0.38","273":"5.6999999999999975","274":"7789","275":"6085","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"75.5","296":"-","297":"53.943818441517223","298":"61.2588512981904","299":"63.774709758393477","300":"54.476456009913257","301":"55.278369333738972"},{"1":"8485","2":"ראש פינה","3":"0026","4":"הצפון","5":"מועצה מקומית","6":"134.12894105779","7":"1949","8":"0","9":"9","10":"259","11":"אצבע הגליל","12":"16.81439580190958","13":"..","14":"3237","15":"98.4","16":"97.4","17":"-","18":"-","19":"-","20":"-","21":"1599","22":"1638","23":"7.3833796725362992","24":"7.8467717021933892","25":"8.4028421377818976","26":"7.074451652764906","27":"12.974976830398518","28":"16.92925548347235","29":"17.608897126969417","30":"5.0973123262279891","31":"16.682113067655237","32":"27.957985789311092","33":"4.7883843064565959","34":"901","35":"47","36":"..","37":"-","38":"-","39":"16","40":"..","41":"31","42":"9.6060965080637732","43":"0.61213486959537988","44":"4.5103490886623421","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-1","51":"-7","52":"185","53":"81","54":"104","55":"59","56":"40","57":"77","58":"9","59":"192","60":"95","61":"97","62":"56","63":"47","64":"83","65":"6","66":"103","67":"18","68":"14.9","69":"7","70":"5.8","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"354","88":"19.612188365650969","89":"138","90":"52","91":"7.5907590759075907","92":"39","93":"175","94":"121","95":"107","96":"103","97":"-","98":"500","99":"5.6","100":"58","101":"66","102":"128","103":"14","104":"7","105":"71.599999999999994","106":"23.2","107":"2.5","108":"2.7","109":"362","110":"243","111":"106","112":"13","113":"802","114":"375","115":"351","116":"76","117":"10041.958140000001","118":"12363.534799999999","119":"7803.4047460000002","120":"0.89532130648772856","121":"1.5560441932084057","122":"0.77142765101692046","123":"1483","124":"42.3","125":"278","126":"7708.2209320000002","127":"2.4183354029035486","128":"52.2","129":"0.466702224","130":"139","131":"43","132":"44","133":"51","134":"..","135":"1","136":"1","137":"-","138":"-","139":"-","140":"7","141":"7","142":"-","143":"-","144":"-","145":"197","146":"197","147":"-","148":"-","149":"-","150":"31.666666666666668","151":"2.5316455696202533","152":"2.4691358024691357","153":"2.5974025974025974","154":"82.692307692307693","155":"69.230769230769226","156":"40.68","157":"..","158":"11.9","159":"4.3","160":"19","161":"29.3","162":"5.2631578947368416","163":"5.4","164":"15.6","165":"42.105263157894733","166":"84.210526315789465","167":"11.238853503184714","168":"2.7733068858033438","169":"738.36900000000003","170":"91.015000000000001","171":"12.3264925802681","172":"647.35400000000004","173":"640.59400000000005","174":"6.76","175":"98.955749095548967","176":"1.0442509044510422","177":"315.97199999999998","178":"7.4720000000000004","179":"102.902","180":"108.813","181":"7.2670000000000003","182":"49.324845377883697","183":"1.16641741883315","184":"16.063528537576101","185":"16.986265871987602","186":"1.1344158702704099","187":"197.95859085290499","188":"97.642768850432603","189":"2.3090234857849197","190":"31.799134734239804","191":"33.625772558714459","192":"2.2456736711990111","193":"0","194":"411.27930000000003","195":"100","196":"15","197":"3.2","198":"17","199":"2.2000000000000002","200":"1","201":"5","202":"1062","203":"0.45","204":"2.9249999999999998","205":"-","206":"1.4999999999999999E-2","207":"0.45","208":"-","209":"-","210":"-","211":"-","212":"-","213":"3.124075544103476","214":"17.36898688700299","215":"1990","216":"1701","217":"7.3891828336272782","218":"5","219":"-","220":"1","221":"4","222":"1.5493704045264152","223":"2.512562814070352","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.62429876215587299","236":"180","237":"7","238":"0.7153310945229775","239":"156","240":"2","241":"-0.92459583159210201","242":"27","243":"32","244":"23","245":"16.75","246":"1.43","247":"8.5","248":"0.01","249":"0.1","250":"0","251":"0","252":"0.04","253":"0.2","254":"0.11","255":"0.7","256":"0.09","257":"0.5","258":"0.34","259":"2","260":"0.81","261":"4.8","262":"0.01","263":"0.1","264":"0.01","265":"0.1","266":"0.69","267":"4.0999999999999996","268":"5.93","269":"35.4","270":"2.92","271":"17.399999999999999","272":"4.3600000000000003","273":"26.099999999999994","274":"3237","275":"2264","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73.5","296":"66.019417475728162","297":"73.419301164725454","298":"71.963394342762072","299":"69.438669438669436","300":"66.263115415657794","301":"66.139865665744765"},{"1":"45873","2":"ריינה","3":"0542","4":"הצפון","5":"מועצה מקומית","6":"88.605892627110705","7":"1968","8":"0","9":"13","10":"257","11":"מבוא העמקים","12":"10.846366104924526","13":"1776.9","14":"19265","15":"-","16":"-","17":"99.8","18":"85.3","19":"14.7","20":"-","21":"9838","22":"9427","23":"8.9592525304957178","24":"9.0319231767453925","25":"9.2291720737087992","26":"9.6029068258499866","27":"18.645211523488189","28":"18.344147417596677","29":"15.89410848689333","30":"3.9916947832857512","31":"6.3015831819361541","32":"32.629120166104336","33":"2.0866856994549701","34":"758","35":"294","36":"1.98","37":"1.4","38":"( 4.7)","39":"71","40":"5.47","41":"223","42":"11.612595363982349","43":"0.64647633895869205","44":"5.709836491045938E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-104","51":"-108","52":"156","53":"51","54":"105","55":"33","56":"70","57":"49","58":"4","59":"264","60":"102","61":"162","62":"66","63":"104","64":"93","65":"1","66":"7","67":"206","68":"36.200000000000003","69":"25","70":"3.1","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"961.66666666666663","80":"69.726983878738366","81":"17","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1635","88":"14.480559737844301","89":"722","90":"458","91":"6.4349376114081993","92":"38","93":"155","94":"121","95":"128","96":"129","97":"-","98":"1015","99":"27.586206896551722","100":"728","101":"416","102":"674","103":"64","104":"70","105":"64.5","106":"13.8","107":"17.5","108":"4.2","109":"2363","110":"1475","111":"804","112":"84","113":"5298","114":"2216","115":"2637","116":"445","117":"6323.5274630000004","118":"7409.4962939999996","119":"4648.9250860000002","120":"0.49988081488476777","121":"1.2796665024248588","122":"-8.8587908029769125E-2","123":"6894","124":"54.5","125":"612","126":"9294.8048990000007","127":"-2.1623749419826033","128":"34.299999999999997","129":"0.37688454900000001","130":"898","131":"283","132":"300","133":"301","134":"14","135":"8","136":"5","137":"4","138":"1","139":"3","140":"132","141":"89","142":"43","143":"10","144":"33","145":"3515","146":"2312","147":"1203","148":"231","149":"972","150":"27.522388059701491","151":"1.0938399539435808","152":"..","153":"..","154":"78.640776699029118","155":"57.605177993527512","156":"10.62","157":"26.2","158":"12.8","159":"2.2999999999999998","160":"333","161":"30.9","162":"3.9039039039039038","163":"2.9","164":"18.600000000000001","165":"44.74474474474475","166":"74.774774774774784","167":"11.7117903930131","168":"1.9780014914243103","169":"1625.559","170":"256.74200000000002","171":"15.8","172":"1368.817","173":"1360.047","174":"8.77","175":"99.359300768473801","176":"0.64069923152620112","177":"1051.9190000000001","178":"18.574999999999999","179":"-","180":"95.6","181":"58.533000000000001","182":"77.344312365675606","183":"1.3657616244144499","184":"-","185":"7.0291688449002097","186":"4.3037483263445999","187":"70.593117408906906","188":"54.599761237413098","189":"0.96413370704868684","190":"-","191":"4.9621094155507111","192":"3.0381501090003113","193":"0","194":"1139.4895761136252","195":"100","196":"35.4","197":"25.5","198":"102","199":"23.5","200":"20.100000000000001","201":"79","202":"5319","203":"8.9","204":"87.7","205":"3.8","206":"1.75","207":"0.66","208":"4.7","209":"41.199999999999996","210":"4.46","211":"1.73","212":"0.66","213":"1.4050732655214402","214":"1.734513964451907","215":"6876","216":"5673","217":"7.9250837299488808","218":"3","219":"-","220":"1","221":"2","222":"0.15622325601769976","223":"0.43630017452006981","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-1.0129011473174501","236":"39","237":"6","238":"0.31621545362179054","239":"131","240":"5","241":"0.220977982526397","242":"152","243":"172","244":"99","245":"10.85","246":"2.82","247":"26","248":"0.04","249":"0.4","250":"0","251":"0","252":"0.01","253":"0.1","254":"0.03","255":"0.3","256":"0.06","257":"0.6","258":"0.13","259":"1.2","260":"0.32","261":"2.9","262":"0","263":"0","264":"0","265":"0","266":"0.22","267":"2","268":"3.39","269":"31.2","270":"1.3","271":"12","272":"2.5299999999999998","273":"23.3","274":"19265","275":"6832","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"85.26","296":"-","297":"46.099920134883313","298":"57.765068191816979","299":"67.89087093389297","300":"45.267489711934154","301":"52.788694706915294"},{"1":"17722","2":"רכסים","3":"0922","4":"חיפה","5":"מועצה מקומית","6":"82.542668626736997","7":"1959","8":"0","9":"11","10":"355","11":"מורדות הכרמל","12":"3.3110775559666057","13":"4149.3","14":"13736","15":"100","16":"99.8","17":"-","18":"-","19":"-","20":"-","21":"7151","22":"6585","23":"17.537856726849157","24":"14.931566686080373","25":"11.291496796738498","26":"10.527082119976704","27":"16.28567268491555","28":"14.895165987186955","29":"8.0518345952242285","30":"2.0529994175888175","31":"4.4190448456610367","32":"49.555911473500288","33":"1.4997087944088527","34":"1422","35":"502","36":"5.68","37":"2.6","38":"( 5.5)","39":"35","40":"4.82","41":"467","42":"34.590572090090291","43":"3.5482056645552689","44":"2.1694816540477579","45":"3","46":"0","47":"66.666666666666657","48":"33.333333333333329","49":"0","50":"18","51":"17","52":"472","53":"252","54":"220","55":"202","56":"185","57":"74","58":"11","59":"455","60":"258","61":"197","62":"179","63":"178","64":"85","65":"13","66":"926","67":"200","68":"72.900000000000006","69":"29","70":"6.4","71":"7","72":"806","73":"-","74":"1.25","75":"4.82","76":"-","77":"-","78":"..","79":"315.66666666666669","80":"53.897304854150363","81":"20","82":"30","83":"..","84":"..","85":"..","86":"..","87":"889","88":"15.259182972880192","89":"340","90":"137","91":"5.9617745046466775","92":"36","93":"137","94":"122","95":"107","96":"104","97":"-","98":"597","99":"9.882747068676716","100":"470","101":"104","102":"338","103":"29","104":"10","105":"42.9","106":"32.1","107":"21.2","108":"3.8","109":"1841","110":"740","111":"532","112":"569","113":"6478","114":"1092","115":"1839","116":"3547","117":"5740.2497679999997","118":"6338.6454940000003","119":"5334.376945","120":"1.6441054334977112","121":"-1.6962025215822352","122":"4.5345163725520443","123":"3954","124":"57.3","125":"257","126":"6628.546816","127":"-2.7318763031696447","128":"57.6","129":"0.417406526","130":"1416","131":"461","132":"441","133":"424","134":"90","135":"20","136":"12","137":"9","138":"-","139":"9","140":"182","141":"136","142":"46","143":"-","144":"46","145":"3999","146":"2978","147":"1021","148":"-","149":"1021","150":"25.460674157303369","151":"1.5913430935709738","152":"2.604166666666667","153":"0.62266500622665","154":"18.348623853211009","155":"10.091743119266056","156":"9.1999999999999993","157":"26.1","158":"3.4","159":"1.3","160":"230","161":"23.2","162":"9.5652173913043477","163":"3.2","164":"18.399999999999999","165":"7.8260869565217401","166":"40.434782608695649","167":"7.25","168":"4.6321839080459766","169":"742.24800000000005","170":"18.135000000000002","171":"2.4","172":"724.11300000000006","173":"724.11300000000006","174":"-","175":"100","176":"-","177":"572.298","178":"98.399000000000001","179":"13.214","180":"13.881","181":"16.895","182":"79.034349611179493","183":"13.5889011797882","184":"1.8248533032827701","185":"1.9169659984008001","186":"2.33319937634043","187":"52.7164385556203","188":"41.664094350611499","189":"7.1635847408270239","190":"0.96199767035527084","191":"1.0105562026790915","192":"1.2299796156086198","193":"0","194":"548.14286980263682","195":"100","196":"7.2","197":"2.6","198":"9","199":"3.4","200":"3","201":"19","202":"2484","203":"-","204":"-","205":"13.07","206":"4.53","207":"-","208":"-","209":"-","210":"-","211":"0.03","212":"-","213":"1.3374591743000537","214":"3.6726862552113855","215":"2184","216":"1971","217":"9.6859462201927951","218":"2","219":"-","220":"-","221":"2","222":"0.14813949503250662","223":"0.91575091575091572","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.6182705182419099","236":"13","237":"2","238":"-1.0038660635906722","239":"31","240":"5","241":"8.4838973358595804E-2","242":"134","243":"153","244":"121","245":"3.3199999999999994","246":"0.97","247":"29.2","248":"0.16","249":"4.8","250":"0.02","251":"0.6","252":"0.01","253":"0.3","254":"0","255":"0","256":"0","257":"0","258":"0","259":"0","260":"0.01","261":"0.3","262":"0","263":"0","264":"0","265":"0","266":"2.0099999999999998","267":"60.5","268":"0.09","269":"2.7","270":"0","271":"0","272":"0.05","273":"1.6000000000000085","274":"13736","275":"14161","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"86.307868477016186","298":"85.504675910996454","299":"84.575307862330291","300":"81.674996213842192","301":"84.212790364209923"},{"1":"14161","2":"רמת ישי","3":"0122","4":"הצפון","5":"מועצה מקומית","6":"78.0147471066295","7":"1958","8":"0","9":"9","10":"257","11":"מבוא העמקים","12":"2.3322900083629925","13":"3460.4","14":"8071","15":"99.9","16":"97","17":"-","18":"-","19":"-","20":"-","21":"3984","22":"4087","23":"7.0994920084252264","24":"8.598686655928633","25":"8.4128360797918482","26":"7.8676743897906087","27":"12.129847602527567","28":"17.593854540949078","29":"17.457564118448769","30":"5.8109280138768433","31":"15.029116590261429","32":"28.757279147565356","33":"3.8037417915995539","34":"887","35":"80","36":"..","37":"-","38":"-","39":"14","40":"2.9","41":"66","42":"8.2665157844095098","43":"2.1930448179270314","44":"5.240986247057366","45":"4","46":"25","47":"50","48":"25","49":"0","50":"138","51":"122","52":"422","53":"204","54":"218","55":"143","56":"59","57":"185","58":"35","59":"300","60":"159","61":"141","62":"57","63":"101","64":"130","65":"12","66":"325","67":"22","68":"8.6999999999999993","69":"38","70":"11.1","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"676","88":"14.74694589877836","89":"261","90":"96","91":"5.7024251693248855","92":"40","93":"190","94":"122","95":"107","96":"103","97":"-","98":"1122","99":"2.0499108734402851","100":"72","101":"121","102":"186","103":"25","104":"44","105":"61.2","106":"36.9","107":"0.5","108":"1.4","109":"862","110":"575","111":"274","112":"13","113":"1830","114":"878","115":"878","116":"74","117":"13145.61426","118":"16611.17857","119":"9787.3751250000005","120":"3.2169349003952075","121":"3.4024521253500417","122":"2.5820614786928653","123":"3942","124":"31.6","125":"350","126":"12372.52043","127":"12.926442549338436","128":"34.6","129":"0.44016704299999998","130":"399","131":"118","132":"120","133":"146","134":"15","135":"2","136":"1","137":"1","138":"1","139":"-","140":"34","141":"24","142":"10","143":"10","144":"-","145":"988","146":"652","147":"336","148":"336","149":"-","150":"27.956521739130434","151":"1.0666666666666667","152":"1.0554089709762533","153":"1.0781671159029651","154":"87.692307692307693","155":"76.923076923076934","156":"54.89","157":"47.8","158":"15.4","159":"4.3","160":"87","161":"31.5","162":"9.1954022988505741","163":"2.7","164":"13.1","165":"35.632183908045981","166":"77.011494252873561","167":"14.157142857142857","168":"2.2573158425832491","169":"626.625","170":"29.806999999999999","171":"4.8","172":"596.81799999999998","173":"596.81799999999998","174":"-","175":"100","176":"-","177":"505.06799999999998","178":"20.178999999999998","179":"11.004","180":"51.438000000000002","181":"7.5659999999999998","182":"84.626804151349305","183":"3.3810977550945198","184":"1.84377817022945","185":"8.6187078807944797","186":"1.26772315848383","187":"73.955142503097903","188":"62.585873605948002","189":"2.5004956629491946","190":"1.3635687732342008","191":"6.3739776951672864","192":"0.93754646840148703","193":"0.8","194":"440.03756077800006","195":"100","196":"19","197":"7.3","198":"45","199":"16.3","200":"8","201":"36","202":"2441","203":"0.30199999999999999","204":"2.4159999999999999","205":"0.22500000000000001","206":"0.21199999999999999","207":"-","208":"0.30199999999999999","209":"2.4159999999999999","210":"0.21199999999999999","211":"0.189","212":"-","213":"2.0142761550498256","214":"20.362457906176964","215":"4073","216":"3697","217":"6.7151744657830674","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.3192197158079499","236":"231","237":"2","238":"-1.1196912509948411","239":"22","240":"4","241":"-1.5697963036268001E-2","242":"122","243":"124","244":"127","245":"2.3600000000000003","246":"1.21","247":"51.3","248":"0.03","249":"1.3","250":"0","251":"0","252":"0.01","253":"0.4","254":"0.01","255":"0.4","256":"0.13","257":"5.5","258":"0","259":"0","260":"0.09","261":"3.8","262":"0","263":"0","264":"0","265":"0","266":"0.09","267":"3.8","268":"0.02","269":"0.8","270":"0.63","271":"26.7","272":"0.14000000000000001","273":"6.0000000000000089","274":"8071","275":"6670","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"69.86","296":"-","297":"75.697140840098825","298":"74.121800529567523","299":"74.570326201332875","300":"73.641816623821768","301":"72.68949468085107"},{"1":"24762","2":"שבלי - אום אל-גנם","3":"0913","4":"הצפון","5":"מועצה מקומית","6":"91.142060795217702","7":"1984","8":"0","9":"9","10":"251","11":"הגליל המזרחי","12":"3.146401053346116","13":"1989","14":"6279","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"3174","22":"3105","23":"9.5238095238095237","24":"9.348622392100653","25":"10.781971651536869","26":"10.590858416945373","27":"17.072782290173595","28":"17.486860965121835","29":"16.212772734511866","30":"2.8985507246376812","31":"6.067845198279981","32":"35.738174868609654","33":"2.1659499920369485","34":"863","35":"124","36":"..","37":"0.2","38":"..","39":"23","40":"5.73","41":"101","42":"16.251483104275408","43":"2.0770879443300885","44":"3.185220576524924E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"26","51":"26","52":"91","53":"34","54":"57","55":"22","56":"39","57":"28","58":"2","59":"65","60":"19","61":"46","62":"17","63":"26","64":"21","65":"1","66":"26","67":"58","68":"32.299999999999997","69":"12","70":"4.9000000000000004","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"536","88":"15.473441108545035","89":"213","90":"97","91":"6.2610229276895941","92":"39","93":"163","94":"128","95":"112","96":"120","97":"-","98":"399","99":"38.095238095238095","100":"194","101":"211","102":"219","103":"28","104":"14","105":"90.2","106":"1.8","107":"7.8","108":"0.2","109":"978","110":"568","111":"367","112":"43","113":"2341","114":"881","115":"1232","116":"228","117":"6707.9759949999998","118":"8123.5731640000004","119":"5065.1704689999997","120":"0.64423781670379654","121":"1.1582189780916519","122":"0.32351027531403176","123":"2746","124":"47.9","125":"246","126":"10095.428400000001","127":"-6.4325464680559108E-2","128":"29.7","129":"0.34647849200000003","130":"385","131":"136","132":"124","133":"118","134":"7","135":"3","136":"2","137":"2","138":"1","139":"1","140":"57","141":"34","142":"23","143":"10","144":"13","145":"1436","146":"826","147":"610","148":"281","149":"329","150":"25.392857142857142","151":"0.60606060606060608","152":"..","153":"..","154":"66.451612903225808","155":"47.741935483870968","156":"13.05","157":"..","158":"15.5","159":"2.9","160":"153","161":"31.9","162":"1.9607843137254901","163":"2.6","164":"19.2","165":"56.209150326797385","166":"82.35294117647058","167":"10.420289855072463","168":"3.0876216968011128","169":"496.96699999999998","170":"85.308000000000007","171":"17.2","172":"411.65899999999999","173":"391.298","174":"20.361000000000001","175":"95.053915983860421","176":"4.9460840161395714","177":"331.05200000000002","178":"17.039000000000001","179":"11.077999999999999","180":"9.6129999999999995","181":"4.9160000000000004","182":"84.603550235370506","183":"4.3544817504817299","184":"2.83109037102157","185":"2.4566954086144102","186":"1.2563314915997501","187":"62.318522057652501","188":"52.723682114986502","189":"2.7136486701704094","190":"1.7642936773371556","191":"1.5309762701067049","192":"0.78292721770982643","193":"0","194":"330.99871369220006","195":"80.000012911965584","196":"3.1","197":"3.1","198":"15","199":"4.5","200":"4.5","201":"21","202":"1457","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.1772344857227872","214":"0.51401839412220895","215":"3193","216":"2222","217":"8.1719171917191726","218":"2","219":"-","220":"2","221":"-","222":"0.32181154661931499","223":"0.62637018477920459","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.778686963055363","236":"60","237":"8","238":"1.0908623654709568","239":"171","240":"3","241":"-0.335685033584807","242":"82","243":"82","244":"93","245":"3.1700000000000004","246":"1.3","247":"41","248":"0.03","249":"0.9","250":"0","251":"0","252":"0","253":"0","254":"0.01","255":"0.3","256":"0.01","257":"0.3","258":"0","259":"0","260":"0.01","261":"0.3","262":"0","263":"0","264":"0","265":"0","266":"0.26","267":"8.1999999999999993","268":"1.31","269":"41.3","270":"0.08","271":"2.5","272":"0.16","273":"5.2000000000000171","274":"6279","275":"4830","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"86.14","296":"82.508960573476699","297":"39.630086313193587","298":"56.720038816108683","299":"60.876856732151417","300":"37.288919731667825","301":"50.043975373790673"},{"1":"52239","2":"שגב-שלום","3":"1286","4":"הדרום","5":"מועצה מקומית","6":"100.401741360893","7":"1996","8":"0","9":"11","10":"652","11":"נגב מזרחי","12":"13.524687574949857","13":"877.3","14":"11865","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"5978","22":"5887","23":"16.814159292035399","24":"13.999157184997893","25":"12.170248630425622","26":"12.203961230509902","27":"18.870627897176568","28":"14.268857985672145","29":"8.2595870206489668","30":"1.3737884534344711","31":"2.048040455120101","32":"50.181205225453013","33":"0.58154235145385591","34":"1338","35":"400","36":"4.72","37":"3.6","38":"( 9.4)","39":"29","40":"7.05","41":"371","42":"31.943429838045635","43":"4.4149458474702925","44":"8.4281500210703752E-3","45":"0","46":"0","47":"0","48":"0","49":"0","50":"112","51":"109","52":"190","53":"104","54":"86","55":"83","56":"61","57":"44","58":"2","59":"79","60":"35","61":"44","62":"37","63":"29","64":"13","65":"0","66":"133","67":"192","68":"61.3","69":"31","70":"9.8000000000000007","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"363.33333333333331","80":"101.57552317334816","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"474","88":"9.1842666149970942","89":"193","90":"122","91":"3.8469204704006379","92":"35","93":"151","94":"115","95":"118","96":"122","97":"..","98":"288","99":"49.305555555555557","100":"1657","101":"62","102":"281","103":"31","104":"4","105":"75.2","106":"0.8","107":"23.6","108":"0.4","109":"1422","110":"491","111":"519","112":"412","113":"5018","114":"729","115":"1818","116":"2471","117":"5532.9720580000003","118":"6300.9707340000004","119":"4297.3058940000001","120":"-0.8666857452225174","121":"-1.7744822425093454","122":"0.9112244382847301","123":"3209","124":"56.3","125":"102","126":"9615.5880149999994","127":"3.5223709298583428","128":"47.1","129":"0.323735051","130":"943","131":"283","132":"309","133":"331","134":"20","135":"8","136":"5","137":"6","138":"3","139":"3","140":"204","141":"106","142":"98","143":"47","144":"51","145":"5233","146":"2656","147":"2577","148":"1209","149":"1368","150":"26.63917525773196","151":"3.5286284953395475","152":"4.7945205479452051","153":"2.3316062176165802","154":"51.834862385321102","155":"40.825688073394495","156":"8.1300000000000008","157":"14.3","158":"7.9","159":"1.5","160":"530","161":"34","162":"6.4150943396226419","163":"3.6","164":"12.7","165":"33.962264150943398","166":"67.169811320754718","167":"10.875518672199171","168":"9.7071887784921103","169":"2218.2220000000002","170":"368.34399999999999","171":"16.6","172":"1849.8779999999999","173":"1848.9860000000001","174":"0.89200000000000002","175":"99.951780603910095","176":"4.8219396089904304E-2","177":"600.29600000000005","178":"95.537000000000006","179":"7.04","180":"31.367000000000001","181":"17.364999999999998","182":"32.466227434929202","183":"5.1669942335961396","184":"0.38074923228190999","185":"1.6964433478674299","186":"0.93916341172945605","187":"155.83531394858801","188":"50.593847450484603","189":"8.052001685630005","190":"0.59334176148335438","191":"2.6436578171091445","192":"1.4635482511588707","193":"3.2","194":"1276.5784290976101","195":"100","196":"14.1","197":"9.4","198":"41","199":"13.3","200":"8.8000000000000007","201":"37","202":"888","203":"-","204":"-","205":"1","206":"-","207":"-","208":"-","209":"-","210":"1","211":"-","212":"-","213":"1.4139222619842369","214":"2.4220474185537926","215":"2258","216":"1850","217":"10.48","218":"1","219":"-","220":"1","221":"-","222":"8.6100889051335949E-2","223":"0.4428697962798937","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.2068897555352001","236":"8","237":"3","238":"-0.7857691646239946","239":"47","240":"3","241":"-0.57919481860170496","242":"49","243":"49","244":"73","245":"13.54","246":"3.3","247":"24.4","248":"0.1","249":"0.7","250":"0.02","251":"0.1","252":"0.01","253":"0.1","254":"0.04","255":"0.3","256":"0.06","257":"0.4","258":"0.2","259":"1.5","260":"0.01","261":"0.1","262":"0.01","263":"0.1","264":"0","265":"0","266":"0","267":"0","268":"0.02","269":"0.1","270":"3.26","271":"24.1","272":"6.51","273":"48.1","274":"11865","275":"3595","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"81.599999999999994","296":"-","297":"42.025683512841752","298":"61.287089013632723","299":"65.584920326467156","300":"49.337207190848012","301":"53.265002479748723"},{"1":"77215","2":"שוהם","3":"1304","4":"המרכז","5":"מועצה מקומית","6":"12.790734242969","7":"1993","8":"0","9":"13","10":"421","11":"שוהם","12":"7.1624826648465474","13":"2984.4","14":"21441","15":"100","16":"99","17":"-","18":"-","19":"-","20":"-","21":"10597","22":"10844","23":"5.4661629588172191","24":"6.6834569283149108","25":"8.6190009794319291","26":"10.563872953686861","27":"16.88820484119211","28":"12.480761158528054","29":"24.62105312252227","30":"6.1610932325917638","31":"8.5117298633459253","32":"27.111608600345132","33":"2.90098409589105","34":"662","35":"223","36":"2.2400000000000002","37":"-","38":"-","39":"39","40":"3.12","41":"184","42":"8.6681570119651852","43":"2.032243730686389","44":"4.6079940301291913","45":"6","46":"16.666666666666664","47":"83.333333333333343","48":"0","49":"0","50":"221","51":"208","52":"905","53":"441","54":"464","55":"338","56":"114","57":"402","58":"51","59":"697","60":"343","61":"354","62":"103","63":"347","64":"229","65":"18","66":"758","67":"118","68":"16.100000000000001","69":"69","70":"7.5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"819.33333333333337","80":"44.436573734966032","81":"20","82":"24","83":"..","84":"..","85":"..","86":"..","87":"1983","88":"14.832822200613361","89":"801","90":"329","91":"6.0617526865445743","92":"40","93":"215","94":"119","95":"113","96":"113","97":"..","98":"1643","99":"2.5562994522215461","100":"84","101":"210","102":"347","103":"51","104":"55","105":"41","106":"51","107":"6.9","108":"1.1000000000000001","109":"1918","110":"1349","111":"539","112":"30","113":"3793","114":"1894","115":"1735","116":"164","117":"14543.85786","118":"17551.502540000001","119":"11712.92964","120":"1.6635088763766737","121":"1.3323181433601006","122":"2.0731618065107815","123":"11795","124":"31.8","125":"1030","126":"14584.5407","127":"-1.871030062081247","128":"28.8","129":"0.46951254399999998","130":"721","131":"213","132":"224","133":"252","134":"32","135":"9","136":"6","137":"4","138":"2","139":"2","140":"155","141":"77","142":"78","143":"33","144":"45","145":"4262","146":"1999","147":"2263","148":"1077","149":"1186","150":"27.56338028169014","151":"0.38167938931297707","152":"0.5315110098709187","153":"0.23023791250959325","154":"93.15352697095436","155":"91.078838174273855","156":"60.97","157":"61.3","158":"20.8","159":"6.1","160":"417","161":"32.200000000000003","162":"5.5155875299760186","163":"2.8","164":"18.600000000000001","165":"54.676258992805757","166":"76.498800959232611","167":"11.072538860103627","168":"4.4072637517630469","169":"2197.3989999999999","170":"95.257000000000005","171":"4.3349887753657903","172":"2102.1419999999998","173":"2102.1419999999998","174":"-","175":"100","176":"-","177":"1441.885","178":"48.615000000000002","179":"337.12900000000002","180":"210.41800000000001","181":"60.104999999999997","182":"68.591227424217806","183":"2.3126411060718102","184":"16.037403752933901","185":"10.009694873134199","186":"2.8592264461677699","187":"98.043095004897197","188":"67.248962268550898","189":"2.267384916748286","190":"15.723566997807938","191":"9.8138146541672491","192":"2.8032741010214077","193":"0","194":"1464.1730051915999","195":"100","196":"56.3","197":"29.3","198":"103","199":"131.9","200":"113.3","201":"610","202":"6090","203":"-","204":"-","205":"-","206":"-","207":"-","208":"3.9","209":"28.449999999999996","210":"-","211":"-","212":"-","213":"1.5629759148687652","214":"42.860674768183237","215":"10147","216":"9275","217":"6.2728840970350408","218":"4","219":"-","220":"-","221":"4","222":"0.18843819591228661","223":"0.39420518379816699","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.70522417858191","236":"248","237":"5","238":"3.7554079263772883E-2","239":"117","240":"7","241":"1.2679010231216301","242":"213","243":"212","244":"219","245":"7.2199999999999989","246":"2.09","247":"28.9","248":"0.12","249":"1.7","250":"0.01","251":"0.1","252":"0.01","253":"0.1","254":"0.11","255":"1.5","256":"0.02","257":"0.3","258":"0.17","259":"2.4","260":"0.16","261":"2.2000000000000002","262":"0","263":"0","264":"0.21","265":"2.9","266":"1.94","267":"26.9","268":"0.06","269":"0.8","270":"0.22","271":"3","272":"2.1","273":"29.199999999999996","274":"21441","275":"10259","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"72.23","296":"-","297":"78.495872033023744","298":"76.797070726536916","299":"75.862507956715461","300":"75.364677893946038","301":"76.037868987416203"},{"1":"20715","2":"שלומי","3":"0812","4":"הצפון","5":"מועצה מקומית","6":"116.943670586716","7":"1960","8":"0","9":"9","10":"255","11":"מעלה הגליל","12":"5.85617216247313","13":"1204.7","14":"7055","15":"98.6","16":"91.9","17":"-","18":"-","19":"-","20":"-","21":"3579","22":"3476","23":"7.3564847625797309","24":"8.121899362154501","25":"8.405386250885897","26":"7.285613040396882","27":"13.33805811481219","28":"18.412473423104181","29":"19.829907866761161","30":"5.2445074415308293","31":"11.991495393338058","32":"28.348688873139618","33":"4.6491849751948973","34":"759","35":"117","36":"..","37":"0.4","38":"..","39":"42","40":"4.43","41":"75","42":"10.862648311440516","43":"4.4531845411839157","44":"16.314670446491849","45":"6","46":"33.333333333333329","47":"33.333333333333329","48":"33.333333333333329","49":"0","50":"258","51":"258","52":"568","53":"285","54":"283","55":"149","56":"130","57":"267","58":"22","59":"310","60":"150","61":"160","62":"80","63":"76","64":"138","65":"16","66":"235","67":"35","68":"14.6","69":"27","70":"10.3","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"822","88":"19.49253023476405","89":"343","90":"140","91":"8.3434687423984446","92":"41","93":"182","94":"132","95":"116","96":"118","97":"..","98":"815","99":"24.417177914110429","100":"381","101":"196","102":"268","103":"30","104":"23","105":"59.5","106":"21.3","107":"3.3","108":"15.9","109":"944","110":"646","111":"264","112":"34","113":"2003","114":"955","115":"852","116":"196","117":"9337.7160729999996","118":"11420.54074","119":"7245.1357829999997","120":"4.2018097633098606","121":"3.7977384450442964","122":"5.7194094411998408","123":"3424","124":"35.799999999999997","125":"273","126":"11004.4344","127":"-14.044185759197003","128":"39.200000000000003","129":"0.38123228300000001","130":"332","131":"99","132":"111","133":"105","134":"17","135":"3","136":"2","137":"2","138":"1","139":"1","140":"44","141":"24","142":"20","143":"13","144":"7","145":"1044","146":"598","147":"446","148":"287","149":"159","150":"28.1","151":"1.1510791366906474","152":"..","153":"..","154":"73.529411764705884","155":"60.784313725490193","156":"19.48","157":"..","158":"10.199999999999999","159":"2.6","160":"131","161":"31.9","162":"6.8702290076335881","163":"3.1","164":"15.8","165":"45.038167938931295","166":"75.572519083969468","167":"9.4054054054054053","168":"3.5181992337164751","169":"973.88800000000003","170":"39.44","171":"4.0","172":"934.44799999999998","173":"934.44799999999998","174":"-","175":"100","176":"-","177":"385.09199999999998","178":"11.272","179":"26.716999999999999","180":"13.702","181":"36.801000000000002","182":"41.210639864390501","183":"1.2062736503261799","184":"2.8591211067924598","185":"1.4663202232762","186":"3.93826087700974","187":"132.451878100638","188":"54.584266477675399","189":"1.5977321048901489","190":"3.7869596031183557","191":"1.9421686746987952","192":"5.2163004961020549","193":"0","194":"759.79599904500003","195":"100","196":"14.4","197":"14.3","198":"68","199":"22.6","200":"19.100000000000001","201":"115","202":"2294","203":"-","204":"-","205":"0.4","206":"5.62","207":"-","208":"-","209":"-","210":"0.4","211":"5.62","212":"-","213":"1.573683234182194","214":"44.217790335928285","215":"3240","216":"2848","217":"7.5474016853932584","218":"3","219":"-","220":"1","221":"2","222":"0.4345059324576207","223":"0.92592592592592593","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.16345123114297899","236":"143","237":"3","238":"-0.56251178808587654","239":"67","240":"3","241":"-0.69371802716456998","242":"39","243":"48","244":"42","245":"5.8400000000000007","246":"0.9","247":"15.4","248":"7.0000000000000007E-2","249":"1.2","250":"0.02","251":"0.3","252":"0.05","253":"0.9","254":"0.03","255":"0.5","256":"0.04","257":"0.7","258":"0.32","259":"5.5","260":"0.13","261":"2.2000000000000002","262":"0","263":"0","264":"0.03","265":"0.5","266":"0.99","267":"17","268":"1.28","269":"21.9","270":"0.12","271":"2.1","272":"1.86","273":"31.8","274":"7055","275":"7839","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"74.260000000000005","296":"-","297":"66.871896722939425","298":"66.738660907127439","299":"67.011692543607438","300":"63.711911357340725","301":"66.468489892984536"},{"1":"27756","2":"שעב","3":"0538","4":"הצפון","5":"מועצה מקומית","6":"101.75115014471599","7":"1975","8":"0","9":"9","10":"263","11":"שפלת הגליל","12":"5.3835425255556482","13":"1371.1","14":"7381","15":"-","16":"-","17":"100","18":"100","19":"-","20":"-","21":"3707","22":"3674","23":"9.7818723750169347","24":"9.8089689743937143","25":"8.1696247120986314","26":"9.4431648828072081","27":"19.008264462809919","28":"19.523099850968702","29":"16.677956916406991","30":"2.9128844330036578","31":"4.6877116921826314","32":"33.139141037799753","33":"1.7341823601138058","34":"721","35":"159","36":"..","37":"0.6","38":"..","39":"31","40":"6.67","41":"128","42":"17.52278187704546","43":"2.1120387637289326","44":"0","45":"..","46":"..","47":"..","48":"..","49":"..","50":"21","51":"17","52":"89","53":"30","54":"59","55":"27","56":"35","57":"27","58":"0","59":"72","60":"20","61":"52","62":"25","63":"26","64":"21","65":"0","66":"1","67":"72","68":"33.299999999999997","69":"15","70":"5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"644","88":"14.757103574702107","89":"288","90":"171","91":"6.6914498141263934","92":"37","93":"155","94":"120","95":"130","96":"144","97":"-","98":"358","99":"48.603351955307261","100":"544","101":"164","102":"348","103":"25","104":"37","105":"55.3","106":"0.4","107":"16.2","108":"28.1","109":"1092","110":"693","111":"363","112":"36","113":"2428","114":"1053","115":"1182","116":"193","117":"6097.5050840000004","118":"7076.9305560000003","119":"4719.9705999999996","120":"3.9811935303083024","121":"3.8564618550265051","122":"4.7799887216620762","123":"3049","124":"54.2","125":"227","126":"8150.9205099999999","127":"4.9512190697452274","128":"46.3","129":"0.34228270500000002","130":"411","131":"130","132":"132","133":"143","134":"6","135":"3","136":"2","137":"2","138":"1","139":"1","140":"63","141":"34","142":"29","143":"14","144":"15","145":"1477","146":"786","147":"691","148":"324","149":"367","150":"24.03125","151":"1.0269576379974326","152":"..","153":"..","154":"82.394366197183103","155":"55.633802816901415","156":"12.38","157":"28","158":"14.6","159":"2.8","160":"164","161":"32.799999999999997","162":"3.0487804878048781","163":"2.9","164":"20","165":"58.536585365853654","166":"79.268292682926827","167":"10.335664335664335","168":"3.2645466847090665","169":"534.04600000000005","170":"85.396000000000001","171":"16.0","172":"448.65","173":"418.99700000000001","174":"29.652999999999999","175":"93.390616293324413","176":"6.6093837066755823","177":"344.58600000000001","178":"46.064999999999998","179":"-","180":"8.9649999999999999","181":"13.500999999999999","182":"82.240684300842204","183":"10.994112129681101","184":"-","185":"2.13963345799612","186":"3.2222187748361","187":"56.766969245359697","188":"46.685543964232501","189":"6.2410242514564418","190":"-","191":"1.2146050670640836","192":"1.8291559409294134","193":"1.2","194":"305.93302793370003","195":"100","196":"4.3","197":"4.3","198":"27","199":"17.3","200":"14.2","201":"92","202":"1771","203":"1.0149999999999999","204":"22.84","205":"-","206":"-","207":"0.56999999999999995","208":"1.0149999999999999","209":"13.96","210":"-","211":"-","212":"0.56999999999999995","213":"1.1354119294073739","214":"1.0164609189440965","215":"3126","216":"2683","217":"8.500186358553858","218":"4","219":"-","220":"-","221":"4","222":"0.54758693365767064","223":"1.2795905310300704","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.1432328032886001","236":"30","237":"1","238":"-1.5234910172336997","239":"8","240":"3","241":"-0.37667612185170102","242":"75","243":"85","244":"69","245":"5.36","246":"0.67","247":"12.5","248":"0.04","249":"0.7","250":"0","251":"0","252":"0.01","253":"0.2","254":"0.03","255":"0.6","256":"0","257":"0","258":"0.02","259":"0.4","260":"0.03","261":"0.6","262":"0.04","263":"0.7","264":"0","265":"0","266":"0.09","267":"1.7","268":"1.51","269":"28.2","270":"1.8","271":"33.6","272":"1.1200000000000001","273":"20.800000000000004","274":"7381","275":"11016","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"93.3","296":"92.742598684210535","297":"60.332491582491585","298":"70.866305705955853","299":"78.060805258833199","300":"58.852719333068684","301":"63.59824661711454"},{"1":"50217","2":"תל מונד","3":"0154","4":"המרכז","5":"מועצה מקומית","6":"15.7640539819834","7":"1954","8":"0","9":"11","10":"457","11":"שרונים","12":"7.1268637286526548","13":"1988.6","14":"14179","15":"100","16":"98.5","17":"-","18":"-","19":"-","20":"-","21":"7114","22":"7065","23":"6.7776288877918045","24":"9.3236476479300379","25":"10.113548205092037","26":"9.5845969391353414","27":"13.174412864094789","28":"15.798011143240004","29":"22.378164891741307","30":"3.8507652161647505","31":"8.9992242048099307","32":"32.110868185344522","33":"2.8704422032583397","34":"812","35":"146","36":"2.16","37":"-","38":"-","39":"23","40":"3.61","41":"123","42":"8.8901372660813376","43":"5.0867994552630904","44":"8.0400592425417869","45":"38","46":"31.578947368421051","47":"21.052631578947366","48":"18.421052631578945","49":"28.947368421052634","50":"548","51":"477","52":"960","53":"469","54":"491","55":"398","56":"76","57":"438","58":"48","59":"483","60":"266","61":"217","62":"69","63":"188","64":"196","65":"30","66":"338","67":"44","68":"10.1","69":"42","70":"7.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"619.33333333333337","80":"57.796548304004986","81":"20","82":"20","83":"..","84":"..","85":"..","86":"..","87":"1245","88":"15.289205452535921","89":"505","90":"215","91":"6.3330825181840984","92":"39","93":"199","94":"121","95":"115","96":"120","97":"..","98":"1188","99":"4.7138047138047137","100":"99","101":"182","102":"269","103":"54","104":"47","105":"45.7","106":"48.1","107":"4.5999999999999996","108":"1.5","109":"1493","110":"1026","111":"438","112":"29","113":"3063","114":"1479","115":"1416","116":"168","117":"13787.64075","118":"17008.648440000001","119":"10669.263199999999","120":"1.8666610732246181","121":"0.5919618392742132","122":"4.167583133261088","123":"6424","124":"34.6","125":"817","126":"13978.646849999999","127":"1.4541906862861387","128":"33.799999999999997","129":"0.52765341200000004","130":"681","131":"192","132":"225","133":"234","134":"30","135":"5","136":"4","137":"2","138":"1","139":"1","140":"103","141":"60","142":"43","143":"22","144":"21","145":"3074","146":"1610","147":"1464","148":"753","149":"711","150":"27.431034482758619","151":"0.98265895953757232","152":"1.2345679012345678","153":"0.71513706793802145","154":"89.00709219858156","155":"86.524822695035468","156":"56.14","157":"52.8","158":"15.7","159":"4","160":"291","161":"30.4","162":"6.1855670103092786","163":"3","164":"19","165":"45.360824742268044","166":"71.821305841924399","167":"11.937984496124031","168":"2.5629870129870129","169":"1377.498","170":"91.701999999999998","171":"6.7","172":"1285.797","173":"1277.547","174":"8.25","175":"99.358374611233344","176":"0.64162538876665598","177":"1023.802","178":"62.613","179":"119.649","180":"30.518999999999998","181":"38.808999999999997","182":"80.138108421842801","183":"4.9010329952635798","184":"9.3655262780938795","185":"2.3888749298460299","186":"3.03777473548918","187":"90.101347062557295","188":"72.205515198533007","189":"4.4158967487128855","190":"8.4384653360603714","191":"2.1524084914309896","192":"2.7370759574017915","193":"1.9","194":"925.45949999999993","195":"100","196":"23.1","197":"23","198":"100","199":"19.3","200":"19.3","201":"96","202":"3792","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6675106671689808","214":"27.636554374863","215":"6651","216":"5970","217":"6.7370184254606365","218":"9","219":"-","220":"2","221":"7","222":"0.6504978487376587","223":"1.3531799729364007","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.42689721968139","236":"238","237":"2","238":"-1.1438685036344569","239":"20","240":"6","241":"0.99734832790636896","242":"204","243":"200","244":"212","245":"7.1400000000000006","246":"1.96","247":"27.5","248":"0.1","249":"1.4","250":"0","251":"0","252":"0.02","253":"0.3","254":"0.04","255":"0.6","256":"0.03","257":"0.4","258":"0.02","259":"0.3","260":"0.16","261":"2.2000000000000002","262":"0.13","263":"1.8","264":"0","265":"0","266":"0","267":"0","268":"2.1","269":"29.4","270":"2.09","271":"29.3","272":"0.49","273":"6.7999999999999918","274":"14179","275":"7234","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"76.618044300378173","298":"75.716730851519046","299":"74.826279216677193","300":"73.69224506411561","301":"74.727481353987386"},{"1":"0","2":"תל שבע","3":"1054","4":"הדרום","5":"מועצה מקומית","6":"95.560066559369005","7":"1984","8":"0","9":"13","10":"652","11":"נגב מזרחי","12":"9.4210723286980862","13":"2355.1","14":"22187","15":"-","16":"-","17":"99.8","18":"100","19":"-","20":"-","21":"11075","22":"11112","23":"17.055032226078335","24":"14.64821742461802","25":"12.804795601027628","26":"12.484788389597512","27":"18.344075359444719","28":"13.918060125298599","29":"7.5584801911028983","30":"1.2169288321990355","31":"1.9786361382791724","32":"51.80060395727228","33":"0.60395727227655838","34":"1437","35":"764","36":"4.6100000000000003","37":"7.8","38":"10.5","39":"54","40":"7.18","41":"710","42":"32.463798754814817","43":"2.9405215501496968","44":"9.0142876459187813E-3","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-98","51":"-110","52":"81","53":"36","54":"45","55":"29","56":"37","57":"15","58":"0","59":"191","60":"82","61":"109","62":"71","63":"77","64":"43","65":"0","66":"163","67":"369","68":"67.3","69":"67","70":"10.9","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"738.33333333333337","80":"114.58675426217179","81":"13","82":"33","83":"..","84":"..","85":"..","86":"..","87":"1023","88":"11.089430894308943","89":"417","90":"261","91":"4.6307606885063857","92":"34","93":"152","94":"114","95":"117","96":"125","97":"-","98":"499","99":"52.304609218436873","100":"4145","101":"170","102":"645","103":"78","104":"13","105":"90.2","106":"0.6","107":"8.6","108":"0.6","109":"3383","110":"1264","111":"1160","112":"959","113":"11705","114":"1931","115":"4052","116":"5722","117":"5288.0164059999997","118":"6153.0875580000002","119":"3946.561569","120":"-0.23637927259629876","121":"-0.58785795106514049","122":"2.0998336503306847","123":"5938","124":"60.6","125":"212","126":"12196.37722","127":"-7.7314359833649204","128":"38.700000000000003","129":"0.357256929","130":"1840","131":"586","132":"613","133":"626","134":"15","135":"12","136":"9","137":"9","138":"4","139":"5","140":"264","141":"154","142":"110","143":"54","144":"56","145":"6594","146":"3692","147":"2902","148":"1538","149":"1364","150":"27.296875","151":"2.4476650563607083","152":"2.9187817258883251","153":"1.9620667102681491","154":"56.672760511883006","155":"27.056672760511884","156":"8.4700000000000006","157":"15.7","158":"9.6","159":"2.2000000000000002","160":"704","161":"33.4","162":"3.4090909090909087","163":"4","164":"11.7","165":"30.681818181818183","166":"72.017045454545453","167":"10.280373831775702","168":"3.2830303030303032","169":"1775.729","170":"1017.162","171":"57.3","172":"758.56700000000001","173":"758.56700000000001","174":"-","175":"100","176":"-","177":"655.15800000000002","178":"84.304000000000002","179":"8.6739999999999995","180":"5.1769999999999996","181":"5.2539999999999996","182":"86.367848851848294","183":"11.1135865388291","184":"1.1434718357112801","185":"0.68247102760863598","186":"0.69262174600266002","187":"34.1897056835084","188":"29.528913327624299","189":"3.7997025285076846","190":"0.39094965520349756","191":"0.23333483571460764","192":"0.23680533645828639","193":"0.8","194":"472.60466831924998","195":"100","196":"6.1","197":"6.1","198":"24","199":"4.5","200":"4.5","201":"21","202":"1463","203":"0.75","204":"4.5","205":"3","206":"-","207":"-","208":"0.75","209":"4.5","210":"3","211":"-","212":"-","213":"1.0964985986941185","214":"1.4767091032787987","215":"4622","216":"3604","217":"10.55715871254162","218":"5","219":"2","220":"3","221":"-","222":"0.2286183010902452","223":"1.0817827780181739","224":"2","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.3211462310276998","236":"3","237":"4","238":"-0.32511411386942951","239":"89","240":"3","241":"-0.44012864272920998","242":"70","243":"68","244":"80","245":"9.4099999999999984","246":"3.6","247":"38.299999999999997","248":"0.2","249":"2.1","250":"0","251":"0","252":"0.02","253":"0.2","254":"0.04","255":"0.4","256":"0.05","257":"0.5","258":"0.03","259":"0.3","260":"0.03","261":"0.3","262":"0.02","263":"0.2","264":"0.01","265":"0.1","266":"0","267":"0","268":"0.08","269":"0.9","270":"4.2699999999999996","271":"45.4","272":"1.06","273":"11.3","274":"22187","275":"6163","276":"-","277":"-","278":"-","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"78.650000000000006","296":"13.587848932676518","297":"30.90674133103597","298":"54.863895336568902","299":"57.575131674067961","300":"42.743577314590404","301":"53.306466385784944"},{"1":"136948","2":"אל קסום","3":"69","4":"הדרום","5":"מועצה אזורית","6":"-","7":"2012","8":"0","9":"10","10":"624","11":"אבו בסמה","12":"38.705390265316446","13":"..","14":"17270","15":"-","16":"-","17":"99.6","18":"100","19":"-","20":"-","21":"8876","22":"8394","23":"18.70874348581355","24":"12.831499710480601","25":"11.2507237984945","26":"10.735379270411118","27":"19.264620729588881","28":"15.36768963520556","29":"8.3729009843659519","30":"1.4881297046902142","31":"1.9803126809496236","32":"49.189345686160969","33":"0.65431383902721485","34":"1247","35":"547","36":"4.5599999999999996","37":"4","38":"8.8","39":"28","40":"4.66","41":"519","42":"30.768927445269387","43":"4.8888813044064392","44":"5.790387955993051E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"228","51":"219","52":"309","53":"158","54":"151","55":"111","56":"121","57":"75","58":"2","59":"90","60":"38","61":"52","62":"39","63":"24","64":"25","65":"2","66":"8","67":"234","68":"54.4","69":"39","70":"7.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"744","88":"9.5666709528095666","89":"303","90":"218","91":"3.9989441731556026","92":"34","93":"163","94":"113","95":"116","96":"121","97":"-","98":"283","99":"54.063604240282686","100":"2957","101":"97","102":"148","103":"10","104":"1","105":"79.5","106":"1","107":"5.7","108":"13.8","109":"253","110":"37","111":"114","112":"102","113":"1098","114":"60","115":"410","116":"628","117":"5576.9051909999998","118":"6392.9452899999997","119":"4044.6596850000001","120":"1.7007427945738174","121":"0.5103926175849427","122":"7.1499477638745645","123":"2164","124":"57.2","125":"99","126":"9650.4495119999992","127":"-5.5176703625038463","128":"41.4","129":"0.33994306000000002","130":"993","131":"329","132":"335","133":"322","134":"7","135":"23","136":"17","137":"12","138":"5","139":"7","140":"442","141":"280","142":"162","143":"69","144":"93","145":"10218","146":"6526","147":"3692","148":"1692","149":"2000","150":"25.41628959276018","151":"2.0606060606060606","152":"1.8140589569160999","153":"2.34375","154":"57.303370786516851","155":"34.831460674157306","156":"6.8","157":"..","158":"9.6999999999999993","159":"2","160":"1046","161":"33.9","162":"6.2141491395793498","163":"4.8","164":"10.6","165":"25.717017208413001","166":"65.296367112810699","167":"0","168":"3.3","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1285.7821693999999","195":"43.466793917417654","196":"6.9","197":"5","198":"17","199":"2.6","200":"-","201":"-","202":"..","203":"0.9","204":"10.8","205":"-","206":"-","207":"-","208":"3.5","209":"28.000000000000004","210":"1.9910000000000001","211":"2.8149999999999999","212":"5.95","213":"0.83787505761058678","214":"0.37206602781083559","215":"1671","216":"1331","217":"11.051578137028484","218":"1","219":"1","220":"-","221":"-","222":"5.9285023979324454E-2","223":"0.59844404548174746","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.27147409355696","236":"5","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.57910988565347998","242":"50","243":"43","244":"78","245":"38.72","246":"5.84","247":"15.1","248":"0.2","249":"0.5","250":"0.01","251":"0","252":"0.02","253":"0.1","254":"0.05","255":"0.1","256":"0.01","257":"0","258":"0.01","259":"0","260":"0.36","261":"0.9","262":"0","263":"0","264":"0","265":"0","266":"0.02","267":"0.1","268":"1.26","269":"3.3","270":"22.34","271":"57.7","272":"8.6","273":"22.2","274":"17270","275":"2957","276":"24","277":"17.600000000000001","278":"7","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"1","286":"2","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"4","295":"76.849077432581609","296":"76.738684750039425","297":"34.635965623479812","298":"50.157529930686827","299":"53.437452151278521","300":"44.8349764252036","301":"53.17647058823529"},{"1":"39548","2":"אל-בטוף","3":"65","4":"הצפון","5":"מועצה אזורית","6":"-","7":"2000","8":"0","9":"8","10":"251","11":"הגליל המזרחי","12":"4.2245221722197446","13":"..","14":"8408","15":"-","16":"-","17":"99.9","18":"99.9","19":"-","20":"-","21":"4324","22":"4084","23":"11.548525214081828","24":"9.5266412940057084","25":"9.1103710751665083","26":"10.478116079923883","27":"20.206945765937203","28":"18.125594671741197","29":"13.808277830637488","30":"2.6879162702188393","31":"4.5195052331113228","32":"36.08468125594672","33":"1.5580399619410086","34":"824","35":"188","36":"..","37":"0.4","38":"..","39":"26","40":"5.79","41":"162","42":"19.479917447450624","43":"2.2215317569908848","44":"1.1893434823977166E-2","45":"8","46":"12.5","47":"37.5","48":"12.5","49":"37.5","50":"13","51":"9","52":"89","53":"27","54":"62","55":"22","56":"49","57":"18","58":"0","59":"80","60":"22","61":"58","62":"24","63":"41","64":"15","65":"0","66":"1","67":"106","68":"45.5","69":"6","70":"1.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"956","88":"20.275715800636267","89":"400","90":"229","91":"8.6262669829631218","92":"36","93":"157","94":"115","95":"120","96":"125","97":"-","98":"382","99":"34.816753926701573","100":"362","101":"177","102":"316","103":"29","104":"20","105":"80.099999999999994","106":"0.9","107":"18.2","108":"0.8","109":"1260","110":"741","111":"459","112":"60","113":"2977","114":"1124","115":"1538","116":"315","117":"6077.0528000000004","118":"7435.2619839999998","119":"3990.6213969999999","120":"0.17732552451217298","121":"0.27296300309900268","122":"1.8656900588128966","123":"3226","124":"56.5","125":"178","126":"7924.6642840000004","127":"-22.130973411456832","128":"44.4","129":"0.36441717200000001","130":"560","131":"215","132":"169","133":"168","134":"8","135":"5","136":"4","137":"2","138":"1","139":"1","140":"69","141":"39","142":"30","143":"15","144":"15","145":"1774","146":"895","147":"879","148":"405","149":"474","150":"23.783783783783782","151":"..","152":"..","153":"..","154":"68.367346938775512","155":"47.448979591836739","156":"9.9","157":"22.6","158":"14.8","159":"3","160":"206","161":"32.799999999999997","162":"1.9417475728155338","163":"2.9","164":"18.399999999999999","165":"57.28155339805825","166":"80.097087378640779","167":"9.8388888888888886","168":"3.425183512140034","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"634.19664399999999","195":"88.781712947695766","196":"5.0999999999999996","197":"5.0999999999999996","198":"23","199":"10.8","200":"9.1999999999999993","201":"43","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"..","214":"..","215":"2855","216":"2434","217":"8","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"2","235":"-1.31968146430988","236":"21","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.47239665455424001","242":"63","243":"70","244":"70","245":"4.2699999999999996","246":"1.45","247":"34","248":"0.06","249":"1.4","250":"0","251":"0","252":"0","253":"0","254":"0.02","255":"0.5","256":"0.01","257":"0.2","258":"0","259":"0","260":"0.01","261":"0.2","262":"0.08","263":"1.9","264":"0","265":"0","266":"0.24","267":"5.6","268":"0.65","269":"15.2","270":"0.74","271":"17.3","272":"1.01","273":"23.7","274":"8408","275":"5799","276":"9.8000000000000007","277":"7.5","278":"4","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"2","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"2","295":"89.39278937381404","296":"88.842504743833018","297":"43.032547261742351","298":"54.637792257569949","299":"59.992437133673661","300":"43.19752637322663","301":"51.302535602639807"},{"1":"7630","2":"אלונה","3":"45","4":"חיפה","5":"מועצה אזורית","6":"-","7":"1953","8":"0","9":"9","10":"351","11":"מנשה-אלונה","12":"27.027475442589026","13":"..","14":"2275","15":"100","16":"98.4","17":"-","18":"-","19":"-","20":"-","21":"1134","22":"1141","23":"6.8571428571428568","24":"10.153846153846153","25":"10.637362637362637","26":"8.2637362637362646","27":"10.901098901098901","28":"20.439560439560438","29":"18.681318681318682","30":"5.1428571428571432","31":"8.9230769230769234","32":"32.747252747252745","33":"2.3736263736263736","34":"813","35":"24","36":"..","37":"0","38":"-","39":"12","40":"..","41":"12","42":"5.2765749294784952","43":"0.10367645448150142","44":"4.6593406593406588","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-16","51":"-10","52":"124","53":"54","54":"70","55":"49","56":"13","57":"60","58":"2","59":"134","60":"68","61":"66","62":"41","63":"35","64":"53","65":"5","66":"2","67":"8","68":"11.1","69":"10","70":"11.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"183","88":"14.001530221882172","89":"74","90":"31","91":"5.6445461479786418","92":"41","93":"202","94":"127","95":"113","96":"122","97":"-","98":"185","99":"1.6216216216216217","100":"14","101":"19","102":"36","103":"5","104":"11","105":"32.5","106":"31.3","107":"9.3000000000000007","108":"26.9","109":"276","110":"175","111":"99","112":"..","113":"591","114":"270","115":"311","116":"10","117":"11928.998009999999","118":"15165.850189999999","119":"8750.5991350000004","120":"1.5738299968067526","121":"-0.50404486776446378","122":"2.8764182942823568","123":"878","124":"36.200000000000003","125":"246","126":"8778.7585739999995","127":"-3.4007688947408021","128":"47.2","129":"0.485901837","130":"119","131":"29","132":"41","133":"43","134":"6","135":"1","136":"1","137":"-","138":"-","139":"-","140":"12","141":"12","142":"-","143":"-","144":"-","145":"300","146":"300","147":"-","148":"-","149":"-","150":"25","151":"..","152":"..","153":"..","154":"91.666666666666657","155":"86.111111111111114","156":"49","157":"..","158":"7.9","159":"3.3","160":"26","161":"29.8","162":"3.8461538461538463","163":"2.1","164":"19.3","165":"23.076923076923077","166":"84.615384615384613","167":"11.615384615384615","168":"-","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"5.2631578947368416","194":"179.01420000000002","195":"0","196":"0.6","197":"0.6","198":"3","199":"-","200":"-","201":"-","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"0.22500000000000001","209":"180","210":"-","211":"-","212":"-","213":"2.8177070155781254","214":"55.855006467198997","215":"1247","216":"950","217":"8.1","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.15518920021825","236":"217","237":"NA","238":"NA","239":"NA","240":"4","241":"-4.0923418600034303E-2","242":"121","243":"90","244":"151","245":"26.990000000000002","246":"1.4","247":"5.2","248":"0.02","249":"0.1","250":"0","251":"0","252":"0.01","253":"0","254":"0.02","255":"0.1","256":"0","257":"0","258":"0","259":"0","260":"0.34","261":"1.3","262":"0.11","263":"0.4","264":"0.01","265":"0","266":"12.43","267":"46.1","268":"7.12","269":"26.4","270":"1.77","271":"6.6","272":"3.76","273":"13.800000000000006","274":"2275","275":"1625","276":"3","277":"3.1","278":"3","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"3","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"73.550966022651565","296":"-","297":"79.686434901158833","298":"76.954452753229091","299":"77.582714382174217","300":"76.089828269484798","301":"73.977936404931867"},{"1":"82208","2":"אשכול","3":"38","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1951","8":"0","9":"35","10":"651","11":"נגב מערבי","12":"737.34842289847757","13":"..","14":"15205","15":"99.6","16":"95.5","17":"-","18":"-","19":"-","20":"-","21":"7871","22":"7334","23":"9.6284117066754362","24":"10.871423873725748","25":"9.8914830647813226","26":"8.9378493916474842","27":"11.825057546859586","28":"19.217362709634987","29":"13.975665899375205","30":"3.853995396251233","31":"11.785596843143702","32":"35.771127918447881","33":"4.6169023347583034","34":"1046","35":"288","36":"3.27","37":"1","38":"( 3.6)","39":"51","40":"3.82","41":"237","42":"15.805963574409548","43":"2.8485873336779122","44":"7.2673462676751068","45":"26","46":"30.76923076923077","47":"46.153846153846153","48":"15.384615384615385","49":"7.6923076923076925","50":"199","51":"155","52":"714","53":"361","54":"353","55":"274","56":"140","57":"278","58":"22","59":"559","60":"279","61":"280","62":"175","63":"157","64":"214","65":"13","66":"6","67":"68","68":"14.4","69":"38","70":"7","71":"6","72":"671","73":"-","74":"2.34","75":"-","76":"0.5","77":"1.7","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1018","88":"13.125322331098504","89":"384","90":"164","91":"5.0228907782864614","92":"39","93":"191","94":"119","95":"103","96":"102","97":"-","98":"1724","99":"4.1763341067285387","100":"61","101":"300","102":"309","103":"37","104":"43","105":"81.400000000000006","106":"17.3","107":"0.9","108":"0.5","109":"1789","110":"1029","111":"611","112":"149","113":"4512","114":"1581","115":"1983","116":"948","117":"9959.9685669999999","118":"12164.26527","119":"7810.1976690000001","120":"3.2419694537698218","121":"3.3083831585366319","122":"3.0816278054720758","123":"5989","124":"35.1","125":"778","126":"15468.71128","127":"-7.6637258752553672","128":"31.7","129":"0.39573382400000001","130":"911","131":"245","132":"305","133":"324","134":"37","135":"11","136":"7","137":"5","138":"1","139":"4","140":"145","141":"82","142":"63","143":"23","144":"40","145":"3434","146":"1985","147":"1449","148":"591","149":"858","150":"24.972972972972972","151":"1.0796221322537112","152":"1.4986376021798364","153":"0.66844919786096257","154":"83.743842364532014","155":"77.832512315270947","156":"41.6","157":"42.4","158":"8.6","159":"3.1","160":"309","161":"30.7","162":"6.4724919093851128","163":"3.4","164":"17","165":"44.336569579288025","166":"81.229773462783172","167":"9.4555984555984551","168":"3.3058391180073499","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"2315.7010499999997","195":"100","196":"41.1","197":"19.100000000000001","198":"93","199":"31","200":"17.100000000000001","201":"90","202":"..","203":"0.62","204":"3.72","205":"0.32800000000000001","206":"0.47","207":"0.22700000000000001","208":"0.62","209":"3.72","210":"0.32800000000000001","211":"0.23","212":"0.22700000000000001","213":"2.3835353328183806","214":"17.808036460667786","215":"6654","216":"5353","217":"7","218":"3","219":"-","220":"2","221":"1","222":"0.20007548828366514","223":"0.45085662759242556","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.33734006112961701","236":"160","237":"NA","238":"NA","239":"NA","240":"2","241":"-0.84323478595640899","242":"31","243":"20","244":"72","245":"737.04","246":"7.15","247":"1","248":"0.34","249":"0","250":"0.12","251":"0","252":"0.13","253":"0","254":"0.6","255":"0.1","256":"0.11","257":"0","258":"0.7","259":"0.1","260":"5.29","261":"0.7","262":"4.03","263":"0.5","264":"0.34","265":"0","266":"32.74","267":"4.4000000000000004","268":"34.65","269":"4.7","270":"338.74","271":"46","272":"312.10000000000002","273":"42.5","274":"15205","275":"2127","276":"14.4","277":"13.9","278":"32","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"15","288":"-","289":"14","290":"-","291":"1","292":"2","293":"-","294":"-","295":"57.076034119049801","296":"-","297":"71.086873325679306","298":"68.743430482560925","299":"68.580060422960713","300":"67.632894980551953","301":"67.588187774885554"},{"1":"123188","2":"באר טוביה","3":"33","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1950","8":"1","9":"22","10":"616","11":"באר טוביה","12":"128.20219115347663","13":"..","14":"23841","15":"99.9","16":"98.5","17":"-","18":"-","19":"-","20":"-","21":"11968","22":"11873","23":"8.3595486766494691","24":"9.2865232163080407","25":"9.0809949247095343","26":"9.1858562979740785","27":"13.086699383415125","28":"17.352460047816788","29":"17.289543223858061","30":"4.7858730757938002","31":"11.572501153475105","32":"32.498636802147558","33":"4.6977895222515835","34":"904","35":"364","36":"2.57","37":"0.6","38":"..","39":"93","40":"3.76","41":"271","42":"11.374012900957137","43":"0.12118926936425112","44":"3.3387861247430894","45":"8","46":"37.5","47":"12.5","48":"25","49":"25","50":"-226","51":"-241","52":"700","53":"326","54":"374","55":"268","56":"111","57":"309","58":"12","59":"941","60":"475","61":"466","62":"309","63":"228","64":"380","65":"24","66":"23","67":"104","68":"13.9","69":"70","70":"7.2","71":"4","72":"873","73":"-","74":"1.81","75":"-","76":"0.73","77":"1.1299999999999999","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1923","88":"14.680509962592565","89":"773","90":"302","91":"5.9039181241884977","92":"39","93":"190","94":"121","95":"113","96":"117","97":"..","98":"3509","99":"1.6243944143630664","100":"188","101":"583","102":"487","103":"84","104":"113","105":"66","106":"19","107":"8.1999999999999993","108":"6.8","109":"2864","110":"1758","111":"1036","112":"70","113":"6404","114":"2656","115":"3364","116":"384","117":"11492.93066","118":"14121.015439999999","119":"8968.511332","120":"1.9128649503862283","121":"2.5525051054311243","122":"1.3857294716234536","123":"10885","124":"33.200000000000003","125":"1504","126":"12712.99079","127":"-3.0002063426038394","128":"32.299999999999997","129":"0.436377923","130":"1263","131":"407","132":"410","133":"416","134":"30","135":"8","136":"5","137":"6","138":"3","139":"3","140":"196","141":"89","142":"107","143":"54","144":"53","145":"5231","146":"2368","147":"2863","148":"1497","149":"1366","150":"27.13953488372093","151":"0.66755674232309747","152":"0.98920863309352514","153":"0.3524229074889868","154":"80.994152046783626","155":"69.590643274853804","156":"41.6","157":"42.4","158":"14.4","159":"3.6","160":"556","161":"31.7","162":"4.4964028776978413","163":"3.2","164":"16.600000000000001","165":"42.266187050359711","166":"80.935251798561154","167":"10.900207900207901","168":"2.942017928666794","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"2798.8431499999997","195":"100","196":"23.1","197":"11.8","198":"62","199":"13.4","200":"3.3","201":"12","202":"..","203":"-","204":"-","205":"-","206":"-","207":"6.5000000000000002E-2","208":"-","209":"-","210":"-","211":"-","212":"-","213":"5.2579250282220018","214":"13.805514359609614","215":"12448","216":"9816","217":"7","218":"8","219":"-","220":"2","221":"6","222":"0.33576421847843946","223":"0.64267352185089965","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.87277684653144705","236":"200","237":"NA","238":"NA","239":"NA","240":"6","241":"0.56755631528427597","242":"176","243":"169","244":"185","245":"127.56","246":"10.24","247":"8","248":"0.34","249":"0.3","250":"0.02","251":"0","252":"0.12","253":"0.1","254":"0.5","255":"0.4","256":"0.28000000000000003","257":"0.2","258":"2.2000000000000002","259":"1.7","260":"2.14","261":"1.7","262":"4.45","263":"3.5","264":"0.13","265":"0.1","266":"1.93","267":"1.5","268":"24.66","269":"19.3","270":"59.3","271":"46.5","272":"21.25","273":"16.7","274":"23841","275":"2328","276":"8","277":"8.1","278":"23","279":"-","280":"-","281":"-","282":"1","283":"-","284":"-","285":"-","286":"-","287":"17","288":"1","289":"1","290":"1","291":"2","292":"-","293":"-","294":"-","295":"68.068167682547582","296":"-","297":"77.874873353596769","298":"77.574428078972119","299":"77.013076393668271","300":"74.928915811595999","301":"76.864759109806798"},{"1":"16961","2":"בוסתן אל-מרג'","3":"66","4":"הצפון","5":"מועצה אזורית","6":"-","7":"2000","8":"0","9":"7","10":"251","11":"הגליל המזרחי","12":"9.0015988152538871","13":"..","14":"8137","15":"-","16":"-","17":"99.9","18":"100","19":"-","20":"-","21":"4150","22":"3987","23":"9.0942607840727536","24":"8.283151038466265","25":"9.180287575273443","26":"10.237188152881897","27":"18.397443775347181","28":"19.110237188152883","29":"15.914956372127319","30":"3.3919134816271352","31":"6.3782720904510262","32":"32.33378394985867","33":"2.212117488017697","34":"760","35":"152","36":"..","37":"0.4","38":"..","39":"35","40":"6.4","41":"117","42":"14.473705825297937","43":"1.3249117147560128","44":"4.9158166400393263E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-18","51":"-17","52":"119","53":"32","54":"87","55":"44","56":"40","57":"35","58":"0","59":"136","60":"57","61":"79","62":"44","63":"53","64":"38","65":"1","66":"0","67":"102","68":"38.9","69":"12","70":"3.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"680","88":"14.261744966442953","89":"271","90":"148","91":"5.7647309083173797","92":"37","93":"158","94":"120","95":"112","96":"120","97":"..","98":"539","99":"32.467532467532465","100":"377","101":"273","102":"355","103":"36","104":"31","105":"84.9","106":"1.4","107":"13","108":"0.7","109":"1170","110":"709","111":"417","112":"44","113":"2704","114":"1095","115":"1381","116":"228","117":"6869.3637259999996","118":"8153.4375600000003","119":"5023.3416610000004","120":"-0.22124921719596236","121":"-0.27347831538759859","122":"1.2458003307934895","123":"3537","124":"47.6","125":"250","126":"9232.2508429999998","127":"-7.1358584487694499","128":"36.799999999999997","129":"0.36209941000000001","130":"425","131":"151","132":"139","133":"127","134":"8","135":"4","136":"3","137":"2","138":"1","139":"1","140":"71","141":"38","142":"33","143":"17","144":"16","145":"1785","146":"841","147":"944","148":"463","149":"481","150":"23.228571428571428","151":"-","152":"-","153":"-","154":"64.893617021276597","155":"45.212765957446813","156":"12.4","157":"20.7","158":"13.1","159":"2.6","160":"187","161":"31.9","162":"4.2780748663101598","163":"4.5","164":"17.2","165":"54.54545454545454","166":"80.213903743315512","167":"10.660714285714286","168":"3.0273590173087661","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"446.67809","195":"100","196":"3.1","197":"2.9","198":"14","199":"3.6","200":"2.5","201":"11","202":"..","203":"0.18","204":"1.44","205":"0.1","206":"0.27","207":"-","208":"0.18","209":"1.44","210":"0.1","211":"0.27","212":"-","213":"1.0271672974967614","214":"1.4110578842578807","215":"3491","216":"2844","217":"8.4","218":"1","219":"-","220":"-","221":"1","222":"0.12370688739570887","223":"0.2864508736751647","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"3","235":"-0.91234830752876195","236":"45","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.32032175140181901","242":"84","243":"78","244":"107","245":"8.9600000000000009","246":"1.18","247":"13.2","248":"0.05","249":"0.6","250":"0","251":"0","252":"0.04","253":"0.4","254":"0.05","255":"0.6","256":"0","257":"0","258":"0","259":"0","260":"0.1","261":"1.1000000000000001","262":"0.03","263":"0.3","264":"0","265":"0","266":"1.55","267":"17.3","268":"2.37","269":"26.5","270":"2.96","271":"33","272":"0.63","273":"7","274":"8137","275":"6896","276":"8.5","277":"11","278":"4","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"2","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"2","295":"84.424934152765587","296":"85.25021949078139","297":"44.951966648540875","298":"61.592128801431123","299":"64.964788732394368","300":"43.495378295104416","301":"51.934156378600825"},{"1":"56058","2":"בני שמעון","3":"41","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1951","8":"0","9":"15","10":"625","11":"בני שמעון","12":"370.08449066027794","13":"..","14":"11419","15":"99.9","16":"98.3","17":"-","18":"-","19":"-","20":"-","21":"5761","22":"5658","23":"8.4245555652859263","24":"12.330326648568176","25":"12.198966634556442","26":"9.6856116997985815","27":"9.790699711007969","28":"19.555127419213591","29":"16.341185743059814","30":"3.1789123390839826","31":"8.4946142394255197","32":"38.637358787984937","33":"3.7481390664681671","34":"1046","35":"162","36":"2.4900000000000002","37":"0.4","38":"..","39":"42","40":"3.74","41":"120","42":"10.613029079232167","43":"2.0075548943377157","44":"4.5538138190734738","45":"3","46":"0","47":"33.333333333333329","48":"0","49":"66.666666666666657","50":"125","51":"127","52":"482","53":"246","54":"236","55":"190","56":"63","57":"218","58":"11","59":"355","60":"174","61":"181","62":"114","63":"96","64":"139","65":"6","66":"8","67":"42","68":"13.6","69":"56","70":"13.3","71":"3","72":"212","73":"-","74":"0.78","75":"-","76":"-","77":"1.1200000000000001","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"660","88":"11.470281543274243","89":"247","90":"94","91":"4.3409490333919161","92":"39","93":"205","94":"122","95":"104","96":"103","97":"-","98":"945","99":"1.693121693121693","100":"55","101":"212","102":"177","103":"12","104":"14","105":"79.599999999999994","106":"17.2","107":"1.4","108":"1.9","109":"1000","110":"563","111":"379","112":"58","113":"2457","114":"874","115":"1234","116":"349","117":"12479.67706","118":"15439.209489999999","119":"9705.1968660000002","120":"-0.42626701450620974","121":"-0.54283744621330676","122":"0.12865428260222522","123":"4400","124":"31.9","125":"281","126":"13126.48194","127":"-1.2939537682629343","128":"29.9","129":"0.42018160300000001","130":"730","131":"208","132":"260","133":"242","134":"20","135":"9","136":"5","137":"6","138":"2","139":"4","140":"124","141":"70","142":"54","143":"22","144":"32","145":"3242","146":"1808","147":"1434","148":"644","149":"790","150":"26.578125","151":"0.75700227100681305","152":"1.0263929618768328","153":"0.46948356807511737","154":"86.440677966101703","155":"82.485875706214685","156":"64.8","157":"41.4","158":"9.6999999999999993","159":"3.8","160":"307","161":"31.3","162":"4.8859934853420199","163":"3.2","164":"15","165":"45.928338762214985","166":"71.335504885993487","167":"10.194029850746269","168":"3.0933382137628112","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1924.3940000000002","195":"100","196":"33","197":"16.399999999999999","198":"70","199":"47.6","200":"12.9","201":"53","202":"..","203":"1.6","204":"8.48","205":"4.0250000000000004","206":"1.55","207":"0.94399999999999995","208":"1.615","209":"8.57","210":"4.21","211":"1.55","212":"0.95799999999999996","213":"2.1774634423525323","214":"18.114921043734807","215":"4106","216":"3511","217":"6.6","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.97527229234639801","236":"206","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.41980751013189599","242":"74","243":"53","244":"122","245":"371.18","246":"6.4","247":"1.7","248":"0.28999999999999998","249":"0.1","250":"0","251":"0","252":"0.09","253":"0","254":"0.28000000000000003","255":"0.1","256":"7.0000000000000007E-2","257":"0","258":"0.63","259":"0.2","260":"6.82","261":"1.8","262":"0.93","263":"0.3","264":"0.15","265":"0","266":"70.16","267":"18.899999999999999","268":"9.9700000000000006","269":"2.7","270":"192.09","271":"51.8","272":"83.3","273":"22.4","274":"11419","275":"1784","276":"18.100000000000001","277":"16.399999999999999","278":"13","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"4","288":"-","289":"8","290":"-","291":"-","292":"1","293":"-","294":"-","295":"67.978251538131346","296":"-","297":"76.26441881100267","298":"76.904033784767734","299":"74.699484831139102","300":"74.637380853709075","301":"74.066693237677697"},{"1":"47712","2":"ברנר","3":"28","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"16","10":"456","11":"שורקות","12":"36.918837147405647","13":"..","14":"8046","15":"99.9","16":"98.2","17":"-","18":"-","19":"-","20":"-","21":"4025","22":"4022","23":"7.6062639821029085","24":"9.8931145911011686","25":"9.8309719115088239","26":"8.4638329604772551","27":"9.9552572706935116","28":"17.98409147402436","29":"19.102659706686552","30":"3.4675615212527964","31":"13.708675118071092","32":"32.63733532189908","33":"6.1024111359681825","34":"980","35":"121","36":"..","37":"0","38":"-","39":"27","40":"2.76","41":"94","42":"11.707227755085791","43":"0.42801652074628294","44":"3.5545612726820783","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-90","51":"-98","52":"206","53":"95","54":"111","55":"74","56":"33","57":"92","58":"7","59":"304","60":"153","61":"151","62":"112","63":"60","64":"118","65":"14","66":"30","67":"24","68":"9.8000000000000007","69":"28","70":"8.5","71":"3","72":"346","73":"0.47","74":"-","75":"-","76":"-","77":"3.84","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"565","88":"13.385453683961146","89":"215","90":"91","91":"5.1020408163265305","92":"40","93":"207","94":"127","95":"105","96":"103","97":"-","98":"993","99":"0.50352467270896273","100":"38","101":"180","102":"135","103":"38","104":"27","105":"63.8","106":"24.1","107":"11.2","108":"0.9","109":"986","110":"557","111":"409","112":"20","113":"2289","114":"869","115":"1314","116":"106","117":"13397.32742","118":"16501.57345","119":"10253.26016","120":"2.4722388565103337","121":"0.50891719633867627","122":"5.4174172340587967","123":"3452","124":"31","125":"443","126":"12445.85014","127":"12.349267336818027","128":"38.4","129":"0.44312744799999998","130":"434","131":"129","132":"146","133":"151","134":"8","135":"4","136":"2","137":"2","138":"-","139":"2","140":"85","141":"43","142":"42","143":"-","144":"42","145":"2390","146":"1196","147":"1194","148":"-","149":"1194","150":"27.90625","151":"..","152":"..","153":"..","154":"93.984962406015043","155":"91.729323308270665","156":"60.6","157":"..","158":"14.8","159":"4.2","160":"213","161":"31.6","162":"4.225352112676056","163":"3.9","164":"18.7","165":"48.356807511737088","166":"82.159624413145536","167":"12.234375","168":"2.6215410813111961","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.38910505836575876","194":"859.97394999999995","195":"100","196":"9.6","197":"4.4000000000000004","198":"20","199":"3.1","200":"2.2000000000000002","201":"9","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6493304237891071","214":"54.43925451168645","215":"3775","216":"3187","217":"7.2915857605177994","218":"1","219":"-","220":"-","221":"1","222":"0.12454497611793394","223":"0.26490066225165565","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.25045257192097","236":"227","237":"NA","238":"NA","239":"NA","240":"7","241":"1.3091169655236199","242":"216","243":"216","244":"205","245":"37.01","246":"3.11","247":"8.4","248":"0.11","249":"0.3","250":"0.01","251":"0","252":"0.06","253":"0.2","254":"0.17","255":"0.5","256":"0.02","257":"0.1","258":"0.27","259":"0.7","260":"0.37","261":"1","262":"0.57999999999999996","263":"1.6","264":"0.06","265":"0.2","266":"0.21","267":"0.6","268":"6.63","269":"17.899999999999999","270":"16.84","271":"45.5","272":"8.57","273":"22.999999999999996","274":"8046","275":"2587","276":"5.8","277":"4.9000000000000004","278":"6","279":"-","280":"-","281":"-","282":"-","283":"-","284":"1","285":"-","286":"-","287":"3","288":"-","289":"1","290":"-","291":"1","292":"-","293":"-","294":"-","295":"-","296":"-","297":"78.231784487434467","298":"77.313810556760671","299":"76.928622927180967","300":"76.663693131132916","301":"75.420757363253855"},{"1":"12909","2":"גדרות","3":"32","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1953","8":"0","9":"17","10":"456","11":"שורקות","12":"13.719387111711898","13":"..","14":"5192","15":"99.9","16":"98.8","17":"-","18":"-","19":"-","20":"-","21":"2560","22":"2632","23":"6.1055469953775034","24":"8.5323574730354395","25":"10.670261941448382","26":"8.4745762711864412","27":"11.594761171032358","28":"15.735747303543913","29":"19.934514637904467","30":"4.3721109399075502","31":"14.580123266563945","32":"30.469953775038523","33":"6.4137134052388287","34":"937","35":"56","36":"..","37":"0","38":"-","39":"32","40":"4.03","41":"24","42":"4.6037272066973891","43":"-0.8172451223134658","44":"3.255007704160247","45":"4","46":"100","47":"0","48":"0","49":"0","50":"-71","51":"-66","52":"162","53":"71","54":"91","55":"64","56":"14","57":"74","58":"10","59":"228","60":"103","61":"125","62":"56","63":"74","64":"84","65":"14","66":"23","67":"16","68":"9.5","69":"11","70":"5","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"357","88":"12.731811697574894","89":"139","90":"54","91":"4.9255846917080088","92":"40","93":"206","94":"123","95":"109","96":"108","97":"-","98":"644","99":"1.3975155279503106","100":"13","101":"102","102":"62","103":"22","104":"13","105":"55.4","106":"31.2","107":"10.3","108":"3.1","109":"570","110":"380","111":"188","112":"..","113":"1197","114":"580","115":"606","116":"11","117":"14165.70055","118":"17809.09215","119":"10426.59815","120":"1.3056877049784976","121":"1.6732662669250775","122":"-0.73117092304354481","123":"2314","124":"31.8","125":"348","126":"11587.255929999999","127":"-2.849846349439622","128":"37.1","129":"0.47116436","130":"217","131":"60","132":"65","133":"79","134":"13","135":"1","136":"1","137":"-","138":"-","139":"-","140":"27","141":"27","142":"-","143":"-","144":"-","145":"728","146":"728","147":"-","148":"-","149":"-","150":"28.789473684210527","151":"..","152":"..","153":"..","154":"93.61702127659575","155":"91.489361702127653","156":"61.9","157":"..","158":"13","159":"4.2","160":"64","161":"31.1","162":"10.9375","163":"2.5","164":"15.9","165":"54.6875","166":"71.875","167":"13.481481481481481","168":"2.3585164835164836","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"2.3255813953488373","194":"463.13419999999996","195":"100","196":"10.1","197":"1.9","198":"12","199":"6.8","200":"3.4","201":"11","202":"..","203":"0.12","204":"6.6","205":"-","206":"0.4","207":"0.02","208":"0.12","209":"6.6000000000000005","210":"-","211":"0.4","212":"0.02","213":"1.6994809313544526","214":"34.158712351835462","215":"2873","216":"2395","217":"7.1","218":"1","219":"-","220":"1","221":"-","222":"0.19182196694572454","223":"0.34806822137138882","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.70714973170111","236":"249","237":"NA","238":"NA","239":"NA","240":"6","241":"0.85351164401135204","242":"193","243":"189","244":"197","245":"13.720000000000002","246":"2.4700000000000002","247":"18","248":"0.04","249":"0.3","250":"0","251":"0","252":"0.02","253":"0.1","254":"0.06","255":"0.4","256":"0.02","257":"0.1","258":"0.13","259":"0.9","260":"0.54","261":"3.9","262":"0.46","263":"3.4","264":"0.09","265":"0.7","266":"0.21","267":"1.5","268":"4.4000000000000004","269":"32.1","270":"4.74","271":"34.5","272":"0.54","273":"4.099999999999989","274":"5192","275":"2102","276":"2.6","277":"2.4","278":"7","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"6","288":"-","289":"-","290":"-","291":"1","292":"-","293":"-","294":"-","295":"76.43051771117166","296":"-","297":"79.150363331470103","298":"78.567447045707922","299":"78.141470180305134","300":"76.674937965260554","301":"74.945295404814004"},{"1":"74759","2":"גולן","3":"71","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1979","8":"0","9":"31","10":"219","11":"גולן","12":"1087.420617903939","13":"..","14":"19214","15":"99.9","16":"97","17":"-","18":"-","19":"-","20":"-","21":"10074","22":"9140","23":"9.8834183407931722","24":"11.590506922036015","25":"10.377849484750703","26":"13.011345893619236","27":"11.476007078172167","28":"18.835224315603206","29":"13.240345581346935","30":"3.5182679296346415","31":"8.072238992401374","32":"39.408764442593942","33":"1.3063391277193712","34":"1125","35":"355","36":"3.28","37":"0.6","38":"..","39":"39","40":"3.63","41":"316","42":"16.750653546920677","43":"3.7666013229769248","44":"6.1621734152180707","45":"13","46":"46.153846153846153","47":"46.153846153846153","48":"0","49":"7.6923076923076925","50":"457","51":"433","52":"1071","53":"546","54":"525","55":"445","56":"178","57":"433","58":"15","59":"638","60":"328","61":"310","62":"195","63":"195","64":"230","65":"18","66":"0","67":"82","68":"13.9","69":"33","70":"5.0999999999999996","71":"14","72":"1788","73":"-","74":"6.44","75":"1.67","76":"-","77":"1.55","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1717","88":"18.127111486486484","89":"651","90":"271","91":"7.023411371237458","92":"39","93":"185","94":"126","95":"105","96":"103","97":"-","98":"1477","99":"3.7914691943127963","100":"87","101":"92","102":"370","103":"35","104":"38","105":"78.599999999999994","106":"16.5","107":"1.3","108":"3.5","109":"2120","110":"1191","111":"727","112":"202","113":"5402","114":"1817","115":"2421","116":"1164","117":"9265.9603299999999","118":"11273.76319","119":"7348.9424600000002","120":"3.4316220920591167","121":"3.0209438019497048","122":"4.2469473568219174","123":"7825","124":"38.700000000000003","125":"1131","126":"9376.0848580000002","127":"2.7352195222789311","128":"42.1","129":"0.40397698999999998","130":"1318","131":"366","132":"436","133":"465","134":"51","135":"19","136":"10","137":"10","138":"1","139":"9","140":"234","141":"142","142":"92","143":"10","144":"82","145":"4879","146":"3304","147":"1575","148":"262","149":"1313","150":"24.240384615384617","151":"0.84367245657568246","152":"0.99800399201596801","153":"0.69101678183613036","154":"84.210526315789465","155":"72.368421052631575","156":"45.2","157":"42","158":"9.3000000000000007","159":"3.7","160":"690","161":"30.6","162":"6.5217391304347823","163":"3.6","164":"14.3","165":"33.913043478260867","166":"74.637681159420282","167":"8.1442786069651749","168":"3.817348808796579","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"2339.4090572371006","195":"99.755493808049295","196":"66.7","197":"30.5","198":"139","199":"57.7","200":"23.5","201":"108","202":"..","203":"16.034200000000002","204":"93.079499999999996","205":"-","206":"-","207":"6.266","208":"5.8231999999999999","209":"31.616000000000007","210":"-","211":"-","212":"2.2559999999999998","213":"1.9639337905594545","214":"31.737068135520325","215":"8551","216":"6980","217":"7.6022953328232594","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.223833965985823","236":"148","237":"NA","238":"NA","239":"NA","240":"1","241":"-1.24393684939621","242":"14","243":"13","244":"14","245":"1087.27","246":"6.83","247":"0.6","248":"0.4","249":"0","250":"0.04","251":"0","252":"0.34","253":"0","254":"0.92","255":"0.1","256":"0.1","257":"0","258":"0.26","259":"0","260":"6.67","261":"0.6","262":"2.29","263":"0.2","264":"0.38","265":"0","266":"20.05","267":"1.8","268":"77.22","269":"7.1","270":"57.62","271":"5.3","272":"914.15","273":"84.3","274":"19214","275":"2813","276":"27.2","277":"26.5","278":"31","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"14","288":"5","289":"8","290":"-","291":"-","292":"3","293":"-","294":"-","295":"64.953864386692629","296":"60.738169812917974","297":"74.358305055251023","298":"71.534739025233321","299":"70.525689009867293","300":"70.289132602193419","301":"68.603926456840142"},{"1":"117663","2":"גוש עציון","3":"76","4":"אזור יהודה והשומרון","5":"מועצה אזורית","6":"-","7":"1980","8":"0","9":"16","10":"714","11":"גוש עציון","12":"..","13":"..","14":"25691","15":"99.8","16":"99.2","17":"-","18":"-","19":"-","20":"-","21":"13228","22":"12463","23":"12.996769296640847","24":"13.498890662099567","25":"12.879996886069051","26":"9.1977735393717648","27":"14.689969249931883","28":"18.010198123856604","29":"11.330816239149897","30":"2.3899420030360825","31":"5.0056439998443034","32":"44.891207037483944","33":"1.5297185784905221","34":"1154","35":"635","36":"3.93","37":"1.4","38":"( 2.2)","39":"39","40":"3.49","41":"596","42":"23.544464296012972","43":"3.0281736479481935","44":"11.054454867463313","45":"75","46":"14.666666666666666","47":"44","48":"16","49":"25.333333333333336","50":"143","51":"84","52":"1471","53":"760","54":"711","55":"679","56":"352","57":"411","58":"29","59":"1387","60":"700","61":"687","62":"564","63":"413","64":"385","65":"25","66":"270","67":"272","68":"48.3","69":"65","70":"7.1","71":"12","72":"1230","73":"-","74":"1.85","75":"2.4","76":"-","77":"0.68","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1734","88":"14.147018030513175","89":"658","90":"290","91":"5.4623941557363445","92":"37","93":"179","94":"122","95":"105","96":"104","97":"..","98":"1143","99":"10.323709536307961","100":"170","101":"132","102":"383","103":"44","104":"15","105":"33.4","106":"29.1","107":"29.9","108":"7.7","109":"3186","110":"1192","111":"1286","112":"708","113":"10211","114":"1782","115":"4495","116":"3934","117":"9653.9862420000009","118":"11772.5995","119":"7581.5864849999998","120":"2.9164019032243305","121":"2.6031529798411723","122":"3.2415566038760391","123":"9885","124":"40.9","125":"816","126":"10901.16525","127":"2.2627716090704908","128":"40.299999999999997","129":"0.43298275899999999","130":"2077","131":"636","132":"701","133":"654","134":"86","135":"19","136":"15","137":"5","138":"-","139":"5","140":"266","141":"207","142":"59","143":"-","144":"59","145":"5710","146":"4451","147":"1259","148":"-","149":"1259","150":"23.78102189781022","151":"1.2533572068039391","152":"1.5133876600698486","153":"0.9797917942437232","154":"85.11904761904762","155":"79.365079365079367","156":"51.4","157":"66.5","158":"18.8","159":"5.0999999999999996","160":"852","161":"28.2","162":"8.215962441314554","163":"4.5999999999999996","164":"15.1","165":"38.497652582159624","166":"72.300469483568079","167":"7.8538251366120218","168":"3.6282831796834234","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.13550135501355012","194":"1290.877675","195":"71.826242172791481","196":"9.8000000000000007","197":"6.5","198":"28","199":"7.1","200":"7.1","201":"44","202":"..","203":"-","204":"-","205":"1.07","206":"-","207":"0.15","208":"-","209":"-","210":"1.44","211":"-","212":"-","213":"1.7266983262761684","214":"15.847191348165914","215":"8511","216":"7414","217":"8.9","218":"1","219":"-","220":"-","221":"1","222":"3.9504134724853979E-2","223":"0.11749500646222535","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.17278365899679399","236":"144","237":"NA","238":"NA","239":"NA","240":"4","241":"-7.0062344858741105E-2","242":"119","243":"95","244":"137","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"..","274":"25691","275":"..","276":"12.1","277":"11.7","278":"14","279":"-","280":"-","281":"5","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"3","290":"-","291":"-","292":"6","293":"-","294":"-","295":"64.924307340759782","296":"56.669522993430441","297":"78.554003104901298","298":"75.303702626027501","299":"75.780014378145225","300":"72.67980226972081","301":"72.311722331368699"},{"1":"87738","2":"גזר","3":"30","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1949","8":"0","9":"28","10":"426","11":"גזר","12":"121.3624976853736","13":"..","14":"27622","15":"100","16":"98.8","17":"-","18":"-","19":"-","20":"-","21":"14162","22":"13460","23":"8.4280645861994063","24":"10.057200781985374","25":"9.7530953587719935","26":"8.2977336905365284","27":"12.012164216928536","28":"17.916877850988342","29":"17.634494243718773","30":"4.5398595322568971","31":"11.36413004127145","32":"33.567446238505539","33":"4.1162841213525452","34":"919","35":"412","36":"2.64","37":"0.4","38":"..","39":"86","40":"3.49","41":"326","42":"11.860575685213346","43":"0.992644587379786","44":"4.3407428861052786","45":"..","46":"..","47":"..","48":"..","49":"..","50":"-88","51":"-144","52":"1159","53":"600","54":"559","55":"470","56":"175","57":"490","58":"24","59":"1303","60":"663","61":"640","62":"437","63":"320","64":"502","65":"44","66":"85","67":"142","68":"18","69":"84","70":"7.3","71":"2","72":"580","73":"0.05","74":"-","75":"2.0699999999999998","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"2147","88":"14.198796375901065","89":"838","90":"353","91":"5.5599787685774951","92":"40","93":"206","94":"127","95":"110","96":"107","97":"..","98":"3310","99":"1.4199395770392749","100":"105","101":"520","102":"483","103":"96","104":"124","105":"60.6","106":"27.1","107":"9.8000000000000007","108":"2.5","109":"3294","110":"1871","111":"1284","112":"139","113":"7799","114":"2878","115":"4138","116":"783","117":"12662.8773","118":"15526.80414","119":"9823.8936130000002","120":"2.0379096480638736","121":"1.8038363239545552","122":"2.5349300451823709","123":"12575","124":"32.200000000000003","125":"1553","126":"12777.35786","127":"0.78242824767091879","128":"33.4","129":"0.44646084200000002","130":"1665","131":"492","132":"543","133":"533","134":"97","135":"15","136":"11","137":"10","138":"4","139":"6","140":"272","141":"140","142":"132","143":"55","144":"77","145":"6732","146":"3480","147":"3252","148":"1653","149":"1599","150":"28.37719298245614","151":"0.76976906927921618","152":"1.1111111111111112","153":"0.42313117066290551","154":"90.384615384615387","155":"82.692307692307693","156":"52.1","157":"53.6","158":"17.2","159":"3.8","160":"677","161":"30.6","162":"6.3515509601181686","163":"3.1","164":"17.100000000000001","165":"49.926144756277694","166":"73.85524372230428","167":"11.581911262798634","168":"2.6500663032267568","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"1.7760617760617758","194":"2101.5505000000003","195":"100","196":"48.4","197":"18","198":"74","199":"26.4","200":"15.3","201":"67","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.204708349655466","214":"56.250487035871423","215":"13551","216":"11536","217":"7.0605594278989772","218":"8","219":"-","220":"5","221":"3","222":"0.29105707202977538","223":"0.59036233488303447","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.1239928084569299","236":"214","237":"NA","238":"NA","239":"NA","240":"6","241":"1.0991617727499601","242":"207","243":"207","244":"202","245":"121.3","246":"9.9600000000000009","247":"8.1999999999999993","248":"0.31","249":"0.3","250":"0.02","251":"0","252":"0.11","253":"0.1","254":"0.51","255":"0.4","256":"0.09","257":"0.1","258":"0.36","259":"0.3","260":"2.92","261":"2.4","262":"0.91","263":"0.8","264":"0.09","265":"0.1","266":"8.67","267":"7.1","268":"25.96","269":"21.4","270":"55.45","271":"45.7","272":"15.94","273":"13.1","274":"27622","275":"2773","276":"9","277":"8.8000000000000007","278":"25","279":"-","280":"-","281":"2","282":"-","283":"-","284":"-","285":"-","286":"-","287":"15","288":"-","289":"6","290":"-","291":"2","292":"-","293":"-","294":"-","295":"69.698701298701295","296":"-","297":"79.051636674320505","298":"77.535043639248883","299":"77.877555332523372","300":"76.670494884109416","301":"77.208661015218055"},{"1":"16628","2":"גן רווה","3":"27","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1952","8":"1","9":"16","10":"456","11":"שורקות","12":"43.39308689044514","13":"..","14":"6585","15":"99.8","16":"97.9","17":"-","18":"-","19":"-","20":"-","21":"3367","22":"3218","23":"7.7600607441154139","24":"8.6712224753227023","25":"8.0334092634776013","26":"10.478359908883826","27":"12.164009111617313","28":"17.980258162490507","29":"18.253606681852695","30":"4.7835990888382689","31":"11.875474563401671","32":"31.176917236142749","33":"5.1176917236142749","34":"880","35":"88","36":"..","37":"0","38":"-","39":"43","40":"3.78","41":"45","42":"6.8819761137069406","43":"1.4317134752509872","44":"5.1936218678815491","45":"96","46":"1.0416666666666665","47":"98.958333333333343","48":"0","49":"0","50":"18","51":"-72","52":"359","53":"191","54":"168","55":"129","56":"51","57":"170","58":"9","59":"431","60":"214","61":"217","62":"122","63":"138","64":"158","65":"13","66":"6","67":"30","68":"13.7","69":"15","70":"5.6","71":"2","72":"585","73":"-","74":"4.87","75":"-","76":"-","77":"4.1399999999999997","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"547","88":"14.916825743114263","89":"220","90":"93","91":"6.0539350577875624","92":"40","93":"211","94":"125","95":"114","96":"104","97":"..","98":"697","99":"1.7216642754662841","100":"19","101":"110","102":"80","103":"12","104":"24","105":"52","106":"38.4","107":"7.1","108":"2.5","109":"675","110":"451","111":"219","112":"..","113":"1393","114":"676","115":"690","116":"27","117":"13635.1178","118":"16521.180609999999","119":"10624.08339","120":"4.1507647727797803","121":"0.88763559295634842","122":"7.8330647637954387","123":"3020","124":"31.4","125":"452","126":"12124.784460000001","127":"-1.1730112885429245","128":"37.200000000000003","129":"0.45488674000000001","130":"282","131":"83","132":"106","133":"86","134":"7","135":"3","136":"2","137":"2","138":"-","139":"2","140":"46","141":"29","142":"17","143":"-","144":"17","145":"1117","146":"749","147":"368","148":"-","149":"368","150":"28.388888888888889","151":"1.3745704467353952","152":"..","153":"..","154":"90.721649484536087","155":"89.690721649484544","156":"53.7","157":"..","158":"15.8","159":"4.0999999999999996","160":"114","161":"30.6","162":"6.140350877192982","163":"2.4","164":"15.6","165":"46.491228070175438","166":"74.561403508771932","167":"11.373737373737374","168":"2.7158081705150976","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"1.6042780748663104","194":"1310.3686","195":"100","196":"6.7","197":"5.3","198":"15","199":"4.5999999999999996","200":"4","201":"16","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.6977512541626467","214":"39.442168576454279","215":"3523","216":"2922","217":"6.71433615819209","218":"1","219":"-","220":"-","221":"1","222":"0.1529328025268209","223":"0.28384899233607719","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.3304866731920699","236":"233","237":"NA","238":"NA","239":"NA","240":"7","241":"1.5387587501961799","242":"225","243":"225","244":"227","245":"40.42","246":"2.64","247":"6.5","248":"0.05","249":"0.1","250":"0.01","251":"0","252":"0.02","253":"0","254":"0.09","255":"0.2","256":"0.04","257":"0.1","258":"0.22","259":"0.5","260":"0.9","261":"2.2000000000000002","262":"0.43","263":"1.1000000000000001","264":"0.04","265":"0.1","266":"1.29","267":"3.2","268":"5.94","269":"14.7","270":"11.25","271":"27.8","272":"17.5","273":"43.5","274":"6585","275":"2494","276":"4.4000000000000004","277":"5.2","278":"9","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"6","288":"-","289":"1","290":"1","291":"-","292":"1","293":"-","294":"-","295":"66.418079096045204","296":"-","297":"76.921301638587579","298":"75.164138555580706","299":"75.567033460588362","300":"75.963868693544839","301":"73.354838709677423"},{"1":"133810","2":"דרום השרון","3":"20","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1980","8":"0","9":"42","10":"417","11":"דרום השרון","12":"95.581577108177882","13":"..","14":"34327","15":"99.7","16":"98.1","17":"-","18":"-","19":"-","20":"-","21":"17190","22":"17138","23":"7.6033443062312465","24":"10.05331080490576","25":"9.6017712005127152","26":"8.3199813557840763","27":"10.653421504937803","28":"18.460686922830426","29":"19.328808226760277","30":"4.1337722492498612","31":"11.847816587525854","32":"32.350627785708042","33":"4.5387013138345909","34":"902","35":"411","36":"2.15","37":"0.2","38":"..","39":"119","40":"3.59","41":"292","42":"8.5394444035018822","43":"0.78141720901135159","44":"4.8125382352084367","45":"33","46":"60.606060606060609","47":"30.303030303030305","48":"3.0303030303030303","49":"6.0606060606060606","50":"-74","51":"-124","52":"1410","53":"723","54":"687","55":"483","56":"194","57":"676","58":"57","59":"1534","60":"763","61":"771","62":"455","63":"385","64":"629","65":"65","66":"642","67":"110","68":"10.3","69":"94","70":"6.8","71":"7","72":"369","73":"0.01","74":"0.81","75":"-","76":"0.02","77":"0.24","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"3159","88":"16.747070985527223","89":"1223","90":"510","91":"6.5028978571808365","92":"40","93":"215","94":"126","95":"109","96":"103","97":"..","98":"3527","99":"1.956336830167281","100":"102","101":"459","102":"537","103":"82","104":"102","105":"57.7","106":"33.799999999999997","107":"5.9","108":"2.6","109":"3686","110":"2342","111":"1293","112":"51","113":"8025","114":"3626","115":"4111","116":"288","117":"14106.06331","118":"17803.675569999999","119":"10511.86313","120":"2.5723413296095732","121":"1.5750702057057087","122":"3.6701378183848554","123":"14455","124":"30.4","125":"2161","126":"12053.478859999999","127":"-3.1355260806523955","128":"34.4","129":"0.494042286","130":"1960","131":"538","132":"669","133":"657","134":"96","135":"15","136":"13","137":"7","138":"2","139":"5","140":"262","141":"146","142":"116","143":"44","144":"72","145":"7088","146":"3804","147":"3284","148":"1420","149":"1864","150":"27.396946564885496","151":"0.7430340557275541","152":"0.78313253012048201","153":"0.7006369426751593","154":"90.756302521008408","155":"84.453781512605048","156":"52.6","157":"46.9","158":"12.7","159":"3.4","160":"500","161":"32.6","162":"5","163":"2.9","164":"17.2","165":"49","166":"80.2","167":"12.39816933638444","168":"2.6827242524916945","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.75187969924812026","194":"2958.9992404000009","195":"99.690074269881862","196":"63","197":"51.6","198":"259","199":"44.1","200":"33.6","201":"145","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.4602608393857923","214":"9.1796909970139193","215":"17430","216":"14308","217":"6.7597926267281103","218":"12","219":"1","220":"4","221":"7","222":"0.35093607137678967","223":"0.6884681583476765","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.39527274549278","236":"236","237":"NA","238":"NA","239":"NA","240":"7","241":"1.49023508200213","242":"222","243":"222","244":"225","245":"95.31","246":"11.31","247":"11.9","248":"0.53","249":"0.6","250":"0.02","251":"0","252":"0.15","253":"0.2","254":"0.65","255":"0.7","256":"0.22","257":"0.2","258":"0.71","259":"0.7","260":"3.62","261":"3.8","262":"1.28","263":"1.3","264":"0.32","265":"0.3","266":"5.05","267":"5.3","268":"22.63","269":"23.7","270":"39.119999999999997","271":"41","272":"9.6999999999999993","273":"10.299999999999994","274":"34327","275":"3035","276":"9.1","277":"9.9","278":"31","279":"-","280":"1","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"16","288":"1","289":"7","290":"1","291":"3","292":"1","293":"-","294":"-","295":"63.668229417692679","296":"-","297":"79.25026872088857","298":"77.89067352915076","299":"77.387200635116656","300":"77.468398418834965","301":"76.15066331100968"},{"1":"90233","2":"הגלבוע","3":"08","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1949","8":"0","9":"36","10":"204","11":"הגלבוע","12":"251.92358235732328","13":"..","14":"32165","15":"61.9","16":"94.1","17":"38.1","18":"98.8","19":"1.1000000000000001","20":"0.1","21":"16346","22":"15819","23":"8.8481268459505671","24":"9.7497279651795434","25":"9.5818436188403542","26":"8.8823255090937359","27":"14.991450334214209","28":"18.175034975905486","29":"16.060935799782371","30":"3.6219493237991607","31":"10.08549665785792","32":"33.626612777864139","33":"4.3898647598321157","34":"892","35":"530","36":"2.67","37":"0.6","38":"..","39":"134","40":"4.45","41":"396","42":"12.452981035135307","43":"2.3267669726471496","44":"5.2168506140214514","45":"9","46":"33.333333333333329","47":"22.222222222222221","48":"22.222222222222221","49":"22.222222222222221","50":"352","51":"210","52":"1106","53":"513","54":"593","55":"437","56":"187","57":"456","58":"26","59":"896","60":"434","61":"462","62":"269","63":"246","64":"352","65":"29","66":"37","67":"244","68":"24.6","69":"82","70":"6.7","71":"10","72":"997","73":"0.13","74":"0.28999999999999998","75":"-","76":"0.09","77":"2.67","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"2528","88":"14.383249886208466","89":"972","90":"439","91":"5.6048898627609267","92":"39","93":"178","94":"123","95":"107","96":"105","97":"..","98":"3255","99":"9.3394777265745006","100":"972","101":"905","102":"997","103":"123","104":"127","105":"90.6","106":"5.3","107":"3.4","108":"0.7","109":"4276","110":"2591","111":"1554","112":"131","113":"9760","114":"3960","115":"5094","116":"706","117":"8758.515883","118":"10425.056430000001","119":"6923.7433060000003","120":"0.92223106236266617","121":"0.60973715778780413","122":"1.5256750235401295","123":"13757","124":"40.9","125":"1508","126":"10523.920459999999","127":"0.78093525725104751","128":"39.9","129":"0.404745723","130":"1881","131":"600","132":"589","133":"640","134":"52","135":"15","136":"11","137":"7","138":"4","139":"3","140":"253","141":"140","142":"113","143":"56","144":"57","145":"6267","146":"3551","147":"2716","148":"1385","149":"1331","150":"26.325757575757574","151":"0.59965733866362081","152":"0.56148231330713083","153":"0.63916327716443933","154":"80.935251798561154","155":"67.086330935251809","156":"30","157":"33","158":"10.7","159":"2.7","160":"659","161":"31.7","162":"4.4006069802731407","163":"3.7","164":"17","165":"41.426403641881635","166":"80.273141122913501","167":"11.040350877192983","168":"2.9364373112982678","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"7.8492935635792779E-2","194":"2787.1794999999997","195":"99.780408832656803","196":"86","197":"30.9","198":"145","199":"113.9","200":"30.3","201":"144","202":"..","203":"0.8","204":"9.6","205":"-","206":"0.03","207":"-","208":"-","209":"-","210":"-","211":"0.8","212":"-","213":"1.3834253877085601","214":"21.001003539478884","215":"14633","216":"11560","217":"7.7","218":"5","219":"1","220":"2","221":"2","222":"0.15723460902948622","223":"0.34169343265222446","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-8.1052539412660607E-2","236":"116","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.42356542364080901","242":"73","243":"60","244":"111","245":"251.89999999999998","246":"10.15","247":"4","248":"0.33","249":"0.1","250":"0.03","251":"0","252":"0.14000000000000001","253":"0.1","254":"0.57999999999999996","255":"0.2","256":"0.16","257":"0.1","258":"0.53","259":"0.2","260":"1.63","261":"0.6","262":"3.05","263":"1.2","264":"0.1","265":"0","266":"26.5","267":"10.5","268":"23.51","269":"9.3000000000000007","270":"143.63999999999999","271":"57","272":"41.55","273":"16.700000000000003","274":"32165","275":"3169","276":"10.7","277":"10.6","278":"32","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"2","287":"13","288":"1","289":"8","290":"-","291":"3","292":"1","293":"-","294":"3","295":"71.725420806678457","296":"-","297":"62.092583845063764","298":"66.640086307988184","299":"70.019072428710984","300":"59.512550018188435","301":"62.101493580225345"},{"1":"89682","2":"הגליל העליון","3":"01","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"29","10":"253","11":"הגליל העליון","12":"296.08864360442089","13":"..","14":"19440","15":"99.9","16":"95.1","17":"-","18":"-","19":"-","20":"-","21":"9573","22":"9867","23":"8.189300411522634","24":"9.7993827160493829","25":"8.4825102880658445","26":"6.7489711934156382","27":"10.128600823045268","28":"20.354938271604937","29":"16.008230452674898","30":"3.8631687242798356","31":"16.430041152263374","32":"30.396090534979425","33":"7.9269547325102883","34":"986","35":"230","36":"1.82","37":"1","38":"( 3.9)","39":"98","40":"3.25","41":"132","42":"6.860209305896821","43":"2.0911004283007912","44":"6.6460905349794235","45":"38","46":"50","47":"39.473684210526315","48":"5.2631578947368416","49":"5.2631578947368416","50":"335","51":"315","52":"978","53":"469","54":"509","55":"351","56":"134","57":"466","58":"27","59":"663","60":"319","61":"344","62":"175","63":"154","64":"317","65":"17","66":"7","67":"62","68":"9","69":"55","70":"7.9","71":"11","72":"336","73":"0.11","74":"-","75":"-","76":"0.93","77":"0.72","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1732","88":"16.899209678993071","89":"635","90":"260","91":"6.2524615990547456","92":"39","93":"186","94":"120","95":"101","96":"100","97":"..","98":"2927","99":"1.2299282541851726","100":"98","101":"486","102":"524","103":"56","104":"34","105":"84.9","106":"12.3","107":"0.6","108":"2.1","109":"2165","110":"1471","111":"674","112":"20","113":"4551","114":"2303","115":"2130","116":"118","117":"9902.5084810000008","118":"11996.95253","119":"7932.1203530000003","120":"2.711453636276473","121":"3.8156196025869171","122":"1.6660905349366706","123":"8126","124":"37.1","125":"559","126":"9451.5465339999992","127":"-0.89835652832133128","128":"39.200000000000003","129":"0.41291336099999998","130":"1024","131":"307","132":"350","133":"349","134":"18","135":"12","136":"8","137":"10","138":"5","139":"5","140":"234","141":"108","142":"126","143":"63","144":"63","145":"5697","146":"2606","147":"3091","148":"1649","149":"1442","150":"26.425531914893618","151":"1.6202203499675956","152":"2.6481715006305171","153":"0.53333333333333333","154":"77.184466019417471","155":"69.902912621359221","156":"49.5","157":"37.200000000000003","158":"7.7","159":"3.8","160":"713","161":"31.3","162":"5.7503506311360448","163":"3.8","164":"16.2","165":"41.374474053295934","166":"76.157082748948099","167":"9.0015723270440251","168":"3.5096943231441049","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"2037.0319604012498","195":"100","196":"38.5","197":"30","198":"144","199":"23.3","200":"21.9","201":"111","202":"..","203":"1.4379999999999999","204":"9.2240000000000002","205":"-","206":"-","207":"8.4849999999999994","208":"1.1299999999999999","209":"6.0179999999999998","210":"-","211":"-","212":"8.4849999999999994","213":"3.1377665985805141","214":"42.622498885368202","215":"8181","216":"7265","217":"7.5732028053769724","218":"3","219":"-","220":"1","221":"2","222":"0.15591384786129139","223":"0.36670333700036672","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.59625378587648603","236":"176","237":"NA","238":"NA","239":"NA","240":"1","241":"-1.2397425808240199","242":"15","243":"15","244":"12","245":"296.14","246":"6.63","247":"2.2000000000000002","248":"0.41","249":"0.1","250":"0.04","251":"0","252":"0.39","253":"0.1","254":"0.94","255":"0.3","256":"0.18","257":"0.1","258":"1.01","259":"0.3","260":"4.2","261":"1.4","262":"0.85","263":"0.3","264":"0.51","265":"0.2","266":"53.78","267":"18.2","268":"56.69","269":"19.100000000000001","270":"79.31","271":"26.8","272":"91.2","273":"30.900000000000009","274":"19440","275":"2932","276":"18.899999999999999","277":"16.899999999999999","278":"29","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"29","290":"-","291":"-","292":"-","293":"-","294":"-","295":"53.458687894592373","296":"-","297":"71.526647321112605","298":"69.763026510090711","299":"69.05919955530851","300":"69.328506045494905","301":"67.45012838238199"},{"1":"53470","2":"הגליל התחתון","3":"03","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"17","10":"206","11":"הגליל התחתון","12":"192.79919299513597","13":"..","14":"12795","15":"99.7","16":"97.4","17":"-","18":"-","19":"-","20":"-","21":"6605","22":"6190","23":"8.4798749511527944","24":"10.293083235638921","25":"11.371629542790153","26":"12.270418132082845","27":"11.559202813599063","28":"16.615865572489252","29":"14.998046111762408","30":"4.2125830402500979","31":"10.191481047284096","32":"37.999218444704965","33":"3.040250097694412","34":"1110","35":"207","36":"3.08","37":"0","38":"-","39":"45","40":"5.13","41":"162","42":"12.759905065910278","43":"1.5722008214682432","44":"5.7756936303243451","45":"31","46":"19.35483870967742","47":"67.741935483870961","48":"0","49":"12.903225806451612","50":"69","51":"28","52":"500","53":"251","54":"249","55":"204","56":"85","57":"195","58":"16","59":"472","60":"238","61":"234","62":"119","63":"179","64":"152","65":"22","66":"52","67":"82","68":"21.8","69":"27","70":"5.5","71":"5","72":"724","73":"-","74":"5.51","75":"-","76":"-","77":"0.24","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1109","88":"17.398807656102917","89":"427","90":"177","91":"6.7075086396481316","92":"38","93":"185","94":"120","95":"107","96":"105","97":"..","98":"1600","99":"2","100":"69","101":"173","102":"263","103":"51","104":"41","105":"81.5","106":"9.1999999999999993","107":"3.9","108":"5.4","109":"1444","110":"808","111":"509","112":"127","113":"3635","114":"1234","115":"1694","116":"707","117":"11067.53966","118":"13605.13559","119":"8529.9437240000007","120":"2.8700464588443664","121":"3.2969819435171299","122":"1.8068637580250346","123":"5476","124":"34.1","125":"658","126":"9918.1348340000004","127":"7.392575950966207","128":"44.4","129":"0.420782618","130":"760","131":"248","132":"240","133":"238","134":"34","135":"11","136":"6","137":"8","138":"3","139":"5","140":"180","141":"86","142":"94","143":"33","144":"61","145":"4102","146":"2066","147":"2036","148":"757","149":"1279","150":"25.835820895522389","151":"1.0732323232323231","152":"1.4723926380368098","153":"0.65019505851755521","154":"93.145161290322577","155":"85.483870967741936","156":"52.3","157":"47","158":"13.8","159":"3.8","160":"502","161":"31.4","162":"3.7848605577689245","163":"4.8","164":"16.8","165":"44.621513944223103","166":"77.689243027888438","167":"8.9349240780911057","168":"3.5508618596746784","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1345.3846000000001","195":"100","196":"31.2","197":"16","198":"66","199":"27.1","200":"11.8","201":"48","202":"..","203":"7.5999999999999998E-2","204":"0.45600000000000002","205":"-","206":"-","207":"-","208":"7.5999999999999998E-2","209":"0.45599999999999996","210":"-","211":"-","212":"-","213":"1.7734348430311349","214":"2.4410306530603902","215":"5823","216":"4907","217":"6.8","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.54447635712666798","236":"172","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.55942901652949895","242":"55","243":"59","244":"62","245":"192.81","246":"5.3","247":"2.7","248":"0.17","249":"0.1","250":"0.01","251":"0","252":"0.05","253":"0","254":"0.28000000000000003","255":"0.1","256":"7.0000000000000007E-2","257":"0","258":"0.68","259":"0.4","260":"1.74","261":"0.9","262":"1.51","263":"0.8","264":"7.0000000000000007E-2","265":"0","266":"55.44","267":"28.8","268":"24.97","269":"13","270":"57.57","271":"29.9","272":"44.95","273":"23.3","274":"12795","275":"2414","276":"13.9","277":"14.6","278":"18","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"8","288":"1","289":"3","290":"2","291":"1","292":"2","293":"-","294":"-","295":"73.209051471450351","296":"-","297":"75.597104945717732","298":"74.09003831417624","299":"73.580394500896602","300":"73.181604880337872","301":"72.290119931467729"},{"1":"14999","2":"הערבה התיכונה","3":"54","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1976","8":"0","9":"7","10":"657","11":"הערבה התיכונה","12":"1538.1398228432092","13":"..","14":"3772","15":"98.5","16":"94.4","17":"-","18":"-","19":"-","20":"-","21":"1889","22":"1884","23":"6.8928950159066806","24":"10.577942735949099","25":"10.047720042417815","26":"12.566277836691411","27":"9.5705196182396612","28":"17.629904559915165","29":"18.292682926829269","30":"3.7115588547189819","31":"10.683987274655355","32":"34.278897136797454","33":"2.8101802757158008","34":"1032","35":"47","36":"..","37":"0.2","38":"..","39":"8","40":"..","41":"39","42":"10.418376733147896","43":"1.5598003702183831","44":"6.3096500530222697","45":"0","46":"0","47":"0","48":"0","49":"0","50":"14","51":"9","52":"182","53":"90","54":"92","55":"52","56":"35","57":"91","58":"4","59":"173","60":"96","61":"77","62":"47","63":"45","64":"76","65":"5","66":"1","67":"12","68":"10.6","69":"9","70":"6.3","71":"4","72":"188","73":"-","74":"1.86","75":"-","76":"-","77":"3.2","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"284","88":"14.661848218895198","89":"107","90":"47","91":"5.5758207399687336","92":"40","93":"193","94":"121","95":"105","96":"104","97":"-","98":"369","99":"1.084010840108401","100":"19","101":"17","102":"52","103":"11","104":"17","105":"93.9","106":"4.8","107":"0.8","108":"0.4","109":"495","110":"296","111":"191","112":"8","113":"1136","114":"459","115":"634","116":"43","117":"8826.1222689999995","118":"10561.85642","119":"7339.2463859999998","120":"2.8303221373928489","121":"3.5998078686869883","122":"2.1640101154337454","123":"1541","124":"40.299999999999997","125":"474","126":"15648.038210000001","127":"12.920247847347355","128":"30","129":"0.38256908499999998","130":"209","131":"36","132":"81","133":"77","134":"15","135":"3","136":"1","137":"3","138":"1","139":"2","140":"40","141":"18","142":"22","143":"9","144":"13","145":"953","146":"484","147":"469","148":"218","149":"251","150":"26.888888888888889","151":"1.3761467889908259","152":"..","153":"..","154":"82.608695652173907","155":"72.463768115942031","156":"40.700000000000003","157":"..","158":"3.1","159":"2","160":"120","161":"29.8","162":"6.666666666666667","163":"2.5","164":"13.9","165":"37.5","166":"72.5","167":"9.0666666666666664","168":"3.3056722689075628","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"383.0752","195":"99.82622210991471","196":"13","197":"6.6","198":"32","199":"14.4","200":"5.2","201":"22","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.2860331065477477","214":"7.5809907059084569","215":"2194","216":"1476","217":"7.7","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.866263881277619","236":"199","237":"NA","238":"NA","239":"NA","240":"1","241":"-1.8266948144928501","242":"3","243":"2","244":"3","245":"1537.6399999999999","246":"2.4900000000000002","247":"0.2","248":"0.08","249":"0","250":"0.02","251":"0","252":"0","253":"0","254":"0.99","255":"0.1","256":"0.02","257":"0","258":"0.23","259":"0","260":"2.04","261":"0.1","262":"1.74","263":"0.1","264":"0.17","265":"0","266":"0.37","267":"0","268":"5.15","269":"0.3","270":"30.81","271":"2","272":"1493.53","273":"97.2","274":"3772","275":"1515","276":"16.600000000000001","277":"16.399999999999999","278":"7","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"5","288":"-","289":"-","290":"-","291":"1","292":"1","293":"-","294":"-","295":"64.377682403433482","296":"-","297":"73.854125149461936","298":"70.853080568720387","299":"69.938414164742113","300":"66.801768607221817","301":"65.431243505368897"},{"1":"74698","2":"הר חברון","3":"78","4":"אזור יהודה והשומרון","5":"מועצה אזורית","6":"-","7":"1982","8":"0","9":"15","10":"715","11":"הר חברון","12":"..","13":"..","14":"10079","15":"100","16":"99.5","17":"-","18":"-","19":"-","20":"-","21":"5441","22":"4638","23":"16.430201408869927","24":"16.29129873995436","25":"13.334656215894434","26":"7.6098819327314215","27":"14.168072229387835","28":"19.406687171346363","29":"8.562357376723881","30":"2.3117372755233654","31":"1.8851076495684096","32":"50.253001289810499","33":"0.38694314912193672","34":"1250","35":"329","36":"..","37":"0.4","38":"..","39":"7","40":"2.72","41":"322","42":"33.029989559244946","43":"7.0025927388926874","44":"4.1472368290505015","45":"16","46":"31.25","47":"18.75","48":"25","49":"25","50":"352","51":"336","52":"712","53":"386","54":"326","55":"355","56":"174","57":"181","58":"2","59":"368","60":"187","61":"181","62":"151","63":"113","64":"97","65":"7","66":"52","67":"78","68":"41.3","69":"21","70":"6.5","71":"11","72":"612","73":"-","74":"2.5099999999999998","75":"2.98","76":"-","77":"1.01","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"687","88":"15.065789473684211","89":"251","90":"119","91":"5.6903196554069373","92":"37","93":"186","94":"125","95":"100","96":"100","97":"..","98":"190","99":"6.3157894736842106","100":"47","101":"20","102":"145","103":"15","104":"11","105":"31.8","106":"24.2","107":"20.7","108":"23.3","109":"1074","110":"399","111":"371","112":"304","113":"3675","114":"600","115":"1276","116":"1799","117":"9235.5048869999991","118":"11059.92987","119":"7295.3514569999998","120":"3.2375371100062722","121":"1.8457482366791123","122":"4.680529084550944","123":"3871","124":"40","125":"186","126":"9312.6692110000004","127":"-4.9415450555943092","128":"44.6","129":"0.40803690599999998","130":"966","131":"284","132":"347","133":"310","134":"25","135":"10","136":"4","137":"8","138":"2","139":"6","140":"105","141":"74","142":"31","143":"4","144":"27","145":"2245","146":"1670","147":"575","148":"74","149":"501","150":"23.491228070175438","151":"-","152":"-","153":"-","154":"80.555555555555557","155":"70.555555555555557","156":"57.6","157":"48.4","158":"16.600000000000001","159":"4.8","160":"235","161":"30.7","162":"5.9574468085106389","163":"5.3","164":"14.8","165":"39.574468085106382","166":"74.893617021276597","167":"9","168":"3.4421768707482991","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.21321961620469082","194":"678.38549","195":"79.914879960065178","196":"22.5","197":"19","198":"66","199":"9.9","200":"7.8","201":"28","202":"..","203":"0.32","204":"2.56","205":"0.4","206":"0.6","207":"2.5000000000000001E-2","208":"0.32","209":"2.56","210":"0.4","211":"0.6","212":"2.5000000000000001E-2","213":"1.2225144271909869","214":"2.0729501351324324","215":"3271","216":"2835","217":"8.9","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-4.3319467909628803E-2","236":"122","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.64620802515192","242":"43","243":"34","244":"82","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"..","274":"10079","275":"..","276":"21.8","277":"19.100000000000001","278":"14","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"4","289":"-","290":"-","291":"-","292":"10","293":"-","294":"-","295":"61.661661661661661","296":"-","297":"82.10388476647752","298":"78.313253012048193","299":"77.496305678699599","300":"76.099009900990097","301":"75.920885501723816"},{"1":"73051","2":"זבולון","3":"12","4":"חיפה","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"17","10":"301","11":"זבולון","12":"61.045172168474679","13":"..","14":"13755","15":"68.400000000000006","16":"95.7","17":"31.6","18":"99.7","19":"0.1","20":"0.1","21":"6994","22":"6761","23":"7.2773536895674305","24":"8.4696474009451101","25":"9.6910214467466371","26":"10.774263904034896","27":"13.929480189022174","28":"17.353689567430024","29":"16.822973464194838","30":"3.4169392948018902","31":"12.264631043256998","32":"32.170119956379502","33":"5.4234823700472559","34":"941","35":"185","36":"2.2999999999999998","37":"0.6","38":"..","39":"46","40":"3.48","41":"139","42":"10.124219299665661","43":"0.37352642719939411","44":"5.3507815339876412","45":"50","46":"4","47":"86","48":"8","49":"..","50":"-52","51":"-106","52":"289","53":"127","54":"162","55":"108","56":"54","57":"119","58":"8","59":"394","60":"180","61":"214","62":"97","63":"154","64":"122","65":"21","66":"62","67":"92","68":"18.7","69":"31","70":"6","71":"11","72":"1103","73":"0.27","74":"2.83","75":"-","76":"2.64","77":"2.31","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"4446","88":"60.284745762711864","89":"1768","90":"780","91":"24.064243909078538","92":"40","93":"172","94":"126","95":"111","96":"110","97":"..","98":"1539","99":"7.0825211176088372","100":"357","101":"242","102":"380","103":"48","104":"37","105":"74.2","106":"22.1","107":"1.9","108":"1.8","109":"1834","110":"1078","111":"662","112":"94","113":"4349","114":"1642","115":"2191","116":"516","117":"10492.701209999999","118":"12567.65359","119":"8208.8256970000002","120":"3.1886426940046286","121":"3.8317820526349022","122":"3.1274811330629371","123":"5800","124":"40.9","125":"385","126":"11502.32573","127":"0.3795632547860972","128":"40","129":"0.479079641","130":"703","131":"212","132":"243","133":"228","134":"20","135":"13","136":"9","137":"11","138":"2","139":"9","140":"220","141":"113","142":"107","143":"30","144":"77","145":"3759","146":"1761","147":"1998","148":"684","149":"1314","150":"25.020408163265305","151":"1.0204081632653061","152":"1.5172413793103448","153":"0.46367851622874806","154":"79.555555555555557","155":"65.777777777777786","156":"40.1","157":"37","158":"11.4","159":"3.3","160":"519","161":"29.9","162":"8.6705202312138727","163":"3.3","164":"16.100000000000001","165":"41.811175337186896","166":"71.483622350674366","167":"7.4","168":"4.0644707207207205","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.71942446043165476","194":"1049.0568382000001","195":"91.536745982959459","196":"15.2","197":"9.4","198":"36","199":"20.7","200":"17.100000000000001","201":"92","202":"..","203":"-","204":"-","205":"-","206":"2.5","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.0046954188735677","214":"34.690846615067699","215":"5351","216":"4581","217":"7.7","218":"2","219":"-","220":"1","221":"1","222":"0.14567222013907427","223":"0.37376191366099792","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"2.8991035869272101E-2","236":"135","237":"NA","238":"NA","239":"NA","240":"5","241":"3.9659383937248202E-2","242":"126","243":"150","244":"118","245":"61","246":"3.44","247":"5.6","248":"0.39","249":"0.6","250":"0.01","251":"0","252":"0.21","253":"0.3","254":"0.14000000000000001","255":"0.2","256":"7.0000000000000007E-2","257":"0.1","258":"0.22","259":"0.4","260":"1.3","261":"2.1","262":"0.55000000000000004","263":"0.9","264":"7.0000000000000007E-2","265":"0.1","266":"13.72","267":"22.5","268":"4.88","269":"8","270":"29.19","271":"47.9","272":"6.81","273":"11.300000000000008","274":"13755","275":"3999","276":"8.1","277":"9.3000000000000007","278":"14","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"1","287":"2","288":"-","289":"5","290":"2","291":"1","292":"-","293":"-","294":"2","295":"68.86969192339717","296":"62.666527893422156","297":"63.946684005201561","298":"67.075268817204304","299":"70.067300502083114","300":"61.849163774061225","301":"63.41813705375462"},{"1":"34366","2":"חבל אילות","3":"53","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1964","8":"0","9":"13","10":"608","11":"חבל אילות","12":"2631.148376613467","13":"..","14":"4745","15":"98.9","16":"93.7","17":"-","18":"-","19":"-","20":"-","21":"2405","22":"2340","23":"7.7133825079030558","24":"10.537407797681769","25":"9.6944151738672293","26":"7.903055848261328","27":"12.876712328767123","28":"20.716543730242361","29":"17.639620653319284","30":"4.8050579557428872","31":"8.0927291886196002","32":"32.223393045310857","33":"2.4868282402528976","34":"785","35":"57","36":"..","37":"0.2","38":"..","39":"9","40":"(3.2)","41":"48","42":"10.352012309401607","43":"4.7919836513457454","44":"10.684931506849315","45":"56","46":"28.571428571428569","47":"62.5","48":"7.1428571428571423","49":"1.7857142857142856","50":"128","51":"64","52":"342","53":"173","54":"169","55":"132","56":"66","57":"138","58":"6","59":"278","60":"137","61":"141","62":"85","63":"80","64":"109","65":"4","66":"26","67":"6","68":"3.8","69":"12","70":"7.4","71":"3","72":"283","73":"-","74":"0.13","75":"-","76":"-","77":"6.12","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"341","88":"12.332730560578661","89":"121","90":"52","91":"4.4715447154471546","92":"37","93":"189","94":"113","95":"97","96":"92","97":"-","98":"359","99":"3.3426183844011144","100":"25","101":"33","102":"75","103":"6","104":"5","105":"80.599999999999994","106":"16.5","107":"1.3","108":"1.6","109":"523","110":"364","111":"150","112":"9","113":"1087","114":"566","115":"473","116":"48","117":"9579.1283509999994","118":"11292.608840000001","119":"7844.0080369999996","120":"4.1207245395276315","121":"3.892450184862839","122":"3.8118645459360279","123":"1753","124":"39.9","125":"101","126":"12128.75884","127":"21.581097930181635","128":"30.7","129":"0.40261794099999998","130":"249","131":"66","132":"93","133":"76","134":"14","135":"3","136":"2","137":"2","138":"1","139":"1","140":"50","141":"25","142":"25","143":"13","144":"12","145":"1016","146":"570","147":"446","148":"242","149":"204","150":"25.272727272727273","151":"-","152":"-","153":"-","154":"71.084337349397586","155":"61.445783132530117","156":"42.4","157":"..","158":"7.3","159":"3.8","160":"130","161":"28.7","162":"7.6923076923076925","163":"2.5","164":"16.5","165":"49.230769230769234","166":"70","167":"8.7435897435897427","168":"3.3489736070381233","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1380.1322825235998","195":"98.624921665820423","196":"5.2","197":"4.8","198":"34","199":"5.5","200":"2.5","201":"15","202":"..","203":"3.9860000000000002","204":"34.018000000000001","205":"0.21","206":"0.89","207":"-","208":"3.9860000000000002","209":"34.018000000000001","210":"0.21","211":"0.89","212":"-","213":"5.1749068710800294","214":"16.009517663758697","215":"1528","216":"1202","217":"7.1","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-6.7590346360607806E-5","236":"131","237":"NA","238":"NA","239":"NA","240":"1","241":"-2.41307429028948","242":"2","243":"1","244":"2","245":"2630.79","246":"1.47","247":"0.1","248":"0.1","249":"0","250":"0.01","251":"0","252":"0.04","253":"0","254":"0.49","255":"0","256":"0.04","257":"0","258":"0.3","259":"0","260":"4.28","261":"0.2","262":"0.27","263":"0","264":"0.37","265":"0","266":"0.23","267":"0","268":"13.28","269":"0.5","270":"14.1","271":"0.5","272":"2595.81","273":"98.7","274":"4745","275":"3228","276":"23.8","277":"21.5","278":"12","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"-","288":"-","289":"10","290":"-","291":"-","292":"2","293":"-","294":"-","295":"-","296":"-","297":"63.545641326680368","298":"62.321792260692469","299":"62.133410005750434","300":"61.141906873614197","301":"58.577517314864146"},{"1":"34455","2":"חבל יבנה","3":"29","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1950","8":"1","9":"11","10":"456","11":"שורקות","12":"36.545363922390365","13":"..","14":"6920","15":"99.7","16":"99.5","17":"-","18":"-","19":"-","20":"-","21":"3403","22":"3517","23":"10.187861271676301","24":"9.5809248554913289","25":"9.9855491329479769","26":"16.25722543352601","27":"17.846820809248555","28":"13.554913294797688","29":"11.517341040462428","30":"2.9624277456647401","31":"8.106936416184972","32":"39.855491329479769","33":"3.2514450867052025","34":"1179","35":"150","36":"..","37":"0.6","38":"..","39":"24","40":"4.5999999999999996","41":"126","42":"18.139871377812092","43":"-0.73488510178263766","44":"4.8410404624277454","45":"5","46":"0","47":"80","48":"0","49":"20","50":"-192","51":"-194","52":"192","53":"95","54":"97","55":"63","56":"84","57":"40","58":"5","59":"386","60":"186","61":"200","62":"153","63":"154","64":"75","65":"4","66":"4","67":"86","68":"39.9","69":"9","70":"3.4","71":"10","72":"1497","73":"-","74":"13.01","75":"7.3","76":"0.39","77":"0.77","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"340","88":"10.346926354230067","89":"128","90":"52","91":"3.9107852123434159","92":"37","93":"181","94":"117","95":"105","96":"103","97":"..","98":"472","99":"2.1186440677966103","100":"19","101":"126","102":"99","103":"15","104":"15","105":"60.2","106":"24.7","107":"10","108":"5.0999999999999996","109":"820","110":"326","111":"360","112":"134","113":"2483","114":"510","115":"1235","116":"738","117":"10914.545050000001","118":"13625.61268","119":"8434.5222830000002","120":"0.72911010782310548","121":"0.98509022189070539","122":"0.81345214890864437","123":"2449","124":"38.299999999999997","125":"176","126":"12796.617819999999","127":"-6.2374268674176729","128":"35.200000000000003","129":"0.452060507","130":"423","131":"139","132":"138","133":"131","134":"15","135":"5","136":"2","137":"5","138":"2","139":"3","140":"73","141":"28","142":"45","143":"15","144":"30","145":"1729","146":"691","147":"1038","148":"383","149":"655","150":"24.678571428571427","151":"1.1851851851851851","152":"..","153":"..","154":"89.320388349514573","155":"83.495145631067956","156":"60.6","157":"..","158":"24.1","159":"6.7","160":"244","161":"30.6","162":"5.7377049180327866","163":"3.8","164":"17.2","165":"50.409836065573764","166":"77.868852459016395","167":"8.3410138248847918","168":"3.665745856353591","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"4.7970479704797047","194":"1217.9430499999999","195":"100","196":"8","197":"2.1","198":"8","199":"3.8","200":"1.3","201":"7","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.6082400829885337","214":"24.956655014748254","215":"2116","216":"1791","217":"7.2851428571428576","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-1.46358014201471E-3","236":"130","237":"NA","238":"NA","239":"NA","240":"6","241":"0.89121005298691902","242":"196","243":"192","244":"198","245":"35.14","246":"1.84","247":"5.2","248":"0.28000000000000003","249":"0.8","250":"0.02","251":"0.1","252":"7.0000000000000007E-2","253":"0.2","254":"0.08","255":"0.2","256":"7.0000000000000007E-2","257":"0.2","258":"0.47","259":"1.3","260":"1.07","261":"3","262":"0.35","263":"1","264":"0.06","265":"0.2","266":"0.09","267":"0.3","268":"2.41","269":"6.9","270":"12.69","271":"36.1","272":"15.64","273":"44.5","274":"6920","275":"3761","276":"4.5999999999999996","277":"4.9000000000000004","278":"7","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"2","288":"2","289":"1","290":"2","291":"-","292":"-","293":"-","294":"-","295":"76.227035919934195","296":"-","297":"81.836158192090394","298":"79.747191011235955","299":"80.574937203460777","300":"79.20819490586932","301":"77.313266443701224"},{"1":"91959","2":"חבל מודיעין","3":"25","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"29","10":"424","11":"חבל מודיעין","12":"127.92936974682861","13":"..","14":"24107","15":"100","16":"98.8","17":"-","18":"-","19":"-","20":"-","21":"12396","22":"11711","23":"8.5950138963786458","24":"9.4205002696312281","25":"9.5366491060687775","26":"11.00095407972788","27":"12.983780644626043","28":"16.028539428381798","29":"17.64217862031775","30":"4.4924710664952086","31":"10.304061061102585","32":"34.695316712987932","33":"3.7292072841913138","34":"955","35":"381","36":"2.86","37":"0.6","38":"..","39":"68","40":"3.59","41":"313","42":"13.00903184291926","43":"0.38727602022025565","44":"3.4429833658273532","45":"14","46":"50","47":"21.428571428571427","48":"28.571428571428569","49":"0","50":"-239","51":"-254","52":"912","53":"463","54":"449","55":"354","56":"147","57":"387","58":"24","59":"1166","60":"595","61":"571","62":"396","63":"292","64":"452","65":"26","66":"54","67":"126","68":"16.7","69":"65","70":"6.8","71":"5","72":"1128","73":"-","74":"4.09","75":"0.43","76":"-","77":"0.17","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1966","88":"15.305566368236667","89":"779","90":"321","91":"6.0603703127431148","92":"39","93":"201","94":"124","95":"111","96":"109","97":"..","98":"2162","99":"1.8501387604070305","100":"128","101":"412","102":"398","103":"75","104":"81","105":"57.3","106":"31.4","107":"7.4","108":"4","109":"3038","110":"1705","111":"1170","112":"163","113":"7409","114":"2608","115":"3880","116":"921","117":"12183.998670000001","118":"14892.894179999999","119":"9587.1402020000005","120":"3.6756086510161046","121":"4.3192980108676782","122":"2.8973868386518165","123":"10608","124":"33.6","125":"1540","126":"12683.324210000001","127":"0.27617364598102601","128":"31.9","129":"0.46281080800000002","130":"1326","131":"422","132":"426","133":"431","134":"47","135":"12","136":"6","137":"10","138":"4","139":"6","140":"201","141":"94","142":"107","143":"42","144":"65","145":"4767","146":"2238","147":"2529","148":"1125","149":"1404","150":"24.28409090909091","151":"0.77021822849807453","152":"0.77054794520547942","153":"0.7698887938408896","154":"85.131195335276971","155":"77.551020408163268","156":"45.3","157":"48.7","158":"14.5","159":"3.7","160":"335","161":"31.8","162":"4.4776119402985071","163":"3.5","164":"17.399999999999999","165":"44.179104477611943","166":"69.552238805970148","167":"10.470149253731343","168":"3.1108339272986458","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.62305295950155759","194":"2350.8532089999994","195":"100","196":"31.2","197":"3.5","198":"13","199":"18.5","200":"0.9","201":"3","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"3.253294876243761","214":"33.833398014973668","215":"12082","216":"9614","217":"7.2","218":"2","219":"-","220":"1","221":"1","222":"8.3124804108110281E-2","223":"0.16553550736633008","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.89649052372764504","236":"202","237":"NA","238":"NA","239":"NA","240":"7","241":"1.4327132203313","242":"218","243":"219","244":"221","245":"127.75","246":"8.44","247":"6.6","248":"0.26","249":"0.2","250":"0.01","251":"0","252":"0.11","253":"0.1","254":"0.48","255":"0.4","256":"0.51","257":"0.4","258":"1.19","259":"0.9","260":"2.92","261":"2.2999999999999998","262":"1.74","263":"1.4","264":"0.1","265":"0.1","266":"27.64","267":"21.6","268":"9.92","269":"7.8","270":"29.54","271":"23.1","272":"44.89","273":"35.1","274":"24107","275":"2856","276":"10.5","277":"10.5","278":"24","279":"-","280":"-","281":"1","282":"1","283":"-","284":"-","285":"-","286":"-","287":"16","288":"1","289":"1","290":"1","291":"1","292":"2","293":"-","294":"-","295":"70.684736091298149","296":"-","297":"79.688953874783991","298":"78.529723991507424","299":"78.548707753479135","300":"76.607727570399476","301":"77.511030365948614"},{"1":"63776","2":"חוף אשקלון","3":"36","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1950","8":"1","9":"20","10":"633","11":"חוף אשקלון","12":"180.64700616613774","13":"..","14":"19295","15":"99.8","16":"97.7","17":"-","18":"-","19":"-","20":"-","21":"9601","22":"9694","23":"9.836745270795543","24":"10.66079295154185","25":"9.8989375485877176","26":"10.158072039388443","27":"11.655869396216637","28":"18.953096657165069","29":"14.760300596009328","30":"3.87146929256284","31":"10.204716247732573","32":"36.729722726094842","33":"3.6952578388183466","34":"1031","35":"363","36":"3.06","37":"0.8","38":"..","39":"71","40":"3.87","41":"292","42":"15.342031848491057","43":"2.7984086365104019","44":"4.9805649131899461","45":"26","46":"7.6923076923076925","47":"76.923076923076934","48":"0","49":"15.384615384615385","50":"216","51":"182","52":"1004","53":"512","54":"492","55":"382","56":"182","57":"407","58":"33","59":"822","60":"403","61":"419","62":"245","63":"235","64":"316","65":"26","66":"86","67":"118","68":"21.3","69":"78","70":"10.8","71":"6","72":"754","73":"0.15","74":"2.72","75":"0.31","76":"-","77":"0.83","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1456","88":"14.649361102726633","89":"572","90":"232","91":"5.8035714285714288","92":"39","93":"193","94":"123","95":"109","96":"107","97":"..","98":"1843","99":"4.395008138903961","100":"179","101":"421","102":"315","103":"59","104":"70","105":"67.400000000000006","106":"20.100000000000001","107":"6.5","108":"6","109":"1915","110":"1044","111":"767","112":"104","113":"4731","114":"1618","115":"2544","116":"569","117":"10843.921420000001","118":"13289.29178","119":"8474.9499340000002","120":"2.2625063250863553","121":"2.621126220467862","122":"2.0534842995985736","123":"7940","124":"34.9","125":"803","126":"11559.564469999999","127":"-1.7404660281599038","128":"34.700000000000003","129":"0.41928987699999998","130":"1258","131":"408","132":"388","133":"429","134":"33","135":"12","136":"6","137":"10","138":"5","139":"5","140":"169","141":"85","142":"84","143":"40","144":"44","145":"4301","146":"2136","147":"2165","148":"1078","149":"1087","150":"25.321428571428573","151":"0.54563492063492058","152":"0.70351758793969854","153":"0.39177277179236042","154":"90.504451038575667","155":"79.525222551928792","156":"47.9","157":"41.9","158":"14.3","159":"3.5","160":"505","161":"30.7","162":"6.1386138613861387","163":"4.2","164":"16.2","165":"42.772277227722775","166":"77.029702970297038","167":"9.7169373549883993","168":"3.2239732569245465","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"2062.18000325","195":"100","196":"64.400000000000006","197":"22.2","198":"96","199":"31.4","200":"30","201":"155","202":"..","203":"0.11","204":"7.7","205":"-","206":"-","207":"-","208":"0.11","209":"7.7","210":"-","211":"-","212":"-","213":"1.6856542072050513","214":"11.445662547796722","215":"8764","216":"7319","217":"7.2","218":"8","219":"-","220":"6","221":"2","222":"0.42032963968468651","223":"0.91282519397535367","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.66866657089281101","236":"185","237":"NA","238":"NA","239":"NA","240":"5","241":"0.16463344388492299","242":"144","243":"111","244":"165","245":"176.7","246":"7.46","247":"4.2","248":"0.26","249":"0.1","250":"0.02","251":"0","252":"0.12","253":"0.1","254":"0.35","255":"0.2","256":"0.11","257":"0.1","258":"0.35","259":"0.2","260":"1.55","261":"0.9","262":"1.57","263":"0.9","264":"0.16","265":"0.1","266":"10.75","267":"6.1","268":"20.04","269":"11.3","270":"81.73","271":"46.3","272":"52.23","273":"29.500000000000007","274":"19295","275":"2586","276":"8.4","277":"8.6","278":"21","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"10","288":"1","289":"5","290":"1","291":"2","292":"1","293":"-","294":"-","295":"73.388839964774633","296":"66.824113361620363","297":"76.79279576999339","298":"75.705661608745316","299":"76.173432034491171","300":"73.766763391106579","301":"75.733736762481087"},{"1":"115800","2":"חוף הכרמל","3":"15","4":"חיפה","5":"מועצה אזורית","6":"-","7":"1951","8":"1","9":"33","10":"303","11":"חוף הכרמל","12":"194.87207728929852","13":"..","14":"35553","15":"98.2","16":"96.3","17":"-","18":"-","19":"-","20":"-","21":"18034","22":"17518","23":"8.5506145754226086","24":"9.3606727983573812","25":"9.1694090512755597","26":"9.2875425421202156","27":"10.854217646893371","28":"20.018001293842996","29":"16.699012741540798","30":"4.1402975838888416","31":"11.920231766658228","32":"32.796107220206451","33":"4.4046915872078305","34":"934","35":"529","36":"2.46","37":"0","38":"-","39":"117","40":"3.76","41":"412","42":"11.773158898864866","43":"3.2398235458994975","44":"9.1047169015272971","45":"180","46":"20","47":"70","48":"6.1111111111111107","49":"3.8888888888888888","50":"649","51":"437","52":"1855","53":"912","54":"943","55":"606","56":"283","57":"881","58":"85","59":"1418","60":"707","61":"711","62":"360","63":"438","64":"540","65":"80","66":"712","67":"128","68":"11.1","69":"85","70":"6.5","71":"10","72":"1901","73":"0.03","74":"4.2699999999999996","75":"-","76":"0.1","77":"1.1200000000000001","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"2773","88":"14.417927520407634","89":"1122","90":"444","91":"5.9111743322269632","92":"40","93":"201","94":"124","95":"114","96":"118","97":"..","98":"3905","99":"2.8425096030729833","100":"221","101":"548","102":"611","103":"85","104":"82","105":"62.5","106":"29.9","107":"5.3","108":"2.2999999999999998","109":"3196","110":"2062","111":"1065","112":"69","113":"6912","114":"3125","115":"3402","116":"385","117":"12543.368539999999","118":"15781.66023","119":"9437.8955440000009","120":"3.6699677126148744","121":"3.9513427865737194","122":"3.7231617501533476","123":"13278","124":"34.299999999999997","125":"1880","126":"11526.45025","127":"-0.32673910397866823","128":"38.9","129":"0.47658050099999999","130":"1892","131":"593","132":"576","133":"647","134":"76","135":"17","136":"12","137":"10","138":"4","139":"6","140":"316","141":"149","142":"167","143":"62","144":"105","145":"7646","146":"3489","147":"4157","148":"1801","149":"2356","150":"25.363636363636363","151":"1.6607354685646498","152":"2.0231213872832372","153":"1.2789281364190013","154":"82.732447817836814","155":"74.193548387096769","156":"49.9","157":"47.5","158":"11.4","159":"3.5","160":"587","161":"30.6","162":"6.9846678023850082","163":"2.9","164":"16.8","165":"45.315161839863713","166":"76.149914821124369","167":"9.3643263757115758","168":"3.2867274569402229","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"8.6956521739130432E-2","194":"4382.8551000000007","195":"98.060360243257875","196":"28.8","197":"27.5","198":"107","199":"18.100000000000001","200":"17.2","201":"72","202":"..","203":"-","204":"-","205":"5.0000000000000001E-3","206":"2.5000000000000001E-2","207":"-","208":"-","209":"-","210":"5.0000000000000001E-3","211":"2.5000000000000001E-2","212":"-","213":"2.7552034635084852","214":"24.878037192717493","215":"16869","216":"14459","217":"6.8026945446514029","218":"10","219":"-","220":"1","221":"9","222":"0.28575628395303071","223":"0.5928033671231252","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.96572112724659498","236":"205","237":"NA","238":"NA","239":"NA","240":"5","241":"4.42584528438449E-2","242":"127","243":"105","244":"150","245":"181.10000000000002","246":"10.33","247":"5.7","248":"0.47","249":"0.3","250":"0.04","251":"0","252":"0.09","253":"0","254":"1.1200000000000001","255":"0.6","256":"0.17","257":"0.1","258":"0.45","259":"0.2","260":"3.01","261":"1.7","262":"0.9","263":"0.5","264":"1.04","265":"0.6","266":"71.88","267":"39.700000000000003","268":"26.2","269":"14.5","270":"27.66","271":"15.3","272":"37.74","273":"20.8","274":"35553","275":"3442","276":"10.4","277":"12","278":"26","279":"1","280":"1","281":"-","282":"-","283":"-","284":"1","285":"-","286":"-","287":"9","288":"2","289":"7","290":"3","291":"-","292":"1","293":"-","294":"1","295":"54.873725215564406","296":"-","297":"72.460536876839384","298":"71.510608451692093","299":"70.851514235106066","300":"70.185638938494122","301":"69.846068175490245"},{"1":"34158","2":"חוף השרון","3":"19","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1949","8":"1","9":"13","10":"401","11":"חוף השרון","12":"50.021721608473733","13":"..","14":"14872","15":"96.8","16":"95.8","17":"-","18":"-","19":"-","20":"-","21":"7989","22":"6883","23":"6.6769768692845615","24":"8.2638515330823026","25":"8.3310919849381389","26":"7.9007530930607857","27":"10.21382463690156","28":"20.024206562668102","29":"19.291285637439483","30":"4.0008068854222705","31":"15.297202797202797","32":"28.368746637977406","33":"7.4367939752555134","34":"868","35":"158","36":"2.12","37":"0","38":"-","39":"70","40":"3.29","41":"88","42":"5.9508569157695632","43":"1.1449635222503787","44":"8.4050564819795586","45":"13","46":"30.76923076923077","47":"38.461538461538467","48":"23.076923076923077","49":"7.6923076923076925","50":"117","51":"94","52":"570","53":"294","54":"276","55":"181","56":"65","57":"265","58":"59","59":"476","60":"234","61":"242","62":"157","63":"99","64":"205","65":"15","66":"106","67":"30","68":"5.3","69":"31","70":"5.8","71":"10","72":"2083","73":"2.67","74":"1.92","75":"-","76":"1.71","77":"7.86","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"872","88":"10.507290034943969","89":"356","90":"153","91":"4.3062779726623921","92":"40","93":"209","94":"127","95":"116","96":"123","97":"..","98":"1795","99":"1.0027855153203342","100":"42","101":"283","102":"220","103":"41","104":"23","105":"61.9","106":"31.5","107":"5","108":"1.7","109":"1528","110":"1005","111":"513","112":"10","113":"3211","114":"1543","115":"1616","116":"52","117":"13114.632900000001","118":"16386.124970000001","119":"9943.7247630000002","120":"2.2891844701755204","121":"1.7831116376864298","122":"3.0136926469408021","123":"5124","124":"32.799999999999997","125":"969","126":"28573.070339999998","127":"67.136814657812181","128":"38.799999999999997","129":"0.51395224699999997","130":"599","131":"147","132":"202","133":"233","134":"17","135":"6","136":"4","137":"5","138":"2","139":"3","140":"110","141":"50","142":"60","143":"28","144":"32","145":"2929","146":"1296","147":"1633","148":"811","149":"822","150":"29.547619047619047","151":"0.62724014336917566","152":"0.70921985815602839","153":"0.54347826086956519","154":"85.11904761904762","155":"84.523809523809518","156":"46.8","157":"52.5","158":"13.8","159":"3.1","160":"364","161":"29.9","162":"7.4175824175824179","163":"3.2","164":"16.100000000000001","165":"48.07692307692308","166":"72.527472527472526","167":"9.0762195121951219","168":"3.3281827342962713","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"1.6646848989298455","194":"1588.41085","195":"100","196":"16.2","197":"4.5","198":"11","199":"7.4","200":"6.7","201":"22","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"3.7376532619932492","214":"27.098810018542281","215":"7180","216":"5868","217":"6.6518385650224214","218":"9","219":"-","220":"1","221":"8","222":"0.60861036638552357","223":"1.2534818941504178","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"9","235":"1.38346045856377","236":"235","237":"NA","238":"NA","239":"NA","240":"7","241":"1.2761734702779599","242":"214","243":"211","244":"232","245":"47.26","246":"5.0199999999999996","247":"10.6","248":"0.14000000000000001","249":"0.3","250":"0.02","251":"0","252":"0.05","253":"0.1","254":"0.5","255":"1.1000000000000001","256":"0.16","257":"0.3","258":"0.25","259":"0.5","260":"1.55","261":"3.3","262":"0.72","263":"1.5","264":"0.28999999999999998","265":"0.6","266":"0.81","267":"1.7","268":"14.98","269":"31.7","270":"16.23","271":"34.299999999999997","272":"6.54","273":"14.000000000000004","274":"14872","275":"2963","276":"6.9","277":"7.1","278":"14","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"6","288":"-","289":"5","290":"1","291":"2","292":"-","293":"-","294":"-","295":"-","296":"-","297":"78.169752008382815","298":"77.197259955880654","299":"76.825028968713795","300":"73.196227701397561","301":"71.792328042328052"},{"1":"66351","2":"יואב","3":"35","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1952","8":"0","9":"24","10":"632","11":"יואב","12":"198.65592075225157","13":"..","14":"9197","15":"97.8","16":"97.7","17":"-","18":"-","19":"-","20":"-","21":"4578","22":"4619","23":"6.8065673589213871","24":"11.318908339675982","25":"11.840817657931934","26":"9.8401652712841141","27":"9.5030988365771449","28":"17.505708383168425","29":"19.049690116342287","30":"3.1966945743177124","31":"10.938349461781016","32":"35.816026965314776","33":"4.9255191910405571","34":"1030","35":"87","36":"..","37":"0.2","38":"..","39":"29","40":"2.85","41":"58","42":"6.3370932462361704","43":"0.98133774337560453","44":"4.2078938784386208","45":"3","46":"33.333333333333329","47":"0","48":"33.333333333333329","49":"33.333333333333329","50":"27","51":"10","52":"268","53":"133","54":"135","55":"119","56":"25","57":"119","58":"5","59":"258","60":"133","61":"125","62":"80","63":"69","64":"101","65":"8","66":"0","67":"30","68":"11.2","69":"23","70":"6.5","71":"5","72":"166","73":"0.08","74":"-","75":"-","76":"0.3","77":"1.45","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"644","88":"13.787197602226502","89":"235","90":"88","91":"5.0668391548081066","92":"40","93":"205","94":"128","95":"101","96":"95","97":"..","98":"936","99":"1.7094017094017093","100":"39","101":"200","102":"151","103":"24","104":"19","105":"73.400000000000006","106":"20.100000000000001","107":"3.7","108":"2.7","109":"910","110":"519","111":"371","112":"20","113":"2103","114":"816","115":"1182","116":"105","117":"12623.76971","118":"15796.577929999999","119":"9429.2528070000008","120":"-0.1779225096967596","121":"-5.2729603536327829E-2","122":"-1.0433716953561323","123":"3813","124":"31.8","125":"347","126":"12134.392099999999","127":"3.9887936871433549","128":"33.1","129":"0.43453127899999999","130":"510","131":"138","132":"182","133":"173","134":"17","135":"5","136":"3","137":"3","138":"1","139":"2","140":"93","141":"44","142":"49","143":"18","144":"31","145":"2474","146":"1220","147":"1254","148":"591","149":"663","150":"27.727272727272727","151":"1.0506208213944603","152":"1.1131725417439702","153":"0.98425196850393704","154":"94.85294117647058","155":"84.558823529411768","156":"61.5","157":"41.2","158":"12","159":"3.3","160":"253","161":"32.4","162":"4.3478260869565215","163":"2.2999999999999998","164":"16.8","165":"41.106719367588937","166":"79.446640316205531","167":"11.248868778280542","168":"2.9215607401448112","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.27397260273972601","194":"759.11564999999996","195":"96.641618441142668","196":"6.5","197":"3.6","198":"12","199":"13.4","200":"2.9","201":"11","202":"..","203":"-","204":"-","205":"1.1000000000000001","206":"0.5","207":"0.86499999999999999","208":"-","209":"-","210":"1.1000000000000001","211":"0.5","212":"0.86499999999999999","213":"1.9375468189318736","214":"32.045718240793242","215":"3818","216":"3329","217":"7.2480352090537563","218":"1","219":"-","220":"-","221":"1","222":"0.10926022838338226","223":"0.26191723415400736","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.0783789061979101","236":"211","237":"NA","238":"NA","239":"NA","240":"5","241":"0.18887090692331401","242":"147","243":"119","244":"169","245":"198.69","246":"2.92","247":"1.5","248":"0.18","249":"0.1","250":"0.02","251":"0","252":"0.04","253":"0","254":"0.34","255":"0.2","256":"0.09","257":"0","258":"0.45","259":"0.2","260":"2.25","261":"1.1000000000000001","262":"1.1200000000000001","263":"0.6","264":"0.08","265":"0","266":"37.42","267":"18.8","268":"21.86","269":"11","270":"110.85","271":"55.8","272":"21.07","273":"10.700000000000008","274":"9197","275":"3150","276":"14.8","277":"14.1","278":"13","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"3","288":"-","289":"8","290":"-","291":"1","292":"-","293":"-","294":"1","295":"-","296":"-","297":"75.945716709075484","298":"75.347979205098099","299":"75.697211155378483","300":"73.961038961038966","301":"73.57064104583398"},{"1":"122784.96000000001","2":"לב השרון","3":"18","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1984","8":"0","9":"18","10":"412","11":"לב השרון","12":"54.891545872217705","13":"..","14":"23672","15":"99.9","16":"98.8","17":"-","18":"-","19":"-","20":"-","21":"11911","22":"11761","23":"6.3534978033119298","24":"8.0263602568435282","25":"9.5049003041568092","26":"9.2176410949645149","27":"11.773403176748902","28":"14.937478877999324","29":"21.240283879689084","30":"4.8284893545116594","31":"14.117945251774248","32":"29.710206150726595","33":"7.1645826292666444","34":"895","35":"259","36":"2.2599999999999998","37":"0.4","38":"..","39":"144","40":"4.1900000000000004","41":"115","42":"4.8344915815460761","43":"-0.96578029919074027","44":"3.9540385265292328","45":"23","46":"52.173913043478258","47":"13.043478260869565","48":"21.739130434782609","49":"13.043478260869565","50":"-282","51":"-311","52":"917","53":"441","54":"476","55":"299","56":"129","57":"414","58":"75","59":"1228","60":"624","61":"604","62":"316","63":"349","64":"490","65":"73","66":"176","67":"88","68":"10.7","69":"74","70":"7.7","71":"8","72":"1291","73":"3.03","74":"0.93","75":"-","76":"1.28","77":"0.16","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1972","88":"15.061483235316581","89":"816","90":"350","91":"6.2053231939163496","92":"40","93":"201","94":"126","95":"117","96":"120","97":"..","98":"2740","99":"1.5328467153284671","100":"127","101":"569","102":"460","103":"69","104":"96","105":"57.2","106":"31.4","107":"5.5","108":"5.9","109":"2851","110":"1836","111":"946","112":"69","113":"6205","114":"2793","115":"3025","116":"387","117":"12183.164940000001","118":"14843.325440000001","119":"9625.3962940000001","120":"-0.26779231579447949","121":"-1.6899422547623777","122":"1.9617387907727935","123":"10294","124":"34.700000000000003","125":"1792","126":"11642.448179999999","127":"0.29720547073504022","128":"37.799999999999997","129":"0.47101957999999999","130":"991","131":"329","132":"333","133":"314","134":"15","135":"8","136":"7","137":"4","138":"2","139":"2","140":"171","141":"86","142":"85","143":"42","144":"43","145":"4945","146":"2234","147":"2711","148":"1379","149":"1332","150":"27.287500000000001","151":"0.34722222222222221","152":"..","153":"..","154":"90.069284064665126","155":"83.602771362586608","156":"48.3","157":"36.299999999999997","158":"14.8","159":"3.3","160":"545","161":"31.4","162":"4.7706422018348622","163":"3.3","164":"17.5","165":"50.825688073394495","166":"79.816513761467888","167":"10.014141414141415","168":"3.1502925156344563","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.32751091703056767","194":"1748.1492499999997","195":"100","196":"27.8","197":"10.8","198":"44","199":"14.6","200":"9","201":"43","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.06938374160482","214":"50.397761599617532","215":"11845","216":"10022","217":"7.3575343882511115","218":"3","219":"-","220":"-","221":"3","222":"0.12611717169250636","223":"0.25327142254115659","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.19416299231735","236":"220","237":"NA","238":"NA","239":"NA","240":"6","241":"0.90089264824733395","242":"197","243":"191","244":"204","245":"54.949999999999996","246":"8.0399999999999991","247":"14.6","248":"0.12","249":"0.2","250":"0.08","251":"0.1","252":"0.09","253":"0.2","254":"0.27","255":"0.5","256":"0.13","257":"0.2","258":"0.35","259":"0.6","260":"0.81","261":"1.5","262":"1.2","263":"2.2000000000000002","264":"0.12","265":"0.2","266":"0.65","267":"1.2","268":"15.58","269":"28.4","270":"25.71","271":"46.8","272":"1.8","273":"3.3","274":"23672","275":"2944","276":"8","277":"8.1999999999999993","278":"19","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"12","288":"2","289":"-","290":"1","291":"3","292":"-","293":"-","294":"-","295":"68.796807857581342","296":"-","297":"77.848460036530838","298":"77.485857950974236","299":"76.935594917694189","300":"72.880515617253351","301":"72.493027767673084"},{"1":"42601","2":"לכיש","3":"50","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1956","8":"0","9":"19","10":"634","11":"לכיש","12":"378.96107191776287","13":"..","14":"13778","15":"99.9","16":"99","17":"-","18":"-","19":"-","20":"-","21":"7108","22":"6671","23":"11.061111917549717","24":"12.795761358687763","25":"11.489330817244884","26":"7.1853679779358401","27":"11.852228189867905","28":"20.220641602554796","29":"13.717520685150239","30":"3.3822035128465671","31":"8.303091885614748","32":"39.454202351574978","33":"3.5055886195383947","34":"1034","35":"296","36":"3.46","37":"0.2","38":"..","39":"51","40":"4.26","41":"245","42":"18.075228605285275","43":"3.3606729933388522","44":"2.8523733488169545","45":"3","46":"66.666666666666657","47":"0","48":"0","49":"33.333333333333329","50":"232","51":"218","52":"684","53":"332","54":"352","55":"309","56":"97","57":"267","58":"11","59":"465","60":"236","61":"229","62":"148","63":"131","64":"179","65":"7","66":"101","67":"66","68":"19.600000000000001","69":"38","70":"7.4","71":"2","72":"189","73":"-","74":"-","75":"1.1200000000000001","76":"-","77":"0.3","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1079","88":"15.37037037037037","89":"423","90":"174","91":"6.1038961038961039","92":"39","93":"192","94":"125","95":"109","96":"104","97":"-","98":"1054","99":"4.1745730550284632","100":"158","101":"355","102":"275","103":"39","104":"47","105":"73.099999999999994","106":"17.600000000000001","107":"4.0999999999999996","108":"5.2","109":"1374","110":"766","111":"488","112":"120","113":"3496","114":"1164","115":"1639","116":"693","117":"10554.466570000001","118":"12841.60881","119":"8223.4235979999994","120":"2.8946675296916968","121":"2.5538777657180489","122":"3.2655523834108635","123":"5365","124":"34.700000000000003","125":"674","126":"15435.60253","127":"1.7932026203647533","128":"32.9","129":"0.39698586600000002","130":"958","131":"273","132":"330","133":"326","134":"29","135":"7","136":"5","137":"3","138":"1","139":"2","140":"78","141":"67","142":"11","143":"5","144":"6","145":"2075","146":"1783","147":"292","148":"134","149":"158","150":"26.80952380952381","151":"0.84745762711864403","152":"..","153":"..","154":"79.385964912280699","155":"68.859649122807014","156":"46.8","157":"39.200000000000003","158":"12.9","159":"3.5","160":"114","161":"31.1","162":"7.8947368421052628","163":"3.6","164":"12.9","165":"27.192982456140353","166":"79.824561403508781","167":"13.126582278481013","168":"2.4262295081967213","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.60483870967741937","194":"834.52740919999997","195":"100","196":"22.8","197":"16.8","198":"67","199":"43.4","200":"24.4","201":"104","202":"..","203":"1.726","204":"11.233000000000001","205":"-","206":"5.48","207":"-","208":"1.726","209":"11.233000000000001","210":"-","211":"5.48","212":"-","213":"1.3822495911837176","214":"2.345784575329553","215":"6099","216":"4808","217":"7.4","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.59803003539133703","236":"177","237":"NA","238":"NA","239":"NA","240":"4","241":"-0.14152542800481799","242":"103","243":"76","244":"148","245":"378.69","246":"5.62","247":"1.5","248":"0.14000000000000001","249":"0","250":"0.01","251":"0","252":"0.06","253":"0","254":"0.26","255":"0.1","256":"0.01","257":"0","258":"0.02","259":"0","260":"1.75","261":"0.5","262":"1.33","263":"0.4","264":"0","265":"0","266":"68.489999999999995","267":"18.100000000000001","268":"21","269":"5.5","270":"168.05","271":"44.4","272":"111.95","273":"29.500000000000007","274":"13778","275":"2452","276":"15.9","277":"14.2","278":"19","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"13","288":"1","289":"-","290":"-","291":"1","292":"4","293":"-","294":"-","295":"75.365885248024867","296":"-","297":"77.207902656025112","298":"77.531849182859347","299":"78.091872791519435","300":"75.251119448142319","301":"77.664857373830699"},{"1":"28938","2":"מבואות החרמון","3":"55","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1981","8":"0","9":"13","10":"253","11":"הגליל העליון","12":"134.81636241449817","13":"..","14":"7564","15":"99.9","16":"97.9","17":"-","18":"-","19":"-","20":"-","21":"3796","22":"3768","23":"7.7340031729243783","24":"7.9058699101004759","25":"8.1967213114754092","26":"7.0333157059756743","27":"14.225277630883131","28":"18.614489687995768","29":"17.252776308831304","30":"5.8831306187202541","31":"13.141195134849285","32":"28.093601269169753","33":"3.7810682178741408","34":"786","35":"124","36":"..","37":"0","38":"-","39":"33","40":"4.2300000000000004","41":"91","42":"12.099405261425199","43":"1.1510192748603458","44":"3.4505552617662612","45":"..","46":"..","47":"..","48":"..","49":"..","50":"17","51":"1","52":"439","53":"209","54":"230","55":"120","56":"99","57":"198","58":"22","59":"438","60":"214","61":"224","62":"127","63":"97","64":"196","65":"18","66":"5","67":"52","68":"20.3","69":"20","70":"6.6","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"821","88":"18.338172883627429","89":"304","90":"124","91":"6.8024166480196904","92":"38","93":"177","94":"118","95":"102","96":"98","97":"-","98":"893","99":"1.7917133258678613","100":"60","101":"129","102":"217","103":"30","104":"30","105":"77.099999999999994","106":"16.5","107":"1.8","108":"4.7","109":"848","110":"580","111":"248","112":"20","113":"1803","114":"889","115":"803","116":"111","117":"9865.4654279999995","118":"11786.77936","119":"8015.2719610000004","120":"1.6360522610870287","121":"1.8260989226986712","122":"0.89713526930284004","123":"3553","124":"37.299999999999997","125":"689","126":"8882.0532860000003","127":"-4.4287653530159954","128":"45.3","129":"0.41104560499999998","130":"340","131":"101","132":"113","133":"123","134":"3","135":"2","136":"1","137":"2","138":"1","139":"1","140":"19","141":"14","142":"5","143":"3","144":"2","145":"401","146":"362","147":"39","148":"24","149":"15","150":"25.857142857142858","151":"1.5850144092219021","152":"1.4044943820224718","153":"1.7751479289940828","154":"81.981981981981974","155":"70.270270270270274","156":"36.9","157":"32.700000000000003","158":"13","159":"4.5999999999999996","160":"80","161":"28.4","162":"3.75","163":"4.4000000000000004","164":"15.1","165":"40","166":"81.25","167":"7.865384615384615","168":"3.6870415647921759","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"715.96607500000005","195":"100","196":"31.1","197":"10.3","198":"43","199":"10.6","200":"9","201":"43","202":"..","203":"0.25","204":"0.25","205":"-","206":"3.49","207":"-","208":"-","209":"-","210":"-","211":"3.49","212":"-","213":"2.2022716303027323","214":"8.9081164662095507","215":"4306","216":"3596","217":"7.5","218":"2","219":"-","220":"1","221":"1","222":"0.26592099475659775","223":"0.46446818392940087","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.79909837404591899","236":"195","237":"NA","238":"NA","239":"NA","240":"1","241":"-1.1557845921641201","242":"17","243":"21","244":"15","245":"134.69","246":"4.53","247":"3.4","248":"0.04","249":"0","250":"0.02","251":"0","252":"0.04","253":"0","254":"0.2","255":"0.1","256":"0","257":"0","258":"7.0000000000000007E-2","259":"0.1","260":"1.69","261":"1.3","262":"0.67","263":"0.5","264":"7.0000000000000007E-2","265":"0.1","266":"40.119999999999997","267":"29.8","268":"26.84","269":"19.899999999999999","270":"15.97","271":"11.9","272":"44.43","273":"32.900000000000006","274":"7564","275":"1670","276":"20.7","277":"19.5","278":"13","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"11","288":"-","289":"-","290":"-","291":"1","292":"1","293":"-","294":"-","295":"70.300017752529726","296":"-","297":"72.913271772587365","298":"70.162162162162161","299":"70.073516227362376","300":"68.235501498325405","301":"69.831546707503833"},{"1":"49617","2":"מגידו","3":"13","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1954","8":"0","9":"13","10":"254","11":"יזרעאלים","12":"173.26348894257029","13":"..","14":"12200","15":"99.7","16":"95.1","17":"-","18":"-","19":"-","20":"-","21":"6077","22":"6123","23":"7.6229508196721314","24":"9.3032786885245908","25":"9.5327868852459012","26":"7.7540983606557381","27":"10.745901639344263","28":"17.795081967213115","29":"17.327868852459016","30":"3.721311475409836","31":"16.196721311475411","32":"31.155737704918032","33":"7.6885245901639347","34":"1017","35":"139","36":"2.11","37":"0","38":"-","39":"76","40":"3.58","41":"63","42":"5.2052682911357442","43":"1.6176875555793515","44":"5.778688524590164","45":"55","46":"5.4545454545454541","47":"85.454545454545453","48":"3.6363636363636362","49":"5.4545454545454541","50":"145","51":"93","52":"496","53":"233","54":"263","55":"182","56":"67","57":"222","58":"25","59":"403","60":"213","61":"190","62":"103","63":"113","64":"178","65":"9","66":"5","67":"34","68":"8.1999999999999993","69":"19","70":"4.0999999999999996","71":"5","72":"119","73":"0.34","74":"-","75":"-","76":"-","77":"0.65","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"777","88":"12.238147739801542","89":"290","90":"115","91":"4.6002538071065988","92":"39","93":"193","94":"122","95":"104","96":"103","97":"-","98":"1870","99":"1.8181818181818181","100":"69","101":"395","102":"251","103":"38","104":"44","105":"84.1","106":"13.6","107":"0.4","108":"1.9","109":"1425","110":"867","111":"538","112":"20","113":"3177","114":"1343","115":"1727","116":"107","117":"11100.10665","118":"13942.944949999999","119":"8416.4254139999994","120":"1.2630339293560944","121":"1.3950010651002653","122":"1.9799824606507199","123":"5278","124":"35.700000000000003","125":"446","126":"10145.668089999999","127":"-2.3475779197362989","128":"39.5","129":"0.45582339900000002","130":"608","131":"175","132":"230","133":"186","134":"17","135":"4","136":"3","137":"2","138":"1","139":"1","140":"95","141":"56","142":"39","143":"20","144":"19","145":"2509","146":"1439","147":"1070","148":"584","149":"486","150":"27.42","151":"1.1764705882352942","152":"1.6885553470919326","153":"0.69930069930069927","154":"85.882352941176464","155":"72.941176470588232","156":"53.5","157":"38.4","158":"7.9","159":"3","160":"260","161":"31.3","162":"5.7692307692307692","163":"2.6","164":"16.600000000000001","165":"40.384615384615387","166":"81.538461538461533","167":"11.205357142857142","168":"2.8322709163346613","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1316.6902499999999","195":"100","196":"12.5","197":"9.3000000000000007","198":"30","199":"27.9","200":"21.7","201":"109","202":"..","203":"-","204":"-","205":"0.15","206":"-","207":"-","208":"-","209":"-","210":"0.15","211":"4.0000000000000001E-3","212":"-","213":"1.7966585891191926","214":"40.720003124641707","215":"4979","216":"4307","217":"6.9","218":"3","219":"-","220":"-","221":"3","222":"0.24786991862551161","223":"0.60253062864028928","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.493021607102618","236":"169","237":"NA","238":"NA","239":"NA","240":"4","241":"-7.5370030263601895E-2","242":"118","243":"94","244":"136","245":"173.04","246":"4.24","247":"2.5","248":"0.24","249":"0.1","250":"0.03","251":"0","252":"0.02","253":"0","254":"0.2","255":"0.1","256":"0.1","257":"0.1","258":"0.55000000000000004","259":"0.3","260":"1.57","261":"0.9","262":"0.92","263":"0.5","264":"0.1","265":"0.1","266":"46.49","267":"26.9","268":"13.79","269":"8","270":"75.39","271":"43.6","272":"29.4","273":"16.900000000000006","274":"12200","275":"2877","276":"7.3","277":"6.9","278":"13","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"3","288":"-","289":"9","290":"-","291":"1","292":"-","293":"-","294":"-","295":"52.548857408747807","296":"-","297":"73.500388069630787","298":"72.332929648794448","299":"72.121809617701828","300":"72.537960954446859","301":"71.538461538461533"},{"1":"12404","2":"מגילות ים המלח","3":"74","4":"אזור יהודה והשומרון","5":"מועצה אזורית","6":"-","7":"1981","8":"0","9":"11","10":"713","11":"מגילות","12":"..","13":"..","14":"2057","15":"99.6","16":"98.3","17":"-","18":"-","19":"-","20":"-","21":"1083","22":"974","23":"12.639766650461837","24":"12.542537676227516","25":"10.889645114244045","26":"9.0909090909090917","27":"10.452114730189596","28":"24.015556635877491","29":"12.73699562469616","30":"3.6947010209042292","31":"4.0350024307243562","32":"40.398638794360721","33":"0.58337384540593096","34":"967","35":"43","36":"..","37":"0","38":"-","39":"4","40":"..","41":"39","42":"19.377931934184677","43":"4.5387677944700044","44":"4.9100631988332522","45":"0","46":"0","47":"0","48":"0","49":"0","50":"52","51":"50","52":"114","53":"52","54":"62","55":"46","56":"23","57":"45","58":"0","59":"64","60":"30","61":"34","62":"20","63":"20","64":"23","65":"1","66":"0","67":"6","68":"11.4","69":"5","70":"7.7","71":"3","72":"88","73":"-","74":"-","75":"-","76":"-","77":"4.47","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"231","88":"21.173235563703024","89":"84","90":"35","91":"7.8578110383536011","92":"39","93":"204","94":"127","95":"99","96":"91","97":"-","98":"65","99":"3.0769230769230771","100":"..","101":"..","102":"26","103":"4","104":"4","105":"71.3","106":"14.6","107":"12.3","108":"1.7","109":"167","110":"95","111":"67","112":"..","113":"397","114":"146","115":"226","116":"25","117":"10137.05473","118":"12244.251469999999","119":"8189.2982279999997","120":"1.8038014898201782","121":"2.0198851834533293","122":"1.8500300315028362","123":"941","124":"30.1","125":"66","126":"10218.98415","127":"-20.610374840521782","128":"54.5","129":"0.355055907","130":"157","131":"54","132":"52","133":"49","134":"..","135":"2","136":"1","137":"1","138":"-","139":"1","140":"14","141":"11","142":"3","143":"-","144":"3","145":"311","146":"260","147":"51","148":"-","149":"51","150":"29.25","151":"..","152":"..","153":"..","154":"84.375","155":"81.25","156":"43.9","157":"..","158":"5.9","159":"4","160":"35","161":"27.2","162":"5.7142857142857144","163":"2.4","164":"14.6","165":"28.571428571428569","166":"85.714285714285708","167":"9.7037037037037042","168":"2.9847328244274811","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"1.9305019305019304","194":"310.60874999999999","195":"100","196":"7.7","197":"7.5","198":"41","199":"6.4","200":"3","201":"15","202":"..","203":"1","204":"6","205":"-","206":"-","207":"-","208":"0.8","209":"4.8","210":"-","211":"-","212":"-","213":"2.904768484642219","214":"3.5193702682714898","215":"850","216":"720","217":"7.4","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.73070006679362798","236":"187","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.55281395052974602","242":"56","243":"37","244":"117","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"..","274":"2057","275":"..","276":"12.8","277":"11.9","278":"6","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"1","288":"-","289":"4","290":"-","291":"-","292":"1","293":"-","294":"-","295":"-","296":"-","297":"75.945945945945951","298":"73.740053050397876","299":"74.468085106382972","300":"72.271624898949071","301":"72.260536398467437"},{"1":"139007","2":"מטה אשר","3":"04","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1982","8":"1","9":"33","10":"201","11":"חבל אשר","12":"215.47644097755358","13":"..","14":"30846","15":"84.4","16":"97.2","17":"15.6","18":"98.8","19":"1","20":"0.2","21":"15350","22":"15496","23":"7.9102638915904819","24":"9.4761071127536791","25":"9.7905725215587118","26":"8.3900667833754774","27":"11.174868702587045","28":"18.832263502561108","29":"17.567918044479025","30":"3.9194709200544642","31":"12.938468521040004","32":"32.244051092524153","33":"5.2616222524800627","34":"942","35":"413","36":"2.3199999999999998","37":"1.2","38":"( 2.8)","39":"147","40":"4.5199999999999996","41":"266","42":"8.6950374023455481","43":"1.6748166377962121","44":"4.4381767490112169","45":"11","46":"63.636363636363633","47":"9.0909090909090917","48":"9.0909090909090917","49":"18.181818181818183","50":"364","51":"320","52":"1237","53":"591","54":"646","55":"408","56":"164","57":"618","58":"47","59":"917","60":"456","61":"461","62":"210","63":"257","64":"420","65":"30","66":"4","67":"186","68":"18.8","69":"100","70":"8.5","71":"14","72":"583","73":"0.67","74":"0.31","75":"-","76":"0.82","77":"0.13","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"2511","88":"15.126506024096386","89":"972","90":"389","91":"5.9030729989068389","92":"39","93":"184","94":"125","95":"107","96":"106","97":"..","98":"3646","99":"4.3060888645090509","100":"506","101":"661","102":"630","103":"77","104":"79","105":"75.5","106":"17.899999999999999","107":"3.2","108":"3.4","109":"3118","110":"2022","111":"1046","112":"50","113":"6701","114":"3101","115":"3330","116":"270","117":"11034.842259999999","118":"13616.076800000001","119":"8459.3084999999992","120":"1.9978976194568787","121":"1.751099814522239","122":"2.4669905992469321","123":"12664","124":"35.299999999999997","125":"1311","126":"10756.40605","127":"1.9407451273001364","128":"39.200000000000003","129":"0.42545883099999998","130":"1596","131":"513","132":"484","133":"526","134":"73","135":"20","136":"14","137":"11","138":"4","139":"7","140":"303","141":"178","142":"125","143":"53","144":"72","145":"7353","146":"4152","147":"3201","148":"1513","149":"1688","150":"26.575342465753426","151":"0.98425196850393704","152":"1.1349306431273645","153":"0.82079343365253077","154":"80.882352941176478","155":"71.008403361344534","156":"45.4","157":"40.200000000000003","158":"11.3","159":"3.2","160":"859","161":"31.3","162":"5.3550640279394646","163":"2.8","164":"17.2","165":"43.655413271245635","166":"79.627473806752036","167":"9.5671052631578952","168":"3.3035345894649981","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.20833333333333334","194":"4372.6742807999999","195":"98.803924174511536","196":"89.9","197":"35.700000000000003","198":"170","199":"92.1","200":"27.1","201":"127","202":"..","203":"0.13","204":"1.04","205":"0.15","206":"0.61199999999999999","207":"-","208":"0.13","209":"1.04","210":"0.15","211":"0.61199999999999999","212":"-","213":"2.5275307001203644","214":"30.947775560091717","215":"13771","216":"11662","217":"7.7","218":"11","219":"-","220":"2","221":"9","222":"0.35956921588647001","223":"0.79878004502214806","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.55624072924020096","236":"173","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.45016526732789802","242":"69","243":"84","244":"57","245":"211.73999999999998","246":"10.01","247":"4.7","248":"0.49","249":"0.2","250":"0.05","251":"0","252":"0.23","253":"0.1","254":"1.03","255":"0.5","256":"0.43","257":"0.2","258":"2.2799999999999998","259":"1.1000000000000001","260":"3.04","261":"1.4","262":"1.47","263":"0.7","264":"0.2","265":"0.1","266":"67.16","267":"31.7","268":"48.64","269":"23","270":"51.4","271":"24.3","272":"25.31","273":"12","274":"30846","275":"3082","276":"12.6","277":"12.5","278":"32","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"7","288":"2","289":"18","290":"-","291":"1","292":"2","293":"-","294":"1","295":"60.574686431014825","296":"-","297":"70.79904058693505","298":"70.062922395711951","299":"71.68457121689201","300":"67.359319118113092","301":"67.896630967350305"},{"1":"373269","2":"מטה בנימין","3":"73","4":"אזור יהודה והשומרון","5":"מועצה אזורית","6":"-","7":"1980","8":"0","9":"30","10":"711","11":"מטה בנימין","12":"..","13":"..","14":"73497","15":"99.9","16":"99.3","17":"-","18":"-","19":"-","20":"-","21":"37223","22":"36274","23":"13.18557220022586","24":"13.747499897955018","25":"13.181490400968746","26":"11.054872988013116","27":"14.531205355320626","28":"16.380260418792602","29":"11.43039851966747","30":"2.4000979631821706","31":"4.0872416561220186","32":"46.961100453079716","33":"1.0993645999156427","34":"1235","35":"1947","36":"4.32","37":"4.5999999999999996","38":"2.4","39":"105","40":"3.99","41":"1842","42":"25.384634599206446","43":"2.605899470538148","44":"8.133665319672911","45":"132","46":"26.515151515151516","47":"37.878787878787875","48":"15.909090909090908","49":"19.696969696969695","50":"-20","51":"-164","52":"3551","53":"1815","54":"1736","55":"1535","56":"1055","57":"879","58":"82","59":"3715","60":"1908","61":"1807","62":"1460","63":"1236","64":"924","65":"95","66":"1337","67":"748","68":"46.3","69":"191","70":"7.6","71":"24","72":"3088","73":"-","74":"2.86","75":"0.42","76":"7.0000000000000007E-2","77":"0.96","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"5357","88":"15.9069988419396","89":"2023","90":"925","91":"6.0950257599951794","92":"37","93":"178","94":"121","95":"105","96":"103","97":"..","98":"2809","99":"8.8287646849412607","100":"777","101":"394","102":"1197","103":"115","104":"98","105":"36.6","106":"19.5","107":"20.8","108":"23.2","109":"9185","110":"3682","111":"3177","112":"2326","113":"30371","114":"5561","115":"10967","116":"13843","117":"8993.8079780000007","118":"11094.712380000001","119":"7037.2738239999999","120":"-1.2816521930160807","121":"-0.76849876658405814","122":"-0.94892827055388373","123":"30690","124":"44.1","125":"2295","126":"10264.0977","127":"-2.6781021244787984","128":"40.299999999999997","129":"0.44773064299999998","130":"6200","131":"1939","132":"2015","133":"2006","134":"240","135":"65","136":"43","137":"28","138":"6","139":"22","140":"819","141":"588","142":"231","143":"61","144":"170","145":"17520","146":"12713","147":"4807","148":"1376","149":"3431","150":"24.375586854460092","151":"1.2383594214384783","152":"1.3431964181428848","153":"1.1297155537623564","154":"79.778933680104032","155":"70.416124837451235","156":"46.6","157":"46.9","158":"17.7","159":"4.4000000000000004","160":"2177","161":"28.5","162":"7.5792374827744604","163":"4.2","164":"15.3","165":"37.804317868626555","166":"70.00459347726229","167":"8.9567510548523206","168":"3.2161111765398656","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.17411491584445735","194":"4529.986104999999","195":"92.949226938081296","196":"86.3","197":"69.099999999999994","198":"328","199":"69.5","200":"57.3","201":"313","202":"..","203":"3.62","204":"15.82","205":"1.8919999999999999","206":"1.698","207":"0.86799999999999999","208":"3.72","209":"16.02","210":"1.8919999999999999","211":"1.698","212":"0.86799999999999999","213":"1.4969718256216022","214":"7.9537129360333703","215":"22438","216":"19816","217":"8.1999999999999993","218":"4","219":"-","220":"2","221":"2","222":"5.512407079089348E-2","223":"0.17826900793297085","224":"-","225":"42","226":"1.1394932348015343","227":"(23.8)","228":"(16.7)","229":"(14.3)","230":"(16.7)","231":"..","232":"..","233":"(19.0)","234":"5","235":"-3.0032011907378E-2","236":"125","237":"NA","238":"NA","239":"NA","240":"5","241":"0.19821657719959301","242":"149","243":"131","244":"159","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"..","274":"73497","275":"..","276":"31.3","277":"28.2","278":"28","279":"-","280":"2","281":"12","282":"-","283":"1","284":"-","285":"-","286":"-","287":"-","288":"1","289":"-","290":"-","291":"-","292":"12","293":"-","294":"-","295":"65.253972388642879","296":"-","297":"80.017643284858849","298":"78.311157950204191","299":"78.00108777291446","300":"75.383391743096468","301":"76.135990621336461"},{"1":"213462","2":"מטה יהודה","3":"26","4":"ירושלים","5":"מועצה אזורית","6":"-","7":"1964","8":"0","9":"59","10":"151","11":"מטה יהודה","12":"480.84491181764554","13":"..","14":"62442","15":"91.4","16":"97.2","17":"8.6","18":"98.2","19":"1.5","20":"0.3","21":"31375","22":"31067","23":"9.3126421318984018","24":"10.289548701194709","25":"9.9083949905512316","26":"8.3373370487812686","27":"12.350661413791999","28":"19.355561961500271","29":"16.32715159668172","30":"3.9188366804394477","31":"10.19986547516095","32":"34.846737772653022","33":"4.2407354024534767","34":"925","35":"1006","36":"2.59","37":"1.8","38":"( 1.9)","39":"222","40":"3.71","41":"784","42":"12.662551702593502","43":"1.7170329355016918","44":"5.989558310111784","45":"107","46":"30.841121495327101","47":"36.44859813084112","48":"12.149532710280374","49":"20.5607476635514","50":"306","51":"156","52":"2667","53":"1305","54":"1362","55":"995","56":"417","57":"1095","58":"160","59":"2511","60":"1223","61":"1288","62":"825","63":"586","64":"997","65":"103","66":"461","67":"310","68":"16.7","69":"211","70":"8.6999999999999993","71":"19","72":"1728","73":"0.82","74":"0.79","75":"0.16","76":"0.8","77":"0.24","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"4703","88":"13.924500370096224","89":"1833","90":"820","91":"5.460069703017485","92":"39","93":"190","94":"123","95":"110","96":"106","97":"..","98":"6959","99":"3.3194424486276763","100":"532","101":"1110","102":"1005","103":"151","104":"119","105":"59.9","106":"18.8","107":"17.899999999999999","108":"3.5","109":"6325","110":"3658","111":"2368","112":"299","113":"15014","114":"5547","115":"7808","116":"1659","117":"11161.35997","118":"13434.12667","119":"8923.6839349999991","120":"2.4023239979410471","121":"2.0091735630741292","122":"3.1604073163231439","123":"24422","124":"34.1","125":"2757","126":"11755.4627","127":"0.7893058794842478","128":"37.9","129":"0.43426805200000002","130":"3456","131":"1036","132":"1156","133":"1142","134":"122","135":"29","136":"17","137":"21","138":"7","139":"14","140":"447","141":"249","142":"198","143":"81","144":"117","145":"10425","146":"6294","147":"4131","148":"2041","149":"2090","150":"27.339366515837103","151":"0.96889342172361037","152":"1.1558784676354028","153":"0.77057793345008763","154":"81.701631701631712","155":"71.561771561771565","156":"45.1","157":"42.1","158":"13.8","159":"3.6","160":"1169","161":"30.5","162":"7.0145423438836616","163":"3.6","164":"14.9","165":"42.686056458511551","166":"81.26603934987169","167":"9.9514661274014156","168":"3.0907335907335907","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.49751243781094528","194":"3947.2109408000001","195":"90.709336148990445","196":"158.80000000000001","197":"63","198":"300","199":"72.900000000000006","200":"23.5","201":"97","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.9134184227381996","214":"22.652374489125787","215":"25286","216":"21860","217":"7.4078268348623855","218":"10","219":"-","220":"3","221":"7","222":"0.16151213906369263","223":"0.39547575733607532","224":"-","225":"58","226":"1.4666616429290853","227":"(15.5)","228":"(17.2)","229":"(12.1)","230":"(10.3)","231":"-","232":"37.9","233":"..","234":"7","235":"0.77786793910796703","236":"192","237":"NA","238":"NA","239":"NA","240":"6","241":"0.42073702714941502","242":"166","243":"164","244":"161","245":"479.36","246":"16.52","247":"3.4","248":"0.57999999999999996","249":"0.1","250":"0.08","251":"0","252":"0.39","253":"0.1","254":"0.83","255":"0.2","256":"0.25","257":"0.1","258":"0.86","259":"0.2","260":"5.26","261":"1.1000000000000001","262":"3.54","263":"0.7","264":"0.1","265":"0","266":"292.33999999999997","267":"61","268":"31.54","269":"6.6","270":"60.73","271":"12.7","272":"66.34","273":"13.8","274":"62442","275":"3780","276":"15.4","277":"16","278":"64","279":"1","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"37","288":"4","289":"8","290":"6","291":"4","292":"1","293":"1","294":"1","295":"66.611724046258146","296":"-","297":"74.285556962722325","298":"73.977614569500531","299":"73.853223264139345","300":"70.436674355210741","301":"72.119072413705524"},{"1":"65593","2":"מנשה","3":"14","4":"חיפה","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"43","10":"351","11":"מנשה-אלונה","12":"111.63389695269734","13":"..","14":"21820","15":"83.5","16":"96.8","17":"16.5","18":"99.8","19":"0.1","20":"0.1","21":"10648","22":"11173","23":"7.8185151237396884","24":"9.6608615948670948","25":"10.233730522456462","26":"11.118240146654445","27":"11.072410632447296","28":"18.574702108157652","29":"17.639780018331805","30":"3.9596700274977086","31":"9.9312557286892762","32":"34.637946837763522","33":"3.7626031164069662","34":"952","35":"285","36":"2.33","37":"0.4","38":"..","39":"89","40":"4.82","41":"196","42":"9.0602872642117198","43":"1.7493582180911602","44":"5.4307974335472045","45":"56","46":"3.5714285714285712","47":"82.142857142857139","48":"8.9285714285714288","49":"5.3571428571428568","50":"192","51":"135","52":"823","53":"389","54":"434","55":"330","56":"94","57":"382","58":"17","59":"688","60":"307","61":"381","62":"184","63":"233","64":"252","65":"19","66":"82","67":"96","68":"13","69":"66","70":"8.5","71":"15","72":"1573","73":"0.1","74":"4.21","75":"-","76":"2.1800000000000002","77":"0.84","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1486","88":"12.760841562902533","89":"577","90":"259","91":"5.0104202848211186","92":"40","93":"199","94":"129","95":"108","96":"103","97":"-","98":"2050","99":"4.5853658536585362","100":"164","101":"380","102":"367","103":"37","104":"39","105":"74.2","106":"15.7","107":"8.1","108":"2","109":"2010","110":"1233","111":"724","112":"53","113":"4570","114":"1933","115":"2345","116":"292","117":"11325.202010000001","118":"14153.786749999999","119":"8423.5570279999993","120":"1.5124194117649203","121":"0.42656914357979137","122":"4.4072835708948599","123":"7451","124":"35.6","125":"875","126":"9942.8875380000009","127":"0.41547765875096232","128":"42.7","129":"0.441710253","130":"1177","131":"371","132":"372","133":"389","134":"45","135":"17","136":"11","137":"11","138":"3","139":"8","140":"275","141":"128","142":"147","143":"45","144":"102","145":"6764","146":"2911","147":"3853","148":"1378","149":"2475","150":"28.411764705882351","151":"0.63237774030354132","152":"0.50420168067226889","153":"0.76142131979695438","154":"72.660098522167488","155":"65.024630541871915","156":"49.6","157":"36.9","158":"11.7","159":"3.1","160":"645","161":"31.2","162":"5.1162790697674421","163":"3.3","164":"16.899999999999999","165":"48.062015503875969","166":"78.294573643410843","167":"10.168096054888508","168":"3.0996963562753037","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.55248618784530379","194":"2626.5646749999996","195":"99.634732009787655","196":"78.8","197":"16.600000000000001","198":"83","199":"8.5","200":"4.7","201":"23","202":"..","203":"0.125","204":"1","205":"0.03","206":"0.05","207":"-","208":"0.77500000000000002","209":"423.50000000000006","210":"0.03","211":"0.05","212":"6.0000000000000001E-3","213":"1.920577391006999","214":"45.054325480732608","215":"9199","216":"7944","217":"8","218":"2","219":"-","220":"1","221":"1","222":"9.245191085930328E-2","223":"0.2174149364061311","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.63517242259023099","236":"181","237":"NA","238":"NA","239":"NA","240":"5","241":"0.28084994192622598","242":"160","243":"147","244":"162","245":"111.65","246":"6.56","247":"5.9","248":"0.49","249":"0.4","250":"0.13","251":"0.1","252":"0.13","253":"0.1","254":"0.36","255":"0.3","256":"0.11","257":"0.1","258":"0.79","259":"0.7","260":"2.0299999999999998","261":"1.8","262":"1.56","263":"1.4","264":"0.15","265":"0.1","266":"20.57","267":"18.399999999999999","268":"26.77","269":"24","270":"31.79","271":"28.5","272":"20.21","273":"18.199999999999996","274":"21820","275":"3326","276":"8","277":"7.9","278":"24","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"1","287":"6","288":"1","289":"10","290":"2","291":"-","292":"1","293":"-","294":"2","295":"-","296":"-","297":"70.399826476755109","298":"72.667234767788671","299":"73.048196166854567","300":"68.30406147091108","301":"68.58690625619343"},{"1":"66701","2":"מעלה יוסף","3":"52","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1957","8":"0","9":"22","10":"255","11":"מעלה הגליל","12":"93.422736030445407","13":"..","14":"11605","15":"98.6","16":"94.4","17":"-","18":"-","19":"-","20":"-","21":"5902","22":"5703","23":"8.7720809995691518","24":"9.2287806979750115","25":"8.6600603188280907","26":"8.0310211115898316","27":"12.977165015079708","28":"18.72468763464024","29":"17.501077121930201","30":"5.4373115036622144","31":"10.66781559672555","32":"31.529513140887548","33":"3.4640241275312365","34":"830","35":"198","36":"2.83","37":"0","38":"-","39":"41","40":"3.78","41":"157","42":"13.870574048726866","43":"5.1883776270401398","44":"7.8155967255493328","45":"236","46":"38.135593220338983","47":"42.79661016949153","48":"11.864406779661017","49":"7.2033898305084749","50":"402","51":"168","52":"668","53":"346","54":"322","55":"230","56":"120","57":"294","58":"24","59":"499","60":"252","61":"247","62":"142","63":"110","64":"228","65":"19","66":"8","67":"72","68":"21.1","69":"44","70":"9.6","71":"..","72":"..","73":"..","74":"..","75":"..","76":"..","77":"..","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1147","88":"17.157816005983545","89":"447","90":"179","91":"6.8285976168652613","92":"39","93":"181","94":"123","95":"109","96":"111","97":"..","98":"1125","99":"3.6444444444444444","100":"197","101":"151","102":"282","103":"44","104":"45","105":"66.8","106":"18.399999999999999","107":"6.8","108":"8.1","109":"1364","110":"871","111":"462","112":"31","113":"2977","114":"1317","115":"1489","116":"171","117":"10169.041209999999","118":"12595.00958","119":"7708.710677","120":"6.8632542952240527E-2","121":"-0.1949419408975972","122":"0.60673921174385637","123":"4977","124":"35.6","125":"1302","126":"9955.4013730000006","127":"-2.153377805615031","128":"32.9","129":"0.39667919899999998","130":"644","131":"196","132":"221","133":"211","134":"16","135":"3","136":"2","137":"2","138":"1","139":"1","140":"73","141":"27","142":"46","143":"22","144":"24","145":"1658","146":"600","147":"1058","148":"548","149":"510","150":"24.347826086956523","151":"1.0948905109489051","152":"1.5761821366024518","153":"0.5714285714285714","154":"79.802955665024626","155":"63.054187192118228","156":"28.4","157":"30","158":"11.6","159":"3.1","160":"198","161":"32.4","162":"4.5454545454545459","163":"4","164":"18.3","165":"47.474747474747474","166":"84.848484848484844","167":"10.438709677419356","168":"3.2459826946847961","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.31847133757961787","194":"644.97890000000007","195":"93.046222132227882","196":"31","197":"18.3","198":"71","199":"22.1","200":"15.4","201":"68","202":"..","203":"-","204":"-","205":"-","206":"0.12","207":"-","208":"-","209":"-","210":"-","211":"0.12","212":"-","213":"2.4406461677359079","214":"4.0967549443534308","215":"6183","216":"5045","217":"7.3213238374528693","218":"4","219":"-","220":"1","221":"3","222":"0.35339042162361439","223":"0.64693514475173863","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.69464338107823898","236":"186","237":"NA","238":"NA","239":"NA","240":"2","241":"-0.75501175909570595","242":"36","243":"44","244":"32","245":"93.41","246":"5.76","247":"6.2","248":"7.0000000000000007E-2","249":"0.1","250":"0","251":"0","252":"0.03","253":"0","254":"0.26","255":"0.3","256":"0.05","257":"0.1","258":"0.33","259":"0.4","260":"1.6","261":"1.7","262":"1.3","263":"1.4","264":"7.0000000000000007E-2","265":"0.1","266":"67.209999999999994","267":"72","268":"8.39","269":"9","270":"3.15","271":"3.4","272":"5.19","273":"5.3000000000000025","274":"11605","275":"2015","276":"16.2","277":"17.7","278":"22","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"16","288":"-","289":"-","290":"-","291":"1","292":"5","293":"-","294":"-","295":"73.777105395864851","296":"-","297":"73.341034527018351","298":"72.553516819571868","299":"72.797566231461531","300":"69.517923362175523","301":"70.863137815927516"},{"1":"60189","2":"מרום הגליל","3":"02","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"46","10":"209","11":"מרום הגליל","12":"178.02719812183835","13":"..","14":"15892","15":"83.8","16":"98.2","17":"16.2","18":"63.6","19":"0.9","20":"35.6","21":"8468","22":"7424","23":"8.8975585200100671","24":"9.6086081047067715","25":"9.2939843946639815","26":"9.6589478983136168","27":"14.648879939592248","28":"18.701233324943367","29":"15.71860055373773","30":"4.5117040020135919","31":"8.9604832620186254","32":"33.652152026176694","33":"2.6680090611628491","34":"866","35":"309","36":"3.44","37":"0.6","38":"..","39":"74","40":"5.75","41":"235","42":"14.84710935093393","43":"0.81005516029999569","44":"3.7754845205134662","45":"11","46":"45.454545454545453","47":"27.27272727272727","48":"27.27272727272727","49":"0","50":"-57","51":"-69","52":"604","53":"312","54":"292","55":"206","56":"139","57":"244","58":"15","59":"673","60":"332","61":"341","62":"238","63":"181","64":"234","65":"20","66":"9","67":"154","68":"31","69":"54","70":"8.6999999999999993","71":"6","72":"1406","73":"-","74":"2.63","75":"0.85","76":"-","77":"5.44","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1315","88":"14.780263010003372","89":"503","90":"217","91":"5.6887581995023755","92":"38","93":"166","94":"117","95":"107","96":"104","97":"..","98":"1419","99":"4.7921071176885128","100":"378","101":"272","102":"448","103":"54","104":"45","105":"69.2","106":"15.5","107":"9.4","108":"5.9","109":"2109","110":"1232","111":"714","112":"163","113":"5224","114":"1896","115":"2361","116":"967","117":"8510.8898370000006","118":"10387.05911","119":"6579.0461070000001","120":"2.7673549587326374","121":"2.6751585437378544","122":"2.9876013943706203","123":"6361","124":"41.6","125":"1395","126":"8586.5635070000008","127":"1.8586187090596562","128":"41.5","129":"0.39441826899999999","130":"947","131":"305","132":"315","133":"290","134":"37","135":"12","136":"9","137":"3","138":"-","139":"3","140":"116","141":"89","142":"27","143":"-","144":"27","145":"2102","146":"1606","147":"496","148":"-","149":"496","150":"18.956521739130434","151":"2.0807833537331701","152":"2.722772277227723","153":"1.4527845036319613","154":"71.590909090909093","155":"51.136363636363633","156":"26.6","157":"39.299999999999997","158":"14.2","159":"3","160":"315","161":"29.5","162":"1.2698412698412698","163":"3.7","164":"17.399999999999999","165":"34.285714285714285","166":"79.047619047619051","167":"7.5823293172690764","168":"3.9915254237288136","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1208.5035610379998","195":"98.972876175115402","196":"22","197":"18.600000000000001","198":"84","199":"18.100000000000001","200":"9.9","201":"50","202":"..","203":"0.11","204":"0.66","205":"-","206":"-","207":"-","208":"0.11","209":"0.66","210":"1.85","211":"-","212":"1","213":"2.4890601361900706","214":"13.786223609595874","215":"7603","216":"6072","217":"7.7865437158469941","218":"5","219":"-","220":"2","221":"3","222":"0.31589594363689216","223":"0.65763514402209644","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"1.10753924001227E-2","236":"133","237":"NA","238":"NA","239":"NA","240":"2","241":"-0.89499233262289002","242":"29","243":"35","244":"24","245":"178.03","246":"6.96","247":"3.9","248":"0.23","249":"0.1","250":"0.03","251":"0","252":"0.13","253":"0.1","254":"0.21","255":"0.1","256":"0.03","257":"0","258":"0.28999999999999998","259":"0.2","260":"1.8","261":"1","262":"0.99","263":"0.6","264":"0.05","265":"0","266":"80.5","267":"45.2","268":"25.09","269":"14.1","270":"7.51","271":"4.2","272":"54.21","273":"30.499999999999993","274":"15892","275":"2283","276":"12.6","277":"11.1","278":"24","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"15","288":"1","289":"1","290":"-","291":"1","292":"4","293":"-","294":"2","295":"75.395515869164313","296":"-","297":"70.205342902711322","298":"69.315258262418368","299":"70.956351152525741","300":"64.40384615384616","301":"68.130020549224739"},{"1":"68808","2":"מרחבים","3":"42","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1951","8":"0","9":"15","10":"651","11":"נגב מערבי","12":"490.10501905818074","13":"..","14":"14605","15":"99.8","16":"99.2","17":"-","18":"-","19":"-","20":"-","21":"7385","22":"7221","23":"10.366312906538857","24":"11.56453269428278","25":"10.537487161930846","26":"8.2300581992468338","27":"13.693940431359124","28":"19.637110578568983","29":"14.570352618966108","30":"3.6015063334474493","31":"7.7986990756590213","32":"37.678877096884626","33":"2.7114002054091064","34":"942","35":"307","36":"3.15","37":"0.4","38":"..","39":"44","40":"4.18","41":"263","42":"18.256965766470376","43":"2.8148680134643911","44":"2.6497774734679904","45":"11","46":"45.454545454545453","47":"36.363636363636367","48":"0","49":"18.181818181818183","50":"120","51":"108","52":"895","53":"447","54":"448","55":"367","56":"194","57":"318","58":"16","59":"787","60":"376","61":"411","62":"278","63":"214","64":"276","65":"19","66":"30","67":"154","68":"37.6","69":"47","70":"8.6","71":"7","72":"717","73":"-","74":"0.69","75":"0.54","76":"1.07","77":"2.75","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1073","88":"13.767000256607648","89":"410","90":"168","91":"5.3198391073050475","92":"38","93":"180","94":"121","95":"106","96":"103","97":"..","98":"1052","99":"4.2775665399239546","100":"122","101":"293","102":"323","103":"39","104":"42","105":"66.099999999999994","106":"28.2","107":"2.8","108":"2.8","109":"1862","110":"1035","111":"639","112":"188","113":"4909","114":"1534","115":"2123","116":"1252","117":"10164.454","118":"12651.457350000001","119":"7914.9867880000002","120":"3.636419856364026","121":"4.146321142399656","122":"2.8855238609307055","123":"5982","124":"35.6","125":"709","126":"11337.50397","127":"-3.6596051729192669","128":"32.6","129":"0.40356177100000001","130":"951","131":"300","132":"318","133":"302","134":"31","135":"12","136":"8","137":"8","138":"3","139":"5","140":"193","141":"110","142":"83","143":"36","144":"47","145":"4579","146":"2242","147":"2337","148":"1046","149":"1291","150":"23.44047619047619","151":"0.93457943925233633","152":"1.1904761904761905","153":"0.65359477124183007","154":"69.879518072289159","155":"60.24096385542169","156":"35.5","157":"31.8","158":"11","159":"3.3","160":"333","161":"28.3","162":"5.4054054054054053","163":"5.0999999999999996","164":"18.399999999999999","165":"40.54054054054054","166":"65.765765765765778","167":"10.12099644128114","168":"2.7893811533052038","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"932.10609999999986","195":"100","196":"17.2","197":"12.6","198":"58","199":"31.1","200":"13.3","201":"66","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.95315868225749","214":"11.645872246018708","215":"5486","216":"4714","217":"7.1700815157523685","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.27516789703087502","236":"154","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.471222759944805","242":"65","243":"46","244":"120","245":"489.72","246":"7.24","247":"1.5","248":"0.36","249":"0.1","250":"0.01","251":"0","252":"0.08","253":"0","254":"0.37","255":"0.1","256":"0.01","257":"0","258":"7.0000000000000007E-2","259":"0","260":"2.37","261":"0.5","262":"1.61","263":"0.3","264":"0.26","265":"0.1","266":"24.49","267":"5","268":"34.28","269":"7","270":"193.15","271":"39.4","272":"225.42","273":"46","274":"14605","275":"2017","276":"12.9","277":"11.2","278":"17","279":"-","280":"-","281":"-","282":"1","283":"-","284":"-","285":"-","286":"-","287":"14","288":"-","289":"-","290":"1","291":"1","292":"-","293":"-","294":"-","295":"-","296":"-","297":"77.816901408450704","298":"76.945412311265969","299":"77.339164460812526","300":"73.868498086016672","301":"77.504603054261892"},{"1":"145057","2":"משגב","3":"56","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1982","8":"0","9":"35","10":"205","11":"משגב","12":"164.0934831381287","13":"..","14":"30192","15":"73.599999999999994","16":"97.8","17":"26.4","18":"97.5","19":"2.4","20":"0.1","21":"15234","22":"14958","23":"7.7106518282988867","24":"10.068892421833599","25":"10.575649178590355","26":"9.3733439321674616","27":"15.050344462109168","28":"17.166799152093269","29":"18.485029146793853","30":"4.252782193958665","31":"7.3165076841547432","32":"34.055378908320087","33":"1.6428192898781133","34":"820","35":"451","36":"2.62","37":"1.2","38":"( 3.0)","39":"51","40":"3.62","41":"400","42":"13.377360738867921","43":"1.966026312122338","44":"4.3322734499205087","45":"9","46":"33.333333333333329","47":"33.333333333333329","48":"11.111111111111111","49":"22.222222222222221","50":"254","51":"246","52":"1182","53":"562","54":"620","55":"429","56":"166","57":"558","58":"29","59":"937","60":"467","61":"470","62":"191","63":"352","64":"359","65":"35","66":"57","67":"184","68":"19.899999999999999","69":"89","70":"7.7","71":"2","72":"239","73":"-","74":"0.1","75":"-","76":"0.71","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"2388","88":"13.879686137750655","89":"945","90":"457","91":"5.5438225976768747","92":"39","93":"182","94":"120","95":"111","96":"112","97":"..","98":"2086","99":"7.6701821668264625","100":"543","101":"289","102":"636","103":"65","104":"50","105":"64.3","106":"25.8","107":"5.8","108":"4.0999999999999996","109":"2908","110":"1825","111":"990","112":"93","113":"6487","114":"2739","115":"3244","116":"504","117":"11864.40598","118":"14609.662329999999","119":"8978.409705","120":"2.5300281075005815","121":"2.0848258592908619","122":"3.4167202205583003","123":"13604","124":"39","125":"1209","126":"10540.29214","127":"-0.34684451049964427","128":"41.2","129":"0.47124217400000001","130":"1707","131":"480","132":"542","133":"566","134":"119","135":"15","136":"11","137":"9","138":"4","139":"5","140":"271","141":"149","142":"122","143":"57","144":"65","145":"6606","146":"3808","147":"2798","148":"1428","149":"1370","150":"26.389705882352942","151":"0.57093919497573509","152":"0.96921322690992018","153":"0.17152658662092624","154":"85.045045045045043","155":"73.333333333333329","156":"56","157":"41.5","158":"15.5","159":"4.9000000000000004","160":"642","161":"30.8","162":"5.1401869158878499","163":"3.1","164":"16.5","165":"50","166":"80.529595015576334","167":"10.202846975088969","168":"3.0685385420299967","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.59726962457337884","194":"2296.0225389697002","195":"99.03068460251319","196":"63.4","197":"48.8","198":"211","199":"56","200":"48.3","201":"207","202":"..","203":"-","204":"-","205":"-","206":"-","207":"0.23499999999999999","208":"0.65","209":"7.8","210":"-","211":"-","212":"0.23499999999999999","213":"1.4454673939983684","214":"46.235321352495696","215":"12730","216":"11426","217":"7.5827258466365226","218":"5","219":"-","220":"1","221":"4","222":"0.16721700923584901","223":"0.39277297721916737","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.61252558475017604","236":"179","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.453161609776493","242":"68","243":"83","244":"54","245":"162.91000000000003","246":"7.91","247":"4.9000000000000004","248":"0.31","249":"0.2","250":"0.02","251":"0","252":"0.08","253":"0","254":"0.34","255":"0.2","256":"0.04","257":"0","258":"0.45","259":"0.3","260":"1.74","261":"1.1000000000000001","262":"0.21","263":"0.1","264":"0.22","265":"0.1","266":"86.99","267":"53.4","268":"24.43","269":"15","270":"10.24","271":"6.3","272":"29.93","273":"18.399999999999999","274":"30192","275":"3817","276":"12.3","277":"11.9","278":"35","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"1","287":"2","288":"2","289":"6","290":"-","291":"1","292":"18","293":"-","294":"5","295":"68.793658657418874","296":"-","297":"69.463562753036427","298":"70.402557187094189","299":"71.515121662890351","300":"67.64846514296643","301":"67.437933552391385"},{"1":"198688","2":"נווה מדבר","3":"68","4":"הדרום","5":"מועצה אזורית","6":"-","7":"2012","8":"0","9":"4","10":"624","11":"אבו בסמה","12":"32.721008496925386","13":"..","14":"13309","15":"-","16":"-","17":"99.7","18":"100","19":"-","20":"-","21":"6710","22":"6599","23":"21.256292734239988","24":"14.576602299196033","25":"11.217972800360657","26":"9.7527988579156961","27":"16.830716056803666","28":"15.004883913141484","29":"8.0246449770831774","30":"1.2322488541588399","31":"2.1038395071004583","32":"52.671124802765043","33":"0.77391239011195434","34":"1434","35":"404","36":"4.41","37":"2.6","38":"( 7.6)","39":"25","40":"3.24","41":"379","42":"29.100397472326797","43":"4.4822394275785342","44":"1.5027425050717559E-2","45":"0","46":"0","47":"0","48":"0","49":"0","50":"158","51":"155","52":"167","53":"99","54":"68","55":"67","56":"61","57":"37","58":"2","59":"12","60":"5","61":"7","62":"5","63":"4","64":"3","65":"0","66":"0","67":"142","68":"51.1","69":"19","70":"4.8","71":"-","72":"-","73":"-","74":"-","75":"-","76":"-","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"387","88":"6.9918699186991864","89":"175","90":"140","91":"3.2192788815305371","92":"35","93":"173","94":"123","95":"131","96":"152","97":"-","98":"217","99":"52.995391705069125","100":"1958","101":"63","102":"90","103":"6","104":"..","105":"86","106":"1.4","107":"9.9","108":"2.6","109":"320","110":"48","111":"126","112":"146","113":"1396","114":"76","115":"451","116":"869","117":"5242.3981089999997","118":"6090.6407989999998","119":"3487.139357","120":"-7.9328755685410091","121":"-7.5093141317999486","122":"-6.3906405996818521","123":"1639","124":"61","125":"43","126":"7325.0061240000005","127":"7.9164421401589191","128":"51.2","129":"0.32436974600000001","130":"701","131":"216","132":"239","133":"241","134":"5","135":"22","136":"17","137":"6","138":"-","139":"6","140":"397","141":"305","142":"92","143":"-","144":"92","145":"9720","146":"7414","147":"2306","148":"-","149":"2306","150":"25.840579710144926","151":"3.7886340977068791","152":"2.5048169556840074","153":"5.1652892561983474","154":"65.454545454545453","155":"26.666666666666668","156":"6.1","157":"..","158":"7.3","159":"1.3","160":"888","161":"34.299999999999997","162":"8.8963963963963959","163":"4.3","164":"9.1","165":"23.085585585585587","166":"68.918918918918919","167":"0","168":"-","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1161.4064500000002","195":"0","196":"3.6","197":"1.8","198":"8","199":"1.6","200":"0.6","201":"4","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"0.26929822854471186","214":"0","215":"1173","216":"766","217":"12","218":"2","219":"1","220":"1","221":"-","222":"0.15356410275634191","223":"1.7050298380221653","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"1","235":"-2.8440108123736301","236":"1","237":"NA","238":"NA","239":"NA","240":"2","241":"-0.99949643105022901","242":"21","243":"17","244":"31","245":"32.65","246":"3.94","247":"12.1","248":"0.23","249":"0.7","250":"0.01","251":"0","252":"7.0000000000000007E-2","253":"0.2","254":"0.02","255":"0.1","256":"0","257":"0","258":"0","259":"0","260":"0.12","261":"0.4","262":"0","263":"0","264":"0","265":"0","266":"0.01","267":"0","268":"0.59","269":"1.8","270":"8.98","271":"27.5","272":"18.68","273":"57.2","274":"13309","275":"3378","276":"28.8","277":"35.9","278":"4","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"1","286":"3","287":"-","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"80.262123197903009","296":"-","297":"52.037283621837545","298":"72.354771784232369","299":"68.300653594771248","300":"56.750355281856933","301":"61.936741767764303"},{"1":"38938","2":"נחל שורק","3":"31","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"8","10":"456","11":"שורקות","12":"28.32436926040295","13":"..","14":"10189","15":"99.9","16":"100","17":"-","18":"-","19":"-","20":"-","21":"5574","22":"4615","23":"12.169987241142408","24":"12.925704190793994","25":"13.043478260869565","26":"13.102365295907351","27":"16.203749141230738","28":"14.927863382078712","29":"10.913730493669643","30":"1.6880950044165277","31":"5.0053979782117972","32":"44.920993227990969","33":"1.6193934635391107","34":"1286","35":"271","36":"..","37":"0.6","38":"..","39":"16","40":"3.5","41":"255","42":"25.214162504856255","43":"1.5017283382165232","44":"5.9574050446560012","45":"18","46":"38.888888888888893","47":"33.333333333333329","48":"16.666666666666664","49":"11.111111111111111","50":"-100","51":"-138","52":"340","53":"191","54":"149","55":"119","56":"121","57":"90","58":"10","59":"479","60":"251","61":"228","62":"214","63":"152","64":"112","65":"1","66":"111","67":"86","68":"34.5","69":"13","70":"3.8","71":"9","72":"1184","73":"-","74":"-","75":"11.57","76":"0.23","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"567","88":"12.458800263678313","89":"218","90":"94","91":"4.8944768747193539","92":"37","93":"180","94":"125","95":"108","96":"111","97":"-","98":"475","99":"2.3157894736842106","100":"31","101":"79","102":"99","103":"18","104":"9","105":"66.599999999999994","106":"14.6","107":"16.8","108":"2","109":"1039","110":"314","111":"383","112":"342","113":"3883","114":"511","115":"1332","116":"2040","117":"9398.0505690000009","118":"11789.94472","119":"7198.497128","120":"0.37579900189652626","121":"-0.65958418441316446","122":"2.5641393073539298","123":"3342","124":"43.6","125":"295","126":"11301.74042","127":"-1.3112330149491536","128":"39.700000000000003","129":"0.457018274","130":"839","131":"258","132":"275","133":"273","134":"33","135":"15","136":"9","137":"8","138":"2","139":"6","140":"146","141":"92","142":"54","143":"19","144":"35","145":"3624","146":"2271","147":"1353","148":"519","149":"834","150":"27.268656716417912","151":"0.75445816186556924","152":"1.0086455331412103","153":"0.52356020942408377","154":"79.9163179916318","155":"74.058577405857733","156":"50.1","157":"26.9","158":"13.8","159":"4.5","160":"363","161":"33.200000000000003","162":"6.6115702479338845","163":"3.9","164":"16.3","165":"40.22038567493113","166":"65.564738292011015","167":"10.69811320754717","168":"3.1766607877718989","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.69444444444444442","194":"643.53234999999995","195":"100","196":"8.4","197":"4","198":"18","199":"21.6","200":"6.7","201":"29","202":"..","203":"0.6","204":"3.6","205":"2.9","206":"2.16","207":"0.16","208":"0.6","209":"3.5999999999999996","210":"2.9","211":"3.66","212":"0.16","213":"1.6396312808527325","214":"17.813560498167721","215":"2931","216":"2641","217":"8.1","218":"1","219":"-","220":"-","221":"1","222":"9.8879068646495122E-2","223":"0.34118048447628796","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"-6.7292088991335902E-2","236":"120","237":"NA","238":"NA","239":"NA","240":"6","241":"0.64164804013213095","242":"178","243":"174","244":"188","245":"28.33","246":"2.2599999999999998","247":"8","248":"0.21","249":"0.7","250":"0.02","251":"0.1","252":"0.12","253":"0.4","254":"0.16","255":"0.6","256":"0","257":"0","258":"0.08","259":"0.3","260":"0.86","261":"3","262":"0.26","263":"0.9","264":"7.0000000000000007E-2","265":"0.2","266":"0.05","267":"0.2","268":"2.52","269":"8.9","270":"17.579999999999998","271":"62.1","272":"4.1399999999999997","273":"14.6","274":"10189","275":"4508","276":"3.9","277":"2.5","278":"7","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"3","288":"1","289":"1","290":"-","291":"-","292":"1","293":"-","294":"-","295":"-","296":"-","297":"85.266058935764249","298":"83.576794657762946","299":"82.937899731792868","300":"81.483703259348133","301":"80.449565545901024"},{"1":"69491","2":"עמק הירדן","3":"06","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1949","8":"0","9":"25","10":"214","11":"עמק הירדן","12":"185.70017967414296","13":"..","14":"14390","15":"98","16":"95","17":"-","18":"-","19":"-","20":"-","21":"7172","22":"7218","23":"7.998610145934677","24":"8.9715079916608751","25":"7.9777623349548294","26":"6.323835997220292","27":"12.418346073662265","28":"18.908964558721333","29":"15.42043085476025","30":"4.43363446838082","31":"17.553856845031273","32":"28.693537178596248","33":"8.0820013898540655","34":"954","35":"203","36":"2.37","37":"0.2","38":"..","39":"61","40":"3.46","41":"142","42":"9.9858348422010259","43":"2.4230727455071133","44":"7.1716469770674083","45":"96","46":"39.583333333333329","47":"48.958333333333329","48":"9.375","49":"2.083333333333333","50":"219","51":"94","52":"640","53":"334","54":"306","55":"200","56":"102","57":"313","58":"25","59":"546","60":"285","61":"261","62":"138","63":"121","64":"265","65":"22","66":"27","67":"62","68":"12","69":"47","70":"8.6999999999999993","71":"8","72":"379","73":"0.45","74":"1.51","75":"-","76":"0.47","77":"0.27","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1458","88":"18.716302952503209","89":"546","90":"231","91":"7.086307592472421","92":"40","93":"189","94":"126","95":"103","96":"99","97":"-","98":"2353","99":"2.6774330641733957","100":"85","101":"380","102":"424","103":"42","104":"48","105":"88.9","106":"6.4","107":"2.4","108":"2.2999999999999998","109":"1726","110":"1202","111":"484","112":"40","113":"3613","114":"1821","115":"1550","116":"242","117":"9293.9177789999994","118":"11069.397349999999","119":"7619.065775","120":"1.3751457967943859","121":"1.5288905934356389","122":"1.6966058101722803","123":"6069","124":"37.200000000000003","125":"594","126":"9836.4561799999992","127":"-3.3539991428170324","128":"37.9","129":"0.398554988","130":"749","131":"235","132":"225","133":"250","134":"39","135":"10","136":"7","137":"3","138":"-","139":"3","140":"149","141":"98","142":"51","143":"-","144":"51","145":"3475","146":"2231","147":"1244","148":"-","149":"1244","150":"25.796610169491526","151":"0.54595086442220209","152":"..","153":"..","154":"81.578947368421055","155":"70.39473684210526","156":"41.5","157":"30","158":"19.8","159":"4.7","160":"415","161":"30.3","162":"6.024096385542169","163":"2.8","164":"15.7","165":"40.722891566265062","166":"74.4578313253012","167":"9.8398876404494384","168":"3.1281758492720524","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1652.8609999999999","195":"100","196":"39.299999999999997","197":"15.8","198":"61","199":"28.5","200":"18","201":"84","202":"..","203":"4.21","204":"54.94","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"3.3909407934030793","214":"16.437088181818183","215":"7608","216":"6470","217":"6.1","218":"3","219":"-","220":"-","221":"3","222":"0.21096834173664139","223":"0.39432176656151419","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.43432522302545401","236":"164","237":"NA","238":"NA","239":"NA","240":"2","241":"-0.79915205855294502","242":"33","243":"33","244":"43","245":"185.59","246":"4.84","247":"2.6","248":"0.39","249":"0.2","250":"0.13","251":"0.1","252":"0.16","253":"0.1","254":"0.9","255":"0.5","256":"0.16","257":"0.1","258":"0.83","259":"0.4","260":"2.41","261":"1.3","262":"1.03","263":"0.6","264":"0.18","265":"0.1","266":"44.76","267":"24.1","268":"44.31","269":"23.9","270":"24.73","271":"13.3","272":"60.76","273":"32.700000000000003","274":"14390","275":"2973","276":"9","277":"7.8","278":"22","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"1","288":"-","289":"17","290":"-","291":"4","292":"-","293":"-","294":"-","295":"54.420691475323302","296":"-","297":"70.725604670558795","298":"68.352440828402365","299":"68.432164494216991","300":"66.717874570757274","301":"66.848303744067493"},{"1":"62421","2":"עמק המעיינות","3":"07","4":"הצפון","5":"מועצה אזורית","6":"-","7":"..","8":"0","9":"23","10":"202","11":"עמק המעיינות","12":"245.66862161481137","13":"..","14":"14377","15":"99.8","16":"98.2","17":"-","18":"-","19":"-","20":"-","21":"7413","22":"6963","23":"9.6960422897683802","24":"10.864575363427697","25":"9.3204423732350286","26":"8.5831536481880786","27":"12.24177505738332","28":"18.981706892954023","29":"13.479863671141407","30":"3.8185991514224109","31":"13.013841552479654","32":"34.610836753147389","33":"5.6270431939904011","34":"1061","35":"236","36":"2.75","37":"0.6","38":"..","39":"61","40":"4.5","41":"175","42":"12.327793254627689","43":"2.5860068258378277","44":"4.994087779091605","45":"32","46":"21.875","47":"75","48":"3.125","49":"0","50":"268","51":"220","52":"704","53":"345","54":"359","55":"286","56":"139","57":"269","58":"10","59":"484","60":"230","61":"254","62":"162","63":"139","64":"170","65":"13","66":"12","67":"86","68":"19.899999999999999","69":"36","70":"6.6","71":"14","72":"640","73":"0.25","74":"1.23","75":"0.59","76":"0.13","77":"2.38","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1218","88":"16.684931506849317","89":"445","90":"194","91":"6.1608749826941711","92":"39","93":"186","94":"124","95":"100","96":"100","97":"..","98":"2520","99":"1.9444444444444444","100":"141","101":"352","102":"358","103":"50","104":"46","105":"91","106":"8.1","107":"0.5","108":"0.4","109":"1789","110":"1096","111":"562","112":"131","113":"4253","114":"1668","115":"1882","116":"703","117":"9445.5454000000009","118":"11460.39867","119":"7370.9436020000003","120":"3.0482992215407956","121":"2.8211406065390854","122":"2.9528690919369938","123":"6160","124":"36.5","125":"464","126":"9634.4055929999995","127":"-2.4226872085280071","128":"38.799999999999997","129":"0.39508429299999998","130":"949","131":"303","132":"281","133":"336","134":"29","135":"11","136":"6","137":"8","138":"3","139":"5","140":"187","141":"82","142":"105","143":"37","144":"68","145":"3677","146":"1879","147":"1798","148":"822","149":"976","150":"27.153846153846153","151":"0.78740157480314954","152":"0.89686098654708524","153":"0.66555740432612309","154":"86.096256684491976","155":"73.262032085561501","156":"45.2","157":"52.9","158":"8.1999999999999993","159":"3.7","160":"593","161":"30.9","162":"4.3844856661045535","163":"4.4000000000000004","164":"15.6","165":"43.676222596964585","166":"74.536256323777408","167":"6.7647058823529411","168":"4.6044880785413742","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.4098360655737705","194":"1758.7624814000001","195":"100","196":"46.5","197":"16.899999999999999","198":"69","199":"26.5","200":"20","201":"90","202":"..","203":"0.6","204":"4.05","205":"-","206":"-","207":"-","208":"0.6","209":"4.05","210":"-","211":"-","212":"-","213":"2.507048394170833","214":"16.912459928526079","215":"5917","216":"5058","217":"7.7","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.27817850869856497","236":"155","237":"NA","238":"NA","239":"NA","240":"2","241":"-0.734206954578566","242":"38","243":"31","244":"64","245":"245.3","246":"5.32","247":"2.2000000000000002","248":"0.46","249":"0.2","250":"7.0000000000000007E-2","251":"0","252":"0.11","253":"0","254":"0.74","255":"0.3","256":"0.18","257":"0.1","258":"0.8","259":"0.3","260":"2.0499999999999998","261":"0.8","262":"1.68","263":"0.7","264":"0.33","265":"0.1","266":"22.92","267":"9.3000000000000007","268":"29.52","269":"12","270":"100.68","271":"41","272":"80.44","273":"33","274":"14377","275":"2702","276":"10.3","277":"10.6","278":"24","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"5","288":"-","289":"16","290":"1","291":"1","292":"1","293":"-","294":"-","295":"59.102589444554255","296":"-","297":"73.026654317176082","298":"69.660045054269915","299":"71.071536982697552","300":"69.267515923566876","301":"70.173255480042116"},{"1":"191501","2":"עמק חפר","3":"16","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1940","8":"1","9":"46","10":"409","11":"עמק חפר","12":"129.97710390474401","13":"..","14":"42880","15":"99.5","16":"98","17":"-","18":"-","19":"-","20":"-","21":"21750","22":"21130","23":"6.669776119402985","24":"8.6124067164179099","25":"9.5289179104477615","26":"10.578358208955224","27":"11.159048507462687","28":"16.298973880597014","29":"19.64785447761194","30":"3.9015858208955225","31":"13.600746268656716","32":"31.555503731343283","33":"6.0774253731343286","34":"960","35":"509","36":"2.39","37":"0.2","38":"..","39":"204","40":"3.83","41":"305","42":"7.1340750367175456","43":"0.59991621040995824","44":"4.5592350746268657","45":"38","46":"23.684210526315788","47":"55.26315789473685","48":"10.526315789473683","49":"10.526315789473683","50":"-7","51":"-92","52":"1558","53":"761","54":"797","55":"564","56":"197","57":"734","58":"63","59":"1650","60":"851","61":"799","62":"405","63":"513","64":"664","65":"68","66":"275","67":"104","68":"6.9","69":"107","70":"6.4","71":"19","72":"2015","73":"0.66","74":"3.57","75":"-","76":"0.15","77":"0.34","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"4241","88":"18.574807288016817","89":"1687","90":"674","91":"7.4104985723698658","92":"40","93":"202","94":"124","95":"112","96":"109","97":"..","98":"5117","99":"1.7002149697088138","100":"137","101":"787","102":"722","103":"127","104":"134","105":"69.3","106":"22.3","107":"5.4","108":"3.1","109":"5078","110":"3411","111":"1589","112":"78","113":"10686","114":"5209","115":"5048","116":"429","117":"12572.02166","118":"15488.9949","119":"9700.0354860000007","120":"2.3052376664424168","121":"1.8865046962916132","122":"3.0135308029798802","123":"18530","124":"33.700000000000003","125":"2974","126":"11714.583640000001","127":"1.5675750786931841","128":"38.299999999999997","129":"0.46510545399999997","130":"1947","131":"570","132":"638","133":"660","134":"79","135":"26","136":"15","137":"20","138":"7","139":"13","140":"475","141":"209","142":"266","143":"95","144":"171","145":"10923","146":"4868","147":"6055","148":"2509","149":"3546","150":"27.89937106918239","151":"0.65037003812514016","152":"0.79798404031919368","153":"0.48123195380173239","154":"87.862068965517238","155":"82.206896551724142","156":"55.4","157":"43.8","158":"13.4","159":"3.5","160":"1048","161":"30.7","162":"6.2977099236641214","163":"3.8","164":"16.600000000000001","165":"46.18320610687023","166":"76.717557251908403","167":"9.716450216450216","168":"3.1846736466919134","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"4.6838407494145196E-2","194":"4641.5026510000007","195":"99.906371269677862","196":"72","197":"15.1","198":"53","199":"45.8","200":"19.600000000000001","201":"68","202":"..","203":"1.4","204":"14","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6842869879435072","214":"44.659677902561882","215":"21122","216":"17574","217":"7.2","218":"11","219":"-","220":"4","221":"7","222":"0.25729450952096067","223":"0.52078401666508856","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.19751375700228","236":"221","237":"NA","238":"NA","239":"NA","240":"6","241":"0.66740165497177195","242":"181","243":"176","244":"193","245":"127.42","246":"15.63","247":"12.3","248":"0.64","249":"0.5","250":"0.03","251":"0","252":"0.22","253":"0.2","254":"0.79","255":"0.6","256":"0.34","257":"0.3","258":"0.93","259":"0.7","260":"2.56","261":"2","262":"2.6","263":"2","264":"0.17","265":"0.1","266":"0.98","267":"0.8","268":"40.090000000000003","269":"31.5","270":"50.19","271":"39.4","272":"12.25","273":"9.6","274":"42880","275":"2743","276":"7.8","277":"8.6999999999999993","278":"44","279":"-","280":"1","281":"-","282":"1","283":"-","284":"-","285":"-","286":"-","287":"25","288":"1","289":"9","290":"3","291":"4","292":"-","293":"-","294":"-","295":"62.913443584955985","296":"-","297":"76.88003039828665","298":"75.03770222100357","299":"74.588291452146336","300":"74.294934283505327","301":"73.019582030607211"},{"1":"181609","2":"עמק יזרעאל","3":"09","4":"הצפון","5":"מועצה אזורית","6":"-","7":"1980","8":"0","9":"44","10":"254","11":"יזרעאלים","12":"331.15273843051483","13":"..","14":"40146","15":"95.3","16":"97.5","17":"4.7","18":"97.9","19":"1.3","20":"0.9","21":"20074","22":"20072","23":"7.8787425895481489","24":"9.5576147063219246","25":"10.367159866487322","26":"9.2736511732177558","27":"11.971304737707369","28":"16.604393962038561","29":"18.365466048921437","30":"4.4935983659642309","31":"11.488068549793255","32":"33.480296916255668","33":"4.1473621282319533","34":"944","35":"531","36":"2.4900000000000002","37":"0.4","38":"..","39":"163","40":"4.2","41":"368","42":"9.2190205110023449","43":"1.1510616491527514","44":"5.3679071389428588","45":"116","46":"32.758620689655174","47":"48.275862068965516","48":"11.206896551724139","49":"7.7586206896551726","50":"201","51":"73","52":"1709","53":"863","54":"846","55":"634","56":"208","57":"811","58":"56","59":"1636","60":"853","61":"783","62":"420","63":"496","64":"670","65":"50","66":"191","67":"164","68":"13.2","69":"68","70":"4.3","71":"21","72":"1343","73":"0.38","74":"0.91","75":"-","76":"0.71","77":"1.39","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"3132","88":"14.474535539328958","89":"1193","90":"479","91":"5.533395176252319","92":"39","93":"194","94":"119","95":"105","96":"103","97":"..","98":"4305","99":"1.7189314750290361","100":"205","101":"603","102":"718","103":"111","104":"98","105":"78.5","106":"19.399999999999999","107":"1.2","108":"1","109":"4429","110":"2883","111":"1453","112":"93","113":"9583","114":"4410","115":"4675","116":"498","117":"12778.58056","118":"16107.465039999999","119":"9527.8937979999992","120":"1.6946312814735354","121":"1.5608893014971148","122":"1.9421089534546798","123":"18006","124":"33.5","125":"1916","126":"11681.600350000001","127":"-2.7837570391030186","128":"39.299999999999997","129":"0.46095572699999998","130":"2184","131":"675","132":"717","133":"706","134":"86","135":"24","136":"16","137":"15","138":"6","139":"9","140":"400","141":"213","142":"187","143":"73","144":"114","145":"9866","146":"5123","147":"4743","148":"2233","149":"2510","150":"26.277456647398843","151":"0.8253401739906312","152":"0.92827004219409281","153":"0.70989115002366299","154":"87.857142857142861","155":"80.714285714285722","156":"59.9","157":"39.6","158":"13.9","159":"4.4000000000000004","160":"1062","161":"30.7","162":"4.8022598870056497","163":"3.6","164":"16.399999999999999","165":"43.220338983050851","166":"75.894538606403017","167":"10.460401267159451","168":"2.9716333535231172","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.12277470841006752","194":"6415.0751845249979","195":"99.717131920078273","196":"151.6","197":"49.4","198":"186","199":"91.8","200":"40.1","201":"155","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.7167303453784388","214":"54.253317772089616","215":"19375","216":"16880","217":"7.1","218":"6","219":"1","220":"2","221":"3","222":"0.15031011702721214","223":"0.30967741935483872","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"8","235":"1.12017636807482","236":"213","237":"NA","238":"NA","239":"NA","240":"4","241":"-0.15497773998039699","242":"101","243":"101","244":"115","245":"330.91999999999996","246":"12.75","247":"3.9","248":"0.56999999999999995","249":"0.2","250":"0.02","251":"0","252":"0.42","253":"0.1","254":"0.8","255":"0.2","256":"0.19","257":"0.1","258":"2.11","259":"0.6","260":"5.29","261":"1.6","262":"4.83","263":"1.5","264":"0.28999999999999998","265":"0.1","266":"61.05","267":"18.399999999999999","268":"29.59","269":"8.9","270":"166.63","271":"50.4","272":"46.38","273":"14","274":"40146","275":"3149","276":"16","277":"16.5","278":"38","279":"-","280":"-","281":"3","282":"-","283":"-","284":"-","285":"-","286":"-","287":"13","288":"1","289":"15","290":"-","291":"1","292":"3","293":"-","294":"2","295":"61.792288989232368","296":"-","297":"76.208981001727111","298":"74.685264663805441","299":"74.729845016351476","300":"73.150751501266967","301":"71.772665764546687"},{"1":"37872","2":"ערבות הירדן","3":"75","4":"אזור יהודה והשומרון","5":"מועצה אזורית","6":"-","7":"1979","8":"0","9":"20","10":"712","11":"ערבות הירדן","12":"..","13":"..","14":"6133","15":"99.3","16":"98.2","17":"-","18":"-","19":"-","20":"-","21":"3080","22":"3053","23":"13.859448883091472","24":"14.772541985977499","25":"12.033262677319419","26":"8.2341431599543462","27":"9.0657100929398329","28":"22.028371107125388","29":"8.8537420511984344","30":"2.8860264144790477","31":"8.2667536279145608","32":"45.703570846241647","33":"1.2228925485080711","34":"1335","35":"179","36":"..","37":"0","38":"-","39":"5","40":"4.22","41":"174","42":"29.242227967730095","43":"6.3412101218087287","44":"4.2393608348279797","45":"..","46":"..","47":"..","48":"..","49":"..","50":"193","51":"184","52":"463","53":"230","54":"233","55":"213","56":"106","57":"138","58":"6","59":"280","60":"156","61":"124","62":"117","63":"67","64":"94","65":"2","66":"4","67":"34","68":"26.2","69":"14","70":"5.0999999999999996","71":"6","72":"271","73":"-","74":"2.31","75":"0.54","76":"-","77":"1.86","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"441","88":"16.024709302325583","89":"181","90":"75","91":"6.7086730911786505","92":"37","93":"188","94":"125","95":"117","96":"129","97":"-","98":"456","99":"3.0701754385964914","100":"29","101":"33","102":"76","103":"18","104":"14","105":"83.9","106":"11.1","107":"1.6","108":"3.4","109":"695","110":"314","111":"239","112":"142","113":"2120","114":"498","115":"808","116":"814","117":"9197.4129749999993","118":"11115.41222","119":"7251.9045820000001","120":"-3.6476166080157135E-2","121":"-0.21006734567252661","122":"0.24677637422318988","123":"2528","124":"35.5","125":"383","126":"14293.837519999999","127":"0.47318281999657597","128":"35.200000000000003","129":"0.37172366699999998","130":"541","131":"153","132":"188","133":"186","134":"14","135":"4","136":"2","137":"2","138":"-","139":"2","140":"51","141":"40","142":"11","143":"-","144":"11","145":"1159","146":"908","147":"251","148":"-","149":"251","150":"24.484848484848484","151":"1.2030075187969926","152":"1.2121212121212122","153":"1.1940298507462688","154":"85.294117647058826","155":"75.490196078431367","156":"47.8","157":"..","158":"13.6","159":"3.6","160":"144","161":"29.2","162":"11.805555555555555","163":"3.4","164":"10.7","165":"29.861111111111111","166":"75.694444444444443","167":"9.3360655737704921","168":"3.1466198419666376","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"1.2658227848101267","194":"749.27702999999997","195":"66.878313352272386","196":"19.8","197":"7.2","198":"37","199":"12.7","200":"3.8","201":"14","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.6584804880856454","214":"19.581432087522781","215":"2708","216":"2116","217":"7.9","218":"1","219":"-","220":"-","221":"1","222":"0.1680587814237362","223":"0.36927621861152143","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.35554912987266002","236":"161","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.61908003278400603","242":"45","243":"28","244":"114","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"..","274":"6133","275":"..","276":"20.100000000000001","277":"22.3","278":"21","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"13","288":"2","289":"2","290":"-","291":"-","292":"4","293":"-","294":"-","295":"71.663244353182748","296":"-","297":"78.050221565731164","298":"74.252539912917271","299":"73.100260040450735","300":"70.48092868988391","301":"71.149395731550527"},{"1":"42324","2":"רמת נגב","3":"48","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1954","8":"0","9":"15","10":"620","11":"רמת הנגב","12":"4088.5300295493548","13":"..","14":"8558","15":"93.3","16":"93.1","17":"6.7","18":"98.6","19":"1","20":"0.5","21":"4592","22":"3966","23":"9.2077588221547089","24":"10.948819817714419","25":"9.7569525590091146","26":"12.666510867025005","27":"13.472774012619771","28":"21.488665576069174","29":"12.958635195139051","30":"2.8628184155176442","31":"6.6253797616265482","32":"36.71418555737322","33":"2.6758588455246555","34":"969","35":"147","36":"..","37":"0.2","38":"..","39":"18","40":"2.33","41":"129","42":"15.348866005433905","43":"3.7093118850301892","44":"10.504790838981071","45":"132","46":"18.939393939393938","47":"78.030303030303031","48":"1.5151515151515151","49":"1.5151515151515151","50":"143","51":"-7","52":"542","53":"284","54":"258","55":"213","56":"97","57":"222","58":"10","59":"549","60":"274","61":"275","62":"181","63":"127","64":"229","65":"12","66":"29","67":"20","68":"6.9","69":"31","70":"5","71":"11","72":"1476","73":"-","74":"6.62","75":"-","76":"-","77":"11.27","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"491","88":"10.942723423222644","89":"176","90":"63","91":"3.9927404718693285","92":"37","93":"185","94":"115","95":"99","96":"97","97":"-","98":"497","99":"3.4205231388329982","100":"36","101":"60","102":"119","103":"8","104":"6","105":"84.6","106":"13.9","107":"1.1000000000000001","108":"0.3","109":"1004","110":"619","111":"313","112":"72","113":"2376","114":"929","115":"1047","116":"400","117":"10446.601070000001","118":"12801.8037","119":"8113.6023569999998","120":"2.5801391238200466E-2","121":"-2.1597251425984454","122":"3.8047689180514599","123":"2956","124":"36.4","125":"274","126":"11624.98387","127":"-1.068169106371164","128":"40.5","129":"0.39459266900000001","130":"533","131":"172","132":"176","133":"172","134":"13","135":"8","136":"4","137":"4","138":"-","139":"4","140":"92","141":"57","142":"35","143":"-","144":"35","145":"2041","146":"1345","147":"696","148":"-","149":"696","150":"25.560975609756099","151":"1.1349306431273645","152":"0.71942446043165476","153":"1.5957446808510638","154":"90.178571428571431","155":"83.035714285714292","156":"52.2","157":"40.299999999999997","158":"5.5","159":"4.2","160":"232","161":"31.5","162":"9.9137931034482758","163":"3.9","164":"12.4","165":"46.551724137931032","166":"79.741379310344826","167":"9.8557692307692299","168":"3.2073170731707319","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1662.1494499999999","195":"97.788935284970918","196":"14.6","197":"13.7","198":"81","199":"30.9","200":"10.9","201":"44","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"3.5720039085388868","214":"7.2541318465642792","215":"2627","216":"2135","217":"7.5","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.31498897949784399","236":"158","237":"NA","238":"NA","239":"NA","240":"1","241":"-1.2084091539245601","242":"16","243":"10","244":"20","245":"4088.4199999999996","246":"3.98","247":"0.1","248":"0.1","249":"0","250":"0.04","251":"0","252":"0.12","253":"0","254":"0.3","255":"0","256":"0.05","257":"0","258":"0.23","259":"0","260":"7.96","261":"0.2","262":"2.33","263":"0.1","264":"0.34","265":"0","266":"11.34","267":"0.3","268":"11.54","269":"0.3","270":"53.16","271":"1.3","272":"3996.93","273":"97.7","274":"8558","275":"2150","276":"23.9","277":"17.3","278":"15","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"3","288":"1","289":"4","290":"2","291":"1","292":"4","293":"-","294":"-","295":"-","296":"-","297":"71.444177408783048","298":"67.30892742453436","299":"67.504794374600479","300":"65.762990347093861","301":"63.515625"},{"1":"55159","2":"שדות דן","3":"40","4":"המרכז","5":"מועצה אזורית","6":"-","7":"1952","8":"0","9":"15","10":"425","11":"שדות דן","12":"29.795969836123124","13":"..","14":"15987","15":"100","16":"99.5","17":"-","18":"-","19":"-","20":"-","21":"8141","22":"7847","23":"11.478075936698568","24":"11.959717270282104","25":"11.284168386814287","26":"9.3075623944454868","27":"13.623569149934321","28":"16.713579783574154","29":"12.328767123287671","30":"3.3151935947957716","31":"9.9893663601676366","32":"39.81359854882092","33":"4.1408644523675484","34":"1175","35":"370","36":"3.9","37":"1","38":"( 2.6)","39":"49","40":"3.35","41":"321","42":"20.10656744506732","43":"0.28148202012751256","44":"3.5216113091887156","45":"0","46":"0","47":"0","48":"0","49":"0","50":"-305","51":"-291","52":"424","53":"221","54":"203","55":"163","56":"104","57":"137","58":"20","59":"715","60":"363","61":"352","62":"294","63":"179","64":"224","65":"18","66":"176","67":"170","68":"42.6","69":"21","70":"10.199999999999999","71":"5","72":"741","73":"-","74":"-","75":"3.37","76":"1.27","77":"-","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"1229","88":"16.080073269658509","89":"503","90":"224","91":"6.5889441970133618","92":"39","93":"188","94":"130","95":"116","96":"121","97":"-","98":"1313","99":"3.3511043412033512","100":"87","101":"254","102":"284","103":"51","104":"42","105":"58.8","106":"19.5","107":"19.5","108":"2.2000000000000002","109":"2243","110":"942","111":"863","112":"438","113":"6988","114":"1454","115":"2933","116":"2601","117":"10262.43881","118":"12592.88571","119":"8082.6922180000001","120":"4.3883795253038649","121":"5.1999552312013142","122":"2.9976184608155876","123":"6255","124":"37.200000000000003","125":"765","126":"10830.00865","127":"-11.903998317411158","128":"36.700000000000003","129":"0.44642695599999999","130":"1154","131":"349","132":"393","133":"367","134":"45","135":"15","136":"11","137":"8","138":"2","139":"6","140":"166","141":"113","142":"53","143":"15","144":"38","145":"4148","146":"2653","147":"1495","148":"404","149":"1091","150":"25.91566265060241","151":"1.2472885032537961","152":"2.1482277121374866","153":"0.32858707557502737","154":"63.059701492537314","155":"58.582089552238806","156":"31.8","157":"47.4","158":"10.7","159":"2.7","160":"418","161":"29.4","162":"7.8947368421052628","163":"3.7","164":"20.399999999999999","165":"39.952153110047846","166":"66.746411483253581","167":"10.295774647887324","168":"2.8547195622435022","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1519.1482341699111","195":"100","196":"4.2","197":"3.3","198":"11","199":"3.1","200":"2.9","201":"6","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"2.7200222068055964","214":"21.600587014820793","215":"71232","216":"67179","217":"1.7","218":"1","219":"-","220":"1","221":"-","222":"6.2637281760334326E-2","223":"1.403863432165319E-2","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.21850954271633299","236":"146","237":"NA","238":"NA","239":"NA","240":"8","241":"1.9715460857831799","242":"232","243":"231","244":"235","245":"29.83","246":"5.18","247":"17.399999999999999","248":"0.36","249":"1.2","250":"0.01","251":"0","252":"0.08","253":"0.3","254":"0.08","255":"0.3","256":"0.16","257":"0.5","258":"0.51","259":"1.7","260":"1.35","261":"4.5","262":"0.43","263":"1.4","264":"0.04","265":"0.1","266":"0","267":"0","268":"7.06","269":"23.7","270":"11.58","271":"38.799999999999997","272":"2.99","273":"10.100000000000009","274":"15987","275":"3086","276":"4.5999999999999996","277":"3.3","278":"9","279":"-","280":"1","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"8","288":"-","289":"-","290":"-","291":"-","292":"-","293":"-","294":"-","295":"-","296":"-","297":"75.907590759075902","298":"75.130702203997942","299":"75.563028635483548","300":"73.238313565234719","301":"75.051647811116567"},{"1":"39428","2":"שדות נגב","3":"39","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1951","8":"0","9":"16","10":"651","11":"נגב מערבי","12":"113.4714828000494","13":"..","14":"11062","15":"100","16":"99.9","17":"-","18":"-","19":"-","20":"-","21":"5617","22":"5445","23":"10.549629361779063","24":"11.589224371723017","25":"11.363225456517808","26":"9.7450732236485269","27":"14.03905261254746","28":"16.986078466823358","29":"13.704574218043753","30":"3.4261435545109382","31":"8.5969987344060748","32":"39.061652504067979","33":"3.7063822093653949","34":"1077","35":"218","36":"3.14","37":"0.8","38":"..","39":"56","40":"4.9800000000000004","41":"162","42":"14.786966310359313","43":"1.9581502025917246","44":"2.359428674742361","45":"13","46":"0","47":"69.230769230769226","48":"7.6923076923076925","49":"23.076923076923077","50":"38","51":"27","52":"584","53":"281","54":"303","55":"254","56":"133","57":"190","58":"7","59":"557","60":"290","61":"267","62":"222","63":"146","64":"185","65":"4","66":"1","67":"72","68":"24.8","69":"28","70":"6.6","71":"5","72":"241","73":"-","74":"1.68","75":"0.18","76":"-","77":"0.37","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"867","88":"15.680954964731416","89":"321","90":"136","91":"5.8501913613996717","92":"38","93":"177","94":"121","95":"103","96":"100","97":"-","98":"908","99":"2.0925110132158591","100":"147","101":"286","102":"241","103":"38","104":"36","105":"65.5","106":"30.2","107":"2.8","108":"1.5","109":"1261","110":"640","111":"482","112":"139","113":"3391","114":"978","115":"1632","116":"781","117":"9724.0108509999991","118":"11786.32379","119":"7723.9303229999996","120":"2.4750545861445428","121":"2.1743069901378531","122":"2.690463374212726","123":"4700","124":"36.799999999999997","125":"458","126":"11138.290510000001","127":"-6.2162069057061782","128":"36","129":"0.40053785800000002","130":"716","131":"231","132":"242","133":"223","134":"20","135":"14","136":"6","137":"12","138":"5","139":"7","140":"140","141":"79","142":"61","143":"27","144":"34","145":"3117","146":"1857","147":"1260","148":"635","149":"625","150":"23.586666666666666","151":"1.0830324909747291","152":"..","153":"..","154":"84","155":"75.5","156":"40.9","157":"57.8","158":"17.8","159":"4.4000000000000004","160":"430","161":"32.5","162":"6.9767441860465116","163":"4","164":"18.100000000000001","165":"44.651162790697676","166":"75.348837209302317","167":"8.7486910994764404","168":"3.7929383602633155","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.23980815347721821","194":"698.59355000000005","195":"100","196":"6.7","197":"5.7","198":"24","199":"12.2","200":"10.4","201":"50","202":"..","203":"0.7","204":"6.3","205":"-","206":"-","207":"-","208":"0.7","209":"6.3","210":"-","211":"-","212":"-","213":"2.4433869770797552","214":"12.391039486978778","215":"4498","216":"3733","217":"6.9407932011331441","218":"2","219":"1","220":"-","221":"1","222":"0.18255513963406561","223":"0.44464206313917298","224":"1","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.18252936002969","236":"145","237":"NA","238":"NA","239":"NA","240":"3","241":"-0.35612429484062202","242":"80","243":"55","244":"132","245":"113.41","246":"4.38","247":"3.9","248":"0.45","249":"0.4","250":"0.01","251":"0","252":"0.11","253":"0.1","254":"0.2","255":"0.2","256":"7.0000000000000007E-2","257":"0.1","258":"0.28000000000000003","259":"0.2","260":"1.41","261":"1.2","262":"1.08","263":"1","264":"0.02","265":"0","266":"7.03","267":"6.2","268":"13.49","269":"11.9","270":"79.63","271":"70.2","272":"5.25","273":"4.5999999999999996","274":"11062","275":"2526","276":"6.3","277":"5.9","278":"16","279":"-","280":"-","281":"1","282":"-","283":"-","284":"-","285":"-","286":"-","287":"12","288":"-","289":"2","290":"-","291":"1","292":"-","293":"-","294":"-","295":"-","296":"-","297":"81.729150726855394","298":"79.310344827586206","299":"80.885463886370502","300":"77.239353891336265","301":"79.363057324840767"},{"1":"249450","2":"שומרון","3":"72","4":"אזור יהודה והשומרון","5":"מועצה אזורית","6":"-","7":"1979","8":"0","9":"30","10":"710","11":"שומרון","12":"..","13":"..","14":"49957","15":"100","16":"97.5","17":"-","18":"-","19":"-","20":"-","21":"25608","22":"24349","23":"15.30516243969814","24":"16.145885461496889","25":"13.305442680705406","26":"7.2122024941449645","27":"11.886222151049903","28":"20.321476469763997","29":"9.7844145965530362","30":"2.051764517485037","31":"3.9894309105831014","32":"49.292391456652723","33":"1.130972636467362","34":"1271","35":"1378","36":"4.3899999999999997","37":"3.4","38":"( 2.6)","39":"78","40":"3.55","41":"1300","42":"26.748795175313713","43":"5.7428007693213914","44":"6.0632143643533443","45":"50","46":"38","47":"38","48":"12","49":"12","50":"1502","51":"1446","52":"3445","53":"1766","54":"1679","55":"1616","56":"804","57":"982","58":"43","59":"2001","60":"1016","61":"985","62":"798","63":"601","64":"566","65":"36","66":"615","67":"340","68":"40.6","69":"83","70":"4.9000000000000004","71":"13","72":"1016","73":"-","74":"0.28999999999999998","75":"1.6","76":"-","77":"0.26","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"3467","88":"15.425342587649048","89":"1319","90":"570","91":"6.0159635119726342","92":"38","93":"194","94":"127","95":"106","96":"104","97":"..","98":"1959","99":"9.6988259315977547","100":"235","101":"252","102":"568","103":"85","104":"71","105":"42.6","106":"30.6","107":"4.8","108":"22","109":"4971","110":"2017","111":"1767","112":"1187","113":"16103","114":"3010","115":"6125","116":"6968","117":"10332.010979999999","118":"12807.05168","119":"7928.2722059999996","120":"2.1357771712250617","121":"1.9552906223551991","122":"2.4784776289090482","123":"18064","124":"36.1","125":"1533","126":"10690.11765","127":"2.8814229316034945","128":"34.299999999999997","129":"0.41324517599999999","130":"4671","131":"1463","132":"1512","133":"1564","134":"132","135":"30","136":"23","137":"12","138":"7","139":"5","140":"405","141":"323","142":"82","143":"49","144":"33","145":"10324","146":"8176","147":"2148","148":"1357","149":"791","150":"26.45017182130584","151":"0.92799450077332879","152":"0.73726541554959779","153":"1.1287477954144622","154":"85.058977719528187","155":"74.705111402359108","156":"53.9","157":"42.4","158":"18.7","159":"4","160":"1067","161":"29.6","162":"8.8097469540768518","163":"5.0999999999999996","164":"13.1","165":"36.83223992502343","166":"76.663542642924085","167":"10.297872340425531","168":"2.8952020202020203","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0.51052967453733256","194":"2721.2938554000002","195":"78.303652623607817","196":"99.3","197":"77.900000000000006","198":"461","199":"70.900000000000006","200":"55.2","201":"314","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.250805328825046","214":"7.7202344446595728","215":"17220","216":"15005","217":"8.1","218":"7","219":"-","220":"2","221":"5","222":"0.14403197402092","223":"0.4065040650406504","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"6","235":"0.28708841658752099","236":"156","237":"NA","238":"NA","239":"NA","240":"5","241":"0.24731900916333999","242":"155","243":"118","244":"181","245":"..","246":"..","247":"..","248":"..","249":"..","250":"..","251":"..","252":"..","253":"..","254":"..","255":"..","256":"..","257":"..","258":"..","259":"..","260":"..","261":"..","262":"..","263":"..","264":"..","265":"..","266":"..","267":"..","268":"..","269":"..","270":"..","271":"..","272":"..","273":"..","274":"49957","275":"..","276":"30.3","277":"24.1","278":"27","279":"-","280":"1","281":"12","282":"-","283":"-","284":"-","285":"-","286":"-","287":"1","288":"1","289":"-","290":"-","291":"1","292":"11","293":"-","294":"-","295":"68.06167400881057","296":"-","297":"81.416413886080221","298":"79.41941611264815","299":"79.461687681862273","300":"78.058474009365284","301":"78.459105286940797"},{"1":"58401","2":"שער הנגב","3":"37","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"11","10":"651","11":"נגב מערבי","12":"176.15796150398407","13":"..","14":"9071","15":"99.3","16":"92.2","17":"-","18":"-","19":"-","20":"-","21":"4619","22":"4453","23":"8.7641935839488472","24":"9.0508212986440313","25":"8.5878072979825824","26":"7.7720207253886011","27":"13.173850733105501","28":"21.309668173299524","29":"14.706206592437438","30":"3.7702568625289383","31":"12.865174732664535","32":"30.900672472715247","33":"6.8018961525741375","34":"888","35":"144","36":"..","37":"0","38":"-","39":"43","40":"2.98","41":"101","42":"11.280501202893076","43":"2.6640840749556958","44":"12.225774446036821","45":"10","46":"20","47":"80","48":"0","49":"0","50":"240","51":"220","52":"571","53":"286","54":"285","55":"146","56":"188","57":"228","58":"9","59":"351","60":"188","61":"163","62":"76","63":"93","64":"167","65":"15","66":"0","67":"46","68":"14.7","69":"22","70":"6.9","71":"5","72":"690","73":"-","74":"0.41","75":"-","76":"0.55000000000000004","77":"6.85","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"709","88":"14.254121431443506","89":"240","90":"97","91":"4.8830111902339777","92":"38","93":"197","94":"114","95":"91","96":"79","97":"-","98":"974","99":"2.8747433264887063","100":"172","101":"313","102":"134","103":"14","104":"20","105":"80.599999999999994","106":"14.7","107":"1.9","108":"2.8","109":"1036","110":"616","111":"381","112":"39","113":"2378","114":"917","115":"1246","116":"215","117":"11181.69694","118":"13493.306850000001","119":"8770.9655899999998","120":"1.4969685165185487","121":"1.0788628414096335","122":"2.2950107085388805","123":"3859","124":"33.6","125":"263","126":"12566.298559999999","127":"5.170076141178237","128":"27.4","129":"0.40200353799999999","130":"449","131":"141","132":"142","133":"156","134":"10","135":"3","136":"2","137":"2","138":"1","139":"1","140":"88","141":"34","142":"54","143":"26","144":"28","145":"2434","146":"977","147":"1457","148":"755","149":"702","150":"29.242424242424242","151":"0.62735257214554585","152":"..","153":"..","154":"78.378378378378372","155":"74.774774774774784","156":"56.5","157":"..","158":"8.1","159":"4.3","160":"256","161":"31.8","162":"6.25","163":"3.3","164":"15.3","165":"38.28125","166":"78.90625","167":"10.779735682819384","168":"3.0110339190845932","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1138.16525","195":"100","196":"12","197":"11.8","198":"52","199":"18.3","200":"16","201":"74","202":"..","203":"-","204":"-","205":"-","206":"-","207":"-","208":"-","209":"-","210":"-","211":"-","212":"-","213":"1.1207237393198188","214":"9.3305331031115983","215":"3450","216":"3108","217":"7.2","218":"-","219":"-","220":"-","221":"-","222":"-","223":"-","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.91746654820789697","236":"204","237":"NA","238":"NA","239":"NA","240":"4","241":"-0.23765440417039299","242":"93","243":"63","244":"142","245":"176.14","246":"2.81","247":"1.6","248":"0.28999999999999998","249":"0.2","250":"0.01","251":"0","252":"0.13","253":"0.1","254":"0.31","255":"0.2","256":"0.15","257":"0.1","258":"0.64","259":"0.4","260":"1.61","261":"0.9","262":"0.81","263":"0.5","264":"0.03","265":"0","266":"17.5","267":"9.9","268":"9.25","269":"5.3","270":"113.84","271":"64.599999999999994","272":"28.76","273":"16.200000000000006","274":"9071","275":"3228","276":"7.4","277":"7.5","278":"12","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"1","288":"-","289":"10","290":"1","291":"-","292":"-","293":"-","294":"-","295":"62.297168310531333","296":"-","297":"73.120997640714521","298":"71.760964178105127","299":"71.619613670133731","300":"70.458212326556961","301":"69.742954475069681"},{"1":"60789","2":"שפיר","3":"34","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1950","8":"0","9":"15","10":"631","11":"שפיר","12":"81.696426197519344","13":"..","14":"12853","15":"100","16":"99.7","17":"-","18":"-","19":"-","20":"-","21":"6502","22":"6351","23":"11.60818485956586","24":"11.67820742239166","25":"10.612308410487824","26":"13.350968645452424","27":"12.650743017194429","28":"16.501983972613399","29":"11.709328561425348","30":"3.6178324126663037","31":"8.2548821286859102","32":"42.519256204777093","33":"2.7853419435151325","34":"1248","35":"310","36":"4.09","37":"1.2","38":"( 4.7)","39":"72","40":"6.07","41":"238","42":"18.887963534228778","43":"4.0832026858497841","44":"2.6686376721388001","45":"11","46":"63.636363636363633","47":"18.181818181818183","48":"9.0909090909090917","49":"9.0909090909090917","50":"295","51":"282","52":"803","53":"387","54":"416","55":"394","56":"148","57":"247","58":"14","59":"521","60":"263","61":"258","62":"205","63":"159","64":"152","65":"5","66":"12","67":"112","68":"34.700000000000003","69":"33","70":"7.3","71":"7","72":"1156","73":"-","74":"7.23","75":"0.73","76":"-","77":"1.4","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"890","88":"14.892904953145916","89":"342","90":"142","91":"5.8361774744027306","92":"38","93":"176","94":"123","95":"107","96":"105","97":"..","98":"1817","99":"2.0913593835993396","100":"128","101":"330","102":"303","103":"42","104":"42","105":"71.099999999999994","106":"15.7","107":"8","108":"5.2","109":"1554","110":"718","111":"612","112":"224","113":"4493","114":"1108","115":"2099","116":"1286","117":"9425.1910430000007","118":"11359.145130000001","119":"7585.4325849999996","120":"2.3625926431169564","121":"3.3094665750700525","122":"0.81322245611654687","123":"5128","124":"39.700000000000003","125":"493","126":"10589.73652","127":"-5.1596755860023436","128":"35.9","129":"0.41123707100000001","130":"883","131":"276","132":"288","133":"296","134":"23","135":"11","136":"6","137":"9","138":"3","139":"6","140":"156","141":"86","142":"70","143":"27","144":"43","145":"3746","146":"1939","147":"1807","148":"736","149":"1071","150":"23.783783783783782","151":"0.56298381421534127","152":"..","153":"..","154":"84.615384615384613","155":"73.504273504273513","156":"44.7","157":"50.6","158":"17","159":"3.6","160":"412","161":"30.7","162":"6.0679611650485441","163":"3.1","164":"16.7","165":"37.378640776699029","166":"70.631067961165044","167":"10.511173184357542","168":"2.9479138984852513","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"1051.6570822865999","195":"96.895984389795245","196":"24.1","197":"21.2","198":"94","199":"21.2","200":"15.3","201":"70","202":"..","203":"4","204":"40","205":"0.3","206":"0.35","207":"-","208":"4.6500000000000004","209":"44.55","210":"0.3","211":"0.35","212":"-","213":"2.3852544862171188","214":"22.749375780263275","215":"4707","216":"4077","217":"8","218":"1","219":"-","220":"-","221":"1","222":"7.9361191320288973E-2","223":"0.21244954323348203","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"5","235":"7.3790790791162303E-3","236":"132","237":"NA","238":"NA","239":"NA","240":"5","241":"0.15815572813727799","242":"142","243":"114","244":"160","245":"81.87","246":"4.51","247":"5.5","248":"0.39","249":"0.5","250":"0.03","251":"0","252":"0.08","253":"0.1","254":"0.14000000000000001","255":"0.2","256":"0.04","257":"0","258":"7.0000000000000007E-2","259":"0.1","260":"1.08","261":"1.3","262":"1.28","263":"1.6","264":"0.04","265":"0","266":"4.32","267":"5.3","268":"12.96","269":"15.8","270":"48.86","271":"59.7","272":"8.07","273":"9.9","274":"12853","275":"2850","276":"12.7","277":"13.3","278":"14","279":"-","280":"-","281":"2","282":"-","283":"-","284":"-","285":"-","286":"-","287":"9","288":"1","289":"1","290":"-","291":"1","292":"-","293":"-","294":"-","295":"83.732057416267949","296":"-","297":"81.906670483824797","298":"80.957114456120422","299":"82.184069800168871","300":"79.654433431556399","301":"83.079654997463209"},{"1":"23801","2":"תמר","3":"51","4":"הדרום","5":"מועצה אזורית","6":"-","7":"1956","8":"0","9":"9","10":"656","11":"תמר","12":"1623.0298704058887","13":"..","14":"1572","15":"96.6","16":"92.7","17":"-","18":"-","19":"-","20":"-","21":"815","22":"757","23":"8.4605597964376589","24":"8.0788804071246823","25":"8.6513994910941481","26":"8.3333333333333339","27":"9.7964376590330797","28":"20.419847328244273","29":"16.0941475826972","30":"4.2620865139949107","31":"16.03053435114504","32":"29.707379134860052","33":"6.1704834605597965","34":"980","35":"23","36":"..","37":"0","38":"-","39":"3","40":"..","41":"20","42":"12.789652306862214","43":"1.0619108509920494","44":"7.5699745547073789","45":"..","46":"..","47":"..","48":"..","49":"..","50":"1","51":"-1","52":"63","53":"39","54":"24","55":"17","56":"6","57":"38","58":"2","59":"64","60":"40","61":"24","62":"15","63":"15","64":"32","65":"2","66":"0","67":"7","68":"11.1","69":"4.7","70":"..","71":"2","72":"69","73":"-","74":"3.15","75":"-","76":"-","77":"1.29","78":"..","79":"..","80":"..","81":"..","82":"..","83":"..","84":"..","85":"..","86":"..","87":"172","88":"20.54958183990442","89":"63","90":"34","91":"7.4910820451843039","92":"40","93":"204","94":"126","95":"101","96":"90","97":"-","98":"189","99":"3.1746031746031744","100":"13","101":"12","102":"22","103":"8","104":"8","105":"85","106":"12.8","107":"1","108":"1.2","109":"153","110":"115","111":"37","112":"..","113":"312","114":"183","115":"124","116":"..","117":"9424.6822240000001","118":"11196.73654","119":"7483.8608279999999","120":"4.1986627959858414","121":"7.5581001435820028","122":"-1.103433994276537","123":"616","124":"34.700000000000003","125":"121","126":"18031.403740000002","127":"13.646033010055735","128":"37.200000000000003","129":"0.35464845900000003","130":"55","131":"11","132":"18","133":"25","134":"..","135":"2","136":"1","137":"2","138":"1","139":"1","140":"18","141":"6","142":"12","143":"5","144":"7","145":"339","146":"104","147":"235","148":"126","149":"109","150":"17.333333333333332","151":"-","152":"-","153":"-","154":"80","155":"70","156":"37","157":"..","158":"0.8","159":"2.4","160":"72","161":"31.4","162":"4.1666666666666661","163":"5.5","164":"14.1","165":"58.333333333333336","166":"65.277777777777786","167":"4.9710144927536231","168":"6.3906705539358599","169":"..","170":"..","171":"..","172":"..","173":"..","174":"..","175":"..","176":"..","177":"..","178":"..","179":"..","180":"..","181":"..","182":"..","183":"..","184":"..","185":"..","186":"..","187":"..","188":"..","189":"..","190":"..","191":"..","192":"..","193":"0","194":"727.01855","195":"98.449255524497971","196":"4.0999999999999996","197":"2.2000000000000002","198":"10","199":"6.8","200":"2.4","201":"11","202":"..","203":"0.442","204":"4.42","205":"5.0000000000000001E-3","206":"1","207":"-","208":"0.442","209":"195.364","210":"4.7750000000000004","211":"16.77","212":"-","213":"17.404051781522618","214":"1.7737502437023138","215":"651","216":"502","217":"7.3","218":"2","219":"-","220":"2","221":"-","222":"1.2789652306862214","223":"3.0721966205837172","224":"-","225":"..","226":"..","227":"..","228":"..","229":"..","230":"..","231":"..","232":"..","233":"..","234":"7","235":"0.66035659019346205","236":"184","237":"NA","238":"NA","239":"NA","240":"1","241":"-1.24818605789966","242":"13","243":"7","244":"17","245":"1623.03","246":"0.89","247":"0.1","248":"0.03","249":"0","250":"0","251":"0","252":"0.02","253":"0","254":"0.4","255":"0","256":"0.02","257":"0","258":"1.47","259":"0.1","260":"2.56","261":"0.2","262":"0.17","263":"0","264":"0.11","265":"0","266":"9.84","267":"0.6","268":"2.92","269":"0.2","270":"14.52","271":"0.9","272":"1590.08","273":"97.9","274":"1572","275":"1766","276":"29.4","277":"33.200000000000003","278":"5","279":"-","280":"-","281":"-","282":"-","283":"-","284":"-","285":"-","286":"-","287":"2","288":"-","289":"2","290":"-","291":"1","292":"-","293":"-","294":"-","295":"65.7769304099142","296":"-","297":"66.834170854271363","298":"65.3","299":"63.725490196078425","300":"63.926499032882013","301":"60.687022900763353"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>Be aware that in order to avoid wrong assumptions, all data types are configured to be character, and need to be parsed to your liking.</p>
</section>
<section id="combine-data-from-different-municipality-types" class="level3">
<h3 class="anchored" data-anchor-id="combine-data-from-different-municipality-types">2. Combine Data from Different Municipality Types</h3>
<p>For years 2003-2015, CBS published data on separate sheets for cities/local councils and regional councils.</p>
<p><img src="https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/data_muni_2009-A.jpg" class="img-fluid"></p>
<p>Use <code>combine_cbs_muni()</code> to merge them:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Combine data from both sheets</span></span>
<span id="cb6-2">df_combined <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;">combine_cbs_muni</span>(</span>
<span id="cb6-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">path =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"2009.xls"</span>,</span>
<span id="cb6-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">year =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2009</span>,</span>
<span id="cb6-5">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">cols_city =</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;">1</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;">7</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">11</span>),</span>
<span id="cb6-6">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">cols_rc =</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;">1</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;">7</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">25</span>),</span>
<span id="cb6-7">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data_domain =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"physical"</span></span>
<span id="cb6-8">)</span>
<span id="cb6-9"></span>
<span id="cb6-10">df_combined</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["שם הרשות"],"name":[1],"type":["chr"],"align":["left"]},{"label":["סמל הרשות 2009"],"name":[2],"type":["chr"],"align":["left"]},{"label":["מחוז 2009"],"name":[3],"type":["chr"],"align":["left"]},{"label":["מעמד מוניציפלי 2009"],"name":[4],"type":["chr"],"align":["left"]},{"label":["מרחק מגבול מחוז תל אביב (ק\"מ) 2004"],"name":[5],"type":["chr"],"align":["left"]},{"label":["שנת קבלת מעמד מוניציפלי"],"name":[6],"type":["chr"],"align":["left"]},{"label":["מספר חברי מועצה 2008"],"name":[7],"type":["chr"],"align":["left"]},{"label":["סה\"כ אוכלוסייה בסוף 2009 (אלפים)"],"name":[8],"type":["chr"],"align":["left"]}],"data":[{"1":"אום אל-פחם","2":"2710","3":"חיפה","4":"עירייה","5":"58.600000000000001","6":"1984","7":"16","8":"46.100000000000001"},{"1":"אופקים","2":"0031","3":"הדרום","4":"עירייה","5":"85.799999999999997","6":"1995","7":"13","8":"24"},{"1":"אור יהודה","2":"2400","3":"תל אביב","4":"עירייה","5":"0","6":"1988","7":"17","8":"34.399999999999999"},{"1":"אור עקיבא","2":"1020","3":"חיפה","4":"עירייה","5":"38.700000000000003","6":"2001","7":"15","8":"16.100000000000001"},{"1":"אילת","2":"2600","3":"הדרום","4":"עירייה","5":"321.69999999999999","6":"1959","7":"17","8":"47.399999999999999"},{"1":"אלעד","2":"1309","3":"המרכז","4":"עירייה","5":"11.4","6":"2007","7":"13","8":"36.299999999999997"},{"1":"אריאל","2":"3570","3":"אזור יהודה והשומרון","4":"עירייה","5":"31.899999999999999","6":"1998","7":"11","8":"17.600000000000001"},{"1":"אשדוד","2":"0070","3":"הדרום","4":"עירייה","5":"28.300000000000001","6":"1968","7":"25","8":"206.40000000000001"},{"1":"אשקלון","2":"7100","3":"הדרום","4":"עירייה","5":"44.5","6":"1955","7":"21","8":"111.90000000000001"},{"1":"באקה-ג'ת*","2":"6000","3":"חיפה","4":"עירייה","5":"40.299999999999997","6":"1996","7":"15","8":"34.299999999999997"},{"1":"באר שבע","2":"9000","3":"הדרום","4":"עירייה","5":"90.799999999999997","6":"1877","7":"25","8":"194.30000000000001"},{"1":"בית שאן","2":"9200","3":"הצפון","4":"עירייה","5":"99.400000000000006","6":"1999","7":"15","8":"16.899999999999999"},{"1":"בית שמש","2":"2610","3":"ירושלים","4":"עירייה","5":"39.399999999999999","6":"1991","7":"17","8":"77.099999999999994"},{"1":"ביתר עילית","2":"3780","3":"אזור יהודה והשומרון","4":"עירייה","5":"58.299999999999997","6":"2001","7":"13","8":"35"},{"1":"בני ברק","2":"6100","3":"תל אביב","4":"עירייה","5":"0","6":"1950","7":"23","8":"154.40000000000001"},{"1":"בת ים","2":"6200","3":"תל אביב","4":"עירייה","5":"0","6":"1958","7":"25","8":"130"},{"1":"גבעת שמואל","2":"0681","3":"המרכז","4":"עירייה","5":"0.5","6":"2007","7":"11","8":"21.800000000000001"},{"1":"גבעתיים","2":"6300","3":"תל אביב","4":"עירייה","5":"0","6":"1959","7":"17","8":"53"},{"1":"דימונה","2":"2200","3":"הדרום","4":"עירייה","5":"128.40000000000001","6":"1969","7":"15","8":"32.399999999999999"},{"1":"הוד השרון","2":"9700","3":"המרכז","4":"עירייה","5":"5.9000000000000004","6":"1990","7":"15","8":"47.200000000000003"},{"1":"הרצלייה","2":"6400","3":"תל אביב","4":"עירייה","5":"0","6":"1960","7":"19","8":"87"},{"1":"חדרה","2":"6500","3":"חיפה","4":"עירייה","5":"31.899999999999999","6":"1952","7":"19","8":"80.200000000000003"},{"1":"חולון","2":"6600","3":"תל אביב","4":"עירייה","5":"0","6":"1950","7":"25","8":"184.69999999999999"},{"1":"חיפה","2":"4000","3":"חיפה","4":"עירייה","5":"79.700000000000003","6":"1877","7":"31","8":"265.60000000000002"},{"1":"טבריה","2":"6700","3":"הצפון","4":"עירייה","5":"115.59999999999999","6":"1877","7":"15","8":"41.299999999999997"},{"1":"טייבה","2":"2730","3":"המרכז","4":"עירייה","5":"21.100000000000001","6":"1990","7":"16","8":"36.5"},{"1":"טירה","2":"2720","3":"המרכז","4":"עירייה","5":"13.300000000000001","6":"1991","7":"13","8":"22.600000000000001"},{"1":"טירת כרמל","2":"2100","3":"חיפה","4":"עירייה","5":"68.900000000000006","6":"1992","7":"13","8":"18.600000000000001"},{"1":"טמרה","2":"8900","3":"הצפון","4":"עירייה","5":"97.900000000000006","6":"1996","7":"13","8":"28.699999999999999"},{"1":"יבנה","2":"2660","3":"המרכז","4":"עירייה","5":"14.5","6":"1986","7":"15","8":"33"},{"1":"יהוד","2":"9400","3":"המרכז","4":"עירייה","5":"1.3999999999999999","6":"1995","7":"15","8":"26.5"},{"1":"יקנעם עילית","2":"0240","3":"הצפון","4":"עירייה","5":"68.099999999999994","6":"2007","7":"13","8":"19.100000000000001"},{"1":"ירושלים","2":"3000","3":"ירושלים","4":"עירייה","5":"53.299999999999997","6":"1877","7":"31","8":"773"},{"1":"כפר סבא","2":"6900","3":"המרכז","4":"עירייה","5":"6.7999999999999998","6":"1963","7":"19","8":"83.700000000000003"},{"1":"כפר קאסם","2":"0634","3":"המרכז","4":"עירייה","5":"11.300000000000001","6":"1958","7":"11","8":"18.800000000000001"},{"1":"כרמיאל","2":"1139","3":"הצפון","4":"עירייה","5":"113.2","6":"1984","7":"15","8":"44.100000000000001"},{"1":"לוד","2":"7000","3":"המרכז","4":"עירייה","5":"12","6":"1877","7":"19","8":"69.799999999999997"},{"1":"מגדל העמק","2":"0874","3":"הצפון","4":"עירייה","5":"84.5","6":"1988","7":"15","8":"23.899999999999999"},{"1":"מודיעין עילית","2":"3797","3":"אזור יהודה והשומרון","4":"עירייה","5":"26.800000000000001","6":"1996","7":"15","8":"46.200000000000003"},{"1":"מודיעין-מכבים-רעות*","2":"1200","3":"המרכז","4":"עירייה","5":"24.600000000000001","6":"2001","7":"15","8":"72.700000000000003"},{"1":"מעלה אדומים","2":"3616","3":"אזור יהודה והשומרון","4":"עירייה","5":"61.299999999999997","6":"1991","7":"15","8":"34.299999999999997"},{"1":"מעלות-תרשיחא","2":"1063","3":"הצפון","4":"עירייה","5":"123.90000000000001","6":"1996","7":"13","8":"20.600000000000001"},{"1":"נהרייה","2":"9100","3":"הצפון","4":"עירייה","5":"110.40000000000001","6":"1961","7":"17","8":"51.200000000000003"},{"1":"נס ציונה","2":"7200","3":"המרכז","4":"עירייה","5":"7.7000000000000002","6":"1992","7":"15","8":"38.100000000000001"},{"1":"נצרת","2":"7300","3":"הצפון","4":"עירייה","5":"85.599999999999994","6":"1877","7":"17","8":"72.200000000000003"},{"1":"נצרת עילית","2":"1061","3":"הצפון","4":"עירייה","5":"88.700000000000003","6":"1974","7":"17","8":"40.799999999999997"},{"1":"נשר","2":"2500","3":"חיפה","4":"עירייה","5":"80.900000000000006","6":"1995","7":"13","8":"23.600000000000001"},{"1":"נתיבות","2":"0246","3":"הדרום","4":"עירייה","5":"70.700000000000003","6":"2000","7":"13","8":"26.699999999999999"},{"1":"נתניה","2":"7400","3":"המרכז","4":"עירייה","5":"16.600000000000001","6":"1948","7":"25","8":"183.19999999999999"},{"1":"סח'נין","2":"7500","3":"הצפון","4":"עירייה","5":"105.3","6":"1995","7":"14","8":"25.699999999999999"},{"1":"עכו","2":"7600","3":"הצפון","4":"עירייה","5":"101.2","6":"1877","7":"17","8":"46.299999999999997"},{"1":"עפולה","2":"7700","3":"הצפון","4":"עירייה","5":"74.799999999999997","6":"1972","7":"16","8":"40.5"},{"1":"ערד","2":"2560","3":"הדרום","4":"עירייה","5":"123.2","6":"1995","7":"15","8":"23.399999999999999"},{"1":"פתח תקווה","2":"7900","3":"המרכז","4":"עירייה","5":"4.5999999999999996","6":"1937","7":"25","8":"209.59999999999999"},{"1":"צפת","2":"8000","3":"הצפון","4":"עירייה","5":"142","6":"1877","7":"15","8":"29.5"},{"1":"קלנסווה","2":"0638","3":"המרכז","4":"עירייה","5":"24.100000000000001","6":"2000","7":"11","8":"18.699999999999999"},{"1":"קריית אונו","2":"2620","3":"תל אביב","4":"עירייה","5":"0","6":"1992","7":"17","8":"31"},{"1":"קריית אתא","2":"6800","3":"חיפה","4":"עירייה","5":"85.299999999999997","6":"1967","7":"17","8":"50.700000000000003"},{"1":"קריית ביאליק","2":"9500","3":"חיפה","4":"עירייה","5":"90.599999999999994","6":"1976","7":"15","8":"37.299999999999997"},{"1":"קריית גת","2":"2630","3":"הדרום","4":"עירייה","5":"49","6":"1972","7":"17","8":"47.399999999999999"},{"1":"קריית ים","2":"9600","3":"חיפה","4":"עירייה","5":"89.799999999999997","6":"1976","7":"15","8":"37.700000000000003"},{"1":"קריית מוצקין","2":"8200","3":"חיפה","4":"עירייה","5":"89.400000000000006","6":"1976","7":"15","8":"38"},{"1":"קריית מלאכי","2":"1034","3":"הדרום","4":"עירייה","5":"35.100000000000001","6":"1998","7":"13","8":"20.600000000000001"},{"1":"קריית שמונה","2":"2800","3":"הצפון","4":"עירייה","5":"162","6":"1974","7":"13","8":"23.100000000000001"},{"1":"ראש העין","2":"2640","3":"המרכז","4":"עירייה","5":"10.1","6":"1994","7":"15","8":"38.5"},{"1":"ראשון לציון","2":"8300","3":"המרכז","4":"עירייה","5":"3.7000000000000002","6":"1950","7":"27","8":"228.19999999999999"},{"1":"רהט","2":"1161","3":"הדרום","4":"עירייה","5":"74.799999999999997","6":"1994","7":"15","8":"51.700000000000003"},{"1":"רחובות","2":"8400","3":"המרכז","4":"עירייה","5":"11.199999999999999","6":"1950","7":"21","8":"112.7"},{"1":"רמלה","2":"8500","3":"המרכז","4":"עירייה","5":"10.300000000000001","6":"1877","7":"17","8":"65.799999999999997"},{"1":"רמת גן","2":"8600","3":"תל אביב","4":"עירייה","5":"0","6":"1950","7":"23","8":"145"},{"1":"רמת השרון","2":"2650","3":"תל אביב","4":"עירייה","5":"0","6":"1949","7":"15","8":"40.600000000000001"},{"1":"רעננה","2":"8700","3":"המרכז","4":"עירייה","5":"2.3999999999999999","6":"1982","7":"20","8":"68.299999999999997"},{"1":"שדרות","2":"1031","3":"הדרום","4":"עירייה","5":"60.100000000000001","6":"1996","7":"13","8":"20.699999999999999"},{"1":"שפרעם","2":"8800","3":"הצפון","4":"עירייה","5":"90.5","6":"1887","7":"15","8":"36.200000000000003"},{"1":"תל אביב -יפו","2":"5000","3":"תל אביב","4":"עירייה","5":"0","6":"1934","7":"31","8":"403.69999999999999"},{"1":"אבו גוש","2":"0472","3":"ירושלים","4":"מועצה מקומית","5":"41.600000000000001","6":"1992","7":"9","8":"5.9000000000000004"},{"1":"אבו סנאן","2":"0473","3":"הצפון","4":"מועצה מקומית","5":"107.90000000000001","6":"1964","7":"11","8":"12.4"},{"1":"אבן יהודה","2":"0182","3":"המרכז","4":"מועצה מקומית","5":"14.4","6":"1950","7":"9","8":"10.4"},{"1":"אורנית","2":"3760","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"15.1","6":"1990","7":"9","8":"5.9000000000000004"},{"1":"אזור","2":"0565","3":"תל אביב","4":"מועצה מקומית","5":"0","6":"1951","7":"11","8":"10.9"},{"1":"אכסאל","2":"0478","3":"הצפון","4":"מועצה מקומית","5":"85.099999999999994","6":"NA","7":"11","8":"12.1"},{"1":"אליכין","2":"0041","3":"המרכז","4":"מועצה מקומית","5":"30.300000000000001","6":"1977","7":"7","8":"3"},{"1":"אלפי מנשה","2":"3750","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"18.699999999999999","6":"1987","7":"9","8":"6.7000000000000002"},{"1":"אלקנה","2":"3560","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"17.399999999999999","6":"1981","7":"9","8":"3.5"},{"1":"אעבלין","2":"0529","3":"הצפון","4":"מועצה מקומית","5":"93.900000000000006","6":"1960","7":"12","8":"11.5"},{"1":"אפרתה","2":"3650","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"67.099999999999994","6":"1983","7":"9","8":"7.2000000000000002"},{"1":"באר יעקב","2":"2530","3":"המרכז","4":"מועצה מקומית","5":"8.9000000000000004","6":"1949","7":"9","8":"10.5"},{"1":"בועיינה-נוג'ידאת","2":"0482","3":"הצפון","4":"מועצה מקומית","5":"107.7","6":"1980","7":"9","8":"8"},{"1":"בוקעאתא","2":"4001","3":"הצפון","4":"מועצה מקומית","5":"179.90000000000001","6":"1982","7":"7","8":"5.7999999999999998"},{"1":"ביר אל-מכסור","2":"0998","3":"הצפון","4":"מועצה מקומית","5":"87.900000000000006","6":"1990","7":"10","8":"7.5999999999999996"},{"1":"בית אל","2":"3574","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"63.600000000000001","6":"1997","7":"9","8":"5.5"},{"1":"בית אריה","2":"3652","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"20.399999999999999","6":"1989","7":"9","8":"3.7000000000000002"},{"1":"בית ג'ן","2":"0480","3":"הצפון","4":"מועצה מקומית","5":"126.8","6":"1964","7":"0","8":"10.5"},{"1":"בית דגן","2":"0466","3":"המרכז","4":"מועצה מקומית","5":"2.3999999999999999","6":"1953","7":"9","8":"6.7999999999999998"},{"1":"בני עי\"ש","2":"1066","3":"המרכז","4":"מועצה מקומית","5":"25.199999999999999","6":"1981","7":"9","8":"6.9000000000000004"},{"1":"בנימינה-גבעת עדה*","2":"9800","3":"חיפה","4":"מועצה מקומית","5":"44.100000000000001","6":"1950","7":"9","8":"12.4"},{"1":"בסמ\"ה","2":"1326","3":"חיפה","4":"מועצה מקומית","5":"53.200000000000003","6":"1996","7":"9","8":"7.7999999999999998"},{"1":"בסמת טבעון","2":"0944","3":"הצפון","4":"מועצה מקומית","5":"79.5","6":"1965","7":"9","8":"6.7999999999999998"},{"1":"בענה","2":"0483","3":"הצפון","4":"מועצה מקומית","5":"NA","6":"NA","7":"0","8":"6.9000000000000004"},{"1":"גבעת זאב","2":"3730","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"41.5","6":"1984","7":"9","8":"10.800000000000001"},{"1":"ג'דיידה-מכר","2":"1292","3":"הצפון","4":"מועצה מקומית","5":"105.2","6":"1989","7":"11","8":"18.199999999999999"},{"1":"גדרה","2":"2550","3":"המרכז","4":"מועצה מקומית","5":"22.100000000000001","6":"1949","7":"11","8":"21.5"},{"1":"ג'ולס","2":"0485","3":"הצפון","4":"מועצה מקומית","5":"107.7","6":"1967","7":"9","8":"5.7000000000000002"},{"1":"ג'לג'וליה","2":"0627","3":"המרכז","4":"מועצה מקומית","5":"11.4","6":"1957","7":"9","8":"8.5"},{"1":"גן יבנה","2":"0166","3":"המרכז","4":"מועצה מקומית","5":"30","6":"1950","7":"11","8":"18.399999999999999"},{"1":"גני תקווה","2":"0229","3":"המרכז","4":"מועצה מקומית","5":"1.3999999999999999","6":"1953","7":"11","8":"12.9"},{"1":"ג'סר א-זרקא","2":"0541","3":"חיפה","4":"מועצה מקומית","5":"42.200000000000003","6":"1963","7":"11","8":"12.4"},{"1":"ג'ש (גוש חלב)","2":"0487","3":"הצפון","4":"מועצה מקומית","5":"137.40000000000001","6":"1963","7":"7","8":"2.8999999999999999"},{"1":"דאלית אל-כרמל","2":"0494","3":"חיפה","4":"מועצה מקומית","5":"71.400000000000006","6":"1951","7":"NA","8":"15.5"},{"1":"דבורייה","2":"0489","3":"הצפון","4":"מועצה מקומית","5":"89.799999999999997","6":"1961","7":"10","8":"9"},{"1":"דייר אל-אסד","2":"0490","3":"הצפון","4":"מועצה מקומית","5":"NA","6":"NA","7":"0","8":"10.4"},{"1":"דייר חנא","2":"0492","3":"הצפון","4":"מועצה מקומית","5":"112.5","6":"1975","7":"10","8":"8.9000000000000004"},{"1":"הר אדר","2":"3769","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"45.399999999999999","6":"1995","7":"7","8":"3.2000000000000002"},{"1":"זכרון יעקב","2":"9300","3":"חיפה","4":"מועצה מקומית","5":"48.200000000000003","6":"1950","7":"11","8":"18.699999999999999"},{"1":"זמר","2":"1290","3":"המרכז","4":"מועצה מקומית","5":"33.899999999999999","6":"1988","7":"10","8":"5.7000000000000002"},{"1":"זרזיר","2":"0975","3":"הצפון","4":"מועצה מקומית","5":"82","6":"1996","7":"10","8":"6.4000000000000004"},{"1":"חורה","2":"1303","3":"הדרום","4":"מועצה מקומית","5":"95.299999999999997","6":"1996","7":"9","8":"16.600000000000001"},{"1":"חורפיש","2":"0496","3":"הצפון","4":"מועצה מקומית","5":"131.90000000000001","6":"1967","7":"10","8":"5.5"},{"1":"חצור הגלילית","2":"2034","3":"הצפון","4":"מועצה מקומית","5":"137","6":"1956","7":"11","8":"8.5"},{"1":"טובא-זנגרייה","2":"0962","3":"הצפון","4":"מועצה מקומית","5":"139.5","6":"1988","7":"9","8":"5.5999999999999996"},{"1":"טורעאן","2":"0498","3":"הצפון","4":"מועצה מקומית","5":"99.599999999999994","6":"1959","7":"11","8":"11.9"},{"1":"יאנוח-ג'ת","2":"1295","3":"הצפון","4":"מועצה מקומית","5":"118.2","6":"1990","7":"9","8":"5.5999999999999996"},{"1":"יבנאל","2":"0046","3":"הצפון","4":"מועצה מקומית","5":"102","6":"1951","7":"7","8":"3.3999999999999999"},{"1":"יסוד המעלה","2":"0029","3":"הצפון","4":"מועצה מקומית","5":"147.40000000000001","6":"1949","7":"7","8":"1.3999999999999999"},{"1":"יפיע","2":"0499","3":"הצפון","4":"מועצה מקומית","5":"86.599999999999994","6":"1960","7":"11","8":"16.5"},{"1":"ירוחם","2":"0831","3":"הדרום","4":"מועצה מקומית","5":"125.7","6":"1959","7":"4","8":"8.0999999999999996"},{"1":"ירכא","2":"0502","3":"הצפון","4":"מועצה מקומית","5":"111.40000000000001","6":"NA","7":"11","8":"14.800000000000001"},{"1":"כאבול","2":"0504","3":"הצפון","4":"מועצה מקומית","5":"98.799999999999997","6":"1976","7":"10","8":"12.1"},{"1":"כאוכב אבו אל-היג'א","2":"0505","3":"הצפון","4":"מועצה מקומית","5":"98.299999999999997","6":"1984","7":"8","8":"2.7999999999999998"},{"1":"כוכב יאיר","2":"1224","3":"המרכז","4":"מועצה מקומית","5":"19","6":"1981","7":"11","8":"9.4000000000000004"},{"1":"כסיפה","2":"1059","3":"הדרום","4":"מועצה מקומית","5":"111.8","6":"1996","7":"9","8":"16.800000000000001"},{"1":"כסרא-סמיע","2":"1296","3":"הצפון","4":"מועצה מקומית","5":"122.7","6":"1990","7":"10","8":"7.4000000000000004"},{"1":"כעביה-טבאש-חג'אג'רה","2":"0978","3":"הצפון","4":"מועצה מקומית","5":"85.900000000000006","6":"1996","7":"10","8":"4.4000000000000004"},{"1":"כפר ברא","2":"0633","3":"המרכז","4":"מועצה מקומית","5":"13.699999999999999","6":"1963","7":"7","8":"2.8999999999999999"},{"1":"כפר ורדים","2":"1263","3":"הצפון","4":"מועצה מקומית","5":"122.09999999999999","6":"1993","7":"9","8":"5.5"},{"1":"כפר יאסיף","2":"0507","3":"הצפון","4":"מועצה מקומית","5":"106.90000000000001","6":"1925","7":"10","8":"8.6999999999999993"},{"1":"כפר יונה","2":"0168","3":"המרכז","4":"מועצה מקומית","5":"22.399999999999999","6":"1940","7":"11","8":"17.600000000000001"},{"1":"כפר כמא","2":"0508","3":"הצפון","4":"מועצה מקומית","5":"95.400000000000006","6":"1950","7":"7","8":"2.8999999999999999"},{"1":"כפר כנא","2":"0509","3":"הצפון","4":"מועצה מקומית","5":"93.299999999999997","6":"1968","7":"13","8":"18.800000000000001"},{"1":"כפר מנדא","2":"0510","3":"הצפון","4":"מועצה מקומית","5":"91.400000000000006","6":"1964","7":"11","8":"16"},{"1":"כפר קרע","2":"0654","3":"חיפה","4":"מועצה מקומית","5":"50.399999999999999","6":"1958","7":"11","8":"15.300000000000001"},{"1":"כפר שמריהו","2":"0267","3":"תל אביב","4":"מועצה מקומית","5":"0","6":"1950","7":"7","8":"1.7"},{"1":"כפר תבור","2":"0047","3":"הצפון","4":"מועצה מקומית","5":"90.799999999999997","6":"1949","7":"7","8":"2.6000000000000001"},{"1":"להבים","2":"1271","3":"הדרום","4":"מועצה מקומית","5":"79.099999999999994","6":"1989","7":"9","8":"5.7999999999999998"},{"1":"לקיה","2":"1060","3":"הדרום","4":"מועצה מקומית","5":"89.299999999999997","6":"1996","7":"9","8":"9.5999999999999996"},{"1":"מבשרת ציון","2":"1015","3":"ירושלים","4":"מועצה מקומית","5":"46.200000000000003","6":"1964","7":"13","8":"23.800000000000001"},{"1":"מגאר","2":"0481","3":"הצפון","4":"מועצה מקומית","5":"115.7","6":"NA","7":"13","8":"19.899999999999999"},{"1":"מג'ד אל-כרום","2":"0516","3":"הצפון","4":"מועצה מקומית","5":"110.7","6":"2003","7":"0","8":"13.5"},{"1":"מגדל","2":"0065","3":"הצפון","4":"מועצה מקומית","5":"120","6":"1949","7":"7","8":"1.3999999999999999"},{"1":"מג'דל שמס","2":"4201","3":"הצפון","4":"מועצה מקומית","5":"185.69999999999999","6":"1982","7":"5","8":"9.5999999999999996"},{"1":"מזכרת בתיה","2":"0028","3":"המרכז","4":"מועצה מקומית","5":"18.199999999999999","6":"1952","7":"9","8":"9.3000000000000007"},{"1":"מזרעה","2":"0517","3":"הצפון","4":"מועצה מקומית","5":"107.3","6":"1996","7":"9","8":"3.3999999999999999"},{"1":"מטולה","2":"0043","3":"הצפון","4":"מועצה מקומית","5":"171.30000000000001","6":"1949","7":"7","8":"1.5"},{"1":"מיתר","2":"1268","3":"הדרום","4":"מועצה מקומית","5":"95.599999999999994","6":"1987","7":"9","8":"6.2000000000000002"},{"1":"מסעדה","2":"4203","3":"הצפון","4":"מועצה מקומית","5":"181","6":"1982","7":"0","8":"3.1000000000000001"},{"1":"מעיליא","2":"0518","3":"הצפון","4":"מועצה מקומית","5":"124.90000000000001","6":"1957","7":"7","8":"2.7999999999999998"},{"1":"מעלה אפרים","2":"3608","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"61.5","6":"1981","7":"7","8":"1.3"},{"1":"מעלה עירון","2":"1327","3":"חיפה","4":"מועצה מקומית","5":"63.200000000000003","6":"1996","7":"12","8":"12.800000000000001"},{"1":"מצפה רמון","2":"0099","3":"הדרום","4":"מועצה מקומית","5":"173","6":"1964","7":"9","8":"4.7000000000000002"},{"1":"משהד","2":"0520","3":"הצפון","4":"מועצה מקומית","5":"91.599999999999994","6":"1960","7":"9","8":"7.0999999999999996"},{"1":"נחף","2":"0522","3":"הצפון","4":"מועצה מקומית","5":"115.59999999999999","6":"1968","7":"9","8":"10.699999999999999"},{"1":"סאג'ור","2":"0525","3":"הצפון","4":"מועצה מקומית","5":"120.5","6":"1992","7":"9","8":"3.7000000000000002"},{"1":"סביון*","2":"0587","3":"המרכז","4":"מועצה מקומית","5":"1.5","6":"1978","7":"9","8":"3"},{"1":"ע'ג'ר","2":"4501","3":"הצפון","4":"מועצה מקומית","5":"173.90000000000001","6":"1982","7":"6","8":"2.2000000000000002"},{"1":"עומר","2":"0666","3":"הדרום","4":"מועצה מקומית","5":"93.700000000000003","6":"1974","7":"9","8":"6.5"},{"1":"עיילבון","2":"0530","3":"הצפון","4":"מועצה מקומית","5":"109.2","6":"1973","7":"10","8":"4.7999999999999998"},{"1":"עילוט","2":"0511","3":"הצפון","4":"מועצה מקומית","5":"89.599999999999994","6":"1991","7":"9","8":"6.9000000000000004"},{"1":"עין מאהל","2":"0532","3":"הצפון","4":"מועצה מקומית","5":"93.099999999999994","6":"1964","7":"10","8":"11.199999999999999"},{"1":"עין קנייא","2":"4502","3":"הצפון","4":"מועצה מקומית","5":"182","6":"1982","7":"6","8":"1.7"},{"1":"עמנואל","2":"3660","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"36","6":"1985","7":"8","8":"2.8999999999999999"},{"1":"עספיא","2":"0534","3":"חיפה","4":"מועצה מקומית","5":"NA","6":"NA","7":"NA","8":"10.5"},{"1":"עראבה","2":"0531","3":"הצפון","4":"מועצה מקומית","5":"109.09999999999999","6":"1965","7":"13","8":"21.199999999999999"},{"1":"ערערה","2":"0637","3":"חיפה","4":"מועצה מקומית","5":"52.700000000000003","6":"1970","7":"13","8":"22.100000000000001"},{"1":"ערערה-בנגב","2":"1192","3":"הדרום","4":"מועצה מקומית","5":"118.3","6":"1996","7":"11","8":"12"},{"1":"פוריידיס","2":"0537","3":"חיפה","4":"מועצה מקומית","5":"49.5","6":"1952","7":"9","8":"11"},{"1":"פסוטה","2":"0535","3":"הצפון","4":"מועצה מקומית","5":"135","6":"1965","7":"9","8":"2.8999999999999999"},{"1":"פקיעין (בוקייעה)","2":"0536","3":"הצפון","4":"מועצה מקומית","5":"126.8","6":"1958","7":"9","8":"5.4000000000000004"},{"1":"פרדס חנה-כרכור","2":"7800","3":"חיפה","4":"מועצה מקומית","5":"40.799999999999997","6":"1949","7":"14","8":"31.199999999999999"},{"1":"פרדסייה","2":"0171","3":"המרכז","4":"מועצה מקומית","5":"18.699999999999999","6":"1952","7":"9","8":"5.5"},{"1":"קדומים","2":"3557","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"34.600000000000001","6":"1992","7":"9","8":"3.7999999999999998"},{"1":"קדימה-צורן","2":"0195","3":"המרכז","4":"מועצה מקומית","5":"16.5","6":"1950","7":"11","8":"16.800000000000001"},{"1":"קציר-חריש","2":"1247","3":"חיפה","4":"מועצה מקומית","5":"54.600000000000001","6":"1996","7":"7","8":"3.3999999999999999"},{"1":"קצרין","2":"4100","3":"הצפון","4":"מועצה מקומית","5":"154.19999999999999","6":"1979","7":"8","8":"6.5"},{"1":"קריית ארבע","2":"3611","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"82.599999999999994","6":"1979","7":"9","8":"7.0999999999999996"},{"1":"קריית טבעון","2":"2300","3":"חיפה","4":"מועצה מקומית","5":"75.299999999999997","6":"1958","7":"11","8":"16.5"},{"1":"קריית יערים","2":"1137","3":"ירושלים","4":"מועצה מקומית","5":"40.5","6":"1992","7":"9","8":"2.5"},{"1":"קריית עקרון","2":"0469","3":"המרכז","4":"מועצה מקומית","5":"15.5","6":"1963","7":"9","8":"10.1"},{"1":"קרני שומרון","2":"3640","3":"אזור יהודה והשומרון","4":"מועצה מקומית","5":"26.699999999999999","6":"1991","7":"9","8":"6.2000000000000002"},{"1":"ראמה","2":"0543","3":"הצפון","4":"מועצה מקומית","5":"119.8","6":"1954","7":"9","8":"7.2000000000000002"},{"1":"ראש פינה","2":"0026","3":"הצפון","4":"מועצה מקומית","5":"135.19999999999999","6":"1949","7":"7","8":"2.7000000000000002"},{"1":"ריינה","2":"0542","3":"הצפון","4":"מועצה מקומית","5":"89.599999999999994","6":"1968","7":"11","8":"17.300000000000001"},{"1":"רכסים","2":"0922","3":"חיפה","4":"מועצה מקומית","5":"78.900000000000006","6":"1959","7":"9","8":"9.1999999999999993"},{"1":"רמת ישי","2":"0122","3":"הצפון","4":"מועצה מקומית","5":"76.900000000000006","6":"1958","7":"9","8":"6.5"},{"1":"שבלי - אום אל-גנם","2":"0913","3":"הצפון","4":"מועצה מקומית","5":"90.299999999999997","6":"1984","7":"9","8":"5"},{"1":"שגב-שלום","2":"1286","3":"הדרום","4":"מועצה מקומית","5":"100.2","6":"1996","7":"9","8":"7.2999999999999998"},{"1":"שוהם","2":"1304","3":"המרכז","4":"מועצה מקומית","5":"12.4","6":"1993","7":"11","8":"18.199999999999999"},{"1":"שלומי","2":"0812","3":"הצפון","4":"מועצה מקומית","5":"120.90000000000001","6":"1960","7":"9","8":"6"},{"1":"שעב","2":"0538","3":"הצפון","4":"מועצה מקומית","5":"104.59999999999999","6":"1975","7":"9","8":"5.9000000000000004"},{"1":"תל מונד","2":"0154","3":"המרכז","4":"מועצה מקומית","5":"14.800000000000001","6":"1954","7":"9","8":"10.199999999999999"},{"1":"תל שבע","2":"1054","3":"הדרום","4":"מועצה מקומית","5":"95.200000000000003","6":"1984","7":"11","8":"15.199999999999999"},{"1":"אבו בסמה","2":"67","3":"הדרום","4":"מועצה אזורית","5":"90.799999999999997","6":"2004","7":"10","8":"13.300000000000001"},{"1":"אל-בטוף","2":"65","3":"הצפון","4":"מועצה אזורית","5":"96.200000000000003","6":"2000","7":"9","8":"6.5"},{"1":"אלונה","2":"45","3":"חיפה","4":"מועצה אזורית","5":"53.100000000000001","6":"1953","7":"10","8":"1.8999999999999999"},{"1":"אשכול","2":"38","3":"הדרום","4":"מועצה אזורית","5":"91.5","6":"1951","7":"32","8":"10.699999999999999"},{"1":"באר טוביה","2":"33","3":"הדרום","4":"מועצה אזורית","5":"34","6":"1950","7":"22","8":"19.600000000000001"},{"1":"בוסתן אל-מרג'","2":"66","3":"הצפון","4":"מועצה אזורית","5":"81.299999999999997","6":"2000","7":"7","8":"6.7000000000000002"},{"1":"בני שמעון","2":"41","3":"הדרום","4":"מועצה אזורית","5":"68.599999999999994","6":"1951","7":"13","8":"6.7000000000000002"},{"1":"ברנר","2":"28","3":"המרכז","4":"מועצה אזורית","5":"15.5","6":"1950","7":"16","8":"6.5"},{"1":"גדרות","2":"32","3":"המרכז","4":"מועצה אזורית","5":"21.600000000000001","6":"1953","7":"18","8":"4.5999999999999996"},{"1":"גולן","2":"71","3":"הצפון","4":"מועצה אזורית","5":"154","6":"1979","7":"32","8":"12.199999999999999"},{"1":"גוש עציון","2":"76","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"64.099999999999994","6":"1980","7":"17","8":"15"},{"1":"גזר","2":"30","3":"המרכז","4":"מועצה אזורית","5":"17.899999999999999","6":"1949","7":"29","8":"21.300000000000001"},{"1":"גן רווה","2":"27","3":"המרכז","4":"מועצה אזורית","5":"8.3000000000000007","6":"1952","7":"15","8":"5.0999999999999996"},{"1":"דרום השרון","2":"20","3":"המרכז","4":"מועצה אזורית","5":"6.9000000000000004","6":"1980","7":"34","8":"24.600000000000001"},{"1":"הגלבוע","2":"08","3":"הצפון","4":"מועצה אזורית","5":"86.299999999999997","6":"1949","7":"45","8":"24.600000000000001"},{"1":"הגליל העליון","2":"01","3":"הצפון","4":"מועצה אזורית","5":"160","6":"1950","7":"29","8":"15.1"},{"1":"הגליל התחתון","2":"03","3":"הצפון","4":"מועצה אזורית","5":"94.299999999999997","6":"1950","7":"16","8":"9.5"},{"1":"הערבה התיכונה","2":"54","3":"הדרום","4":"מועצה אזורית","5":"198.59999999999999","6":"1976","7":"7","8":"2.5"},{"1":"הר חברון","2":"78","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"100.2","6":"1982","7":"13","8":"5.7999999999999998"},{"1":"זבולון","2":"12","3":"חיפה","4":"מועצה אזורית","5":"86","6":"1950","7":"16","8":"11.4"},{"1":"חבל אילות","2":"53","3":"הדרום","4":"מועצה אזורית","5":"280.89999999999998","6":"1964","7":"14","8":"3.2999999999999998"},{"1":"חבל יבנה","2":"29","3":"המרכז","4":"מועצה אזורית","5":"21.699999999999999","6":"1950","7":"10","8":"5.5999999999999996"},{"1":"חבל מודיעין","2":"25","3":"המרכז","4":"מועצה אזורית","5":"12.1","6":"1950","7":"30","8":"19.699999999999999"},{"1":"חוף אשקלון","2":"36","3":"הדרום","4":"מועצה אזורית","5":"43.799999999999997","6":"1950","7":"19","8":"13"},{"1":"חוף הכרמל","2":"15","3":"חיפה","4":"מועצה אזורית","5":"58.600000000000001","6":"1951","7":"30","8":"24.5"},{"1":"חוף השרון","2":"19","3":"המרכז","4":"מועצה אזורית","5":"3.2000000000000002","6":"1949","7":"26","8":"12.699999999999999"},{"1":"יואב","2":"35","3":"הדרום","4":"מועצה אזורית","5":"29.600000000000001","6":"1952","7":"26","8":"6"},{"1":"לב השרון","2":"18","3":"המרכז","4":"מועצה אזורית","5":"12.5","6":"1984","7":"21","8":"20.600000000000001"},{"1":"לכיש","2":"50","3":"הדרום","4":"מועצה אזורית","5":"50.100000000000001","6":"1956","7":"16","8":"8.5"},{"1":"מבואות החרמון","2":"55","3":"הצפון","4":"מועצה אזורית","5":"153.59999999999999","6":"1981","7":"25","8":"6.2000000000000002"},{"1":"מגידו","2":"13","3":"הצפון","4":"מועצה אזורית","5":"67.299999999999997","6":"1954","7":"13","8":"9.8000000000000007"},{"1":"מגילות ים המלח","2":"74","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"86.700000000000003","6":"1981","7":"9","8":"1"},{"1":"מטה אשר","2":"04","3":"הצפון","4":"מועצה אזורית","5":"107.40000000000001","6":"1982","7":"32","8":"22.199999999999999"},{"1":"מטה בנימין","2":"73","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"57.600000000000001","6":"1980","7":"32","8":"46.100000000000001"},{"1":"מטה יהודה","2":"26","3":"ירושלים","4":"מועצה אזורית","5":"37.5","6":"1964","7":"59","8":"41.700000000000003"},{"1":"מנשה","2":"14","3":"חיפה","4":"מועצה אזורית","5":"43.5","6":"1950","7":"39","8":"12.9"},{"1":"מעלה יוסף","2":"52","3":"הצפון","4":"מועצה אזורית","5":"131.09999999999999","6":"1957","7":"13","8":"8.6999999999999993"},{"1":"מרום הגליל","2":"02","3":"הצפון","4":"מועצה אזורית","5":"134.09999999999999","6":"1950","7":"40","8":"13.1"},{"1":"מרחבים","2":"42","3":"הדרום","4":"מועצה אזורית","5":"81.299999999999997","6":"1951","7":"16","8":"10.800000000000001"},{"1":"משגב","2":"56","3":"הצפון","4":"מועצה אזורית","5":"102.59999999999999","6":"1982","7":"34","8":"21.699999999999999"},{"1":"נחל שורק","2":"31","3":"המרכז","4":"מועצה אזורית","5":"33.200000000000003","6":"1950","7":"10","8":"5.2999999999999998"},{"1":"עמק הירדן","2":"06","3":"הצפון","4":"מועצה אזורית","5":"112.40000000000001","6":"1949","7":"22","8":"10.9"},{"1":"עמק המעיינות","2":"07","3":"הצפון","4":"מועצה אזורית","5":"100.90000000000001","6":"NA","7":"22","8":"10.9"},{"1":"עמק חפר","2":"16","3":"המרכז","4":"מועצה אזורית","5":"22.800000000000001","6":"1940","7":"48","8":"36.799999999999997"},{"1":"עמק יזרעאל","2":"09","3":"הצפון","4":"מועצה אזורית","5":"79.299999999999997","6":"1980","7":"44","8":"31"},{"1":"עמק לוד","2":"40","3":"המרכז","4":"מועצה אזורית","5":"4.9000000000000004","6":"1952","7":"16","8":"12.5"},{"1":"ערבות הירדן","2":"75","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"76.599999999999994","6":"1979","7":"19","8":"3.3999999999999999"},{"1":"רמת נגב","2":"48","3":"הדרום","4":"מועצה אזורית","5":"121.8","6":"1954","7":"17","8":"4.7999999999999998"},{"1":"שדות נגב","2":"39","3":"הדרום","4":"מועצה אזורית","5":"70.400000000000006","6":"1951","7":"19","8":"7.7000000000000002"},{"1":"שומרון","2":"72","3":"אזור יהודה והשומרון","4":"מועצה אזורית","5":"60.299999999999997","6":"1979","7":"33","8":"24.600000000000001"},{"1":"שער הנגב","2":"37","3":"הדרום","4":"מועצה אזורית","5":"60.700000000000003","6":"1950","7":"11","8":"6.2000000000000002"},{"1":"שפיר","2":"34","3":"הדרום","4":"מועצה אזורית","5":"39.299999999999997","6":"1950","7":"15","8":"9.4000000000000004"},{"1":"תמר","2":"51","3":"הדרום","4":"מועצה אזורית","5":"148","6":"1956","7":"12","8":"1.3"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>Please notice that you have to select the specific columns and match them by yourself. Unfortunately, harmonizing the entire dataset is too big of a task to handle, and would hopefully be achieved by widening the scope of the CBS API.</p>
<p>How does il.cbs.muni know how many rows to skip, which columns to fill row-wise, and what are the sheet numbers for each data domain within each year? I have taken the time to parameterize all of this data, so il.cbs.muni becomes a one-stop-shop for your data reading tasks. If you want to look under the hood, you can check out <code>il.cbs.muni:::df_cbs_muni_params</code>. Additionally, I wrote <code>row_to_names_fill()</code> as a helper function to fill row-wise some of the header rows, but it can be used also outside the scope of municipal data.</p>
<p>Going back to our data, you can see that the 10th row municipal name is littered with an asterisk (“*“). We can clean all names with <code>clean_name()</code>:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df_combined[[<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;">1</span>]]</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "באקה-ג'ת*"</code></pre>
</div>
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb9" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb9-1">df_combined <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_combined <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb9-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<span id="cb9-3">    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">שם הרשות</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span> <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">clean_name</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">שם הרשות</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span>)</span>
<span id="cb9-4">  )</span>
<span id="cb9-5"></span>
<span id="cb9-6">df_combined[[<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;">1</span>]]</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "באקה-ג'ת"</code></pre>
</div>
</div>
</section>
<section id="read-yishuv-settlement-data" class="level3">
<h3 class="anchored" data-anchor-id="read-yishuv-settlement-data">3. Read Yishuv (Settlement) Data</h3>
<p>A <strong>yishuv</strong> is a geographically defined place where people live. Use <code>read_cbs_yishuv()</code> to read settlement-level data:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb11" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb11-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Read yishuv data with selected columns</span></span>
<span id="cb11-2">df_yishuv <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_cbs_yishuv</span>(</span>
<span id="cb11-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">path =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bycode2021.xlsx"</span>,</span>
<span id="cb11-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">cols =</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;">1</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;">5</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">13</span>)</span>
<span id="cb11-5">)</span>
<span id="cb11-6"></span>
<span id="cb11-7">df_yishuv</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["שם יישוב"],"name":[1],"type":["chr"],"align":["left"]},{"label":["סמל יישוב"],"name":[2],"type":["chr"],"align":["left"]},{"label":["שם מחוז"],"name":[3],"type":["chr"],"align":["left"]},{"label":["סך הכל אוכלוסייה 2021"],"name":[4],"type":["chr"],"align":["left"]}],"data":[{"1":"אבו ג'ווייעד (שבט)","2":"967","3":"הדרום","4":"NA"},{"1":"אבו גוש","2":"472","3":"ירושלים","4":"7881"},{"1":"אבו סנאן","2":"473","3":"הצפון","4":"14455"},{"1":"אבו סריחאן (שבט)","2":"935","3":"הדרום","4":"NA"},{"1":"אבו עבדון (שבט)","2":"958","3":"הדרום","4":"NA"},{"1":"אבו עמאר (שבט)","2":"1042","3":"הדרום","4":"NA"},{"1":"אבו עמרה (שבט)","2":"932","3":"הדרום","4":"NA"},{"1":"אבו קורינאת (יישוב)","2":"1342","3":"הדרום","4":"2081"},{"1":"אבו קורינאת (שבט)","2":"968","3":"הדרום","4":"NA"},{"1":"אבו רובייעה (שבט)","2":"966","3":"הדרום","4":"NA"},{"1":"אבו רוקייק (שבט)","2":"961","3":"הדרום","4":"NA"},{"1":"אבו תלול","2":"1375","3":"הדרום","4":"2330"},{"1":"אבטין","2":"652","3":"חיפה","4":"2900"},{"1":"אבטליון","2":"1275","3":"הצפון","4":"475"},{"1":"אביאל","2":"679","3":"חיפה","4":"820"},{"1":"אביבים","2":"1115","3":"הצפון","4":"470"},{"1":"אביגדור","2":"819","3":"הדרום","4":"806"},{"1":"אביחיל","2":"175","3":"המרכז","4":"1402"},{"1":"אביטל","2":"2052","3":"הצפון","4":"489"},{"1":"אביעזר","2":"1070","3":"ירושלים","4":"890"},{"1":"אבירים","2":"1220","3":"הצפון","4":"296"},{"1":"אבן יהודה","2":"182","3":"המרכז","4":"14267"},{"1":"אבן מנחם","2":"1081","3":"הצפון","4":"278"},{"1":"אבן ספיר","2":"783","3":"ירושלים","4":"686"},{"1":"אבן שמואל","2":"400","3":"הדרום","4":"2279"},{"1":"אבני איתן","2":"4011","3":"הצפון","4":"811"},{"1":"אבני חפץ","2":"3793","3":"אזור יהודה ושומרון","4":"2223"},{"1":"אבנת","2":"3786","3":"אזור יהודה ושומרון","4":"260"},{"1":"אבשלום","2":"1311","3":"הדרום","4":"345"},{"1":"אדורה","2":"3759","3":"אזור יהודה ושומרון","4":"474"},{"1":"אדירים","2":"113","3":"הצפון","4":"278"},{"1":"אדמית","2":"1068","3":"הצפון","4":"265"},{"1":"אדרת","2":"1123","3":"ירושלים","4":"922"},{"1":"אודים","2":"446","3":"המרכז","4":"1405"},{"1":"אודם","2":"4010","3":"הצפון","4":"176"},{"1":"אוהד","2":"1046","3":"הדרום","4":"412"},{"1":"אום אל-פחם","2":"2710","3":"חיפה","4":"57676"},{"1":"אום אל-קוטוף","2":"2024","3":"חיפה","4":"1169"},{"1":"אום בטין","2":"1358","3":"הדרום","4":"4705"},{"1":"אומן","2":"1108","3":"הצפון","4":"559"},{"1":"אומץ","2":"680","3":"המרכז","4":"824"},{"1":"אופקים","2":"31","3":"הדרום","4":"33999"},{"1":"אור הגנוז","2":"1294","3":"הצפון","4":"600"},{"1":"אור הנר","2":"67","3":"הדרום","4":"808"},{"1":"אור יהודה","2":"2400","3":"תל אביב","4":"36814"},{"1":"אור עקיבא","2":"1020","3":"חיפה","4":"19904"},{"1":"אורה","2":"780","3":"ירושלים","4":"1298"},{"1":"אורון","2":"1771","3":"הדרום","4":"NA"},{"1":"אורות","2":"2012","3":"הדרום","4":"472"},{"1":"אורטל","2":"4013","3":"הצפון","4":"369"},{"1":"אורים","2":"403","3":"הדרום","4":"504"},{"1":"אורנים","2":"882","3":"חיפה","4":"61"},{"1":"אורנית","2":"3760","3":"אזור יהודה ושומרון","4":"9113"},{"1":"אושה","2":"278","3":"חיפה","4":"589"},{"1":"אזור","2":"565","3":"תל אביב","4":"13473"},{"1":"אזור אילון מ\"א 4","2":"1852","3":"הצפון","4":"NA"},{"1":"אזור אילון מ\"א 52","2":"1851","3":"הצפון","4":"NA"},{"1":"אזור אילון של\"ש","2":"1853","3":"הצפון","4":"NA"},{"1":"אזור אשדוד מ\"א 29","2":"1922","3":"הדרום","4":"NA"},{"1":"אזור אשדוד מ\"א 33","2":"1921","3":"הדרום","4":"NA"},{"1":"אזור אשדוד של\"ש","2":"1923","3":"הדרום","4":"NA"},{"1":"אזור אשקלון מ\"א 36","2":"1924","3":"הדרום","4":"NA"},{"1":"אזור אשקלון מ\"א 37","2":"1926","3":"הדרום","4":"NA"},{"1":"אזור באר שבע מ\"א 41","2":"1937","3":"הדרום","4":"NA"},{"1":"אזור באר שבע מ\"א 51","2":"1938","3":"הדרום","4":"NA"},{"1":"אזור באר שבע של\"ש","2":"1939","3":"הדרום","4":"NA"},{"1":"אזור בשור מ\"א 38","2":"1933","3":"הדרום","4":"NA"},{"1":"אזור בשור מ\"א 39","2":"1935","3":"הדרום","4":"NA"},{"1":"אזור בשור מ\"א 42","2":"1934","3":"הדרום","4":"NA"},{"1":"אזור גלילות מ\"א 19","2":"1907","3":"תל אביב","4":"NA"},{"1":"אזור גרר מ\"א 39","2":"1931","3":"הדרום","4":"NA"},{"1":"אזור גרר מ\"א 41","2":"1929","3":"הדרום","4":"NA"},{"1":"אזור גרר מ\"א 42","2":"1930","3":"הדרום","4":"NA"},{"1":"אזור זכרון יעקב מ\"א 15","2":"1866","3":"חיפה","4":"NA"},{"1":"אזור זכרון יעקב של\"ש","2":"1867","3":"חיפה","4":"NA"},{"1":"אזור חדרה מ\"א 14","2":"1873","3":"חיפה","4":"NA"},{"1":"אזור חדרה מ\"א 15","2":"1872","3":"חיפה","4":"NA"},{"1":"אזור חדרה מ\"א 45","2":"1871","3":"חיפה","4":"NA"},{"1":"אזור חדרה של\"ש","2":"1874","3":"חיפה","4":"NA"},{"1":"אזור חולון של\"ש","2":"1909","3":"תל אביב","4":"NA"},{"1":"אזור חיפה מ\"א 12","2":"1860","3":"חיפה","4":"NA"},{"1":"אזור חיפה של\"ש","2":"1862","3":"חיפה","4":"NA"},{"1":"אזור חצור מ\"א 1","2":"1813","3":"הצפון","4":"NA"},{"1":"אזור חצור מ\"א 55","2":"1814","3":"הצפון","4":"NA"},{"1":"אזור חצור של\"ש","2":"1815","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 2","2":"1848","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 4","2":"1846","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 52","2":"1847","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 56","2":"1849","3":"הצפון","4":"NA"},{"1":"אזור יחיעם של\"ש","2":"1850","3":"הצפון","4":"NA"},{"1":"אזור ים המלח מ\"א 51","2":"1942","3":"הדרום","4":"NA"},{"1":"אזור יקנעם מ\"א 13","2":"1836","3":"הצפון","4":"NA"},{"1":"אזור יקנעם מ\"א 9","2":"1835","3":"הצפון","4":"NA"},{"1":"אזור כינרות מ\"א 3","2":"1805","3":"הצפון","4":"NA"},{"1":"אזור כנרות מ\"א 1","2":"1816","3":"הצפון","4":"NA"},{"1":"אזור כנרות מ\"א 6","2":"1817","3":"הצפון","4":"NA"},{"1":"אזור כנרות של\"ש","2":"1818","3":"הצפון","4":"NA"},{"1":"אזור כרמיאל מ\"א 2","2":"1843","3":"הצפון","4":"NA"},{"1":"אזור כרמיאל מ\"א 56","2":"1844","3":"הצפון","4":"NA"},{"1":"אזור כרמיאל של\"ש","2":"1845","3":"הצפון","4":"NA"},{"1":"אזור לכיש מ\"א 34","2":"1919","3":"הדרום","4":"NA"},{"1":"אזור לכיש מ\"א 35","2":"1917","3":"הדרום","4":"NA"},{"1":"אזור לכיש מ\"א 41","2":"1920","3":"הדרום","4":"NA"},{"1":"אזור לכיש מ\"א 50","2":"1918","3":"הדרום","4":"NA"},{"1":"אזור מודיעין מ\"א 25","2":"1887","3":"המרכז","4":"NA"},{"1":"אזור מודיעין מ\"א 30","2":"1890","3":"המרכז","4":"NA"},{"1":"אזור מודיעין של\"ש","2":"1895","3":"המרכז","4":"NA"},{"1":"אזור מלאכי מ\"א 33","2":"1911","3":"הדרום","4":"NA"},{"1":"אזור מלאכי מ\"א 34","2":"1915","3":"הדרום","4":"NA"},{"1":"אזור מלאכי מ\"א 35","2":"1913","3":"הדרום","4":"NA"},{"1":"אזור מלאכי מ\"א 50","2":"1914","3":"הדרום","4":"NA"},{"1":"אזור נהרייה מ\"א 4","2":"1855","3":"הצפון","4":"NA"},{"1":"אזור נהרייה של\"ש","2":"1856","3":"הצפון","4":"NA"},{"1":"אזור עכו מ\"א 4","2":"1858","3":"הצפון","4":"NA"},{"1":"אזור עכו מ\"א 56","2":"1857","3":"הצפון","4":"NA"},{"1":"אזור עכו של\"ש","2":"1859","3":"הצפון","4":"NA"},{"1":"אזור פתח תקווה מ\"א 20","2":"1888","3":"המרכז","4":"NA"},{"1":"אזור פתח תקווה מ\"א 25","2":"1886","3":"המרכז","4":"NA"},{"1":"אזור פתח תקווה של\"ש","2":"1889","3":"המרכז","4":"NA"},{"1":"אזור ראשל\"צ מ\"א 27","2":"1903","3":"המרכז","4":"NA"},{"1":"אזור ראשל\"צ של\"ש","2":"1904","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 28","2":"1896","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 29","2":"1899","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 30","2":"1898","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 31","2":"1901","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 32","2":"1897","3":"המרכז","4":"NA"},{"1":"אזור רחובות של\"ש","2":"1902","3":"המרכז","4":"NA"},{"1":"אזור רמלה מ\"א 25","2":"1892","3":"המרכז","4":"NA"},{"1":"אזור רמלה מ\"א 30","2":"1891","3":"המרכז","4":"NA"},{"1":"אזור רמלה מ\"א 40","2":"1893","3":"המרכז","4":"NA"},{"1":"אזור רמלה של\"ש","2":"1894","3":"המרכז","4":"NA"},{"1":"אזור רמת גן של\"ש","2":"1908","3":"תל אביב","4":"NA"},{"1":"אזור שפרעם מ\"א 56","2":"1841","3":"הצפון","4":"NA"},{"1":"אזור שפרעם מ\"א 9","2":"1840","3":"הצפון","4":"NA"},{"1":"אזור שפרעם של\"ש","2":"1842","3":"הצפון","4":"NA"},{"1":"אזור תל אביב של\"ש","2":"1905","3":"תל אביב","4":"NA"},{"1":"אזור תעסוקה משגב(תרדיון)","2":"1724","3":"הצפון","4":"NA"},{"1":"אזור תעשיה אכסאל מ\"א 9","2":"1865","3":"הצפון","4":"NA"},{"1":"אזור תעשייה אכזיב (מילואות)","2":"1726","3":"הצפון","4":"NA"},{"1":"אזור תעשייה נעמן (מילואות)","2":"1727","3":"הצפון","4":"NA"},{"1":"אחווה","2":"1157","3":"הדרום","4":"279"},{"1":"אחוזם","2":"821","3":"הדרום","4":"551"},{"1":"אחוזת ברק","2":"1330","3":"הצפון","4":"2426"},{"1":"אחיהוד","2":"785","3":"הצפון","4":"916"},{"1":"אחיטוב","2":"850","3":"המרכז","4":"1091"},{"1":"אחיסמך","2":"804","3":"המרכז","4":"1418"},{"1":"אחיעזר","2":"797","3":"המרכז","4":"1947"},{"1":"אטרש (שבט)","2":"965","3":"הדרום","4":"NA"},{"1":"איבים","2":"338","3":"הדרום","4":"721"},{"1":"אייל","2":"716","3":"המרכז","4":"549"},{"1":"איילת השחר","2":"77","3":"הצפון","4":"1138"},{"1":"אילון","2":"294","3":"הצפון","4":"1067"},{"1":"אילון תבור*","2":"1716","3":"הצפון","4":"NA"},{"1":"אילות","2":"1126","3":"הדרום","4":"362"},{"1":"אילנייה","2":"49","3":"הצפון","4":"485"},{"1":"אילת","2":"2600","3":"הדרום","4":"52753"},{"1":"אירוס","2":"1336","3":"המרכז","4":"830"},{"1":"איתמר","2":"3762","3":"אזור יהודה ושומרון","4":"1355"},{"1":"איתן","2":"37","3":"הדרום","4":"520"},{"1":"איתנים","2":"886","3":"ירושלים","4":"60"},{"1":"אכסאל","2":"478","3":"הצפון","4":"15146"},{"1":"אל -עזי","2":"1339","3":"הדרום","4":"196"},{"1":"אל -עריאן","2":"1316","3":"חיפה","4":"191"},{"1":"אל -רום","2":"4003","3":"הצפון","4":"442"},{"1":"אל סייד","2":"1359","3":"הדרום","4":"6288"},{"1":"אלומה","2":"1145","3":"הדרום","4":"1163"},{"1":"אלומות","2":"330","3":"הצפון","4":"436"},{"1":"אלון הגליל","2":"1182","3":"הצפון","4":"1132"},{"1":"אלון מורה","2":"3579","3":"אזור יהודה ושומרון","4":"2009"},{"1":"אלון שבות","2":"3604","3":"אזור יהודה ושומרון","4":"3061"},{"1":"אלוני אבא","2":"429","3":"הצפון","4":"1000"},{"1":"אלוני הבשן","2":"4017","3":"הצפון","4":"472"},{"1":"אלוני יצחק","2":"868","3":"חיפה","4":"305"},{"1":"אלונים","2":"285","3":"הצפון","4":"548"},{"1":"אלי-עד","2":"4002","3":"הצפון","4":"484"},{"1":"אליאב","2":"1365","3":"הדרום","4":"691"},{"1":"אליכין","2":"41","3":"המרכז","4":"3461"},{"1":"אליפז","2":"1248","3":"הדרום","4":"166"},{"1":"אליפלט","2":"730","3":"הצפון","4":"695"},{"1":"אליקים","2":"682","3":"הצפון","4":"968"},{"1":"אלישיב","2":"204","3":"המרכז","4":"716"},{"1":"אלישמע","2":"841","3":"המרכז","4":"1167"},{"1":"אלמגור","2":"1125","3":"הצפון","4":"423"},{"1":"אלמוג","2":"3556","3":"אזור יהודה ושומרון","4":"256"},{"1":"אלעד","2":"1309","3":"המרכז","4":"49593"},{"1":"אלעזר","2":"3618","3":"אזור יהודה ושומרון","4":"2561"},{"1":"אלפי מנשה","2":"3750","3":"אזור יהודה ושומרון","4":"7967"},{"1":"אלקוש","2":"603","3":"הצפון","4":"279"},{"1":"אלקנה","2":"3560","3":"אזור יהודה ושומרון","4":"4071"},{"1":"אמונים","2":"772","3":"הדרום","4":"1011"},{"1":"אמירים","2":"1064","3":"הצפון","4":"871"},{"1":"אמנון","2":"1253","3":"הצפון","4":"455"},{"1":"אמציה","2":"23","3":"הדרום","4":"219"},{"1":"אניעם","2":"4012","3":"הצפון","4":"502"},{"1":"אסד (שבט)","2":"960","3":"הדרום","4":"NA"},{"1":"אספר","2":"3754","3":"אזור יהודה ושומרון","4":"1114"},{"1":"אעבלין","2":"529","3":"הצפון","4":"13693"},{"1":"אעצם (שבט)","2":"963","3":"הדרום","4":"NA"},{"1":"אפיניש (שבט)","2":"959","3":"הדרום","4":"NA"},{"1":"אפיק","2":"4301","3":"הצפון","4":"356"},{"1":"אפיקים","2":"176","3":"הצפון","4":"1497"},{"1":"אפק","2":"313","3":"הצפון","4":"762"},{"1":"אפרת","2":"3650","3":"אזור יהודה ושומרון","4":"11804"},{"1":"ארבל","2":"701","3":"הצפון","4":"766"},{"1":"ארגמן","2":"3598","3":"אזור יהודה ושומרון","4":"133"},{"1":"ארז","2":"714","3":"הדרום","4":"609"},{"1":"אריאל","2":"3570","3":"אזור יהודה ושומרון","4":"19647"},{"1":"ארסוף","2":"1324","3":"המרכז","4":"174"},{"1":"אשבול","2":"71","3":"הדרום","4":"630"},{"1":"אשבל","2":"1276","3":"הצפון","4":"140"},{"1":"אשדוד","2":"70","3":"הדרום","4":"225974"},{"1":"אשדות יעקב (איחוד)","2":"199","3":"הצפון","4":"1019"},{"1":"אשדות יעקב (מאוחד)","2":"188","3":"הצפון","4":"645"},{"1":"אשחר","2":"1188","3":"הצפון","4":"984"},{"1":"אשכולות","2":"3722","3":"אזור יהודה ושומרון","4":"609"},{"1":"אשל הנשיא","2":"2021","3":"הדרום","4":"140"},{"1":"אשלים","2":"1152","3":"הדרום","4":"681"},{"1":"אשקלון","2":"7100","3":"הדרום","4":"149160"},{"1":"אשרת","2":"1256","3":"הצפון","4":"584"},{"1":"אשתאול","2":"740","3":"ירושלים","4":"1230"},{"1":"באקה אל-גרביה","2":"6000","3":"חיפה","4":"30973"},{"1":"באר אורה","2":"21","3":"הדרום","4":"1220"},{"1":"באר גנים","2":"1376","3":"הדרום","4":"1966"},{"1":"באר טוביה","2":"155","3":"הדרום","4":"1294"},{"1":"באר יעקב","2":"2530","3":"המרכז","4":"29852"},{"1":"באר מילכה","2":"1278","3":"הדרום","4":"197"},{"1":"באר שבע","2":"9000","3":"הדרום","4":"211249"},{"1":"בארות יצחק","2":"450","3":"המרכז","4":"469"},{"1":"בארותיים","2":"697","3":"המרכז","4":"1155"},{"1":"בארי","2":"399","3":"הדרום","4":"1047"},{"1":"בוסתן הגליל","2":"559","3":"הצפון","4":"1305"},{"1":"בועיינה-נוג'ידאת","2":"482","3":"הצפון","4":"10137"},{"1":"בוקעאתא","2":"4001","3":"הצפון","4":"6752"},{"1":"בורגתה","2":"698","3":"המרכז","4":"1147"},{"1":"בחן","2":"2043","3":"המרכז","4":"1140"},{"1":"בטחה","2":"762","3":"הדרום","4":"790"},{"1":"בי\"ס אזורי מקיף (אשר)","2":"1725","3":"הצפון","4":"NA"},{"1":"ביצרון","2":"234","3":"הדרום","4":"1248"},{"1":"ביר אל-מכסור","2":"998","3":"הצפון","4":"9960"},{"1":"ביר הדאג'","2":"1348","3":"הדרום","4":"6167"},{"1":"בירייה","2":"368","3":"הצפון","4":"849"},{"1":"בית אורן","2":"317","3":"חיפה","4":"560"},{"1":"בית אל","2":"3574","3":"אזור יהודה ושומרון","4":"5682"},{"1":"בית אלעזרי","2":"562","3":"המרכז","4":"1576"},{"1":"בית אלפא","2":"95","3":"הצפון","4":"1356"},{"1":"בית אריה-עופרים","2":"3652","3":"אזור יהודה ושומרון","4":"5409"},{"1":"בית ברל","2":"1076","3":"המרכז","4":"226"},{"1":"בית ג'ן","2":"480","3":"הצפון","4":"12307"},{"1":"בית גוברין","2":"619","3":"הדרום","4":"446"},{"1":"בית גמליאל","2":"571","3":"המרכז","4":"1026"},{"1":"בית דגן","2":"466","3":"המרכז","4":"7643"},{"1":"בית הגדי","2":"723","3":"הדרום","4":"887"},{"1":"בית הלוי","2":"373","3":"המרכז","4":"840"},{"1":"בית הלל","2":"322","3":"הצפון","4":"797"},{"1":"בית העמק","2":"572","3":"הצפון","4":"730"},{"1":"בית הערבה","2":"3645","3":"אזור יהודה ושומרון","4":"451"},{"1":"בית השיטה","2":"242","3":"הצפון","4":"1258"},{"1":"בית זיד","2":"353","3":"הצפון","4":"76"},{"1":"בית זית","2":"710","3":"ירושלים","4":"1655"},{"1":"בית זרע","2":"143","3":"הצפון","4":"639"},{"1":"בית חולים פוריה","2":"1712","3":"הצפון","4":"NA"},{"1":"בית חורון","2":"3575","3":"אזור יהודה ושומרון","4":"1468"},{"1":"בית חירות","2":"877","3":"המרכז","4":"904"},{"1":"בית חלקיה","2":"2033","3":"המרכז","4":"1446"},{"1":"בית חנן","2":"159","3":"המרכז","4":"523"},{"1":"בית חנניה","2":"800","3":"חיפה","4":"924"},{"1":"בית חשמונאי","2":"1050","3":"המרכז","4":"2166"},{"1":"בית יהושע","2":"288","3":"המרכז","4":"1118"},{"1":"בית יוסף","2":"265","3":"הצפון","4":"488"},{"1":"בית ינאי","2":"200","3":"המרכז","4":"363"},{"1":"בית יצחק-שער חפר","2":"326","3":"המרכז","4":"2144"},{"1":"בית לחם הגלילית","2":"430","3":"הצפון","4":"823"},{"1":"בית מאיר","2":"751","3":"ירושלים","4":"818"},{"1":"בית נחמיה","2":"784","3":"המרכז","4":"893"},{"1":"בית ניר","2":"16","3":"הדרום","4":"616"},{"1":"בית נקופה","2":"672","3":"ירושלים","4":"758"},{"1":"בית עובד","2":"202","3":"המרכז","4":"253"},{"1":"בית עוזיאל","2":"301","3":"המרכז","4":"649"},{"1":"בית עזרא","2":"756","3":"הדרום","4":"1104"},{"1":"בית עריף","2":"604","3":"המרכז","4":"1202"},{"1":"בית צבי","2":"212","3":"חיפה","4":"310"},{"1":"בית קמה","2":"598","3":"הדרום","4":"1420"},{"1":"בית קשת","2":"365","3":"הצפון","4":"714"},{"1":"בית רבן","2":"848","3":"המרכז","4":"922"},{"1":"בית רימון","2":"1162","3":"הצפון","4":"908"},{"1":"בית שאן","2":"9200","3":"הצפון","4":"18900"},{"1":"בית שמש","2":"2610","3":"ירושלים","4":"141765"},{"1":"בית שערים","2":"248","3":"הצפון","4":"814"},{"1":"בית שקמה","2":"747","3":"הדרום","4":"878"},{"1":"ביתן אהרן","2":"252","3":"המרכז","4":"142"},{"1":"ביתר עילית","2":"3780","3":"אזור יהודה ושומרון","4":"63220"},{"1":"בלפוריה","2":"94","3":"הצפון","4":"530"},{"1":"בן זכאי","2":"760","3":"המרכז","4":"1085"},{"1":"בן עמי","2":"712","3":"הצפון","4":"785"},{"1":"בן שמן (כפר נוער)","2":"1084","3":"המרכז","4":"667"},{"1":"בן שמן (מושב)","2":"2013","3":"המרכז","4":"876"},{"1":"בני ברק","2":"6100","3":"תל אביב","4":"212395"},{"1":"בני דקלים","2":"1368","3":"הדרום","4":"1569"},{"1":"בני דרום","2":"592","3":"המרכז","4":"949"},{"1":"בני דרור","2":"386","3":"המרכז","4":"1201"},{"1":"בני יהודה","2":"4015","3":"הצפון","4":"1129"},{"1":"בני נצרים","2":"1363","3":"הדרום","4":"902"},{"1":"בני עטרות","2":"448","3":"המרכז","4":"961"},{"1":"בני עי\"ש","2":"1066","3":"המרכז","4":"6895"},{"1":"בני ציון","2":"418","3":"המרכז","4":"1334"},{"1":"בני ראם","2":"588","3":"המרכז","4":"1415"},{"1":"בניה","2":"685","3":"המרכז","4":"764"},{"1":"בנימינה-גבעת עדה*","2":"9800","3":"חיפה","4":"16074"},{"1":"בסמ\"ה","2":"1326","3":"חיפה","4":"10497"},{"1":"בסמת טבעון","2":"944","3":"הצפון","4":"8069"},{"1":"בענה","2":"483","3":"הצפון","4":"8537"},{"1":"בצרה","2":"389","3":"המרכז","4":"1205"},{"1":"בצת","2":"589","3":"הצפון","4":"369"},{"1":"בקוע","2":"864","3":"ירושלים","4":"826"},{"1":"בקעות","2":"3612","3":"אזור יהודה ושומרון","4":"186"},{"1":"בקעת נטופה מ\"א 56","2":"1854","3":"הצפון","4":"NA"},{"1":"בקעת תירען מ\"א 3","2":"1884","3":"הצפון","4":"NA"},{"1":"בר-לב","2":"1728","3":"הצפון","4":"NA"},{"1":"בר גיורא","2":"823","3":"ירושלים","4":"716"},{"1":"בר יוחאי","2":"1191","3":"הצפון","4":"1086"},{"1":"ברוכין","2":"3744","3":"אזור יהודה ושומרון","4":"2129"},{"1":"ברור חיל","2":"428","3":"הדרום","4":"1014"},{"1":"ברוש","2":"2060","3":"הדרום","4":"595"},{"1":"ברכה","2":"3710","3":"אזור יהודה ושומרון","4":"3062"},{"1":"ברכיה","2":"746","3":"הדרום","4":"1252"},{"1":"ברעם","2":"667","3":"הצפון","4":"646"},{"1":"ברק","2":"141","3":"הצפון","4":"395"},{"1":"ברקאי","2":"617","3":"חיפה","4":"546"},{"1":"ברקן","2":"3654","3":"אזור יהודה ושומרון","4":"2005"},{"1":"ברקת","2":"2038","3":"המרכז","4":"2192"},{"1":"בת הדר","2":"1323","3":"הדרום","4":"771"},{"1":"בת חן","2":"1361","3":"המרכז","4":"430"},{"1":"בת חפר","2":"1319","3":"המרכז","4":"5241"},{"1":"בת ים","2":"6200","3":"תל אביב","4":"126291"},{"1":"בת עין","2":"3794","3":"אזור יהודה ושומרון","4":"1673"},{"1":"בת שלמה","2":"33","3":"חיפה","4":"648"},{"1":"בתי זיקוק - קישון","2":"1736","3":"חיפה","4":"NA"},{"1":"ג'דיידה-מכר","2":"1292","3":"הצפון","4":"21508"},{"1":"ג'ולס","2":"485","3":"הצפון","4":"6657"},{"1":"ג'לג'וליה","2":"627","3":"המרכז","4":"10480"},{"1":"ג'נאביב (שבט)","2":"976","3":"הדרום","4":"NA"},{"1":"ג'סר א-זרקא","2":"541","3":"חיפה","4":"15315"},{"1":"ג'ש (גוש חלב)","2":"487","3":"הצפון","4":"3153"},{"1":"ג'ת","2":"628","3":"חיפה","4":"12473"},{"1":"גאולי תימן","2":"872","3":"המרכז","4":"358"},{"1":"גאולים","2":"379","3":"המרכז","4":"986"},{"1":"גאון הירדן מ\"א 3","2":"1963","3":"הצפון","4":"NA"},{"1":"גאליה","2":"853","3":"המרכז","4":"942"},{"1":"גבולות","2":"352","3":"הדרום","4":"400"},{"1":"גבים","2":"424","3":"הדרום","4":"617"},{"1":"גבע","2":"86","3":"הצפון","4":"605"},{"1":"גבע בנימין","2":"3763","3":"אזור יהודה ושומרון","4":"5857"},{"1":"גבע כרמל","2":"683","3":"חיפה","4":"1192"},{"1":"גבעולים","2":"2014","3":"הדרום","4":"422"},{"1":"גבעון החדשה","2":"3644","3":"אזור יהודה ושומרון","4":"1021"},{"1":"גבעות בר","2":"1344","3":"הדרום","4":"1307"},{"1":"גבעת אבני","2":"1293","3":"הצפון","4":"2098"},{"1":"גבעת אלה","2":"1288","3":"הצפון","4":"1886"},{"1":"גבעת ברנר","2":"147","3":"המרכז","4":"2694"},{"1":"גבעת השלושה","2":"870","3":"המרכז","4":"900"},{"1":"גבעת זאב","2":"3730","3":"אזור יהודה ושומרון","4":"20034"},{"1":"גבעת ח\"ן","2":"207","3":"המרכז","4":"363"},{"1":"גבעת חביבה","2":"1740","3":"חיפה","4":"NA"},{"1":"גבעת חיים (איחוד)","2":"2018","3":"המרכז","4":"1207"},{"1":"גבעת חיים (מאוחד)","2":"173","3":"המרכז","4":"1062"},{"1":"גבעת יואב","2":"4021","3":"הצפון","4":"728"},{"1":"גבעת יערים","2":"787","3":"ירושלים","4":"1398"},{"1":"גבעת ישעיהו","2":"919","3":"ירושלים","4":"807"},{"1":"גבעת כ\"ח","2":"802","3":"המרכז","4":"887"},{"1":"גבעת ניל\"י","2":"360","3":"חיפה","4":"715"},{"1":"גבעת עוז","2":"703","3":"הצפון","4":"475"},{"1":"גבעת שמואל","2":"681","3":"המרכז","4":"28162"},{"1":"גבעת שמש","2":"566","3":"ירושלים","4":"56"},{"1":"גבעת שפירא","2":"1077","3":"המרכז","4":"418"},{"1":"גבעתי","2":"793","3":"הדרום","4":"1071"},{"1":"גבעתיים","2":"6300","3":"תל אביב","4":"61280"},{"1":"גברעם","2":"342","3":"הדרום","4":"669"},{"1":"גבת","2":"133","3":"הצפון","4":"959"},{"1":"גדות","2":"35","3":"הצפון","4":"447"},{"1":"גדיש","2":"145","3":"הצפון","4":"414"},{"1":"גדעונה","2":"442","3":"הצפון","4":"505"},{"1":"גדרה","2":"2550","3":"המרכז","4":"30393"},{"1":"גולן דרומי מ\"א 71","2":"1966","3":"הצפון","4":"NA"},{"1":"גולן צפוני מ\"א 71","2":"1962","3":"הצפון","4":"NA"},{"1":"גולן תיכון מ\"א 71","2":"1964","3":"הצפון","4":"NA"},{"1":"גונן","2":"852","3":"הצפון","4":"369"},{"1":"גורן","2":"755","3":"הצפון","4":"686"},{"1":"גורנות הגליל","2":"1219","3":"הצפון","4":"244"},{"1":"גזית","2":"457","3":"הצפון","4":"804"},{"1":"גזר","2":"370","3":"המרכז","4":"311"},{"1":"גיאה","2":"706","3":"הדרום","4":"980"},{"1":"גיבתון","2":"196","3":"המרכז","4":"390"},{"1":"גיזו","2":"1043","3":"ירושלים","4":"207"},{"1":"גילון","2":"1204","3":"הצפון","4":"1127"},{"1":"גילת","2":"736","3":"הדרום","4":"1558"},{"1":"גינוסר","2":"262","3":"הצפון","4":"597"},{"1":"גיניגר","2":"92","3":"הצפון","4":"667"},{"1":"גינתון","2":"863","3":"המרכז","4":"920"},{"1":"גיתה","2":"1206","3":"הצפון","4":"300"},{"1":"גיתית","2":"3613","3":"אזור יהודה ושומרון","4":"498"},{"1":"גלאון","2":"393","3":"הדרום","4":"603"},{"1":"גלגל","2":"3606","3":"אזור יהודה ושומרון","4":"223"},{"1":"גליל ים","2":"346","3":"תל אביב","4":"542"},{"1":"גליל עליון מז מ\"א 1","2":"1809","3":"הצפון","4":"NA"},{"1":"גליל עליון מז מ\"א 2","2":"1811","3":"הצפון","4":"NA"},{"1":"גליל עליון מז מ\"א 55","2":"1810","3":"הצפון","4":"NA"},{"1":"גליל עליון מז של\"ש","2":"1812","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז מ\"א 2","2":"1820","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז מ\"א 3","2":"1819","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז מ\"א 6","2":"1821","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז של\"ש","2":"1822","3":"הצפון","4":"NA"},{"1":"גלעד (אבן יצחק)","2":"369","3":"הצפון","4":"497"},{"1":"גמ\"ל מחוז דרום","2":"1997","3":"הדרום","4":"NA"},{"1":"גמזו","2":"745","3":"המרכז","4":"1198"},{"1":"גן הדרום","2":"1072","3":"המרכז","4":"633"},{"1":"גן השומרון","2":"225","3":"חיפה","4":"839"},{"1":"גן חיים","2":"239","3":"המרכז","4":"811"},{"1":"גן יאשיה","2":"734","3":"המרכז","4":"1019"},{"1":"גן יבנה","2":"166","3":"המרכז","4":"24251"},{"1":"גן נר","2":"1274","3":"הצפון","4":"2672"},{"1":"גן שורק","2":"311","3":"המרכז","4":"702"},{"1":"גן שלמה","2":"144","3":"המרכז","4":"590"},{"1":"גן שמואל","2":"72","3":"חיפה","4":"948"},{"1":"גנות","2":"836","3":"המרכז","4":"585"},{"1":"גנות הדר","2":"549","3":"המרכז","4":"963"},{"1":"גני הדר","2":"1103","3":"המרכז","4":"354"},{"1":"גני טל","2":"1371","3":"המרכז","4":"909"},{"1":"גני יוחנן","2":"862","3":"המרכז","4":"602"},{"1":"גני מודיעין","2":"3823","3":"אזור יהודה ושומרון","4":"2688"},{"1":"גני עם","2":"218","3":"המרכז","4":"234"},{"1":"גני תקווה","2":"229","3":"המרכז","4":"22694"},{"1":"געש","2":"842","3":"המרכז","4":"921"},{"1":"געתון","2":"463","3":"הצפון","4":"699"},{"1":"גפן","2":"39","3":"ירושלים","4":"422"},{"1":"גרופית","2":"1129","3":"הדרום","4":"253"},{"1":"גשור","2":"4022","3":"הצפון","4":"309"},{"1":"גשר","2":"305","3":"הצפון","4":"455"},{"1":"גשר הזיו","2":"574","3":"הצפון","4":"1593"},{"1":"גת (קיבוץ)","2":"340","3":"הדרום","4":"966"},{"1":"גת רימון","2":"128","3":"המרכז","4":"318"},{"1":"דאלית אל-כרמל","2":"494","3":"חיפה","4":"18061"},{"1":"דבורה","2":"146","3":"הצפון","4":"219"},{"1":"דבורייה","2":"489","3":"הצפון","4":"10782"},{"1":"דבירה","2":"849","3":"הדרום","4":"1045"},{"1":"דברת","2":"407","3":"הצפון","4":"554"},{"1":"דגניה א'","2":"62","3":"הצפון","4":"524"},{"1":"דגניה ב'","2":"79","3":"הצפון","4":"689"},{"1":"דוב\"ב","2":"1067","3":"הצפון","4":"478"},{"1":"דולב","2":"3747","3":"אזור יהודה ושומרון","4":"1569"},{"1":"דור","2":"738","3":"חיפה","4":"450"},{"1":"דורות","2":"336","3":"הדרום","4":"870"},{"1":"דחי","2":"475","3":"הצפון","4":"712"},{"1":"דייר אל-אסד","2":"490","3":"הצפון","4":"12934"},{"1":"דייר חנא","2":"492","3":"הצפון","4":"10599"},{"1":"דייר ראפאת","2":"493","3":"ירושלים","4":"99"},{"1":"דימונה","2":"2200","3":"הדרום","4":"35893"},{"1":"דישון","2":"2063","3":"הצפון","4":"336"},{"1":"דלייה","2":"300","3":"הצפון","4":"843"},{"1":"דלתון","2":"431","3":"הצפון","4":"870"},{"1":"דמיידה","2":"1317","3":"הצפון","4":"548"},{"1":"דן","2":"303","3":"הצפון","4":"781"},{"1":"דפנה","2":"302","3":"הצפון","4":"1025"},{"1":"דקל","2":"1241","3":"הדרום","4":"380"},{"1":"דרום השרון מ\"א 18","2":"1881","3":"המרכז","4":"NA"},{"1":"דרום השרון מ\"א 20","2":"1882","3":"המרכז","4":"NA"},{"1":"דרום השרון של\"ש","2":"1885","3":"המרכז","4":"NA"},{"1":"דרום יהודה","2":"1998","3":"אזור יהודה ושומרון","4":"NA"},{"1":"דריג'את","2":"1349","3":"הדרום","4":"1308"},{"1":"האון","2":"702","3":"הצפון","4":"183"},{"1":"הבונים","2":"675","3":"חיפה","4":"386"},{"1":"הגושרים","2":"356","3":"הצפון","4":"1009"},{"1":"הדר עם","2":"191","3":"המרכז","4":"696"},{"1":"הוד השרון","2":"9700","3":"המרכז","4":"65363"},{"1":"הודיות","2":"1322","3":"הצפון","4":"303"},{"1":"הודייה","2":"726","3":"הדרום","4":"616"},{"1":"הוואשלה (שבט)","2":"1169","3":"הדרום","4":"NA"},{"1":"הוזייל (שבט)","2":"956","3":"הדרום","4":"NA"},{"1":"הושעיה","2":"1186","3":"הצפון","4":"2092"},{"1":"הזורע","2":"250","3":"הצפון","4":"932"},{"1":"הזורעים","2":"307","3":"הצפון","4":"1108"},{"1":"החותרים","2":"434","3":"חיפה","4":"914"},{"1":"היוגב","2":"684","3":"הצפון","4":"790"},{"1":"הילה","2":"1208","3":"הצפון","4":"562"},{"1":"המעפיל","2":"377","3":"המרכז","4":"870"},{"1":"המרכז למחקר-נחל שורק","2":"1751","3":"המרכז","4":"NA"},{"1":"הסוללים","2":"677","3":"הצפון","4":"989"},{"1":"העוגן","2":"423","3":"המרכז","4":"952"},{"1":"הערבה מ\"א 51","2":"1944","3":"הדרום","4":"NA"},{"1":"הערבה מ\"א 53","2":"1945","3":"הדרום","4":"NA"},{"1":"הערבה מ\"א 54","2":"1946","3":"הדרום","4":"NA"},{"1":"הר אדר","2":"3769","3":"אזור יהודה ושומרון","4":"4107"},{"1":"הר אלכסנדר מ\"א 14","2":"1869","3":"חיפה","4":"NA"},{"1":"הר אלכסנדר מ\"א 45","2":"1868","3":"חיפה","4":"NA"},{"1":"הר אלכסנדר של\"ש","2":"1870","3":"חיפה","4":"NA"},{"1":"הר גילה","2":"3603","3":"אזור יהודה ושומרון","4":"1647"},{"1":"הר הנגב הדרומי מ\"א 48","2":"1953","3":"הדרום","4":"NA"},{"1":"הר הנגב הדרומי מ\"א 53","2":"1951","3":"הדרום","4":"NA"},{"1":"הר הנגב הדרומי מ\"א 54","2":"1952","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 48","2":"1948","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 51","2":"1949","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 53","2":"1947","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 54","2":"1950","3":"הדרום","4":"NA"},{"1":"הר עמשא","2":"1261","3":"הדרום","4":"240"},{"1":"הראל","2":"464","3":"ירושלים","4":"269"},{"1":"הרדוף","2":"1249","3":"הצפון","4":"1117"},{"1":"הרי יהודה מ\"א 26","2":"1801","3":"ירושלים","4":"NA"},{"1":"הרי יהודה של\"ש","2":"1802","3":"ירושלים","4":"NA"},{"1":"הרי נצרת-תירען","2":"1823","3":"הצפון","4":"NA"},{"1":"הרי נצרת-תירען מ\"א 9","2":"1839","3":"הצפון","4":"NA"},{"1":"הרצלייה","2":"6400","3":"תל אביב","4":"103320"},{"1":"הררית","2":"1203","3":"הצפון","4":"640"},{"1":"השומרון","2":"1999","3":"אזור יהודה ושומרון","4":"NA"},{"1":"ורד יריחו","2":"3639","3":"אזור יהודה ושומרון","4":"364"},{"1":"ורדון","2":"1133","3":"הדרום","4":"264"},{"1":"זבארגה (שבט)","2":"2742","3":"הדרום","4":"NA"},{"1":"זבדיאל","2":"815","3":"הדרום","4":"616"},{"1":"זוהר","2":"44","3":"הדרום","4":"343"},{"1":"זיקים","2":"584","3":"הדרום","4":"894"},{"1":"זיתן","2":"788","3":"המרכז","4":"1031"},{"1":"זכרון יעקב","2":"9300","3":"חיפה","4":"23858"},{"1":"זכריה","2":"799","3":"ירושלים","4":"1145"},{"1":"זמר","2":"1290","3":"המרכז","4":"7360"},{"1":"זמרת","2":"1065","3":"הדרום","4":"684"},{"1":"זנוח","2":"816","3":"ירושלים","4":"539"},{"1":"זרועה","2":"2064","3":"הדרום","4":"503"},{"1":"זרזיר","2":"975","3":"הצפון","4":"8412"},{"1":"זרחיה","2":"818","3":"הדרום","4":"755"},{"1":"ח'ואלד","2":"1321","3":"חיפה","4":"729"},{"1":"ח'ואלד (שבט)","2":"986","3":"הצפון","4":"NA"},{"1":"חבצלת השרון","2":"235","3":"המרכז","4":"485"},{"1":"חבר","2":"1110","3":"הצפון","4":"800"},{"1":"חגור","2":"717","3":"המרכז","4":"1152"},{"1":"חגי","2":"3764","3":"אזור יהודה ושומרון","4":"701"},{"1":"חגלה","2":"205","3":"המרכז","4":"868"},{"1":"חד-נס","2":"4026","3":"הצפון","4":"876"},{"1":"חדיד","2":"618","3":"המרכז","4":"913"},{"1":"חדרה","2":"6500","3":"חיפה","4":"100630"},{"1":"חוג'ייראת (ד'הרה) (שבט)","2":"948","3":"הצפון","4":"NA"},{"1":"חולדה","2":"160","3":"המרכז","4":"1169"},{"1":"חולון","2":"6600","3":"תל אביב","4":"197464"},{"1":"חולית","2":"1239","3":"הדרום","4":"203"},{"1":"חולתה","2":"253","3":"הצפון","4":"719"},{"1":"חוסן","2":"662","3":"הצפון","4":"1199"},{"1":"חוסנייה","2":"1332","3":"הצפון","4":"823"},{"1":"חוף הכרמל מ\"א 15","2":"1864","3":"חיפה","4":"NA"},{"1":"חופית","2":"115","3":"המרכז","4":"824"},{"1":"חוקוק","2":"374","3":"הצפון","4":"628"},{"1":"חורה","2":"1303","3":"הדרום","4":"23942"},{"1":"חורפיש","2":"496","3":"הצפון","4":"6581"},{"1":"חורשים","2":"355","3":"המרכז","4":"350"},{"1":"חזון","2":"1047","3":"הצפון","4":"290"},{"1":"חיבת ציון","2":"219","3":"המרכז","4":"844"},{"1":"חיננית","2":"3643","3":"אזור יהודה ושומרון","4":"1512"},{"1":"חיפה","2":"4000","3":"חיפה","4":"282831"},{"1":"חירות","2":"162","3":"המרכז","4":"1260"},{"1":"חלוץ","2":"1272","3":"הצפון","4":"537"},{"1":"חלץ","2":"820","3":"הדרום","4":"486"},{"1":"חמ\"ד","2":"801","3":"המרכז","4":"1355"},{"1":"חמאם","2":"993","3":"הצפון","4":"1561"},{"1":"חמדיה","2":"343","3":"הצפון","4":"420"},{"1":"חמדת","2":"3646","3":"אזור יהודה ושומרון","4":"343"},{"1":"חמרה","2":"3609","3":"אזור יהודה ושומרון","4":"273"},{"1":"חניאל","2":"807","3":"המרכז","4":"903"},{"1":"חניתה","2":"280","3":"הצפון","4":"744"},{"1":"חנתון","2":"1257","3":"הצפון","4":"1008"},{"1":"חספין","2":"4005","3":"הצפון","4":"2071"},{"1":"חפץ חיים","2":"363","3":"המרכז","4":"586"},{"1":"חפצי-בה","2":"90","3":"הצפון","4":"757"},{"1":"חצב","2":"700","3":"הדרום","4":"1517"},{"1":"חצבה","2":"13","3":"הדרום","4":"694"},{"1":"חצור-אשדוד","2":"406","3":"הדרום","4":"673"},{"1":"חצור הגלילית","2":"2034","3":"הצפון","4":"9763"},{"1":"חצרים","2":"397","3":"הדרום","4":"857"},{"1":"חרב לאת","2":"422","3":"המרכז","4":"933"},{"1":"חרוצים","2":"1024","3":"המרכז","4":"907"},{"1":"חריש","2":"1247","3":"חיפה","4":"27007"},{"1":"חרמון מ\"א 71","2":"1960","3":"הצפון","4":"NA"},{"1":"חרמש","2":"3717","3":"אזור יהודה ושומרון","4":"236"},{"1":"חרשים","2":"1209","3":"הצפון","4":"377"},{"1":"חשמונאים","2":"3770","3":"אזור יהודה ושומרון","4":"2646"},{"1":"טבריה","2":"6700","3":"הצפון","4":"46698"},{"1":"טובא-זנגרייה","2":"962","3":"הצפון","4":"7011"},{"1":"טורעאן","2":"498","3":"הצפון","4":"14655"},{"1":"טייבה","2":"2730","3":"המרכז","4":"45387"},{"1":"טייבה (בעמק)","2":"497","3":"הצפון","4":"1965"},{"1":"טירה","2":"2720","3":"המרכז","4":"27392"},{"1":"טירת יהודה","2":"663","3":"המרכז","4":"1210"},{"1":"טירת כרמל","2":"2100","3":"חיפה","4":"26806"},{"1":"טירת צבי","2":"268","3":"הצפון","4":"975"},{"1":"טל-אל","2":"1181","3":"הצפון","4":"1216"},{"1":"טל שחר","2":"462","3":"ירושלים","4":"1375"},{"1":"טללים","2":"1177","3":"הדרום","4":"591"},{"1":"טלמון","2":"3788","3":"אזור יהודה ושומרון","4":"5141"},{"1":"טמרה","2":"8900","3":"הצפון","4":"35406"},{"1":"טמרה (יזרעאל)","2":"547","3":"הצפון","4":"1656"},{"1":"טנא","2":"3743","3":"אזור יהודה ושומרון","4":"964"},{"1":"טפחות","2":"1214","3":"הצפון","4":"521"},{"1":"יאנוח-ג'ת","2":"1295","3":"הצפון","4":"6851"},{"1":"יבול","2":"1232","3":"הדרום","4":"352"},{"1":"יבנאל","2":"46","3":"הצפון","4":"4447"},{"1":"יבנה","2":"2660","3":"המרכז","4":"53595"},{"1":"יגור","2":"96","3":"חיפה","4":"1654"},{"1":"יגל","2":"798","3":"המרכז","4":"919"},{"1":"יד בנימין","2":"577","3":"המרכז","4":"4271"},{"1":"יד השמונה","2":"1134","3":"ירושלים","4":"294"},{"1":"יד חנה","2":"758","3":"המרכז","4":"985"},{"1":"יד מרדכי","2":"358","3":"הדרום","4":"792"},{"1":"יד נתן","2":"775","3":"הדרום","4":"637"},{"1":"יד רמב\"ם","2":"64","3":"המרכז","4":"1139"},{"1":"ידידה","2":"1144","3":"ירושלים","4":"224"},{"1":"יהוד-מונוסון","2":"9400","3":"המרכז","4":"30618"},{"1":"יהל","2":"1158","3":"הדרום","4":"232"},{"1":"יובל","2":"2009","3":"הצפון","4":"644"},{"1":"יובלים","2":"1226","3":"הצפון","4":"1102"},{"1":"יודפת","2":"1112","3":"הצפון","4":"910"},{"1":"יונתן","2":"4007","3":"הצפון","4":"802"},{"1":"יושיביה","2":"803","3":"הדרום","4":"733"},{"1":"יזרעאל","2":"452","3":"הצפון","4":"535"},{"1":"יחיעם","2":"409","3":"הצפון","4":"722"},{"1":"יטבתה","2":"866","3":"הדרום","4":"735"},{"1":"ייט\"ב","2":"3607","3":"אזור יהודה ושומרון","4":"296"},{"1":"יכיני","2":"811","3":"הדרום","4":"724"},{"1":"ים המלח - בתי מלון","2":"1772","3":"הדרום","4":"NA"},{"1":"ינוב","2":"753","3":"המרכז","4":"953"},{"1":"ינון","2":"2011","3":"הדרום","4":"1215"},{"1":"יסוד המעלה","2":"29","3":"הצפון","4":"1804"},{"1":"יסודות","2":"440","3":"המרכז","4":"1016"},{"1":"יסעור","2":"575","3":"הצפון","4":"893"},{"1":"יעד","2":"1138","3":"הצפון","4":"728"},{"1":"יעל","2":"1117","3":"הצפון","4":"NA"},{"1":"יעף","2":"1044","3":"המרכז","4":"315"},{"1":"יערה","2":"795","3":"הצפון","4":"808"},{"1":"יערות גבעת המורה מ\"א 9","2":"1863","3":"הצפון","4":"NA"},{"1":"יפיע","2":"499","3":"הצפון","4":"19537"},{"1":"יפית","2":"3566","3":"אזור יהודה ושומרון","4":"221"},{"1":"יפעת","2":"134","3":"הצפון","4":"1211"},{"1":"יפתח","2":"453","3":"הצפון","4":"607"},{"1":"יצהר","2":"3749","3":"אזור יהודה ושומרון","4":"2020"},{"1":"יציץ","2":"759","3":"המרכז","4":"826"},{"1":"יקום","2":"417","3":"המרכז","4":"794"},{"1":"יקיר","2":"3647","3":"אזור יהודה ושומרון","4":"2485"},{"1":"יקנעם (מושבה)","2":"241","3":"הצפון","4":"1375"},{"1":"יקנעם עילית","2":"240","3":"הצפון","4":"24158"},{"1":"יראון","2":"623","3":"הצפון","4":"407"},{"1":"ירדנה","2":"2026","3":"הצפון","4":"370"},{"1":"ירוחם","2":"831","3":"הדרום","4":"11031"},{"1":"ירושלים","2":"3000","3":"ירושלים","4":"966209"},{"1":"ירחיב","2":"718","3":"המרכז","4":"1088"},{"1":"ירכא","2":"502","3":"הצפון","4":"17574"},{"1":"ירקונה","2":"183","3":"המרכז","4":"357"},{"1":"ישע","2":"916","3":"הדרום","4":"429"},{"1":"ישעי","2":"805","3":"ירושלים","4":"857"},{"1":"ישרש","2":"828","3":"המרכז","4":"983"},{"1":"יתד","2":"1227","3":"הדרום","4":"563"},{"1":"כאבול","2":"504","3":"הצפון","4":"14474"},{"1":"כאוכב אבו אל-היג'א","2":"505","3":"הצפון","4":"3723"},{"1":"כברי","2":"576","3":"הצפון","4":"1098"},{"1":"כדורי","2":"371","3":"הצפון","4":"215"},{"1":"כדיתה","2":"1338","3":"הצפון","4":"179"},{"1":"כוכב השחר","2":"3564","3":"אזור יהודה ושומרון","4":"2515"},{"1":"כוכב יאיר","2":"1224","3":"המרכז","4":"8950"},{"1":"כוכב יעקב","2":"3779","3":"אזור יהודה ושומרון","4":"9524"},{"1":"כוכב מיכאל","2":"824","3":"הדרום","4":"1105"},{"1":"כורזים","2":"1252","3":"הצפון","4":"339"},{"1":"כחל","2":"1210","3":"הצפון","4":"472"},{"1":"כחלה","2":"1367","3":"הדרום","4":"455"},{"1":"כיסופים","2":"840","3":"הדרום","4":"292"},{"1":"כישור","2":"1153","3":"הצפון","4":"215"},{"1":"כליל","2":"1183","3":"הצפון","4":"829"},{"1":"כלנית","2":"1229","3":"הצפון","4":"258"},{"1":"כמאנה","2":"1331","3":"הצפון","4":"1620"},{"1":"כמהין","2":"1291","3":"הדרום","4":"251"},{"1":"כמון","2":"1201","3":"הצפון","4":"1412"},{"1":"כנות","2":"2006","3":"הדרום","4":"441"},{"1":"כנף","2":"4028","3":"הצפון","4":"465"},{"1":"כנרת (מושבה)","2":"63","3":"הצפון","4":"687"},{"1":"כנרת (קבוצה)","2":"57","3":"הצפון","4":"701"},{"1":"כסיפה","2":"1059","3":"הדרום","4":"23219"},{"1":"כסלון","2":"859","3":"ירושלים","4":"487"},{"1":"כסרא-סמיע","2":"1296","3":"הצפון","4":"9108"},{"1":"כעביה-טבאש-חג'אג'רה","2":"978","3":"הצפון","4":"5732"},{"1":"כפר אביב","2":"857","3":"המרכז","4":"822"},{"1":"כפר אדומים","2":"3638","3":"אזור יהודה ושומרון","4":"4927"},{"1":"כפר אוריה","2":"364","3":"ירושלים","4":"914"},{"1":"כפר אחים","2":"690","3":"הדרום","4":"892"},{"1":"כפר ביאליק","2":"220","3":"חיפה","4":"852"},{"1":"כפר ביל\"ו","2":"177","3":"המרכז","4":"1252"},{"1":"כפר בלום","2":"357","3":"הצפון","4":"765"},{"1":"כפר בן נון","2":"2010","3":"המרכז","4":"742"},{"1":"כפר ברא","2":"633","3":"המרכז","4":"3856"},{"1":"כפר ברוך","2":"132","3":"הצפון","4":"667"},{"1":"כפר גדעון","2":"106","3":"הצפון","4":"351"},{"1":"כפר גלים","2":"427","3":"חיפה","4":"381"},{"1":"כפר גליקסון","2":"310","3":"חיפה","4":"352"},{"1":"כפר גלעדי","2":"76","3":"הצפון","4":"689"},{"1":"כפר דניאל","2":"707","3":"המרכז","4":"683"},{"1":"כפר האורנים","2":"3796","3":"אזור יהודה ושומרון","4":"2607"},{"1":"כפר החורש","2":"192","3":"הצפון","4":"736"},{"1":"כפר המכבי","2":"254","3":"חיפה","4":"410"},{"1":"כפר הנגיד","2":"582","3":"המרכז","4":"1223"},{"1":"כפר הנוער הדתי","2":"890","3":"חיפה","4":"376"},{"1":"כפר הנשיא","2":"443","3":"הצפון","4":"979"},{"1":"כפר הס","2":"187","3":"המרכז","4":"1582"},{"1":"כפר הרא\"ה","2":"217","3":"המרכז","4":"1483"},{"1":"כפר הרי\"ף","2":"888","3":"הדרום","4":"844"},{"1":"כפר ויתקין","2":"190","3":"המרכז","4":"1982"},{"1":"כפר ורבורג","2":"320","3":"הדרום","4":"1161"},{"1":"כפר ורדים","2":"1263","3":"הצפון","4":"5531"},{"1":"כפר זוהרים","2":"1325","3":"ירושלים","4":"149"},{"1":"כפר זיתים","2":"786","3":"הצפון","4":"793"},{"1":"כפר חב\"ד","2":"696","3":"המרכז","4":"6797"},{"1":"כפר חושן","2":"609","3":"הצפון","4":"805"},{"1":"כפר חיטים","2":"255","3":"הצפון","4":"618"},{"1":"כפר חיים","2":"193","3":"המרכז","4":"639"},{"1":"כפר חנניה","2":"1297","3":"הצפון","4":"762"},{"1":"כפר חסידים א'","2":"112","3":"חיפה","4":"814"},{"1":"כפר חסידים ב'","2":"889","3":"חיפה","4":"305"},{"1":"כפר חרוב","2":"4004","3":"הצפון","4":"478"},{"1":"כפר טרומן","2":"673","3":"המרכז","4":"908"},{"1":"כפר יאסיף","2":"507","3":"הצפון","4":"10324"},{"1":"כפר ידידיה","2":"233","3":"המרכז","4":"751"},{"1":"כפר יהושע","2":"140","3":"הצפון","4":"1244"},{"1":"כפר יונה","2":"168","3":"המרכז","4":"27897"},{"1":"כפר יחזקאל","2":"85","3":"הצפון","4":"1255"},{"1":"כפר יעבץ","2":"170","3":"המרכז","4":"676"},{"1":"כפר כמא","2":"508","3":"הצפון","4":"3479"},{"1":"כפר כנא","2":"509","3":"הצפון","4":"23706"},{"1":"כפר מונש","2":"387","3":"המרכז","4":"926"},{"1":"כפר מימון","2":"1095","3":"הדרום","4":"427"},{"1":"כפר מל\"ל","2":"98","3":"המרכז","4":"324"},{"1":"כפר מנדא","2":"510","3":"הצפון","4":"21073"},{"1":"כפר מנחם","2":"274","3":"הדרום","4":"1366"},{"1":"כפר מסריק","2":"297","3":"הצפון","4":"866"},{"1":"כפר מצר","2":"512","3":"הצפון","4":"2805"},{"1":"כפר מרדכי","2":"764","3":"המרכז","4":"657"},{"1":"כפר נטר","2":"316","3":"המרכז","4":"1159"},{"1":"כפר סאלד","2":"345","3":"הצפון","4":"716"},{"1":"כפר סבא","2":"6900","3":"המרכז","4":"101801"},{"1":"כפר סילבר","2":"107","3":"הדרום","4":"405"},{"1":"כפר סירקין","2":"249","3":"המרכז","4":"1543"},{"1":"כפר עבודה","2":"875","3":"המרכז","4":"212"},{"1":"כפר עזה","2":"845","3":"הדרום","4":"765"},{"1":"כפר עציון","2":"3488","3":"אזור יהודה ושומרון","4":"1279"},{"1":"כפר פינס","2":"189","3":"חיפה","4":"1106"},{"1":"כפר קאסם","2":"634","3":"המרכז","4":"24756"},{"1":"כפר קיש","2":"388","3":"הצפון","4":"685"},{"1":"כפר קרע","2":"654","3":"חיפה","4":"19691"},{"1":"כפר ראש הנקרה","2":"579","3":"הצפון","4":"1406"},{"1":"כפר רוזנואלד (זרעית)","2":"1130","3":"הצפון","4":"237"},{"1":"כפר רופין","2":"295","3":"הצפון","4":"526"},{"1":"כפר רות","2":"1166","3":"המרכז","4":"285"},{"1":"כפר שמאי","2":"605","3":"הצפון","4":"575"},{"1":"כפר שמואל","2":"743","3":"המרכז","4":"969"},{"1":"כפר שמריהו","2":"267","3":"תל אביב","4":"1948"},{"1":"כפר תבור","2":"47","3":"הצפון","4":"4426"},{"1":"כפר תפוח","2":"3572","3":"אזור יהודה ושומרון","4":"1522"},{"1":"כרכום","2":"1285","3":"הצפון","4":"517"},{"1":"כרם בן זמרה","2":"664","3":"הצפון","4":"529"},{"1":"כרם בן שמן","2":"88","3":"המרכז","4":"87"},{"1":"כרם יבנה (ישיבה)","2":"1094","3":"המרכז","4":"538"},{"1":"כרם מהר\"ל","2":"580","3":"חיפה","4":"767"},{"1":"כרם שלום","2":"1085","3":"הדרום","4":"194"},{"1":"כרמי יוסף","2":"1264","3":"המרכז","4":"1757"},{"1":"כרמי צור","2":"3766","3":"אזור יהודה ושומרון","4":"964"},{"1":"כרמי קטיף","2":"1374","3":"הדרום","4":"649"},{"1":"כרמיאל","2":"1139","3":"הצפון","4":"46311"},{"1":"כרמייה","2":"768","3":"הדרום","4":"651"},{"1":"כרמים","2":"1198","3":"הדרום","4":"526"},{"1":"כרמל","2":"3656","3":"אזור יהודה ושומרון","4":"467"},{"1":"לבון","2":"1207","3":"הצפון","4":"727"},{"1":"לביא","2":"585","3":"הצפון","4":"616"},{"1":"לבנים","2":"1230","3":"הצפון","4":"473"},{"1":"להב","2":"2023","3":"הדרום","4":"656"},{"1":"להבות הבשן","2":"380","3":"הצפון","4":"922"},{"1":"להבות חביבה","2":"715","3":"חיפה","4":"1062"},{"1":"להבים","2":"1271","3":"הדרום","4":"6977"},{"1":"לוד","2":"7000","3":"המרכז","4":"82629"},{"1":"לוזית","2":"52","3":"ירושלים","4":"862"},{"1":"לוחמי הגיטאות","2":"595","3":"הצפון","4":"816"},{"1":"לוטם","2":"1171","3":"הצפון","4":"783"},{"1":"לוטן","2":"1255","3":"הדרום","4":"202"},{"1":"לימן","2":"674","3":"הצפון","4":"674"},{"1":"לכיש","2":"24","3":"הדרום","4":"800"},{"1":"לפיד","2":"1310","3":"המרכז","4":"2322"},{"1":"לפידות","2":"1173","3":"הצפון","4":"129"},{"1":"לקיה","2":"1060","3":"הדרום","4":"15294"},{"1":"מאור","2":"2055","3":"חיפה","4":"1442"},{"1":"מאיר שפיה","2":"102","3":"חיפה","4":"352"},{"1":"מבוא ביתר","2":"771","3":"ירושלים","4":"1013"},{"1":"מבוא דותן","2":"3569","3":"אזור יהודה ושומרון","4":"509"},{"1":"מבוא חורון","2":"3709","3":"אזור יהודה ושומרון","4":"2694"},{"1":"מבוא חמה","2":"4204","3":"הצפון","4":"459"},{"1":"מבוא מודיעים","2":"1141","3":"המרכז","4":"247"},{"1":"מבואות ים","2":"1318","3":"המרכז","4":"365"},{"1":"מבואות יריחו","2":"3825","3":"אזור יהודה ושומרון","4":"228"},{"1":"מבועים","2":"1080","3":"הדרום","4":"1250"},{"1":"מבטחים","2":"829","3":"הדרום","4":"463"},{"1":"מבקיעים","2":"573","3":"הדרום","4":"508"},{"1":"מבשרת ציון","2":"1015","3":"ירושלים","4":"24943"},{"1":"מג'ד אל-כרום","2":"516","3":"הצפון","4":"15630"},{"1":"מג'דל שמס","2":"4201","3":"הצפון","4":"11404"},{"1":"מגאר","2":"481","3":"הצפון","4":"23625"},{"1":"מגדים","2":"689","3":"חיפה","4":"1388"},{"1":"מגדל","2":"65","3":"הצפון","4":"1988"},{"1":"מגדל העמק","2":"874","3":"הצפון","4":"26029"},{"1":"מגדל עוז","2":"3561","3":"אזור יהודה ושומרון","4":"566"},{"1":"מגדל תפן","2":"1722","3":"הצפון","4":"NA"},{"1":"מגדלים","2":"3751","3":"אזור יהודה ושומרון","4":"543"},{"1":"מגידו","2":"586","3":"הצפון","4":"858"},{"1":"מגל","2":"375","3":"חיפה","4":"1177"},{"1":"מגן","2":"695","3":"הדרום","4":"537"},{"1":"מגן שאול","2":"1155","3":"הצפון","4":"734"},{"1":"מגשימים","2":"722","3":"המרכז","4":"1090"},{"1":"מדרך עוז","2":"2029","3":"הצפון","4":"828"},{"1":"מדרשת בן גוריון","2":"1140","3":"הדרום","4":"1956"},{"1":"מדרשת רופין","2":"897","3":"המרכז","4":"228"},{"1":"מודיעין-מכבים-רעות*","2":"1200","3":"המרכז","4":"97097"},{"1":"מודיעין עילית","2":"3797","3":"אזור יהודה ושומרון","4":"80997"},{"1":"מולדת","2":"269","3":"הצפון","4":"1096"},{"1":"מוצא עילית","2":"208","3":"ירושלים","4":"1524"},{"1":"מוקייבלה","2":"635","3":"הצפון","4":"4261"},{"1":"מורן","2":"1163","3":"הצפון","4":"497"},{"1":"מורשת","2":"1178","3":"הצפון","4":"1592"},{"1":"מזור","2":"606","3":"המרכז","4":"1329"},{"1":"מזכרת בתיה","2":"28","3":"המרכז","4":"15424"},{"1":"מזרח השרון מ\"א 16","2":"1879","3":"המרכז","4":"NA"},{"1":"מזרח השרון מ\"א 18","2":"1880","3":"המרכז","4":"NA"},{"1":"מזרע","2":"104","3":"הצפון","4":"792"},{"1":"מזרעה","2":"517","3":"הצפון","4":"4078"},{"1":"מחולה","2":"3599","3":"אזור יהודה ושומרון","4":"649"},{"1":"מחנה הילה*","2":"1411","3":"המרכז","4":"NA"},{"1":"מחנה טלי*","2":"1418","3":"הדרום","4":"NA"},{"1":"מחנה יהודית*","2":"1413","3":"הצפון","4":"NA"},{"1":"מחנה יוכבד*","2":"1416","3":"הדרום","4":"NA"},{"1":"מחנה יפה*","2":"1415","3":"הדרום","4":"NA"},{"1":"מחנה יתיר","2":"1196","3":"הדרום","4":"304"},{"1":"מחנה מרים*","2":"1414","3":"הדרום","4":"NA"},{"1":"מחנה תל נוף*","2":"1412","3":"המרכז","4":"NA"},{"1":"מחניים","2":"308","3":"הצפון","4":"815"},{"1":"מחסיה","2":"776","3":"ירושלים","4":"493"},{"1":"מטולה","2":"43","3":"הצפון","4":"1692"},{"1":"מטע","2":"822","3":"ירושלים","4":"961"},{"1":"מי עמי","2":"1128","3":"חיפה","4":"363"},{"1":"מיטב","2":"2054","3":"הצפון","4":"460"},{"1":"מייסר","2":"649","3":"חיפה","4":"2084"},{"1":"מיצר","2":"4019","3":"הצפון","4":"324"},{"1":"מירב","2":"1282","3":"הצפון","4":"744"},{"1":"מירון","2":"607","3":"הצפון","4":"1091"},{"1":"מישר","2":"731","3":"המרכז","4":"811"},{"1":"מיתר","2":"1268","3":"הדרום","4":"10566"},{"1":"מכורה","2":"3614","3":"אזור יהודה ושומרון","4":"185"},{"1":"מכחול","2":"1343","3":"הדרום","4":"1126"},{"1":"מכמורת","2":"382","3":"המרכז","4":"1504"},{"1":"מכמנים","2":"1202","3":"הצפון","4":"597"},{"1":"מלאה","2":"164","3":"הצפון","4":"375"},{"1":"מלילות","2":"2044","3":"הדרום","4":"381"},{"1":"מלכייה","2":"596","3":"הצפון","4":"436"},{"1":"מלכישוע","2":"1154","3":"הצפון","4":"243"},{"1":"מנוחה","2":"2030","3":"הדרום","4":"668"},{"1":"מנוף","2":"1174","3":"הצפון","4":"858"},{"1":"מנות","2":"1205","3":"הצפון","4":"497"},{"1":"מנחמיה","2":"48","3":"הצפון","4":"1065"},{"1":"מנרה","2":"347","3":"הצפון","4":"266"},{"1":"מנשית זבדה","2":"994","3":"הצפון","4":"1471"},{"1":"מסד","2":"1258","3":"הצפון","4":"387"},{"1":"מסדה","2":"263","3":"הצפון","4":"376"},{"1":"מסילות","2":"298","3":"הצפון","4":"463"},{"1":"מסילת ציון","2":"742","3":"ירושלים","4":"1214"},{"1":"מסלול","2":"748","3":"הדרום","4":"902"},{"1":"מסעדה","2":"4203","3":"הצפון","4":"3812"},{"1":"מסעודין אל-עזאזמה (שבט)","2":"939","3":"הדרום","4":"NA"},{"1":"מעברות","2":"197","3":"המרכז","4":"983"},{"1":"מעגלים","2":"1082","3":"הדרום","4":"2058"},{"1":"מעגן","2":"678","3":"הצפון","4":"394"},{"1":"מעגן מיכאל","2":"694","3":"חיפה","4":"2069"},{"1":"מעוז חיים","2":"272","3":"הצפון","4":"502"},{"1":"מעון","2":"3657","3":"אזור יהודה ושומרון","4":"592"},{"1":"מעונה","2":"570","3":"הצפון","4":"974"},{"1":"מעיין ברוך","2":"416","3":"הצפון","4":"724"},{"1":"מעיין צבי","2":"290","3":"חיפה","4":"762"},{"1":"מעיליא","2":"518","3":"הצפון","4":"3267"},{"1":"מעלה אדומים","2":"3616","3":"אזור יהודה ושומרון","4":"37555"},{"1":"מעלה אפרים","2":"3608","3":"אזור יהודה ושומרון","4":"1318"},{"1":"מעלה גלבוע","2":"1127","3":"הצפון","4":"830"},{"1":"מעלה גמלא","2":"4008","3":"הצפון","4":"573"},{"1":"מעלה החמישה","2":"286","3":"ירושלים","4":"846"},{"1":"מעלה לבונה","2":"3752","3":"אזור יהודה ושומרון","4":"976"},{"1":"מעלה מכמש","2":"3651","3":"אזור יהודה ושומרון","4":"1691"},{"1":"מעלה עירון","2":"1327","3":"חיפה","4":"15642"},{"1":"מעלה עמוס","2":"3653","3":"אזור יהודה ושומרון","4":"822"},{"1":"מעלות-תרשיחא","2":"1063","3":"הצפון","4":"22314"},{"1":"מענית","2":"344","3":"חיפה","4":"874"},{"1":"מערב השרון מ\"א 16","2":"1876","3":"המרכז","4":"NA"},{"1":"מערב השרון מ\"א 18","2":"1877","3":"המרכז","4":"NA"},{"1":"מערב השרון מ\"א 19","2":"1878","3":"המרכז","4":"NA"},{"1":"מעש","2":"230","3":"המרכז","4":"835"},{"1":"מפלסים","2":"668","3":"הדרום","4":"1038"},{"1":"מפעלי אבשלו\"ם","2":"1767","3":"הדרום","4":"NA"},{"1":"מפעלי ברקן","2":"1791","3":"אזור יהודה ושומרון","4":"NA"},{"1":"מפעלי גליל עליון","2":"1706","3":"הצפון","4":"NA"},{"1":"מפעלי גרנות","2":"1739","3":"חיפה","4":"NA"},{"1":"מפעלי העמק (יזרעאל)","2":"1717","3":"הצפון","4":"NA"},{"1":"מפעלי חבל מודיעים","2":"1729","3":"המרכז","4":"NA"},{"1":"מפעלי ים המלח(סדום)","2":"1775","3":"הדרום","4":"NA"},{"1":"מפעלי כנות","2":"1753","3":"הדרום","4":"NA"},{"1":"מפעלי מישור רותם","2":"1773","3":"הדרום","4":"NA"},{"1":"מפעלי מעון","2":"1769","3":"הדרום","4":"NA"},{"1":"מפעלי נחם הרטוב","2":"1701","3":"ירושלים","4":"NA"},{"1":"מפעלי צומת מלאכי","2":"1761","3":"הדרום","4":"NA"},{"1":"מפעלי צין - ערבה","2":"1776","3":"הדרום","4":"NA"},{"1":"מפעלי צמח","2":"1711","3":"הצפון","4":"NA"},{"1":"מפעלי שאן","2":"1719","3":"הצפון","4":"NA"},{"1":"מצדות יהודה","2":"3745","3":"אזור יהודה ושומרון","4":"634"},{"1":"מצובה","2":"325","3":"הצפון","4":"1157"},{"1":"מצליח","2":"757","3":"המרכז","4":"1343"},{"1":"מצפה","2":"58","3":"הצפון","4":"128"},{"1":"מצפה אבי\"ב","2":"1222","3":"הצפון","4":"1076"},{"1":"מצפה אילן","2":"1370","3":"חיפה","4":"752"},{"1":"מצפה יריחו","2":"3576","3":"אזור יהודה ושומרון","4":"2638"},{"1":"מצפה נטופה","2":"1190","3":"הצפון","4":"1054"},{"1":"מצפה רמון","2":"99","3":"הדרום","4":"5179"},{"1":"מצפה שלם","2":"3610","3":"אזור יהודה ושומרון","4":"238"},{"1":"מצר","2":"648","3":"חיפה","4":"389"},{"1":"מקווה ישראל","2":"22","3":"תל אביב","4":"379"},{"1":"מרגליות","2":"843","3":"הצפון","4":"416"},{"1":"מרום גולן","2":"4101","3":"הצפון","4":"754"},{"1":"מרחב עם","2":"1340","3":"הדרום","4":"521"},{"1":"מרחביה (מושב)","2":"97","3":"הצפון","4":"663"},{"1":"מרחביה (קיבוץ)","2":"66","3":"הצפון","4":"1298"},{"1":"מרכז אזורי כדורי","2":"1713","3":"הצפון","4":"NA"},{"1":"מרכז אזורי מרום הגליל","2":"1708","3":"הצפון","4":"NA"},{"1":"מרכז אזורי משגב","2":"1723","3":"הצפון","4":"NA"},{"1":"מרכז אזורי שוהם","2":"1747","3":"המרכז","4":"NA"},{"1":"מרכז כ\"ח","2":"1705","3":"הצפון","4":"NA"},{"1":"מרכז מיר\"ב*","2":"1715","3":"חיפה","4":"NA"},{"1":"מרכז שפירא","2":"1098","3":"הדרום","4":"2589"},{"1":"משאבי שדה","2":"421","3":"הדרום","4":"474"},{"1":"משגב דב","2":"765","3":"המרכז","4":"714"},{"1":"משגב עם","2":"378","3":"הצפון","4":"358"},{"1":"משהד","2":"520","3":"הצפון","4":"8655"},{"1":"משואה","2":"3605","3":"אזור יהודה ושומרון","4":"263"},{"1":"משואות יצחק","2":"620","3":"הדרום","4":"685"},{"1":"משכיות","2":"3785","3":"אזור יהודה ושומרון","4":"341"},{"1":"משמר איילון","2":"670","3":"המרכז","4":"573"},{"1":"משמר דוד","2":"563","3":"המרכז","4":"1304"},{"1":"משמר הירדן","2":"732","3":"הצפון","4":"878"},{"1":"משמר הנגב","2":"395","3":"הדרום","4":"1085"},{"1":"משמר העמק","2":"130","3":"הצפון","4":"1268"},{"1":"משמר השבעה","2":"729","3":"המרכז","4":"1044"},{"1":"משמר השרון","2":"194","3":"המרכז","4":"613"},{"1":"משמרות","2":"213","3":"חיפה","4":"1233"},{"1":"משמרת","2":"425","3":"המרכז","4":"1048"},{"1":"משען","2":"791","3":"הדרום","4":"1069"},{"1":"מתן","2":"1315","3":"המרכז","4":"3631"},{"1":"מתת","2":"1184","3":"הצפון","4":"222"},{"1":"מתתיהו","2":"3648","3":"אזור יהודה ושומרון","4":"922"},{"1":"נאות גולן","2":"4551","3":"הצפון","4":"669"},{"1":"נאות הכיכר","2":"1124","3":"הדרום","4":"442"},{"1":"נאות חובב","2":"1770","3":"הדרום","4":"NA"},{"1":"נאות מרדכי","2":"408","3":"הצפון","4":"675"},{"1":"נאות סמדר","2":"1197","3":"הדרום","4":"228"},{"1":"נאעורה","2":"524","3":"הצפון","4":"2393"},{"1":"נבטים","2":"396","3":"הדרום","4":"1067"},{"1":"נגבה","2":"315","3":"הדרום","4":"967"},{"1":"נגוהות","2":"3724","3":"אזור יהודה ושומרון","4":"468"},{"1":"נהורה","2":"309","3":"הדרום","4":"1195"},{"1":"נהלל","2":"80","3":"הצפון","4":"1255"},{"1":"נהרייה","2":"9100","3":"הצפון","4":"60807"},{"1":"נוב","2":"4304","3":"הצפון","4":"1026"},{"1":"נוגה","2":"55","3":"הדרום","4":"579"},{"1":"נווה","2":"1366","3":"הדרום","4":"1327"},{"1":"נווה אבות","2":"926","3":"חיפה","4":"40"},{"1":"נווה אור","2":"590","3":"הצפון","4":"350"},{"1":"נווה אטי\"ב","2":"4303","3":"הצפון","4":"141"},{"1":"נווה אילן","2":"405","3":"ירושלים","4":"996"},{"1":"נווה אילן*","2":"1702","3":"ירושלים","4":"NA"},{"1":"נווה איתן","2":"296","3":"הצפון","4":"306"},{"1":"נווה דניאל","2":"3725","3":"אזור יהודה ושומרון","4":"2360"},{"1":"נווה זוהר","2":"1057","3":"הדרום","4":"52"},{"1":"נווה זיו","2":"1314","3":"הצפון","4":"1012"},{"1":"נווה חריף","2":"1279","3":"הדרום","4":"107"},{"1":"נווה ים","2":"312","3":"חיפה","4":"237"},{"1":"נווה ימין","2":"686","3":"המרכז","4":"1065"},{"1":"נווה ירק","2":"858","3":"המרכז","4":"1271"},{"1":"נווה מבטח","2":"827","3":"הדרום","4":"690"},{"1":"נווה מיכאל","2":"1071","3":"ירושלים","4":"871"},{"1":"נווה צוף","2":"3573","3":"אזור יהודה ושומרון","4":"1543"},{"1":"נווה שלום","2":"1259","3":"ירושלים","4":"357"},{"1":"נועם","2":"15","3":"הדרום","4":"360"},{"1":"נוף איילון","2":"1333","3":"המרכז","4":"2081"},{"1":"נוף הגליל","2":"1061","3":"הצפון","4":"42659"},{"1":"נופים","2":"3790","3":"אזור יהודה ושומרון","4":"1042"},{"1":"נופית","2":"1284","3":"חיפה","4":"2550"},{"1":"נופך","2":"257","3":"המרכז","4":"610"},{"1":"נוקדים","2":"3726","3":"אזור יהודה ושומרון","4":"2764"},{"1":"נורדייה","2":"447","3":"המרכז","4":"1924"},{"1":"נורית","2":"833","3":"הצפון","4":"244"},{"1":"נחושה","2":"59","3":"ירושלים","4":"1505"},{"1":"נחל יפתחאל מ\"א 3","2":"1883","3":"הצפון","4":"NA"},{"1":"נחל עוז","2":"844","3":"הדרום","4":"470"},{"1":"נחל תבור מ\"א 8","2":"1861","3":"הצפון","4":"NA"},{"1":"נחלה","2":"2045","3":"הדרום","4":"706"},{"1":"נחליאל","2":"3767","3":"אזור יהודה ושומרון","4":"737"},{"1":"נחלים","2":"449","3":"המרכז","4":"1848"},{"1":"נחם","2":"809","3":"ירושלים","4":"561"},{"1":"נחף","2":"522","3":"הצפון","4":"13558"},{"1":"נחשולים","2":"433","3":"חיפה","4":"700"},{"1":"נחשון","2":"777","3":"ירושלים","4":"602"},{"1":"נחשונים","2":"705","3":"המרכז","4":"435"},{"1":"נטועה","2":"1147","3":"הצפון","4":"326"},{"1":"נטור","2":"4014","3":"הצפון","4":"910"},{"1":"נטע","2":"1369","3":"הדרום","4":"736"},{"1":"נטעים","2":"174","3":"המרכז","4":"637"},{"1":"נטף","2":"1254","3":"ירושלים","4":"478"},{"1":"ניין","2":"523","3":"הצפון","4":"1959"},{"1":"ניל\"י","2":"3655","3":"אזור יהודה ושומרון","4":"1878"},{"1":"ניצן","2":"351","3":"הדרום","4":"2660"},{"1":"ניצן ב'","2":"1419","3":"הדרום","4":"376"},{"1":"ניצנה (קהילת חינוך)","2":"1195","3":"הדרום","4":"408"},{"1":"ניצני סיני","2":"1280","3":"הדרום","4":"297"},{"1":"ניצני עוז","2":"851","3":"המרכז","4":"1114"},{"1":"ניצנים","2":"359","3":"הדרום","4":"613"},{"1":"ניר אליהו","2":"808","3":"המרכז","4":"563"},{"1":"ניר בנים","2":"553","3":"הדרום","4":"726"},{"1":"ניר גלים","2":"720","3":"המרכז","4":"1387"},{"1":"ניר דוד (תל עמל)","2":"256","3":"הצפון","4":"743"},{"1":"ניר ח\"ן","2":"11","3":"הדרום","4":"578"},{"1":"ניר יפה","2":"165","3":"הצפון","4":"730"},{"1":"ניר יצחק","2":"402","3":"הדרום","4":"649"},{"1":"ניר ישראל","2":"699","3":"הדרום","4":"893"},{"1":"ניר משה","2":"2047","3":"הדרום","4":"607"},{"1":"ניר עוז","2":"69","3":"הדרום","4":"392"},{"1":"ניר עם","2":"348","3":"הדרום","4":"684"},{"1":"ניר עציון","2":"769","3":"חיפה","4":"971"},{"1":"ניר עקיבא","2":"2048","3":"הדרום","4":"709"},{"1":"ניר צבי","2":"331","3":"המרכז","4":"1273"},{"1":"נירים","2":"602","3":"הדרום","4":"408"},{"1":"נירית","2":"1236","3":"המרכז","4":"952"},{"1":"נמל תעופה בן-גוריון","2":"1748","3":"המרכז","4":"NA"},{"1":"נמרוד","2":"4035","3":"הצפון","4":"NA"},{"1":"נס הרים","2":"825","3":"ירושלים","4":"1472"},{"1":"נס עמים","2":"1143","3":"הצפון","4":"467"},{"1":"נס ציונה","2":"7200","3":"המרכז","4":"50456"},{"1":"נעורים","2":"186","3":"המרכז","4":"404"},{"1":"נעלה","2":"3787","3":"אזור יהודה ושומרון","4":"2608"},{"1":"נעמ\"ה","2":"3713","3":"אזור יהודה ושומרון","4":"197"},{"1":"נען","2":"158","3":"המרכז","4":"1771"},{"1":"נערן","2":"3620","3":"אזור יהודה ושומרון","4":"104"},{"1":"נפת בית לחם","2":"1982","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת בית לחם מ\"א 76","2":"1981","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ג'נין","2":"1971","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ג'נין מ\"א 72","2":"1970","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת חברון","2":"1984","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת חברון מ\"א 78","2":"1983","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת טול כרם","2":"1975","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ירדן","2":"1980","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ירדן מ\"א 74","2":"1978","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ירדן מ\"א 75","2":"1979","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ראמאללה","2":"1977","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ראמאללה מ\"א 73","2":"1974","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ראמאללה מ\"א 73","2":"1976","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת שכם","2":"1973","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת שכם מ\"א 72","2":"1972","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נצאצרה (שבט)","2":"1041","3":"הדרום","4":"NA"},{"1":"נצר חזני","2":"1372","3":"המרכז","4":"544"},{"1":"נצר סרני","2":"435","3":"המרכז","4":"946"},{"1":"נצרת","2":"7300","3":"הצפון","4":"77925"},{"1":"נשר","2":"2500","3":"חיפה","4":"23759"},{"1":"נתיב הגדוד","2":"3555","3":"אזור יהודה ושומרון","4":"220"},{"1":"נתיב הל\"ה","2":"693","3":"ירושלים","4":"670"},{"1":"נתיב העשרה","2":"1242","3":"הדרום","4":"900"},{"1":"נתיב השיירה","2":"792","3":"הצפון","4":"507"},{"1":"נתיבות","2":"246","3":"הדרום","4":"42039"},{"1":"נתניה","2":"7400","3":"המרכז","4":"224066"},{"1":"סאג'ור","2":"525","3":"הצפון","4":"4425"},{"1":"סאסא","2":"578","3":"הצפון","4":"411"},{"1":"סביון*","2":"587","3":"המרכז","4":"4051"},{"1":"סגולה","2":"2046","3":"הדרום","4":"737"},{"1":"סואעד (חמרייה)*","2":"942","3":"הצפון","4":"198"},{"1":"סואעד (כמאנה) (שבט)","2":"989","3":"הצפון","4":"NA"},{"1":"סולם","2":"526","3":"הצפון","4":"2661"},{"1":"סוסיה","2":"3756","3":"אזור יהודה ושומרון","4":"1376"},{"1":"סופה","2":"1238","3":"הדרום","4":"227"},{"1":"סח'נין","2":"7500","3":"הצפון","4":"32744"},{"1":"סייד (שבט)","2":"1170","3":"הדרום","4":"NA"},{"1":"סלמה","2":"1245","3":"הצפון","4":"3478"},{"1":"סלעית","2":"3567","3":"אזור יהודה ושומרון","4":"1426"},{"1":"סמר","2":"1156","3":"הדרום","4":"270"},{"1":"סנסנה","2":"3777","3":"אזור יהודה ושומרון","4":"665"},{"1":"סעד","2":"419","3":"הדרום","4":"846"},{"1":"סעוה","2":"1360","3":"הדרום","4":"2149"},{"1":"סער","2":"454","3":"הצפון","4":"910"},{"1":"ספיר","2":"1176","3":"הדרום","4":"503"},{"1":"סתרייה","2":"610","3":"המרכז","4":"1092"},{"1":"ע'ג'ר","2":"4501","3":"הצפון","4":"2745"},{"1":"עבדון","2":"892","3":"הצפון","4":"685"},{"1":"עברון","2":"376","3":"הצפון","4":"863"},{"1":"עגור","2":"794","3":"ירושלים","4":"552"},{"1":"עד הלום","2":"1762","3":"הדרום","4":"NA"},{"1":"עדי","2":"1199","3":"הצפון","4":"1868"},{"1":"עדנים","2":"2035","3":"המרכז","4":"509"},{"1":"עוזה","2":"826","3":"הדרום","4":"407"},{"1":"עוזייר","2":"528","3":"הצפון","4":"3432"},{"1":"עולש","2":"737","3":"המרכז","4":"1184"},{"1":"עומר","2":"666","3":"הדרום","4":"7656"},{"1":"עופר","2":"810","3":"חיפה","4":"660"},{"1":"עוצם","2":"32","3":"הדרום","4":"753"},{"1":"עוקבי (בנו עוקבה) (שבט)","2":"957","3":"הדרום","4":"NA"},{"1":"עזוז","2":"328","3":"הדרום","4":"82"},{"1":"עזר","2":"1149","3":"הדרום","4":"810"},{"1":"עזריאל","2":"837","3":"המרכז","4":"872"},{"1":"עזריה","2":"711","3":"המרכז","4":"1238"},{"1":"עזריקם","2":"817","3":"הדרום","4":"1530"},{"1":"עטאוונה (שבט)","2":"969","3":"הדרום","4":"NA"},{"1":"עטרת","2":"3658","3":"אזור יהודה ושומרון","4":"954"},{"1":"עידן","2":"1175","3":"הדרום","4":"407"},{"1":"עידן הנגב","2":"1765","3":"הדרום","4":"NA"},{"1":"עיילבון","2":"530","3":"הצפון","4":"5812"},{"1":"עיינות","2":"156","3":"המרכז","4":"408"},{"1":"עילוט","2":"511","3":"הצפון","4":"8653"},{"1":"עין איילה","2":"687","3":"חיפה","4":"1159"},{"1":"עין אל-אסד","2":"546","3":"הצפון","4":"903"},{"1":"עין גב","2":"273","3":"הצפון","4":"670"},{"1":"עין גדי","2":"2042","3":"הדרום","4":"588"},{"1":"עין דור","2":"436","3":"הצפון","4":"1054"},{"1":"עין הבשור","2":"1240","3":"הדרום","4":"1113"},{"1":"עין הוד","2":"74","3":"חיפה","4":"666"},{"1":"עין החורש","2":"167","3":"המרכז","4":"854"},{"1":"עין המפרץ","2":"289","3":"הצפון","4":"1258"},{"1":"עין הנצי\"ב","2":"383","3":"הצפון","4":"621"},{"1":"עין העמק","2":"367","3":"הצפון","4":"829"},{"1":"עין השופט","2":"270","3":"הצפון","4":"882"},{"1":"עין השלושה","2":"676","3":"הדרום","4":"369"},{"1":"עין ורד","2":"157","3":"המרכז","4":"1567"},{"1":"עין זיוון","2":"4503","3":"הצפון","4":"426"},{"1":"עין חוד","2":"1320","3":"חיפה","4":"318"},{"1":"עין חצבה","2":"1053","3":"הדרום","4":"NA"},{"1":"עין חרוד (איחוד)","2":"89","3":"הצפון","4":"540"},{"1":"עין חרוד (מאוחד)","2":"82","3":"הצפון","4":"780"},{"1":"עין יהב","2":"806","3":"הדרום","4":"803"},{"1":"עין יעקב","2":"813","3":"הצפון","4":"1215"},{"1":"עין כרם-בי\"ס חקלאי","2":"1056","3":"ירושלים","4":"164"},{"1":"עין כרמל","2":"426","3":"חיפה","4":"930"},{"1":"עין מאהל","2":"532","3":"הצפון","4":"13748"},{"1":"עין נקובא","2":"521","3":"ירושלים","4":"3680"},{"1":"עין עירון","2":"223","3":"חיפה","4":"587"},{"1":"עין צורים","2":"622","3":"הדרום","4":"861"},{"1":"עין קנייא","2":"4502","3":"הצפון","4":"2172"},{"1":"עין ראפה","2":"514","3":"ירושלים","4":"1276"},{"1":"עין שמר","2":"139","3":"חיפה","4":"635"},{"1":"עין שריד","2":"880","3":"המרכז","4":"1648"},{"1":"עין תמר","2":"1251","3":"הדרום","4":"198"},{"1":"עינת","2":"871","3":"המרכז","4":"842"},{"1":"עיר אובות","2":"1187","3":"הדרום","4":"NA"},{"1":"עכו","2":"7600","3":"הצפון","4":"49615"},{"1":"עלומים","2":"1146","3":"הדרום","4":"531"},{"1":"עלי","2":"3765","3":"אזור יהודה ושומרון","4":"4613"},{"1":"עלי זהב","2":"3727","3":"אזור יהודה ושומרון","4":"4279"},{"1":"עלמה","2":"688","3":"הצפון","4":"705"},{"1":"עלמון","2":"3715","3":"אזור יהודה ושומרון","4":"1441"},{"1":"עמוקה","2":"1212","3":"הצפון","4":"158"},{"1":"עמיחי","2":"3824","3":"אזור יהודה ושומרון","4":"238"},{"1":"עמינדב","2":"779","3":"ירושלים","4":"1119"},{"1":"עמיעד","2":"385","3":"הצפון","4":"483"},{"1":"עמיעוז","2":"318","3":"הדרום","4":"208"},{"1":"עמיקם","2":"773","3":"חיפה","4":"740"},{"1":"עמיר","2":"319","3":"הצפון","4":"600"},{"1":"עמנואל","2":"3660","3":"אזור יהודה ושומרון","4":"4372"},{"1":"עמק בית שאן מ\"א 7","2":"1824","3":"הצפון","4":"NA"},{"1":"עמק בית שאן של\"ש","2":"1825","3":"הצפון","4":"NA"},{"1":"עמק חולה מ\"א 1","2":"1806","3":"הצפון","4":"NA"},{"1":"עמק חולה מ\"א 55","2":"1807","3":"הצפון","4":"NA"},{"1":"עמק חולה של\"ש","2":"1808","3":"הצפון","4":"NA"},{"1":"עמק חפר מזרח מ\"א 16","2":"1875","3":"המרכז","4":"NA"},{"1":"עמק חרוד מ\"א 8","2":"1826","3":"הצפון","4":"NA"},{"1":"עמק חרוד של\"ש","2":"1827","3":"הצפון","4":"NA"},{"1":"עמק יזרעאל מ\"א 13","2":"1834","3":"הצפון","4":"NA"},{"1":"עמק יזרעאל מ\"א 8","2":"1832","3":"הצפון","4":"NA"},{"1":"עמק יזרעאל מ\"א 9","2":"1833","3":"הצפון","4":"NA"},{"1":"עמקה","2":"708","3":"הצפון","4":"822"},{"1":"ענב","2":"3712","3":"אזור יהודה ושומרון","4":"983"},{"1":"עספיא","2":"534","3":"חיפה","4":"12746"},{"1":"עפולה","2":"7700","3":"הצפון","4":"59076"},{"1":"עפרה","2":"3617","3":"אזור יהודה ושומרון","4":"3025"},{"1":"עץ אפרים","2":"3778","3":"אזור יהודה ושומרון","4":"2518"},{"1":"עצמון שגב","2":"917","3":"הצפון","4":"1204"},{"1":"עראבה","2":"531","3":"הצפון","4":"26641"},{"1":"עראמשה*","2":"1246","3":"הצפון","4":"1724"},{"1":"ערב אל נעים","2":"1335","3":"הצפון","4":"848"},{"1":"ערד","2":"2560","3":"הדרום","4":"27582"},{"1":"ערוגות","2":"593","3":"הדרום","4":"1145"},{"1":"ערערה","2":"637","3":"חיפה","4":"25823"},{"1":"ערערה-בנגב","2":"1192","3":"הדרום","4":"19681"},{"1":"עשרת","2":"591","3":"המרכז","4":"968"},{"1":"עתלית","2":"53","3":"חיפה","4":"10474"},{"1":"עתניאל","2":"3748","3":"אזור יהודה ושומרון","4":"994"},{"1":"פארן","2":"1151","3":"הדרום","4":"508"},{"1":"פארק הירדן מ\"א 6","2":"1961","3":"הצפון","4":"NA"},{"1":"פארק תעשיות ספירים","2":"1763","3":"הדרום","4":"NA"},{"1":"פארק תעשיות עמק חפר","2":"1745","3":"המרכז","4":"NA"},{"1":"פדואל","2":"3768","3":"אזור יהודה ושומרון","4":"2098"},{"1":"פדויים","2":"750","3":"הדרום","4":"503"},{"1":"פדיה","2":"838","3":"המרכז","4":"827"},{"1":"פוריידיס","2":"537","3":"חיפה","4":"13571"},{"1":"פורייה - כפר עבודה","2":"1104","3":"הצפון","4":"379"},{"1":"פורייה - נווה עובד","2":"1105","3":"הצפון","4":"1290"},{"1":"פורייה עילית","2":"1313","3":"הצפון","4":"1234"},{"1":"פורת","2":"767","3":"המרכז","4":"1284"},{"1":"פטיש","2":"749","3":"הדרום","4":"998"},{"1":"פלך","2":"1185","3":"הצפון","4":"196"},{"1":"פלמחים","2":"597","3":"המרכז","4":"743"},{"1":"פני חבר","2":"3723","3":"אזור יהודה ושומרון","4":"729"},{"1":"פסגות","2":"3659","3":"אזור יהודה ושומרון","4":"2077"},{"1":"פסוטה","2":"535","3":"הצפון","4":"3236"},{"1":"פעמי תש\"ז","2":"2059","3":"הדרום","4":"586"},{"1":"פצאל","2":"3615","3":"אזור יהודה ושומרון","4":"361"},{"1":"פקיעין (בוקייעה)","2":"536","3":"הצפון","4":"6025"},{"1":"פקיעין חדשה","2":"281","3":"הצפון","4":"577"},{"1":"פרדס חנה-כרכור","2":"7800","3":"חיפה","4":"44210"},{"1":"פרדסייה","2":"171","3":"המרכז","4":"7252"},{"1":"פרוד","2":"599","3":"הצפון","4":"605"},{"1":"פרזון","2":"2053","3":"הצפון","4":"361"},{"1":"פרי גן","2":"1231","3":"הדרום","4":"252"},{"1":"פתח תקווה","2":"7900","3":"המרכז","4":"252270"},{"1":"פתחיה","2":"839","3":"המרכז","4":"886"},{"1":"צאלים","2":"413","3":"הדרום","4":"470"},{"1":"צביה","2":"1180","3":"הצפון","4":"327"},{"1":"צבעון","2":"1213","3":"הצפון","4":"338"},{"1":"צובה","2":"465","3":"ירושלים","4":"623"},{"1":"צוחר","2":"1136","3":"הדרום","4":"475"},{"1":"צופייה","2":"1111","3":"המרכז","4":"NA"},{"1":"צופים","2":"3791","3":"אזור יהודה ושומרון","4":"2489"},{"1":"צופית","2":"198","3":"המרכז","4":"1326"},{"1":"צופר","2":"1150","3":"הדרום","4":"464"},{"1":"צוקי ים","2":"1102","3":"המרכז","4":"301"},{"1":"צוקים","2":"1262","3":"הדרום","4":"346"},{"1":"צור הדסה","2":"1113","3":"ירושלים","4":"11929"},{"1":"צור יצחק","2":"1345","3":"המרכז","4":"6855"},{"1":"צור משה","2":"276","3":"המרכז","4":"3264"},{"1":"צור נתן","2":"1148","3":"המרכז","4":"298"},{"1":"צוריאל","2":"774","3":"הצפון","4":"392"},{"1":"צורית","2":"1221","3":"הצפון","4":"943"},{"1":"ציפורי","2":"613","3":"הצפון","4":"1013"},{"1":"צלפון","2":"796","3":"ירושלים","4":"1081"},{"1":"צנדלה","2":"636","3":"הצפון","4":"1678"},{"1":"צפרייה","2":"594","3":"המרכז","4":"1035"},{"1":"צפרירים","2":"1079","3":"ירושלים","4":"416"},{"1":"צפת","2":"8000","3":"הצפון","4":"37473"},{"1":"צרופה","2":"612","3":"חיפה","4":"1151"},{"1":"צרעה","2":"567","3":"ירושלים","4":"947"},{"1":"קבועה (שבט)","2":"1234","3":"הדרום","4":"NA"},{"1":"קבוצת יבנה","2":"334","3":"המרכז","4":"957"},{"1":"קדומים","2":"3557","3":"אזור יהודה ושומרון","4":"4590"},{"1":"קדימה-צורן","2":"195","3":"המרכז","4":"22919"},{"1":"קדמה","2":"392","3":"הדרום","4":"NA"},{"1":"קדמת צבי","2":"4025","3":"הצפון","4":"537"},{"1":"קדר","2":"3781","3":"אזור יהודה ושומרון","4":"1617"},{"1":"קדרון","2":"615","3":"המרכז","4":"1615"},{"1":"קדרים","2":"1211","3":"הצפון","4":"293"},{"1":"קודייראת א-צאנע (שבט)","2":"964","3":"הדרום","4":"NA"},{"1":"קוואעין (שבט)","2":"972","3":"הדרום","4":"NA"},{"1":"קוממיות","2":"766","3":"הדרום","4":"555"},{"1":"קורנית","2":"1179","3":"הצפון","4":"915"},{"1":"קטורה","2":"1052","3":"הדרום","4":"507"},{"1":"קיסריה","2":"1167","3":"חיפה","4":"5782"},{"1":"קלחים","2":"414","3":"הדרום","4":"679"},{"1":"קליה","2":"3601","3":"אזור יהודה ושומרון","4":"489"},{"1":"קלנסווה","2":"638","3":"המרכז","4":"23877"},{"1":"קלע","2":"4024","3":"הצפון","4":"390"},{"1":"קציר","2":"1243","3":"חיפה","4":"2934"},{"1":"קצר א-סר","2":"1347","3":"הדרום","4":"2731"},{"1":"קצרין","2":"4100","3":"הצפון","4":"7606"},{"1":"קריית אונו","2":"2620","3":"תל אביב","4":"41900"},{"1":"קריית ארבע","2":"3611","3":"אזור יהודה ושומרון","4":"7498"},{"1":"קריית אתא","2":"6800","3":"חיפה","4":"60101"},{"1":"קריית ביאליק","2":"9500","3":"חיפה","4":"43268"},{"1":"קריית גת","2":"2630","3":"הדרום","4":"60581"},{"1":"קריית חינוך מרחבים*","2":"1768","3":"הדרום","4":"NA"},{"1":"קריית טבעון","2":"2300","3":"חיפה","4":"18520"},{"1":"קריית ים","2":"9600","3":"חיפה","4":"39442"},{"1":"קריית יערים","2":"1137","3":"ירושלים","4":"6471"},{"1":"קריית יערים (מוסד)","2":"2039","3":"ירושלים","4":"169"},{"1":"קריית מוצקין","2":"8200","3":"חיפה","4":"46565"},{"1":"קריית מלאכי","2":"1034","3":"הדרום","4":"25021"},{"1":"קריית נטפים","2":"3746","3":"אזור יהודה ושומרון","4":"991"},{"1":"קריית ענבים","2":"78","3":"ירושלים","4":"456"},{"1":"קריית עקרון","2":"469","3":"המרכז","4":"11051"},{"1":"קריית שלמה","2":"412","3":"המרכז","4":"207"},{"1":"קריית שמונה","2":"2800","3":"הצפון","4":"22336"},{"1":"קרית חינוך עזתה","2":"1766","3":"הדרום","4":"NA"},{"1":"קרית תעופה","2":"1746","3":"המרכז","4":"NA"},{"1":"קרני שומרון","2":"3640","3":"אזור יהודה ושומרון","4":"9662"},{"1":"קשת","2":"4006","3":"הצפון","4":"863"},{"1":"ראמה","2":"543","3":"הצפון","4":"7789"},{"1":"ראס אל-עין","2":"1334","3":"הצפון","4":"410"},{"1":"ראס עלי","2":"990","3":"חיפה","4":"656"},{"1":"ראש העין","2":"2640","3":"המרכז","4":"71651"},{"1":"ראש פינה","2":"26","3":"הצפון","4":"3236"},{"1":"ראש צורים","2":"3602","3":"אזור יהודה ושומרון","4":"948"},{"1":"ראשון לציון","2":"8300","3":"המרכז","4":"257129"},{"1":"רבבה","2":"3795","3":"אזור יהודה ושומרון","4":"2908"},{"1":"רבדים","2":"564","3":"הדרום","4":"825"},{"1":"רביבים","2":"354","3":"הדרום","4":"1094"},{"1":"רביד","2":"1225","3":"הצפון","4":"143"},{"1":"רגבה","2":"390","3":"הצפון","4":"1102"},{"1":"רגבים","2":"444","3":"חיפה","4":"528"},{"1":"רהט","2":"1161","3":"הדרום","4":"76238"},{"1":"רווחה","2":"2051","3":"הדרום","4":"567"},{"1":"רוויה","2":"2016","3":"הצפון","4":"444"},{"1":"רוח מדבר","2":"1341","3":"הדרום","4":"68"},{"1":"רוחמה","2":"362","3":"הדרום","4":"751"},{"1":"רומאנה","2":"539","3":"הצפון","4":"1262"},{"1":"רומת הייב","2":"997","3":"הצפון","4":"2154"},{"1":"רועי","2":"3619","3":"אזור יהודה ושומרון","4":"171"},{"1":"רותם","2":"3782","3":"אזור יהודה ושומרון","4":"262"},{"1":"רחוב","2":"854","3":"הצפון","4":"406"},{"1":"רחובות","2":"8400","3":"המרכז","4":"147878"},{"1":"רחלים","2":"3822","3":"אזור יהודה ושומרון","4":"975"},{"1":"ריחאנייה","2":"540","3":"הצפון","4":"1228"},{"1":"ריחן","2":"3568","3":"אזור יהודה ושומרון","4":"384"},{"1":"ריינה","2":"542","3":"הצפון","4":"19266"},{"1":"רימונים","2":"3565","3":"אזור יהודה ושומרון","4":"715"},{"1":"רינתיה","2":"616","3":"המרכז","4":"1192"},{"1":"רכסים","2":"922","3":"חיפה","4":"13736"},{"1":"רם-און","2":"1069","3":"הצפון","4":"984"},{"1":"רמות","2":"4702","3":"הצפון","4":"544"},{"1":"רמות השבים","2":"206","3":"המרכז","4":"1695"},{"1":"רמות מאיר","2":"735","3":"המרכז","4":"755"},{"1":"רמות מנשה","2":"445","3":"הצפון","4":"1232"},{"1":"רמות נפתלי","2":"372","3":"הצפון","4":"545"},{"1":"רמלה","2":"8500","3":"המרכז","4":"77798"},{"1":"רמת גן","2":"8600","3":"תל אביב","4":"169706"},{"1":"רמת דוד","2":"135","3":"הצפון","4":"542"},{"1":"רמת הכובש","2":"184","3":"המרכז","4":"1184"},{"1":"רמת השופט","2":"335","3":"הצפון","4":"1166"},{"1":"רמת השרון","2":"2650","3":"תל אביב","4":"47969"},{"1":"רמת יוחנן","2":"178","3":"חיפה","4":"1030"},{"1":"רמת ישי","2":"122","3":"הצפון","4":"8070"},{"1":"רמת כוכב מ\"א 7","2":"1828","3":"הצפון","4":"NA"},{"1":"רמת כוכב מ\"א 8","2":"1829","3":"הצפון","4":"NA"},{"1":"רמת כוכב מ\"א 9","2":"1830","3":"הצפון","4":"NA"},{"1":"רמת כוכב של\"ש","2":"1831","3":"הצפון","4":"NA"},{"1":"רמת מגשימים","2":"4701","3":"הצפון","4":"784"},{"1":"רמת מנשה מ\"א 13","2":"1837","3":"הצפון","4":"NA"},{"1":"רמת מנשה של\"ש","2":"1838","3":"הצפון","4":"NA"},{"1":"רמת צבי","2":"339","3":"הצפון","4":"764"},{"1":"רמת רזיאל","2":"460","3":"ירושלים","4":"662"},{"1":"רמת רחל","2":"127","3":"ירושלים","4":"557"},{"1":"רנן","2":"789","3":"הדרום","4":"717"},{"1":"רעים","2":"713","3":"הדרום","4":"433"},{"1":"רעננה","2":"8700","3":"המרכז","4":"78561"},{"1":"רקפת","2":"1228","3":"הצפון","4":"1057"},{"1":"רשפון","2":"247","3":"המרכז","4":"1484"},{"1":"רשפים","2":"437","3":"הצפון","4":"1200"},{"1":"רתמים","2":"1260","3":"הדרום","4":"608"},{"1":"שאר ישוב","2":"324","3":"הצפון","4":"630"},{"1":"שבי דרום","2":"1377","3":"הדרום","4":"405"},{"1":"שבי ציון","2":"282","3":"הצפון","4":"1270"},{"1":"שבי שומרון","2":"3571","3":"אזור יהודה ושומרון","4":"1050"},{"1":"שבלי - אום אל-גנם","2":"913","3":"הצפון","4":"6279"},{"1":"שגב-שלום","2":"1286","3":"הדרום","4":"11865"},{"1":"שדה אילן","2":"721","3":"הצפון","4":"658"},{"1":"שדה אליהו","2":"304","3":"הצפון","4":"694"},{"1":"שדה אליעזר","2":"861","3":"הצפון","4":"842"},{"1":"שדה בוקר","2":"885","3":"הדרום","4":"469"},{"1":"שדה דוד","2":"36","3":"הדרום","4":"632"},{"1":"שדה ורבורג","2":"284","3":"המרכז","4":"1436"},{"1":"שדה יואב","2":"293","3":"הדרום","4":"594"},{"1":"שדה יעקב","2":"142","3":"הצפון","4":"1095"},{"1":"שדה יצחק","2":"2008","3":"חיפה","4":"736"},{"1":"שדה משה","2":"18","3":"הדרום","4":"780"},{"1":"שדה נחום","2":"259","3":"הצפון","4":"992"},{"1":"שדה נחמיה","2":"329","3":"הצפון","4":"1272"},{"1":"שדה ניצן","2":"1058","3":"הדרום","4":"387"},{"1":"שדה עוזיהו","2":"739","3":"הדרום","4":"1586"},{"1":"שדה צבי","2":"2049","3":"הדרום","4":"688"},{"1":"שדות ים","2":"327","3":"חיפה","4":"1127"},{"1":"שדות מיכה","2":"27","3":"ירושלים","4":"390"},{"1":"שדי אברהם","2":"1223","3":"הדרום","4":"367"},{"1":"שדי חמד","2":"2015","3":"המרכז","4":"953"},{"1":"שדי תרומות","2":"2057","3":"הצפון","4":"478"},{"1":"שדמה","2":"555","3":"המרכז","4":"586"},{"1":"שדמות דבורה","2":"306","3":"הצפון","4":"687"},{"1":"שדמות מחולה","2":"3578","3":"אזור יהודה ושומרון","4":"677"},{"1":"שדרות","2":"1031","3":"הדרום","4":"30553"},{"1":"שואבה","2":"741","3":"ירושלים","4":"601"},{"1":"שובה","2":"761","3":"הדרום","4":"722"},{"1":"שובל","2":"394","3":"הדרום","4":"870"},{"1":"שוהם","2":"1304","3":"המרכז","4":"21441"},{"1":"שומרה","2":"614","3":"הצפון","4":"366"},{"1":"שומרייה","2":"1265","3":"הדרום","4":"828"},{"1":"שוקדה","2":"415","3":"הדרום","4":"634"},{"1":"שורש","2":"456","3":"ירושלים","4":"1176"},{"1":"שורשים","2":"1235","3":"הצפון","4":"566"},{"1":"שושנת העמקים","2":"224","3":"המרכז","4":"492"},{"1":"שזור","2":"527","3":"הצפון","4":"315"},{"1":"שחר","2":"7","3":"הדרום","4":"880"},{"1":"שחרות","2":"1266","3":"הדרום","4":"179"},{"1":"שיבולים","2":"865","3":"הדרום","4":"291"},{"1":"שיזף","2":"1378","3":"הדרום","4":"99"},{"1":"שיטים","2":"1267","3":"הדרום","4":"NA"},{"1":"שייח' דנון","2":"658","3":"הצפון","4":"2983"},{"1":"שילה","2":"3641","3":"אזור יהודה ושומרון","4":"4783"},{"1":"שילת","2":"1165","3":"המרכז","4":"788"},{"1":"שכניה","2":"1160","3":"הצפון","4":"781"},{"1":"שלווה","2":"873","3":"הדרום","4":"586"},{"1":"שלווה במדבר","2":"1373","3":"הדרום","4":"NA"},{"1":"שלוחות","2":"439","3":"הצפון","4":"457"},{"1":"שלומי","2":"812","3":"הצפון","4":"7055"},{"1":"שלומית","2":"1364","3":"הדרום","4":"443"},{"1":"שלומציון","2":"1793","3":"אזור יהודה ושומרון","4":"NA"},{"1":"שמיר","2":"366","3":"הצפון","4":"911"},{"1":"שמעה","2":"3784","3":"אזור יהודה ושומרון","4":"886"},{"1":"שמרת","2":"432","3":"הצפון","4":"657"},{"1":"שמשית","2":"1337","3":"הצפון","4":"2481"},{"1":"שני","2":"1287","3":"הדרום","4":"571"},{"1":"שניר","2":"1132","3":"הצפון","4":"641"},{"1":"שעב","2":"538","3":"הצפון","4":"7381"},{"1":"שעל","2":"4009","3":"הצפון","4":"316"},{"1":"שעלבים","2":"856","3":"המרכז","4":"1886"},{"1":"שער אפרים","2":"661","3":"המרכז","4":"1956"},{"1":"שער הגולן","2":"264","3":"הצפון","4":"527"},{"1":"שער העמקים","2":"237","3":"חיפה","4":"770"},{"1":"שער מנשה","2":"921","3":"חיפה","4":"511"},{"1":"שערי תקווה","2":"3720","3":"אזור יהודה ושומרון","4":"6124"},{"1":"שפיים","2":"232","3":"המרכז","4":"1346"},{"1":"שפיר","2":"692","3":"הדרום","4":"910"},{"1":"שפלת יהודה מ\"א 26","2":"1803","3":"ירושלים","4":"NA"},{"1":"שפלת יהודה של\"ש","2":"1804","3":"ירושלים","4":"NA"},{"1":"שפר","2":"846","3":"הצפון","4":"435"},{"1":"שפרעם","2":"8800","3":"הצפון","4":"43023"},{"1":"שקד","2":"3649","3":"אזור יהודה ושומרון","4":"1081"},{"1":"שקף","2":"1233","3":"הדרום","4":"602"},{"1":"שרונה","2":"292","3":"הצפון","4":"573"},{"1":"שריגים (לי-און)","2":"1114","3":"ירושלים","4":"1045"},{"1":"שריד","2":"126","3":"הצפון","4":"875"},{"1":"שרשרת","2":"398","3":"הדרום","4":"345"},{"1":"שתולה","2":"1045","3":"הצפון","4":"320"},{"1":"שתולים","2":"763","3":"הדרום","4":"2121"},{"1":"תאשור","2":"2062","3":"הדרום","4":"459"},{"1":"תדהר","2":"2061","3":"הדרום","4":"702"},{"1":"תובל","2":"1172","3":"הצפון","4":"344"},{"1":"תומר","2":"3558","3":"אזור יהודה ושומרון","4":"302"},{"1":"תושייה","2":"1083","3":"הדרום","4":"859"},{"1":"תימורים","2":"163","3":"הדרום","4":"743"},{"1":"תירוש","2":"10","3":"ירושלים","4":"454"},{"1":"תל אביב -יפו","2":"5000","3":"תל אביב","4":"467875"},{"1":"תל חי (מכללה)","2":"1707","3":"הצפון","4":"NA"},{"1":"תל יוסף","2":"84","3":"הצפון","4":"564"},{"1":"תל יצחק","2":"287","3":"המרכז","4":"822"},{"1":"תל מונד","2":"154","3":"המרכז","4":"14179"},{"1":"תל עדשים","2":"103","3":"הצפון","4":"1527"},{"1":"תל קציר","2":"719","3":"הצפון","4":"500"},{"1":"תל שבע","2":"1054","3":"הדרום","4":"22187"},{"1":"תל תאומים","2":"1283","3":"הצפון","4":"603"},{"1":"תלם","2":"3719","3":"אזור יהודה ושומרון","4":"520"},{"1":"תלמי אליהו","2":"1051","3":"הדרום","4":"321"},{"1":"תלמי אלעזר","2":"2003","3":"חיפה","4":"950"},{"1":"תלמי ביל\"ו","2":"2050","3":"הדרום","4":"534"},{"1":"תלמי יוסף","2":"1237","3":"הדרום","4":"339"},{"1":"תלמי יחיאל","2":"727","3":"הדרום","4":"1021"},{"1":"תלמי יפה","2":"744","3":"הדרום","4":"809"},{"1":"תלמים","2":"814","3":"הדרום","4":"916"},{"1":"תמרת","2":"1244","3":"הצפון","4":"1257"},{"1":"תנובות","2":"2002","3":"המרכז","4":"846"},{"1":"תעוז","2":"752","3":"ירושלים","4":"648"},{"1":"תעשיון בינימין*","2":"1744","3":"המרכז","4":"NA"},{"1":"תעשיון דלתון","2":"1709","3":"הצפון","4":"NA"},{"1":"תעשיון השרון","2":"1741","3":"המרכז","4":"NA"},{"1":"תעשיון חבל יבנה","2":"1750","3":"המרכז","4":"NA"},{"1":"תעשיון חצב*","2":"1742","3":"המרכז","4":"NA"},{"1":"תעשיון מבצע*","2":"1754","3":"הדרום","4":"NA"},{"1":"תעשיון מיתרים","2":"1794","3":"אזור יהודה ושומרון","4":"NA"},{"1":"תעשיון צריפין","2":"1749","3":"המרכז","4":"NA"},{"1":"תעשיון ראם*","2":"1755","3":"הדרום","4":"NA"},{"1":"תעשיון שח\"ק","2":"1792","3":"אזור יהודה ושומרון","4":"NA"},{"1":"תעשיות גליל תחתון","2":"1714","3":"הצפון","4":"NA"},{"1":"תפרח","2":"709","3":"הדרום","4":"2231"},{"1":"תקומה","2":"665","3":"הדרום","4":"737"},{"1":"תקוע","2":"3563","3":"אזור יהודה ושומרון","4":"4315"},{"1":"תראבין א-צאנע (שבט)","2":"970","3":"הדרום","4":"NA"},{"1":"תרבין א-צאנע (יישוב)*","2":"1346","3":"הדרום","4":"1239"},{"1":"תרום","2":"778","3":"ירושלים","4":"970"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>As you can see, the yishuv ID isn’t following the convention of a 4-digit ID. This might cause collisions with regional councils when we will use the yishuv ID for municipal level analysis, so we should change it with <code>pad_yishuv_id()</code>:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb12" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb12-1">df_yishuv <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_yishuv <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb12-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<span id="cb12-3">    <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">סמל יישוב</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span> <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pad_yishuv_id</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">סמל יישוב</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span>)</span>
<span id="cb12-4">  )</span>
<span id="cb12-5"></span>
<span id="cb12-6">  df_yishuv</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["שם יישוב"],"name":[1],"type":["chr"],"align":["left"]},{"label":["סמל יישוב"],"name":[2],"type":["chr"],"align":["left"]},{"label":["שם מחוז"],"name":[3],"type":["chr"],"align":["left"]},{"label":["סך הכל אוכלוסייה 2021"],"name":[4],"type":["chr"],"align":["left"]}],"data":[{"1":"אבו ג'ווייעד (שבט)","2":"0967","3":"הדרום","4":"NA"},{"1":"אבו גוש","2":"0472","3":"ירושלים","4":"7881"},{"1":"אבו סנאן","2":"0473","3":"הצפון","4":"14455"},{"1":"אבו סריחאן (שבט)","2":"0935","3":"הדרום","4":"NA"},{"1":"אבו עבדון (שבט)","2":"0958","3":"הדרום","4":"NA"},{"1":"אבו עמאר (שבט)","2":"1042","3":"הדרום","4":"NA"},{"1":"אבו עמרה (שבט)","2":"0932","3":"הדרום","4":"NA"},{"1":"אבו קורינאת (יישוב)","2":"1342","3":"הדרום","4":"2081"},{"1":"אבו קורינאת (שבט)","2":"0968","3":"הדרום","4":"NA"},{"1":"אבו רובייעה (שבט)","2":"0966","3":"הדרום","4":"NA"},{"1":"אבו רוקייק (שבט)","2":"0961","3":"הדרום","4":"NA"},{"1":"אבו תלול","2":"1375","3":"הדרום","4":"2330"},{"1":"אבטין","2":"0652","3":"חיפה","4":"2900"},{"1":"אבטליון","2":"1275","3":"הצפון","4":"475"},{"1":"אביאל","2":"0679","3":"חיפה","4":"820"},{"1":"אביבים","2":"1115","3":"הצפון","4":"470"},{"1":"אביגדור","2":"0819","3":"הדרום","4":"806"},{"1":"אביחיל","2":"0175","3":"המרכז","4":"1402"},{"1":"אביטל","2":"2052","3":"הצפון","4":"489"},{"1":"אביעזר","2":"1070","3":"ירושלים","4":"890"},{"1":"אבירים","2":"1220","3":"הצפון","4":"296"},{"1":"אבן יהודה","2":"0182","3":"המרכז","4":"14267"},{"1":"אבן מנחם","2":"1081","3":"הצפון","4":"278"},{"1":"אבן ספיר","2":"0783","3":"ירושלים","4":"686"},{"1":"אבן שמואל","2":"0400","3":"הדרום","4":"2279"},{"1":"אבני איתן","2":"4011","3":"הצפון","4":"811"},{"1":"אבני חפץ","2":"3793","3":"אזור יהודה ושומרון","4":"2223"},{"1":"אבנת","2":"3786","3":"אזור יהודה ושומרון","4":"260"},{"1":"אבשלום","2":"1311","3":"הדרום","4":"345"},{"1":"אדורה","2":"3759","3":"אזור יהודה ושומרון","4":"474"},{"1":"אדירים","2":"0113","3":"הצפון","4":"278"},{"1":"אדמית","2":"1068","3":"הצפון","4":"265"},{"1":"אדרת","2":"1123","3":"ירושלים","4":"922"},{"1":"אודים","2":"0446","3":"המרכז","4":"1405"},{"1":"אודם","2":"4010","3":"הצפון","4":"176"},{"1":"אוהד","2":"1046","3":"הדרום","4":"412"},{"1":"אום אל-פחם","2":"2710","3":"חיפה","4":"57676"},{"1":"אום אל-קוטוף","2":"2024","3":"חיפה","4":"1169"},{"1":"אום בטין","2":"1358","3":"הדרום","4":"4705"},{"1":"אומן","2":"1108","3":"הצפון","4":"559"},{"1":"אומץ","2":"0680","3":"המרכז","4":"824"},{"1":"אופקים","2":"0031","3":"הדרום","4":"33999"},{"1":"אור הגנוז","2":"1294","3":"הצפון","4":"600"},{"1":"אור הנר","2":"0067","3":"הדרום","4":"808"},{"1":"אור יהודה","2":"2400","3":"תל אביב","4":"36814"},{"1":"אור עקיבא","2":"1020","3":"חיפה","4":"19904"},{"1":"אורה","2":"0780","3":"ירושלים","4":"1298"},{"1":"אורון","2":"1771","3":"הדרום","4":"NA"},{"1":"אורות","2":"2012","3":"הדרום","4":"472"},{"1":"אורטל","2":"4013","3":"הצפון","4":"369"},{"1":"אורים","2":"0403","3":"הדרום","4":"504"},{"1":"אורנים","2":"0882","3":"חיפה","4":"61"},{"1":"אורנית","2":"3760","3":"אזור יהודה ושומרון","4":"9113"},{"1":"אושה","2":"0278","3":"חיפה","4":"589"},{"1":"אזור","2":"0565","3":"תל אביב","4":"13473"},{"1":"אזור אילון מ\"א 4","2":"1852","3":"הצפון","4":"NA"},{"1":"אזור אילון מ\"א 52","2":"1851","3":"הצפון","4":"NA"},{"1":"אזור אילון של\"ש","2":"1853","3":"הצפון","4":"NA"},{"1":"אזור אשדוד מ\"א 29","2":"1922","3":"הדרום","4":"NA"},{"1":"אזור אשדוד מ\"א 33","2":"1921","3":"הדרום","4":"NA"},{"1":"אזור אשדוד של\"ש","2":"1923","3":"הדרום","4":"NA"},{"1":"אזור אשקלון מ\"א 36","2":"1924","3":"הדרום","4":"NA"},{"1":"אזור אשקלון מ\"א 37","2":"1926","3":"הדרום","4":"NA"},{"1":"אזור באר שבע מ\"א 41","2":"1937","3":"הדרום","4":"NA"},{"1":"אזור באר שבע מ\"א 51","2":"1938","3":"הדרום","4":"NA"},{"1":"אזור באר שבע של\"ש","2":"1939","3":"הדרום","4":"NA"},{"1":"אזור בשור מ\"א 38","2":"1933","3":"הדרום","4":"NA"},{"1":"אזור בשור מ\"א 39","2":"1935","3":"הדרום","4":"NA"},{"1":"אזור בשור מ\"א 42","2":"1934","3":"הדרום","4":"NA"},{"1":"אזור גלילות מ\"א 19","2":"1907","3":"תל אביב","4":"NA"},{"1":"אזור גרר מ\"א 39","2":"1931","3":"הדרום","4":"NA"},{"1":"אזור גרר מ\"א 41","2":"1929","3":"הדרום","4":"NA"},{"1":"אזור גרר מ\"א 42","2":"1930","3":"הדרום","4":"NA"},{"1":"אזור זכרון יעקב מ\"א 15","2":"1866","3":"חיפה","4":"NA"},{"1":"אזור זכרון יעקב של\"ש","2":"1867","3":"חיפה","4":"NA"},{"1":"אזור חדרה מ\"א 14","2":"1873","3":"חיפה","4":"NA"},{"1":"אזור חדרה מ\"א 15","2":"1872","3":"חיפה","4":"NA"},{"1":"אזור חדרה מ\"א 45","2":"1871","3":"חיפה","4":"NA"},{"1":"אזור חדרה של\"ש","2":"1874","3":"חיפה","4":"NA"},{"1":"אזור חולון של\"ש","2":"1909","3":"תל אביב","4":"NA"},{"1":"אזור חיפה מ\"א 12","2":"1860","3":"חיפה","4":"NA"},{"1":"אזור חיפה של\"ש","2":"1862","3":"חיפה","4":"NA"},{"1":"אזור חצור מ\"א 1","2":"1813","3":"הצפון","4":"NA"},{"1":"אזור חצור מ\"א 55","2":"1814","3":"הצפון","4":"NA"},{"1":"אזור חצור של\"ש","2":"1815","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 2","2":"1848","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 4","2":"1846","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 52","2":"1847","3":"הצפון","4":"NA"},{"1":"אזור יחיעם מ\"א 56","2":"1849","3":"הצפון","4":"NA"},{"1":"אזור יחיעם של\"ש","2":"1850","3":"הצפון","4":"NA"},{"1":"אזור ים המלח מ\"א 51","2":"1942","3":"הדרום","4":"NA"},{"1":"אזור יקנעם מ\"א 13","2":"1836","3":"הצפון","4":"NA"},{"1":"אזור יקנעם מ\"א 9","2":"1835","3":"הצפון","4":"NA"},{"1":"אזור כינרות מ\"א 3","2":"1805","3":"הצפון","4":"NA"},{"1":"אזור כנרות מ\"א 1","2":"1816","3":"הצפון","4":"NA"},{"1":"אזור כנרות מ\"א 6","2":"1817","3":"הצפון","4":"NA"},{"1":"אזור כנרות של\"ש","2":"1818","3":"הצפון","4":"NA"},{"1":"אזור כרמיאל מ\"א 2","2":"1843","3":"הצפון","4":"NA"},{"1":"אזור כרמיאל מ\"א 56","2":"1844","3":"הצפון","4":"NA"},{"1":"אזור כרמיאל של\"ש","2":"1845","3":"הצפון","4":"NA"},{"1":"אזור לכיש מ\"א 34","2":"1919","3":"הדרום","4":"NA"},{"1":"אזור לכיש מ\"א 35","2":"1917","3":"הדרום","4":"NA"},{"1":"אזור לכיש מ\"א 41","2":"1920","3":"הדרום","4":"NA"},{"1":"אזור לכיש מ\"א 50","2":"1918","3":"הדרום","4":"NA"},{"1":"אזור מודיעין מ\"א 25","2":"1887","3":"המרכז","4":"NA"},{"1":"אזור מודיעין מ\"א 30","2":"1890","3":"המרכז","4":"NA"},{"1":"אזור מודיעין של\"ש","2":"1895","3":"המרכז","4":"NA"},{"1":"אזור מלאכי מ\"א 33","2":"1911","3":"הדרום","4":"NA"},{"1":"אזור מלאכי מ\"א 34","2":"1915","3":"הדרום","4":"NA"},{"1":"אזור מלאכי מ\"א 35","2":"1913","3":"הדרום","4":"NA"},{"1":"אזור מלאכי מ\"א 50","2":"1914","3":"הדרום","4":"NA"},{"1":"אזור נהרייה מ\"א 4","2":"1855","3":"הצפון","4":"NA"},{"1":"אזור נהרייה של\"ש","2":"1856","3":"הצפון","4":"NA"},{"1":"אזור עכו מ\"א 4","2":"1858","3":"הצפון","4":"NA"},{"1":"אזור עכו מ\"א 56","2":"1857","3":"הצפון","4":"NA"},{"1":"אזור עכו של\"ש","2":"1859","3":"הצפון","4":"NA"},{"1":"אזור פתח תקווה מ\"א 20","2":"1888","3":"המרכז","4":"NA"},{"1":"אזור פתח תקווה מ\"א 25","2":"1886","3":"המרכז","4":"NA"},{"1":"אזור פתח תקווה של\"ש","2":"1889","3":"המרכז","4":"NA"},{"1":"אזור ראשל\"צ מ\"א 27","2":"1903","3":"המרכז","4":"NA"},{"1":"אזור ראשל\"צ של\"ש","2":"1904","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 28","2":"1896","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 29","2":"1899","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 30","2":"1898","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 31","2":"1901","3":"המרכז","4":"NA"},{"1":"אזור רחובות מ\"א 32","2":"1897","3":"המרכז","4":"NA"},{"1":"אזור רחובות של\"ש","2":"1902","3":"המרכז","4":"NA"},{"1":"אזור רמלה מ\"א 25","2":"1892","3":"המרכז","4":"NA"},{"1":"אזור רמלה מ\"א 30","2":"1891","3":"המרכז","4":"NA"},{"1":"אזור רמלה מ\"א 40","2":"1893","3":"המרכז","4":"NA"},{"1":"אזור רמלה של\"ש","2":"1894","3":"המרכז","4":"NA"},{"1":"אזור רמת גן של\"ש","2":"1908","3":"תל אביב","4":"NA"},{"1":"אזור שפרעם מ\"א 56","2":"1841","3":"הצפון","4":"NA"},{"1":"אזור שפרעם מ\"א 9","2":"1840","3":"הצפון","4":"NA"},{"1":"אזור שפרעם של\"ש","2":"1842","3":"הצפון","4":"NA"},{"1":"אזור תל אביב של\"ש","2":"1905","3":"תל אביב","4":"NA"},{"1":"אזור תעסוקה משגב(תרדיון)","2":"1724","3":"הצפון","4":"NA"},{"1":"אזור תעשיה אכסאל מ\"א 9","2":"1865","3":"הצפון","4":"NA"},{"1":"אזור תעשייה אכזיב (מילואות)","2":"1726","3":"הצפון","4":"NA"},{"1":"אזור תעשייה נעמן (מילואות)","2":"1727","3":"הצפון","4":"NA"},{"1":"אחווה","2":"1157","3":"הדרום","4":"279"},{"1":"אחוזם","2":"0821","3":"הדרום","4":"551"},{"1":"אחוזת ברק","2":"1330","3":"הצפון","4":"2426"},{"1":"אחיהוד","2":"0785","3":"הצפון","4":"916"},{"1":"אחיטוב","2":"0850","3":"המרכז","4":"1091"},{"1":"אחיסמך","2":"0804","3":"המרכז","4":"1418"},{"1":"אחיעזר","2":"0797","3":"המרכז","4":"1947"},{"1":"אטרש (שבט)","2":"0965","3":"הדרום","4":"NA"},{"1":"איבים","2":"0338","3":"הדרום","4":"721"},{"1":"אייל","2":"0716","3":"המרכז","4":"549"},{"1":"איילת השחר","2":"0077","3":"הצפון","4":"1138"},{"1":"אילון","2":"0294","3":"הצפון","4":"1067"},{"1":"אילון תבור*","2":"1716","3":"הצפון","4":"NA"},{"1":"אילות","2":"1126","3":"הדרום","4":"362"},{"1":"אילנייה","2":"0049","3":"הצפון","4":"485"},{"1":"אילת","2":"2600","3":"הדרום","4":"52753"},{"1":"אירוס","2":"1336","3":"המרכז","4":"830"},{"1":"איתמר","2":"3762","3":"אזור יהודה ושומרון","4":"1355"},{"1":"איתן","2":"0037","3":"הדרום","4":"520"},{"1":"איתנים","2":"0886","3":"ירושלים","4":"60"},{"1":"אכסאל","2":"0478","3":"הצפון","4":"15146"},{"1":"אל -עזי","2":"1339","3":"הדרום","4":"196"},{"1":"אל -עריאן","2":"1316","3":"חיפה","4":"191"},{"1":"אל -רום","2":"4003","3":"הצפון","4":"442"},{"1":"אל סייד","2":"1359","3":"הדרום","4":"6288"},{"1":"אלומה","2":"1145","3":"הדרום","4":"1163"},{"1":"אלומות","2":"0330","3":"הצפון","4":"436"},{"1":"אלון הגליל","2":"1182","3":"הצפון","4":"1132"},{"1":"אלון מורה","2":"3579","3":"אזור יהודה ושומרון","4":"2009"},{"1":"אלון שבות","2":"3604","3":"אזור יהודה ושומרון","4":"3061"},{"1":"אלוני אבא","2":"0429","3":"הצפון","4":"1000"},{"1":"אלוני הבשן","2":"4017","3":"הצפון","4":"472"},{"1":"אלוני יצחק","2":"0868","3":"חיפה","4":"305"},{"1":"אלונים","2":"0285","3":"הצפון","4":"548"},{"1":"אלי-עד","2":"4002","3":"הצפון","4":"484"},{"1":"אליאב","2":"1365","3":"הדרום","4":"691"},{"1":"אליכין","2":"0041","3":"המרכז","4":"3461"},{"1":"אליפז","2":"1248","3":"הדרום","4":"166"},{"1":"אליפלט","2":"0730","3":"הצפון","4":"695"},{"1":"אליקים","2":"0682","3":"הצפון","4":"968"},{"1":"אלישיב","2":"0204","3":"המרכז","4":"716"},{"1":"אלישמע","2":"0841","3":"המרכז","4":"1167"},{"1":"אלמגור","2":"1125","3":"הצפון","4":"423"},{"1":"אלמוג","2":"3556","3":"אזור יהודה ושומרון","4":"256"},{"1":"אלעד","2":"1309","3":"המרכז","4":"49593"},{"1":"אלעזר","2":"3618","3":"אזור יהודה ושומרון","4":"2561"},{"1":"אלפי מנשה","2":"3750","3":"אזור יהודה ושומרון","4":"7967"},{"1":"אלקוש","2":"0603","3":"הצפון","4":"279"},{"1":"אלקנה","2":"3560","3":"אזור יהודה ושומרון","4":"4071"},{"1":"אמונים","2":"0772","3":"הדרום","4":"1011"},{"1":"אמירים","2":"1064","3":"הצפון","4":"871"},{"1":"אמנון","2":"1253","3":"הצפון","4":"455"},{"1":"אמציה","2":"0023","3":"הדרום","4":"219"},{"1":"אניעם","2":"4012","3":"הצפון","4":"502"},{"1":"אסד (שבט)","2":"0960","3":"הדרום","4":"NA"},{"1":"אספר","2":"3754","3":"אזור יהודה ושומרון","4":"1114"},{"1":"אעבלין","2":"0529","3":"הצפון","4":"13693"},{"1":"אעצם (שבט)","2":"0963","3":"הדרום","4":"NA"},{"1":"אפיניש (שבט)","2":"0959","3":"הדרום","4":"NA"},{"1":"אפיק","2":"4301","3":"הצפון","4":"356"},{"1":"אפיקים","2":"0176","3":"הצפון","4":"1497"},{"1":"אפק","2":"0313","3":"הצפון","4":"762"},{"1":"אפרת","2":"3650","3":"אזור יהודה ושומרון","4":"11804"},{"1":"ארבל","2":"0701","3":"הצפון","4":"766"},{"1":"ארגמן","2":"3598","3":"אזור יהודה ושומרון","4":"133"},{"1":"ארז","2":"0714","3":"הדרום","4":"609"},{"1":"אריאל","2":"3570","3":"אזור יהודה ושומרון","4":"19647"},{"1":"ארסוף","2":"1324","3":"המרכז","4":"174"},{"1":"אשבול","2":"0071","3":"הדרום","4":"630"},{"1":"אשבל","2":"1276","3":"הצפון","4":"140"},{"1":"אשדוד","2":"0070","3":"הדרום","4":"225974"},{"1":"אשדות יעקב (איחוד)","2":"0199","3":"הצפון","4":"1019"},{"1":"אשדות יעקב (מאוחד)","2":"0188","3":"הצפון","4":"645"},{"1":"אשחר","2":"1188","3":"הצפון","4":"984"},{"1":"אשכולות","2":"3722","3":"אזור יהודה ושומרון","4":"609"},{"1":"אשל הנשיא","2":"2021","3":"הדרום","4":"140"},{"1":"אשלים","2":"1152","3":"הדרום","4":"681"},{"1":"אשקלון","2":"7100","3":"הדרום","4":"149160"},{"1":"אשרת","2":"1256","3":"הצפון","4":"584"},{"1":"אשתאול","2":"0740","3":"ירושלים","4":"1230"},{"1":"באקה אל-גרביה","2":"6000","3":"חיפה","4":"30973"},{"1":"באר אורה","2":"0021","3":"הדרום","4":"1220"},{"1":"באר גנים","2":"1376","3":"הדרום","4":"1966"},{"1":"באר טוביה","2":"0155","3":"הדרום","4":"1294"},{"1":"באר יעקב","2":"2530","3":"המרכז","4":"29852"},{"1":"באר מילכה","2":"1278","3":"הדרום","4":"197"},{"1":"באר שבע","2":"9000","3":"הדרום","4":"211249"},{"1":"בארות יצחק","2":"0450","3":"המרכז","4":"469"},{"1":"בארותיים","2":"0697","3":"המרכז","4":"1155"},{"1":"בארי","2":"0399","3":"הדרום","4":"1047"},{"1":"בוסתן הגליל","2":"0559","3":"הצפון","4":"1305"},{"1":"בועיינה-נוג'ידאת","2":"0482","3":"הצפון","4":"10137"},{"1":"בוקעאתא","2":"4001","3":"הצפון","4":"6752"},{"1":"בורגתה","2":"0698","3":"המרכז","4":"1147"},{"1":"בחן","2":"2043","3":"המרכז","4":"1140"},{"1":"בטחה","2":"0762","3":"הדרום","4":"790"},{"1":"בי\"ס אזורי מקיף (אשר)","2":"1725","3":"הצפון","4":"NA"},{"1":"ביצרון","2":"0234","3":"הדרום","4":"1248"},{"1":"ביר אל-מכסור","2":"0998","3":"הצפון","4":"9960"},{"1":"ביר הדאג'","2":"1348","3":"הדרום","4":"6167"},{"1":"בירייה","2":"0368","3":"הצפון","4":"849"},{"1":"בית אורן","2":"0317","3":"חיפה","4":"560"},{"1":"בית אל","2":"3574","3":"אזור יהודה ושומרון","4":"5682"},{"1":"בית אלעזרי","2":"0562","3":"המרכז","4":"1576"},{"1":"בית אלפא","2":"0095","3":"הצפון","4":"1356"},{"1":"בית אריה-עופרים","2":"3652","3":"אזור יהודה ושומרון","4":"5409"},{"1":"בית ברל","2":"1076","3":"המרכז","4":"226"},{"1":"בית ג'ן","2":"0480","3":"הצפון","4":"12307"},{"1":"בית גוברין","2":"0619","3":"הדרום","4":"446"},{"1":"בית גמליאל","2":"0571","3":"המרכז","4":"1026"},{"1":"בית דגן","2":"0466","3":"המרכז","4":"7643"},{"1":"בית הגדי","2":"0723","3":"הדרום","4":"887"},{"1":"בית הלוי","2":"0373","3":"המרכז","4":"840"},{"1":"בית הלל","2":"0322","3":"הצפון","4":"797"},{"1":"בית העמק","2":"0572","3":"הצפון","4":"730"},{"1":"בית הערבה","2":"3645","3":"אזור יהודה ושומרון","4":"451"},{"1":"בית השיטה","2":"0242","3":"הצפון","4":"1258"},{"1":"בית זיד","2":"0353","3":"הצפון","4":"76"},{"1":"בית זית","2":"0710","3":"ירושלים","4":"1655"},{"1":"בית זרע","2":"0143","3":"הצפון","4":"639"},{"1":"בית חולים פוריה","2":"1712","3":"הצפון","4":"NA"},{"1":"בית חורון","2":"3575","3":"אזור יהודה ושומרון","4":"1468"},{"1":"בית חירות","2":"0877","3":"המרכז","4":"904"},{"1":"בית חלקיה","2":"2033","3":"המרכז","4":"1446"},{"1":"בית חנן","2":"0159","3":"המרכז","4":"523"},{"1":"בית חנניה","2":"0800","3":"חיפה","4":"924"},{"1":"בית חשמונאי","2":"1050","3":"המרכז","4":"2166"},{"1":"בית יהושע","2":"0288","3":"המרכז","4":"1118"},{"1":"בית יוסף","2":"0265","3":"הצפון","4":"488"},{"1":"בית ינאי","2":"0200","3":"המרכז","4":"363"},{"1":"בית יצחק-שער חפר","2":"0326","3":"המרכז","4":"2144"},{"1":"בית לחם הגלילית","2":"0430","3":"הצפון","4":"823"},{"1":"בית מאיר","2":"0751","3":"ירושלים","4":"818"},{"1":"בית נחמיה","2":"0784","3":"המרכז","4":"893"},{"1":"בית ניר","2":"0016","3":"הדרום","4":"616"},{"1":"בית נקופה","2":"0672","3":"ירושלים","4":"758"},{"1":"בית עובד","2":"0202","3":"המרכז","4":"253"},{"1":"בית עוזיאל","2":"0301","3":"המרכז","4":"649"},{"1":"בית עזרא","2":"0756","3":"הדרום","4":"1104"},{"1":"בית עריף","2":"0604","3":"המרכז","4":"1202"},{"1":"בית צבי","2":"0212","3":"חיפה","4":"310"},{"1":"בית קמה","2":"0598","3":"הדרום","4":"1420"},{"1":"בית קשת","2":"0365","3":"הצפון","4":"714"},{"1":"בית רבן","2":"0848","3":"המרכז","4":"922"},{"1":"בית רימון","2":"1162","3":"הצפון","4":"908"},{"1":"בית שאן","2":"9200","3":"הצפון","4":"18900"},{"1":"בית שמש","2":"2610","3":"ירושלים","4":"141765"},{"1":"בית שערים","2":"0248","3":"הצפון","4":"814"},{"1":"בית שקמה","2":"0747","3":"הדרום","4":"878"},{"1":"ביתן אהרן","2":"0252","3":"המרכז","4":"142"},{"1":"ביתר עילית","2":"3780","3":"אזור יהודה ושומרון","4":"63220"},{"1":"בלפוריה","2":"0094","3":"הצפון","4":"530"},{"1":"בן זכאי","2":"0760","3":"המרכז","4":"1085"},{"1":"בן עמי","2":"0712","3":"הצפון","4":"785"},{"1":"בן שמן (כפר נוער)","2":"1084","3":"המרכז","4":"667"},{"1":"בן שמן (מושב)","2":"2013","3":"המרכז","4":"876"},{"1":"בני ברק","2":"6100","3":"תל אביב","4":"212395"},{"1":"בני דקלים","2":"1368","3":"הדרום","4":"1569"},{"1":"בני דרום","2":"0592","3":"המרכז","4":"949"},{"1":"בני דרור","2":"0386","3":"המרכז","4":"1201"},{"1":"בני יהודה","2":"4015","3":"הצפון","4":"1129"},{"1":"בני נצרים","2":"1363","3":"הדרום","4":"902"},{"1":"בני עטרות","2":"0448","3":"המרכז","4":"961"},{"1":"בני עי\"ש","2":"1066","3":"המרכז","4":"6895"},{"1":"בני ציון","2":"0418","3":"המרכז","4":"1334"},{"1":"בני ראם","2":"0588","3":"המרכז","4":"1415"},{"1":"בניה","2":"0685","3":"המרכז","4":"764"},{"1":"בנימינה-גבעת עדה*","2":"9800","3":"חיפה","4":"16074"},{"1":"בסמ\"ה","2":"1326","3":"חיפה","4":"10497"},{"1":"בסמת טבעון","2":"0944","3":"הצפון","4":"8069"},{"1":"בענה","2":"0483","3":"הצפון","4":"8537"},{"1":"בצרה","2":"0389","3":"המרכז","4":"1205"},{"1":"בצת","2":"0589","3":"הצפון","4":"369"},{"1":"בקוע","2":"0864","3":"ירושלים","4":"826"},{"1":"בקעות","2":"3612","3":"אזור יהודה ושומרון","4":"186"},{"1":"בקעת נטופה מ\"א 56","2":"1854","3":"הצפון","4":"NA"},{"1":"בקעת תירען מ\"א 3","2":"1884","3":"הצפון","4":"NA"},{"1":"בר-לב","2":"1728","3":"הצפון","4":"NA"},{"1":"בר גיורא","2":"0823","3":"ירושלים","4":"716"},{"1":"בר יוחאי","2":"1191","3":"הצפון","4":"1086"},{"1":"ברוכין","2":"3744","3":"אזור יהודה ושומרון","4":"2129"},{"1":"ברור חיל","2":"0428","3":"הדרום","4":"1014"},{"1":"ברוש","2":"2060","3":"הדרום","4":"595"},{"1":"ברכה","2":"3710","3":"אזור יהודה ושומרון","4":"3062"},{"1":"ברכיה","2":"0746","3":"הדרום","4":"1252"},{"1":"ברעם","2":"0667","3":"הצפון","4":"646"},{"1":"ברק","2":"0141","3":"הצפון","4":"395"},{"1":"ברקאי","2":"0617","3":"חיפה","4":"546"},{"1":"ברקן","2":"3654","3":"אזור יהודה ושומרון","4":"2005"},{"1":"ברקת","2":"2038","3":"המרכז","4":"2192"},{"1":"בת הדר","2":"1323","3":"הדרום","4":"771"},{"1":"בת חן","2":"1361","3":"המרכז","4":"430"},{"1":"בת חפר","2":"1319","3":"המרכז","4":"5241"},{"1":"בת ים","2":"6200","3":"תל אביב","4":"126291"},{"1":"בת עין","2":"3794","3":"אזור יהודה ושומרון","4":"1673"},{"1":"בת שלמה","2":"0033","3":"חיפה","4":"648"},{"1":"בתי זיקוק - קישון","2":"1736","3":"חיפה","4":"NA"},{"1":"ג'דיידה-מכר","2":"1292","3":"הצפון","4":"21508"},{"1":"ג'ולס","2":"0485","3":"הצפון","4":"6657"},{"1":"ג'לג'וליה","2":"0627","3":"המרכז","4":"10480"},{"1":"ג'נאביב (שבט)","2":"0976","3":"הדרום","4":"NA"},{"1":"ג'סר א-זרקא","2":"0541","3":"חיפה","4":"15315"},{"1":"ג'ש (גוש חלב)","2":"0487","3":"הצפון","4":"3153"},{"1":"ג'ת","2":"0628","3":"חיפה","4":"12473"},{"1":"גאולי תימן","2":"0872","3":"המרכז","4":"358"},{"1":"גאולים","2":"0379","3":"המרכז","4":"986"},{"1":"גאון הירדן מ\"א 3","2":"1963","3":"הצפון","4":"NA"},{"1":"גאליה","2":"0853","3":"המרכז","4":"942"},{"1":"גבולות","2":"0352","3":"הדרום","4":"400"},{"1":"גבים","2":"0424","3":"הדרום","4":"617"},{"1":"גבע","2":"0086","3":"הצפון","4":"605"},{"1":"גבע בנימין","2":"3763","3":"אזור יהודה ושומרון","4":"5857"},{"1":"גבע כרמל","2":"0683","3":"חיפה","4":"1192"},{"1":"גבעולים","2":"2014","3":"הדרום","4":"422"},{"1":"גבעון החדשה","2":"3644","3":"אזור יהודה ושומרון","4":"1021"},{"1":"גבעות בר","2":"1344","3":"הדרום","4":"1307"},{"1":"גבעת אבני","2":"1293","3":"הצפון","4":"2098"},{"1":"גבעת אלה","2":"1288","3":"הצפון","4":"1886"},{"1":"גבעת ברנר","2":"0147","3":"המרכז","4":"2694"},{"1":"גבעת השלושה","2":"0870","3":"המרכז","4":"900"},{"1":"גבעת זאב","2":"3730","3":"אזור יהודה ושומרון","4":"20034"},{"1":"גבעת ח\"ן","2":"0207","3":"המרכז","4":"363"},{"1":"גבעת חביבה","2":"1740","3":"חיפה","4":"NA"},{"1":"גבעת חיים (איחוד)","2":"2018","3":"המרכז","4":"1207"},{"1":"גבעת חיים (מאוחד)","2":"0173","3":"המרכז","4":"1062"},{"1":"גבעת יואב","2":"4021","3":"הצפון","4":"728"},{"1":"גבעת יערים","2":"0787","3":"ירושלים","4":"1398"},{"1":"גבעת ישעיהו","2":"0919","3":"ירושלים","4":"807"},{"1":"גבעת כ\"ח","2":"0802","3":"המרכז","4":"887"},{"1":"גבעת ניל\"י","2":"0360","3":"חיפה","4":"715"},{"1":"גבעת עוז","2":"0703","3":"הצפון","4":"475"},{"1":"גבעת שמואל","2":"0681","3":"המרכז","4":"28162"},{"1":"גבעת שמש","2":"0566","3":"ירושלים","4":"56"},{"1":"גבעת שפירא","2":"1077","3":"המרכז","4":"418"},{"1":"גבעתי","2":"0793","3":"הדרום","4":"1071"},{"1":"גבעתיים","2":"6300","3":"תל אביב","4":"61280"},{"1":"גברעם","2":"0342","3":"הדרום","4":"669"},{"1":"גבת","2":"0133","3":"הצפון","4":"959"},{"1":"גדות","2":"0035","3":"הצפון","4":"447"},{"1":"גדיש","2":"0145","3":"הצפון","4":"414"},{"1":"גדעונה","2":"0442","3":"הצפון","4":"505"},{"1":"גדרה","2":"2550","3":"המרכז","4":"30393"},{"1":"גולן דרומי מ\"א 71","2":"1966","3":"הצפון","4":"NA"},{"1":"גולן צפוני מ\"א 71","2":"1962","3":"הצפון","4":"NA"},{"1":"גולן תיכון מ\"א 71","2":"1964","3":"הצפון","4":"NA"},{"1":"גונן","2":"0852","3":"הצפון","4":"369"},{"1":"גורן","2":"0755","3":"הצפון","4":"686"},{"1":"גורנות הגליל","2":"1219","3":"הצפון","4":"244"},{"1":"גזית","2":"0457","3":"הצפון","4":"804"},{"1":"גזר","2":"0370","3":"המרכז","4":"311"},{"1":"גיאה","2":"0706","3":"הדרום","4":"980"},{"1":"גיבתון","2":"0196","3":"המרכז","4":"390"},{"1":"גיזו","2":"1043","3":"ירושלים","4":"207"},{"1":"גילון","2":"1204","3":"הצפון","4":"1127"},{"1":"גילת","2":"0736","3":"הדרום","4":"1558"},{"1":"גינוסר","2":"0262","3":"הצפון","4":"597"},{"1":"גיניגר","2":"0092","3":"הצפון","4":"667"},{"1":"גינתון","2":"0863","3":"המרכז","4":"920"},{"1":"גיתה","2":"1206","3":"הצפון","4":"300"},{"1":"גיתית","2":"3613","3":"אזור יהודה ושומרון","4":"498"},{"1":"גלאון","2":"0393","3":"הדרום","4":"603"},{"1":"גלגל","2":"3606","3":"אזור יהודה ושומרון","4":"223"},{"1":"גליל ים","2":"0346","3":"תל אביב","4":"542"},{"1":"גליל עליון מז מ\"א 1","2":"1809","3":"הצפון","4":"NA"},{"1":"גליל עליון מז מ\"א 2","2":"1811","3":"הצפון","4":"NA"},{"1":"גליל עליון מז מ\"א 55","2":"1810","3":"הצפון","4":"NA"},{"1":"גליל עליון מז של\"ש","2":"1812","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז מ\"א 2","2":"1820","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז מ\"א 3","2":"1819","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז מ\"א 6","2":"1821","3":"הצפון","4":"NA"},{"1":"גליל תחתון מז של\"ש","2":"1822","3":"הצפון","4":"NA"},{"1":"גלעד (אבן יצחק)","2":"0369","3":"הצפון","4":"497"},{"1":"גמ\"ל מחוז דרום","2":"1997","3":"הדרום","4":"NA"},{"1":"גמזו","2":"0745","3":"המרכז","4":"1198"},{"1":"גן הדרום","2":"1072","3":"המרכז","4":"633"},{"1":"גן השומרון","2":"0225","3":"חיפה","4":"839"},{"1":"גן חיים","2":"0239","3":"המרכז","4":"811"},{"1":"גן יאשיה","2":"0734","3":"המרכז","4":"1019"},{"1":"גן יבנה","2":"0166","3":"המרכז","4":"24251"},{"1":"גן נר","2":"1274","3":"הצפון","4":"2672"},{"1":"גן שורק","2":"0311","3":"המרכז","4":"702"},{"1":"גן שלמה","2":"0144","3":"המרכז","4":"590"},{"1":"גן שמואל","2":"0072","3":"חיפה","4":"948"},{"1":"גנות","2":"0836","3":"המרכז","4":"585"},{"1":"גנות הדר","2":"0549","3":"המרכז","4":"963"},{"1":"גני הדר","2":"1103","3":"המרכז","4":"354"},{"1":"גני טל","2":"1371","3":"המרכז","4":"909"},{"1":"גני יוחנן","2":"0862","3":"המרכז","4":"602"},{"1":"גני מודיעין","2":"3823","3":"אזור יהודה ושומרון","4":"2688"},{"1":"גני עם","2":"0218","3":"המרכז","4":"234"},{"1":"גני תקווה","2":"0229","3":"המרכז","4":"22694"},{"1":"געש","2":"0842","3":"המרכז","4":"921"},{"1":"געתון","2":"0463","3":"הצפון","4":"699"},{"1":"גפן","2":"0039","3":"ירושלים","4":"422"},{"1":"גרופית","2":"1129","3":"הדרום","4":"253"},{"1":"גשור","2":"4022","3":"הצפון","4":"309"},{"1":"גשר","2":"0305","3":"הצפון","4":"455"},{"1":"גשר הזיו","2":"0574","3":"הצפון","4":"1593"},{"1":"גת (קיבוץ)","2":"0340","3":"הדרום","4":"966"},{"1":"גת רימון","2":"0128","3":"המרכז","4":"318"},{"1":"דאלית אל-כרמל","2":"0494","3":"חיפה","4":"18061"},{"1":"דבורה","2":"0146","3":"הצפון","4":"219"},{"1":"דבורייה","2":"0489","3":"הצפון","4":"10782"},{"1":"דבירה","2":"0849","3":"הדרום","4":"1045"},{"1":"דברת","2":"0407","3":"הצפון","4":"554"},{"1":"דגניה א'","2":"0062","3":"הצפון","4":"524"},{"1":"דגניה ב'","2":"0079","3":"הצפון","4":"689"},{"1":"דוב\"ב","2":"1067","3":"הצפון","4":"478"},{"1":"דולב","2":"3747","3":"אזור יהודה ושומרון","4":"1569"},{"1":"דור","2":"0738","3":"חיפה","4":"450"},{"1":"דורות","2":"0336","3":"הדרום","4":"870"},{"1":"דחי","2":"0475","3":"הצפון","4":"712"},{"1":"דייר אל-אסד","2":"0490","3":"הצפון","4":"12934"},{"1":"דייר חנא","2":"0492","3":"הצפון","4":"10599"},{"1":"דייר ראפאת","2":"0493","3":"ירושלים","4":"99"},{"1":"דימונה","2":"2200","3":"הדרום","4":"35893"},{"1":"דישון","2":"2063","3":"הצפון","4":"336"},{"1":"דלייה","2":"0300","3":"הצפון","4":"843"},{"1":"דלתון","2":"0431","3":"הצפון","4":"870"},{"1":"דמיידה","2":"1317","3":"הצפון","4":"548"},{"1":"דן","2":"0303","3":"הצפון","4":"781"},{"1":"דפנה","2":"0302","3":"הצפון","4":"1025"},{"1":"דקל","2":"1241","3":"הדרום","4":"380"},{"1":"דרום השרון מ\"א 18","2":"1881","3":"המרכז","4":"NA"},{"1":"דרום השרון מ\"א 20","2":"1882","3":"המרכז","4":"NA"},{"1":"דרום השרון של\"ש","2":"1885","3":"המרכז","4":"NA"},{"1":"דרום יהודה","2":"1998","3":"אזור יהודה ושומרון","4":"NA"},{"1":"דריג'את","2":"1349","3":"הדרום","4":"1308"},{"1":"האון","2":"0702","3":"הצפון","4":"183"},{"1":"הבונים","2":"0675","3":"חיפה","4":"386"},{"1":"הגושרים","2":"0356","3":"הצפון","4":"1009"},{"1":"הדר עם","2":"0191","3":"המרכז","4":"696"},{"1":"הוד השרון","2":"9700","3":"המרכז","4":"65363"},{"1":"הודיות","2":"1322","3":"הצפון","4":"303"},{"1":"הודייה","2":"0726","3":"הדרום","4":"616"},{"1":"הוואשלה (שבט)","2":"1169","3":"הדרום","4":"NA"},{"1":"הוזייל (שבט)","2":"0956","3":"הדרום","4":"NA"},{"1":"הושעיה","2":"1186","3":"הצפון","4":"2092"},{"1":"הזורע","2":"0250","3":"הצפון","4":"932"},{"1":"הזורעים","2":"0307","3":"הצפון","4":"1108"},{"1":"החותרים","2":"0434","3":"חיפה","4":"914"},{"1":"היוגב","2":"0684","3":"הצפון","4":"790"},{"1":"הילה","2":"1208","3":"הצפון","4":"562"},{"1":"המעפיל","2":"0377","3":"המרכז","4":"870"},{"1":"המרכז למחקר-נחל שורק","2":"1751","3":"המרכז","4":"NA"},{"1":"הסוללים","2":"0677","3":"הצפון","4":"989"},{"1":"העוגן","2":"0423","3":"המרכז","4":"952"},{"1":"הערבה מ\"א 51","2":"1944","3":"הדרום","4":"NA"},{"1":"הערבה מ\"א 53","2":"1945","3":"הדרום","4":"NA"},{"1":"הערבה מ\"א 54","2":"1946","3":"הדרום","4":"NA"},{"1":"הר אדר","2":"3769","3":"אזור יהודה ושומרון","4":"4107"},{"1":"הר אלכסנדר מ\"א 14","2":"1869","3":"חיפה","4":"NA"},{"1":"הר אלכסנדר מ\"א 45","2":"1868","3":"חיפה","4":"NA"},{"1":"הר אלכסנדר של\"ש","2":"1870","3":"חיפה","4":"NA"},{"1":"הר גילה","2":"3603","3":"אזור יהודה ושומרון","4":"1647"},{"1":"הר הנגב הדרומי מ\"א 48","2":"1953","3":"הדרום","4":"NA"},{"1":"הר הנגב הדרומי מ\"א 53","2":"1951","3":"הדרום","4":"NA"},{"1":"הר הנגב הדרומי מ\"א 54","2":"1952","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 48","2":"1948","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 51","2":"1949","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 53","2":"1947","3":"הדרום","4":"NA"},{"1":"הר הנגב הצפוני מ\"א 54","2":"1950","3":"הדרום","4":"NA"},{"1":"הר עמשא","2":"1261","3":"הדרום","4":"240"},{"1":"הראל","2":"0464","3":"ירושלים","4":"269"},{"1":"הרדוף","2":"1249","3":"הצפון","4":"1117"},{"1":"הרי יהודה מ\"א 26","2":"1801","3":"ירושלים","4":"NA"},{"1":"הרי יהודה של\"ש","2":"1802","3":"ירושלים","4":"NA"},{"1":"הרי נצרת-תירען","2":"1823","3":"הצפון","4":"NA"},{"1":"הרי נצרת-תירען מ\"א 9","2":"1839","3":"הצפון","4":"NA"},{"1":"הרצלייה","2":"6400","3":"תל אביב","4":"103320"},{"1":"הררית","2":"1203","3":"הצפון","4":"640"},{"1":"השומרון","2":"1999","3":"אזור יהודה ושומרון","4":"NA"},{"1":"ורד יריחו","2":"3639","3":"אזור יהודה ושומרון","4":"364"},{"1":"ורדון","2":"1133","3":"הדרום","4":"264"},{"1":"זבארגה (שבט)","2":"2742","3":"הדרום","4":"NA"},{"1":"זבדיאל","2":"0815","3":"הדרום","4":"616"},{"1":"זוהר","2":"0044","3":"הדרום","4":"343"},{"1":"זיקים","2":"0584","3":"הדרום","4":"894"},{"1":"זיתן","2":"0788","3":"המרכז","4":"1031"},{"1":"זכרון יעקב","2":"9300","3":"חיפה","4":"23858"},{"1":"זכריה","2":"0799","3":"ירושלים","4":"1145"},{"1":"זמר","2":"1290","3":"המרכז","4":"7360"},{"1":"זמרת","2":"1065","3":"הדרום","4":"684"},{"1":"זנוח","2":"0816","3":"ירושלים","4":"539"},{"1":"זרועה","2":"2064","3":"הדרום","4":"503"},{"1":"זרזיר","2":"0975","3":"הצפון","4":"8412"},{"1":"זרחיה","2":"0818","3":"הדרום","4":"755"},{"1":"ח'ואלד","2":"1321","3":"חיפה","4":"729"},{"1":"ח'ואלד (שבט)","2":"0986","3":"הצפון","4":"NA"},{"1":"חבצלת השרון","2":"0235","3":"המרכז","4":"485"},{"1":"חבר","2":"1110","3":"הצפון","4":"800"},{"1":"חגור","2":"0717","3":"המרכז","4":"1152"},{"1":"חגי","2":"3764","3":"אזור יהודה ושומרון","4":"701"},{"1":"חגלה","2":"0205","3":"המרכז","4":"868"},{"1":"חד-נס","2":"4026","3":"הצפון","4":"876"},{"1":"חדיד","2":"0618","3":"המרכז","4":"913"},{"1":"חדרה","2":"6500","3":"חיפה","4":"100630"},{"1":"חוג'ייראת (ד'הרה) (שבט)","2":"0948","3":"הצפון","4":"NA"},{"1":"חולדה","2":"0160","3":"המרכז","4":"1169"},{"1":"חולון","2":"6600","3":"תל אביב","4":"197464"},{"1":"חולית","2":"1239","3":"הדרום","4":"203"},{"1":"חולתה","2":"0253","3":"הצפון","4":"719"},{"1":"חוסן","2":"0662","3":"הצפון","4":"1199"},{"1":"חוסנייה","2":"1332","3":"הצפון","4":"823"},{"1":"חוף הכרמל מ\"א 15","2":"1864","3":"חיפה","4":"NA"},{"1":"חופית","2":"0115","3":"המרכז","4":"824"},{"1":"חוקוק","2":"0374","3":"הצפון","4":"628"},{"1":"חורה","2":"1303","3":"הדרום","4":"23942"},{"1":"חורפיש","2":"0496","3":"הצפון","4":"6581"},{"1":"חורשים","2":"0355","3":"המרכז","4":"350"},{"1":"חזון","2":"1047","3":"הצפון","4":"290"},{"1":"חיבת ציון","2":"0219","3":"המרכז","4":"844"},{"1":"חיננית","2":"3643","3":"אזור יהודה ושומרון","4":"1512"},{"1":"חיפה","2":"4000","3":"חיפה","4":"282831"},{"1":"חירות","2":"0162","3":"המרכז","4":"1260"},{"1":"חלוץ","2":"1272","3":"הצפון","4":"537"},{"1":"חלץ","2":"0820","3":"הדרום","4":"486"},{"1":"חמ\"ד","2":"0801","3":"המרכז","4":"1355"},{"1":"חמאם","2":"0993","3":"הצפון","4":"1561"},{"1":"חמדיה","2":"0343","3":"הצפון","4":"420"},{"1":"חמדת","2":"3646","3":"אזור יהודה ושומרון","4":"343"},{"1":"חמרה","2":"3609","3":"אזור יהודה ושומרון","4":"273"},{"1":"חניאל","2":"0807","3":"המרכז","4":"903"},{"1":"חניתה","2":"0280","3":"הצפון","4":"744"},{"1":"חנתון","2":"1257","3":"הצפון","4":"1008"},{"1":"חספין","2":"4005","3":"הצפון","4":"2071"},{"1":"חפץ חיים","2":"0363","3":"המרכז","4":"586"},{"1":"חפצי-בה","2":"0090","3":"הצפון","4":"757"},{"1":"חצב","2":"0700","3":"הדרום","4":"1517"},{"1":"חצבה","2":"0013","3":"הדרום","4":"694"},{"1":"חצור-אשדוד","2":"0406","3":"הדרום","4":"673"},{"1":"חצור הגלילית","2":"2034","3":"הצפון","4":"9763"},{"1":"חצרים","2":"0397","3":"הדרום","4":"857"},{"1":"חרב לאת","2":"0422","3":"המרכז","4":"933"},{"1":"חרוצים","2":"1024","3":"המרכז","4":"907"},{"1":"חריש","2":"1247","3":"חיפה","4":"27007"},{"1":"חרמון מ\"א 71","2":"1960","3":"הצפון","4":"NA"},{"1":"חרמש","2":"3717","3":"אזור יהודה ושומרון","4":"236"},{"1":"חרשים","2":"1209","3":"הצפון","4":"377"},{"1":"חשמונאים","2":"3770","3":"אזור יהודה ושומרון","4":"2646"},{"1":"טבריה","2":"6700","3":"הצפון","4":"46698"},{"1":"טובא-זנגרייה","2":"0962","3":"הצפון","4":"7011"},{"1":"טורעאן","2":"0498","3":"הצפון","4":"14655"},{"1":"טייבה","2":"2730","3":"המרכז","4":"45387"},{"1":"טייבה (בעמק)","2":"0497","3":"הצפון","4":"1965"},{"1":"טירה","2":"2720","3":"המרכז","4":"27392"},{"1":"טירת יהודה","2":"0663","3":"המרכז","4":"1210"},{"1":"טירת כרמל","2":"2100","3":"חיפה","4":"26806"},{"1":"טירת צבי","2":"0268","3":"הצפון","4":"975"},{"1":"טל-אל","2":"1181","3":"הצפון","4":"1216"},{"1":"טל שחר","2":"0462","3":"ירושלים","4":"1375"},{"1":"טללים","2":"1177","3":"הדרום","4":"591"},{"1":"טלמון","2":"3788","3":"אזור יהודה ושומרון","4":"5141"},{"1":"טמרה","2":"8900","3":"הצפון","4":"35406"},{"1":"טמרה (יזרעאל)","2":"0547","3":"הצפון","4":"1656"},{"1":"טנא","2":"3743","3":"אזור יהודה ושומרון","4":"964"},{"1":"טפחות","2":"1214","3":"הצפון","4":"521"},{"1":"יאנוח-ג'ת","2":"1295","3":"הצפון","4":"6851"},{"1":"יבול","2":"1232","3":"הדרום","4":"352"},{"1":"יבנאל","2":"0046","3":"הצפון","4":"4447"},{"1":"יבנה","2":"2660","3":"המרכז","4":"53595"},{"1":"יגור","2":"0096","3":"חיפה","4":"1654"},{"1":"יגל","2":"0798","3":"המרכז","4":"919"},{"1":"יד בנימין","2":"0577","3":"המרכז","4":"4271"},{"1":"יד השמונה","2":"1134","3":"ירושלים","4":"294"},{"1":"יד חנה","2":"0758","3":"המרכז","4":"985"},{"1":"יד מרדכי","2":"0358","3":"הדרום","4":"792"},{"1":"יד נתן","2":"0775","3":"הדרום","4":"637"},{"1":"יד רמב\"ם","2":"0064","3":"המרכז","4":"1139"},{"1":"ידידה","2":"1144","3":"ירושלים","4":"224"},{"1":"יהוד-מונוסון","2":"9400","3":"המרכז","4":"30618"},{"1":"יהל","2":"1158","3":"הדרום","4":"232"},{"1":"יובל","2":"2009","3":"הצפון","4":"644"},{"1":"יובלים","2":"1226","3":"הצפון","4":"1102"},{"1":"יודפת","2":"1112","3":"הצפון","4":"910"},{"1":"יונתן","2":"4007","3":"הצפון","4":"802"},{"1":"יושיביה","2":"0803","3":"הדרום","4":"733"},{"1":"יזרעאל","2":"0452","3":"הצפון","4":"535"},{"1":"יחיעם","2":"0409","3":"הצפון","4":"722"},{"1":"יטבתה","2":"0866","3":"הדרום","4":"735"},{"1":"ייט\"ב","2":"3607","3":"אזור יהודה ושומרון","4":"296"},{"1":"יכיני","2":"0811","3":"הדרום","4":"724"},{"1":"ים המלח - בתי מלון","2":"1772","3":"הדרום","4":"NA"},{"1":"ינוב","2":"0753","3":"המרכז","4":"953"},{"1":"ינון","2":"2011","3":"הדרום","4":"1215"},{"1":"יסוד המעלה","2":"0029","3":"הצפון","4":"1804"},{"1":"יסודות","2":"0440","3":"המרכז","4":"1016"},{"1":"יסעור","2":"0575","3":"הצפון","4":"893"},{"1":"יעד","2":"1138","3":"הצפון","4":"728"},{"1":"יעל","2":"1117","3":"הצפון","4":"NA"},{"1":"יעף","2":"1044","3":"המרכז","4":"315"},{"1":"יערה","2":"0795","3":"הצפון","4":"808"},{"1":"יערות גבעת המורה מ\"א 9","2":"1863","3":"הצפון","4":"NA"},{"1":"יפיע","2":"0499","3":"הצפון","4":"19537"},{"1":"יפית","2":"3566","3":"אזור יהודה ושומרון","4":"221"},{"1":"יפעת","2":"0134","3":"הצפון","4":"1211"},{"1":"יפתח","2":"0453","3":"הצפון","4":"607"},{"1":"יצהר","2":"3749","3":"אזור יהודה ושומרון","4":"2020"},{"1":"יציץ","2":"0759","3":"המרכז","4":"826"},{"1":"יקום","2":"0417","3":"המרכז","4":"794"},{"1":"יקיר","2":"3647","3":"אזור יהודה ושומרון","4":"2485"},{"1":"יקנעם (מושבה)","2":"0241","3":"הצפון","4":"1375"},{"1":"יקנעם עילית","2":"0240","3":"הצפון","4":"24158"},{"1":"יראון","2":"0623","3":"הצפון","4":"407"},{"1":"ירדנה","2":"2026","3":"הצפון","4":"370"},{"1":"ירוחם","2":"0831","3":"הדרום","4":"11031"},{"1":"ירושלים","2":"3000","3":"ירושלים","4":"966209"},{"1":"ירחיב","2":"0718","3":"המרכז","4":"1088"},{"1":"ירכא","2":"0502","3":"הצפון","4":"17574"},{"1":"ירקונה","2":"0183","3":"המרכז","4":"357"},{"1":"ישע","2":"0916","3":"הדרום","4":"429"},{"1":"ישעי","2":"0805","3":"ירושלים","4":"857"},{"1":"ישרש","2":"0828","3":"המרכז","4":"983"},{"1":"יתד","2":"1227","3":"הדרום","4":"563"},{"1":"כאבול","2":"0504","3":"הצפון","4":"14474"},{"1":"כאוכב אבו אל-היג'א","2":"0505","3":"הצפון","4":"3723"},{"1":"כברי","2":"0576","3":"הצפון","4":"1098"},{"1":"כדורי","2":"0371","3":"הצפון","4":"215"},{"1":"כדיתה","2":"1338","3":"הצפון","4":"179"},{"1":"כוכב השחר","2":"3564","3":"אזור יהודה ושומרון","4":"2515"},{"1":"כוכב יאיר","2":"1224","3":"המרכז","4":"8950"},{"1":"כוכב יעקב","2":"3779","3":"אזור יהודה ושומרון","4":"9524"},{"1":"כוכב מיכאל","2":"0824","3":"הדרום","4":"1105"},{"1":"כורזים","2":"1252","3":"הצפון","4":"339"},{"1":"כחל","2":"1210","3":"הצפון","4":"472"},{"1":"כחלה","2":"1367","3":"הדרום","4":"455"},{"1":"כיסופים","2":"0840","3":"הדרום","4":"292"},{"1":"כישור","2":"1153","3":"הצפון","4":"215"},{"1":"כליל","2":"1183","3":"הצפון","4":"829"},{"1":"כלנית","2":"1229","3":"הצפון","4":"258"},{"1":"כמאנה","2":"1331","3":"הצפון","4":"1620"},{"1":"כמהין","2":"1291","3":"הדרום","4":"251"},{"1":"כמון","2":"1201","3":"הצפון","4":"1412"},{"1":"כנות","2":"2006","3":"הדרום","4":"441"},{"1":"כנף","2":"4028","3":"הצפון","4":"465"},{"1":"כנרת (מושבה)","2":"0063","3":"הצפון","4":"687"},{"1":"כנרת (קבוצה)","2":"0057","3":"הצפון","4":"701"},{"1":"כסיפה","2":"1059","3":"הדרום","4":"23219"},{"1":"כסלון","2":"0859","3":"ירושלים","4":"487"},{"1":"כסרא-סמיע","2":"1296","3":"הצפון","4":"9108"},{"1":"כעביה-טבאש-חג'אג'רה","2":"0978","3":"הצפון","4":"5732"},{"1":"כפר אביב","2":"0857","3":"המרכז","4":"822"},{"1":"כפר אדומים","2":"3638","3":"אזור יהודה ושומרון","4":"4927"},{"1":"כפר אוריה","2":"0364","3":"ירושלים","4":"914"},{"1":"כפר אחים","2":"0690","3":"הדרום","4":"892"},{"1":"כפר ביאליק","2":"0220","3":"חיפה","4":"852"},{"1":"כפר ביל\"ו","2":"0177","3":"המרכז","4":"1252"},{"1":"כפר בלום","2":"0357","3":"הצפון","4":"765"},{"1":"כפר בן נון","2":"2010","3":"המרכז","4":"742"},{"1":"כפר ברא","2":"0633","3":"המרכז","4":"3856"},{"1":"כפר ברוך","2":"0132","3":"הצפון","4":"667"},{"1":"כפר גדעון","2":"0106","3":"הצפון","4":"351"},{"1":"כפר גלים","2":"0427","3":"חיפה","4":"381"},{"1":"כפר גליקסון","2":"0310","3":"חיפה","4":"352"},{"1":"כפר גלעדי","2":"0076","3":"הצפון","4":"689"},{"1":"כפר דניאל","2":"0707","3":"המרכז","4":"683"},{"1":"כפר האורנים","2":"3796","3":"אזור יהודה ושומרון","4":"2607"},{"1":"כפר החורש","2":"0192","3":"הצפון","4":"736"},{"1":"כפר המכבי","2":"0254","3":"חיפה","4":"410"},{"1":"כפר הנגיד","2":"0582","3":"המרכז","4":"1223"},{"1":"כפר הנוער הדתי","2":"0890","3":"חיפה","4":"376"},{"1":"כפר הנשיא","2":"0443","3":"הצפון","4":"979"},{"1":"כפר הס","2":"0187","3":"המרכז","4":"1582"},{"1":"כפר הרא\"ה","2":"0217","3":"המרכז","4":"1483"},{"1":"כפר הרי\"ף","2":"0888","3":"הדרום","4":"844"},{"1":"כפר ויתקין","2":"0190","3":"המרכז","4":"1982"},{"1":"כפר ורבורג","2":"0320","3":"הדרום","4":"1161"},{"1":"כפר ורדים","2":"1263","3":"הצפון","4":"5531"},{"1":"כפר זוהרים","2":"1325","3":"ירושלים","4":"149"},{"1":"כפר זיתים","2":"0786","3":"הצפון","4":"793"},{"1":"כפר חב\"ד","2":"0696","3":"המרכז","4":"6797"},{"1":"כפר חושן","2":"0609","3":"הצפון","4":"805"},{"1":"כפר חיטים","2":"0255","3":"הצפון","4":"618"},{"1":"כפר חיים","2":"0193","3":"המרכז","4":"639"},{"1":"כפר חנניה","2":"1297","3":"הצפון","4":"762"},{"1":"כפר חסידים א'","2":"0112","3":"חיפה","4":"814"},{"1":"כפר חסידים ב'","2":"0889","3":"חיפה","4":"305"},{"1":"כפר חרוב","2":"4004","3":"הצפון","4":"478"},{"1":"כפר טרומן","2":"0673","3":"המרכז","4":"908"},{"1":"כפר יאסיף","2":"0507","3":"הצפון","4":"10324"},{"1":"כפר ידידיה","2":"0233","3":"המרכז","4":"751"},{"1":"כפר יהושע","2":"0140","3":"הצפון","4":"1244"},{"1":"כפר יונה","2":"0168","3":"המרכז","4":"27897"},{"1":"כפר יחזקאל","2":"0085","3":"הצפון","4":"1255"},{"1":"כפר יעבץ","2":"0170","3":"המרכז","4":"676"},{"1":"כפר כמא","2":"0508","3":"הצפון","4":"3479"},{"1":"כפר כנא","2":"0509","3":"הצפון","4":"23706"},{"1":"כפר מונש","2":"0387","3":"המרכז","4":"926"},{"1":"כפר מימון","2":"1095","3":"הדרום","4":"427"},{"1":"כפר מל\"ל","2":"0098","3":"המרכז","4":"324"},{"1":"כפר מנדא","2":"0510","3":"הצפון","4":"21073"},{"1":"כפר מנחם","2":"0274","3":"הדרום","4":"1366"},{"1":"כפר מסריק","2":"0297","3":"הצפון","4":"866"},{"1":"כפר מצר","2":"0512","3":"הצפון","4":"2805"},{"1":"כפר מרדכי","2":"0764","3":"המרכז","4":"657"},{"1":"כפר נטר","2":"0316","3":"המרכז","4":"1159"},{"1":"כפר סאלד","2":"0345","3":"הצפון","4":"716"},{"1":"כפר סבא","2":"6900","3":"המרכז","4":"101801"},{"1":"כפר סילבר","2":"0107","3":"הדרום","4":"405"},{"1":"כפר סירקין","2":"0249","3":"המרכז","4":"1543"},{"1":"כפר עבודה","2":"0875","3":"המרכז","4":"212"},{"1":"כפר עזה","2":"0845","3":"הדרום","4":"765"},{"1":"כפר עציון","2":"3488","3":"אזור יהודה ושומרון","4":"1279"},{"1":"כפר פינס","2":"0189","3":"חיפה","4":"1106"},{"1":"כפר קאסם","2":"0634","3":"המרכז","4":"24756"},{"1":"כפר קיש","2":"0388","3":"הצפון","4":"685"},{"1":"כפר קרע","2":"0654","3":"חיפה","4":"19691"},{"1":"כפר ראש הנקרה","2":"0579","3":"הצפון","4":"1406"},{"1":"כפר רוזנואלד (זרעית)","2":"1130","3":"הצפון","4":"237"},{"1":"כפר רופין","2":"0295","3":"הצפון","4":"526"},{"1":"כפר רות","2":"1166","3":"המרכז","4":"285"},{"1":"כפר שמאי","2":"0605","3":"הצפון","4":"575"},{"1":"כפר שמואל","2":"0743","3":"המרכז","4":"969"},{"1":"כפר שמריהו","2":"0267","3":"תל אביב","4":"1948"},{"1":"כפר תבור","2":"0047","3":"הצפון","4":"4426"},{"1":"כפר תפוח","2":"3572","3":"אזור יהודה ושומרון","4":"1522"},{"1":"כרכום","2":"1285","3":"הצפון","4":"517"},{"1":"כרם בן זמרה","2":"0664","3":"הצפון","4":"529"},{"1":"כרם בן שמן","2":"0088","3":"המרכז","4":"87"},{"1":"כרם יבנה (ישיבה)","2":"1094","3":"המרכז","4":"538"},{"1":"כרם מהר\"ל","2":"0580","3":"חיפה","4":"767"},{"1":"כרם שלום","2":"1085","3":"הדרום","4":"194"},{"1":"כרמי יוסף","2":"1264","3":"המרכז","4":"1757"},{"1":"כרמי צור","2":"3766","3":"אזור יהודה ושומרון","4":"964"},{"1":"כרמי קטיף","2":"1374","3":"הדרום","4":"649"},{"1":"כרמיאל","2":"1139","3":"הצפון","4":"46311"},{"1":"כרמייה","2":"0768","3":"הדרום","4":"651"},{"1":"כרמים","2":"1198","3":"הדרום","4":"526"},{"1":"כרמל","2":"3656","3":"אזור יהודה ושומרון","4":"467"},{"1":"לבון","2":"1207","3":"הצפון","4":"727"},{"1":"לביא","2":"0585","3":"הצפון","4":"616"},{"1":"לבנים","2":"1230","3":"הצפון","4":"473"},{"1":"להב","2":"2023","3":"הדרום","4":"656"},{"1":"להבות הבשן","2":"0380","3":"הצפון","4":"922"},{"1":"להבות חביבה","2":"0715","3":"חיפה","4":"1062"},{"1":"להבים","2":"1271","3":"הדרום","4":"6977"},{"1":"לוד","2":"7000","3":"המרכז","4":"82629"},{"1":"לוזית","2":"0052","3":"ירושלים","4":"862"},{"1":"לוחמי הגיטאות","2":"0595","3":"הצפון","4":"816"},{"1":"לוטם","2":"1171","3":"הצפון","4":"783"},{"1":"לוטן","2":"1255","3":"הדרום","4":"202"},{"1":"לימן","2":"0674","3":"הצפון","4":"674"},{"1":"לכיש","2":"0024","3":"הדרום","4":"800"},{"1":"לפיד","2":"1310","3":"המרכז","4":"2322"},{"1":"לפידות","2":"1173","3":"הצפון","4":"129"},{"1":"לקיה","2":"1060","3":"הדרום","4":"15294"},{"1":"מאור","2":"2055","3":"חיפה","4":"1442"},{"1":"מאיר שפיה","2":"0102","3":"חיפה","4":"352"},{"1":"מבוא ביתר","2":"0771","3":"ירושלים","4":"1013"},{"1":"מבוא דותן","2":"3569","3":"אזור יהודה ושומרון","4":"509"},{"1":"מבוא חורון","2":"3709","3":"אזור יהודה ושומרון","4":"2694"},{"1":"מבוא חמה","2":"4204","3":"הצפון","4":"459"},{"1":"מבוא מודיעים","2":"1141","3":"המרכז","4":"247"},{"1":"מבואות ים","2":"1318","3":"המרכז","4":"365"},{"1":"מבואות יריחו","2":"3825","3":"אזור יהודה ושומרון","4":"228"},{"1":"מבועים","2":"1080","3":"הדרום","4":"1250"},{"1":"מבטחים","2":"0829","3":"הדרום","4":"463"},{"1":"מבקיעים","2":"0573","3":"הדרום","4":"508"},{"1":"מבשרת ציון","2":"1015","3":"ירושלים","4":"24943"},{"1":"מג'ד אל-כרום","2":"0516","3":"הצפון","4":"15630"},{"1":"מג'דל שמס","2":"4201","3":"הצפון","4":"11404"},{"1":"מגאר","2":"0481","3":"הצפון","4":"23625"},{"1":"מגדים","2":"0689","3":"חיפה","4":"1388"},{"1":"מגדל","2":"0065","3":"הצפון","4":"1988"},{"1":"מגדל העמק","2":"0874","3":"הצפון","4":"26029"},{"1":"מגדל עוז","2":"3561","3":"אזור יהודה ושומרון","4":"566"},{"1":"מגדל תפן","2":"1722","3":"הצפון","4":"NA"},{"1":"מגדלים","2":"3751","3":"אזור יהודה ושומרון","4":"543"},{"1":"מגידו","2":"0586","3":"הצפון","4":"858"},{"1":"מגל","2":"0375","3":"חיפה","4":"1177"},{"1":"מגן","2":"0695","3":"הדרום","4":"537"},{"1":"מגן שאול","2":"1155","3":"הצפון","4":"734"},{"1":"מגשימים","2":"0722","3":"המרכז","4":"1090"},{"1":"מדרך עוז","2":"2029","3":"הצפון","4":"828"},{"1":"מדרשת בן גוריון","2":"1140","3":"הדרום","4":"1956"},{"1":"מדרשת רופין","2":"0897","3":"המרכז","4":"228"},{"1":"מודיעין-מכבים-רעות*","2":"1200","3":"המרכז","4":"97097"},{"1":"מודיעין עילית","2":"3797","3":"אזור יהודה ושומרון","4":"80997"},{"1":"מולדת","2":"0269","3":"הצפון","4":"1096"},{"1":"מוצא עילית","2":"0208","3":"ירושלים","4":"1524"},{"1":"מוקייבלה","2":"0635","3":"הצפון","4":"4261"},{"1":"מורן","2":"1163","3":"הצפון","4":"497"},{"1":"מורשת","2":"1178","3":"הצפון","4":"1592"},{"1":"מזור","2":"0606","3":"המרכז","4":"1329"},{"1":"מזכרת בתיה","2":"0028","3":"המרכז","4":"15424"},{"1":"מזרח השרון מ\"א 16","2":"1879","3":"המרכז","4":"NA"},{"1":"מזרח השרון מ\"א 18","2":"1880","3":"המרכז","4":"NA"},{"1":"מזרע","2":"0104","3":"הצפון","4":"792"},{"1":"מזרעה","2":"0517","3":"הצפון","4":"4078"},{"1":"מחולה","2":"3599","3":"אזור יהודה ושומרון","4":"649"},{"1":"מחנה הילה*","2":"1411","3":"המרכז","4":"NA"},{"1":"מחנה טלי*","2":"1418","3":"הדרום","4":"NA"},{"1":"מחנה יהודית*","2":"1413","3":"הצפון","4":"NA"},{"1":"מחנה יוכבד*","2":"1416","3":"הדרום","4":"NA"},{"1":"מחנה יפה*","2":"1415","3":"הדרום","4":"NA"},{"1":"מחנה יתיר","2":"1196","3":"הדרום","4":"304"},{"1":"מחנה מרים*","2":"1414","3":"הדרום","4":"NA"},{"1":"מחנה תל נוף*","2":"1412","3":"המרכז","4":"NA"},{"1":"מחניים","2":"0308","3":"הצפון","4":"815"},{"1":"מחסיה","2":"0776","3":"ירושלים","4":"493"},{"1":"מטולה","2":"0043","3":"הצפון","4":"1692"},{"1":"מטע","2":"0822","3":"ירושלים","4":"961"},{"1":"מי עמי","2":"1128","3":"חיפה","4":"363"},{"1":"מיטב","2":"2054","3":"הצפון","4":"460"},{"1":"מייסר","2":"0649","3":"חיפה","4":"2084"},{"1":"מיצר","2":"4019","3":"הצפון","4":"324"},{"1":"מירב","2":"1282","3":"הצפון","4":"744"},{"1":"מירון","2":"0607","3":"הצפון","4":"1091"},{"1":"מישר","2":"0731","3":"המרכז","4":"811"},{"1":"מיתר","2":"1268","3":"הדרום","4":"10566"},{"1":"מכורה","2":"3614","3":"אזור יהודה ושומרון","4":"185"},{"1":"מכחול","2":"1343","3":"הדרום","4":"1126"},{"1":"מכמורת","2":"0382","3":"המרכז","4":"1504"},{"1":"מכמנים","2":"1202","3":"הצפון","4":"597"},{"1":"מלאה","2":"0164","3":"הצפון","4":"375"},{"1":"מלילות","2":"2044","3":"הדרום","4":"381"},{"1":"מלכייה","2":"0596","3":"הצפון","4":"436"},{"1":"מלכישוע","2":"1154","3":"הצפון","4":"243"},{"1":"מנוחה","2":"2030","3":"הדרום","4":"668"},{"1":"מנוף","2":"1174","3":"הצפון","4":"858"},{"1":"מנות","2":"1205","3":"הצפון","4":"497"},{"1":"מנחמיה","2":"0048","3":"הצפון","4":"1065"},{"1":"מנרה","2":"0347","3":"הצפון","4":"266"},{"1":"מנשית זבדה","2":"0994","3":"הצפון","4":"1471"},{"1":"מסד","2":"1258","3":"הצפון","4":"387"},{"1":"מסדה","2":"0263","3":"הצפון","4":"376"},{"1":"מסילות","2":"0298","3":"הצפון","4":"463"},{"1":"מסילת ציון","2":"0742","3":"ירושלים","4":"1214"},{"1":"מסלול","2":"0748","3":"הדרום","4":"902"},{"1":"מסעדה","2":"4203","3":"הצפון","4":"3812"},{"1":"מסעודין אל-עזאזמה (שבט)","2":"0939","3":"הדרום","4":"NA"},{"1":"מעברות","2":"0197","3":"המרכז","4":"983"},{"1":"מעגלים","2":"1082","3":"הדרום","4":"2058"},{"1":"מעגן","2":"0678","3":"הצפון","4":"394"},{"1":"מעגן מיכאל","2":"0694","3":"חיפה","4":"2069"},{"1":"מעוז חיים","2":"0272","3":"הצפון","4":"502"},{"1":"מעון","2":"3657","3":"אזור יהודה ושומרון","4":"592"},{"1":"מעונה","2":"0570","3":"הצפון","4":"974"},{"1":"מעיין ברוך","2":"0416","3":"הצפון","4":"724"},{"1":"מעיין צבי","2":"0290","3":"חיפה","4":"762"},{"1":"מעיליא","2":"0518","3":"הצפון","4":"3267"},{"1":"מעלה אדומים","2":"3616","3":"אזור יהודה ושומרון","4":"37555"},{"1":"מעלה אפרים","2":"3608","3":"אזור יהודה ושומרון","4":"1318"},{"1":"מעלה גלבוע","2":"1127","3":"הצפון","4":"830"},{"1":"מעלה גמלא","2":"4008","3":"הצפון","4":"573"},{"1":"מעלה החמישה","2":"0286","3":"ירושלים","4":"846"},{"1":"מעלה לבונה","2":"3752","3":"אזור יהודה ושומרון","4":"976"},{"1":"מעלה מכמש","2":"3651","3":"אזור יהודה ושומרון","4":"1691"},{"1":"מעלה עירון","2":"1327","3":"חיפה","4":"15642"},{"1":"מעלה עמוס","2":"3653","3":"אזור יהודה ושומרון","4":"822"},{"1":"מעלות-תרשיחא","2":"1063","3":"הצפון","4":"22314"},{"1":"מענית","2":"0344","3":"חיפה","4":"874"},{"1":"מערב השרון מ\"א 16","2":"1876","3":"המרכז","4":"NA"},{"1":"מערב השרון מ\"א 18","2":"1877","3":"המרכז","4":"NA"},{"1":"מערב השרון מ\"א 19","2":"1878","3":"המרכז","4":"NA"},{"1":"מעש","2":"0230","3":"המרכז","4":"835"},{"1":"מפלסים","2":"0668","3":"הדרום","4":"1038"},{"1":"מפעלי אבשלו\"ם","2":"1767","3":"הדרום","4":"NA"},{"1":"מפעלי ברקן","2":"1791","3":"אזור יהודה ושומרון","4":"NA"},{"1":"מפעלי גליל עליון","2":"1706","3":"הצפון","4":"NA"},{"1":"מפעלי גרנות","2":"1739","3":"חיפה","4":"NA"},{"1":"מפעלי העמק (יזרעאל)","2":"1717","3":"הצפון","4":"NA"},{"1":"מפעלי חבל מודיעים","2":"1729","3":"המרכז","4":"NA"},{"1":"מפעלי ים המלח(סדום)","2":"1775","3":"הדרום","4":"NA"},{"1":"מפעלי כנות","2":"1753","3":"הדרום","4":"NA"},{"1":"מפעלי מישור רותם","2":"1773","3":"הדרום","4":"NA"},{"1":"מפעלי מעון","2":"1769","3":"הדרום","4":"NA"},{"1":"מפעלי נחם הרטוב","2":"1701","3":"ירושלים","4":"NA"},{"1":"מפעלי צומת מלאכי","2":"1761","3":"הדרום","4":"NA"},{"1":"מפעלי צין - ערבה","2":"1776","3":"הדרום","4":"NA"},{"1":"מפעלי צמח","2":"1711","3":"הצפון","4":"NA"},{"1":"מפעלי שאן","2":"1719","3":"הצפון","4":"NA"},{"1":"מצדות יהודה","2":"3745","3":"אזור יהודה ושומרון","4":"634"},{"1":"מצובה","2":"0325","3":"הצפון","4":"1157"},{"1":"מצליח","2":"0757","3":"המרכז","4":"1343"},{"1":"מצפה","2":"0058","3":"הצפון","4":"128"},{"1":"מצפה אבי\"ב","2":"1222","3":"הצפון","4":"1076"},{"1":"מצפה אילן","2":"1370","3":"חיפה","4":"752"},{"1":"מצפה יריחו","2":"3576","3":"אזור יהודה ושומרון","4":"2638"},{"1":"מצפה נטופה","2":"1190","3":"הצפון","4":"1054"},{"1":"מצפה רמון","2":"0099","3":"הדרום","4":"5179"},{"1":"מצפה שלם","2":"3610","3":"אזור יהודה ושומרון","4":"238"},{"1":"מצר","2":"0648","3":"חיפה","4":"389"},{"1":"מקווה ישראל","2":"0022","3":"תל אביב","4":"379"},{"1":"מרגליות","2":"0843","3":"הצפון","4":"416"},{"1":"מרום גולן","2":"4101","3":"הצפון","4":"754"},{"1":"מרחב עם","2":"1340","3":"הדרום","4":"521"},{"1":"מרחביה (מושב)","2":"0097","3":"הצפון","4":"663"},{"1":"מרחביה (קיבוץ)","2":"0066","3":"הצפון","4":"1298"},{"1":"מרכז אזורי כדורי","2":"1713","3":"הצפון","4":"NA"},{"1":"מרכז אזורי מרום הגליל","2":"1708","3":"הצפון","4":"NA"},{"1":"מרכז אזורי משגב","2":"1723","3":"הצפון","4":"NA"},{"1":"מרכז אזורי שוהם","2":"1747","3":"המרכז","4":"NA"},{"1":"מרכז כ\"ח","2":"1705","3":"הצפון","4":"NA"},{"1":"מרכז מיר\"ב*","2":"1715","3":"חיפה","4":"NA"},{"1":"מרכז שפירא","2":"1098","3":"הדרום","4":"2589"},{"1":"משאבי שדה","2":"0421","3":"הדרום","4":"474"},{"1":"משגב דב","2":"0765","3":"המרכז","4":"714"},{"1":"משגב עם","2":"0378","3":"הצפון","4":"358"},{"1":"משהד","2":"0520","3":"הצפון","4":"8655"},{"1":"משואה","2":"3605","3":"אזור יהודה ושומרון","4":"263"},{"1":"משואות יצחק","2":"0620","3":"הדרום","4":"685"},{"1":"משכיות","2":"3785","3":"אזור יהודה ושומרון","4":"341"},{"1":"משמר איילון","2":"0670","3":"המרכז","4":"573"},{"1":"משמר דוד","2":"0563","3":"המרכז","4":"1304"},{"1":"משמר הירדן","2":"0732","3":"הצפון","4":"878"},{"1":"משמר הנגב","2":"0395","3":"הדרום","4":"1085"},{"1":"משמר העמק","2":"0130","3":"הצפון","4":"1268"},{"1":"משמר השבעה","2":"0729","3":"המרכז","4":"1044"},{"1":"משמר השרון","2":"0194","3":"המרכז","4":"613"},{"1":"משמרות","2":"0213","3":"חיפה","4":"1233"},{"1":"משמרת","2":"0425","3":"המרכז","4":"1048"},{"1":"משען","2":"0791","3":"הדרום","4":"1069"},{"1":"מתן","2":"1315","3":"המרכז","4":"3631"},{"1":"מתת","2":"1184","3":"הצפון","4":"222"},{"1":"מתתיהו","2":"3648","3":"אזור יהודה ושומרון","4":"922"},{"1":"נאות גולן","2":"4551","3":"הצפון","4":"669"},{"1":"נאות הכיכר","2":"1124","3":"הדרום","4":"442"},{"1":"נאות חובב","2":"1770","3":"הדרום","4":"NA"},{"1":"נאות מרדכי","2":"0408","3":"הצפון","4":"675"},{"1":"נאות סמדר","2":"1197","3":"הדרום","4":"228"},{"1":"נאעורה","2":"0524","3":"הצפון","4":"2393"},{"1":"נבטים","2":"0396","3":"הדרום","4":"1067"},{"1":"נגבה","2":"0315","3":"הדרום","4":"967"},{"1":"נגוהות","2":"3724","3":"אזור יהודה ושומרון","4":"468"},{"1":"נהורה","2":"0309","3":"הדרום","4":"1195"},{"1":"נהלל","2":"0080","3":"הצפון","4":"1255"},{"1":"נהרייה","2":"9100","3":"הצפון","4":"60807"},{"1":"נוב","2":"4304","3":"הצפון","4":"1026"},{"1":"נוגה","2":"0055","3":"הדרום","4":"579"},{"1":"נווה","2":"1366","3":"הדרום","4":"1327"},{"1":"נווה אבות","2":"0926","3":"חיפה","4":"40"},{"1":"נווה אור","2":"0590","3":"הצפון","4":"350"},{"1":"נווה אטי\"ב","2":"4303","3":"הצפון","4":"141"},{"1":"נווה אילן","2":"0405","3":"ירושלים","4":"996"},{"1":"נווה אילן*","2":"1702","3":"ירושלים","4":"NA"},{"1":"נווה איתן","2":"0296","3":"הצפון","4":"306"},{"1":"נווה דניאל","2":"3725","3":"אזור יהודה ושומרון","4":"2360"},{"1":"נווה זוהר","2":"1057","3":"הדרום","4":"52"},{"1":"נווה זיו","2":"1314","3":"הצפון","4":"1012"},{"1":"נווה חריף","2":"1279","3":"הדרום","4":"107"},{"1":"נווה ים","2":"0312","3":"חיפה","4":"237"},{"1":"נווה ימין","2":"0686","3":"המרכז","4":"1065"},{"1":"נווה ירק","2":"0858","3":"המרכז","4":"1271"},{"1":"נווה מבטח","2":"0827","3":"הדרום","4":"690"},{"1":"נווה מיכאל","2":"1071","3":"ירושלים","4":"871"},{"1":"נווה צוף","2":"3573","3":"אזור יהודה ושומרון","4":"1543"},{"1":"נווה שלום","2":"1259","3":"ירושלים","4":"357"},{"1":"נועם","2":"0015","3":"הדרום","4":"360"},{"1":"נוף איילון","2":"1333","3":"המרכז","4":"2081"},{"1":"נוף הגליל","2":"1061","3":"הצפון","4":"42659"},{"1":"נופים","2":"3790","3":"אזור יהודה ושומרון","4":"1042"},{"1":"נופית","2":"1284","3":"חיפה","4":"2550"},{"1":"נופך","2":"0257","3":"המרכז","4":"610"},{"1":"נוקדים","2":"3726","3":"אזור יהודה ושומרון","4":"2764"},{"1":"נורדייה","2":"0447","3":"המרכז","4":"1924"},{"1":"נורית","2":"0833","3":"הצפון","4":"244"},{"1":"נחושה","2":"0059","3":"ירושלים","4":"1505"},{"1":"נחל יפתחאל מ\"א 3","2":"1883","3":"הצפון","4":"NA"},{"1":"נחל עוז","2":"0844","3":"הדרום","4":"470"},{"1":"נחל תבור מ\"א 8","2":"1861","3":"הצפון","4":"NA"},{"1":"נחלה","2":"2045","3":"הדרום","4":"706"},{"1":"נחליאל","2":"3767","3":"אזור יהודה ושומרון","4":"737"},{"1":"נחלים","2":"0449","3":"המרכז","4":"1848"},{"1":"נחם","2":"0809","3":"ירושלים","4":"561"},{"1":"נחף","2":"0522","3":"הצפון","4":"13558"},{"1":"נחשולים","2":"0433","3":"חיפה","4":"700"},{"1":"נחשון","2":"0777","3":"ירושלים","4":"602"},{"1":"נחשונים","2":"0705","3":"המרכז","4":"435"},{"1":"נטועה","2":"1147","3":"הצפון","4":"326"},{"1":"נטור","2":"4014","3":"הצפון","4":"910"},{"1":"נטע","2":"1369","3":"הדרום","4":"736"},{"1":"נטעים","2":"0174","3":"המרכז","4":"637"},{"1":"נטף","2":"1254","3":"ירושלים","4":"478"},{"1":"ניין","2":"0523","3":"הצפון","4":"1959"},{"1":"ניל\"י","2":"3655","3":"אזור יהודה ושומרון","4":"1878"},{"1":"ניצן","2":"0351","3":"הדרום","4":"2660"},{"1":"ניצן ב'","2":"1419","3":"הדרום","4":"376"},{"1":"ניצנה (קהילת חינוך)","2":"1195","3":"הדרום","4":"408"},{"1":"ניצני סיני","2":"1280","3":"הדרום","4":"297"},{"1":"ניצני עוז","2":"0851","3":"המרכז","4":"1114"},{"1":"ניצנים","2":"0359","3":"הדרום","4":"613"},{"1":"ניר אליהו","2":"0808","3":"המרכז","4":"563"},{"1":"ניר בנים","2":"0553","3":"הדרום","4":"726"},{"1":"ניר גלים","2":"0720","3":"המרכז","4":"1387"},{"1":"ניר דוד (תל עמל)","2":"0256","3":"הצפון","4":"743"},{"1":"ניר ח\"ן","2":"0011","3":"הדרום","4":"578"},{"1":"ניר יפה","2":"0165","3":"הצפון","4":"730"},{"1":"ניר יצחק","2":"0402","3":"הדרום","4":"649"},{"1":"ניר ישראל","2":"0699","3":"הדרום","4":"893"},{"1":"ניר משה","2":"2047","3":"הדרום","4":"607"},{"1":"ניר עוז","2":"0069","3":"הדרום","4":"392"},{"1":"ניר עם","2":"0348","3":"הדרום","4":"684"},{"1":"ניר עציון","2":"0769","3":"חיפה","4":"971"},{"1":"ניר עקיבא","2":"2048","3":"הדרום","4":"709"},{"1":"ניר צבי","2":"0331","3":"המרכז","4":"1273"},{"1":"נירים","2":"0602","3":"הדרום","4":"408"},{"1":"נירית","2":"1236","3":"המרכז","4":"952"},{"1":"נמל תעופה בן-גוריון","2":"1748","3":"המרכז","4":"NA"},{"1":"נמרוד","2":"4035","3":"הצפון","4":"NA"},{"1":"נס הרים","2":"0825","3":"ירושלים","4":"1472"},{"1":"נס עמים","2":"1143","3":"הצפון","4":"467"},{"1":"נס ציונה","2":"7200","3":"המרכז","4":"50456"},{"1":"נעורים","2":"0186","3":"המרכז","4":"404"},{"1":"נעלה","2":"3787","3":"אזור יהודה ושומרון","4":"2608"},{"1":"נעמ\"ה","2":"3713","3":"אזור יהודה ושומרון","4":"197"},{"1":"נען","2":"0158","3":"המרכז","4":"1771"},{"1":"נערן","2":"3620","3":"אזור יהודה ושומרון","4":"104"},{"1":"נפת בית לחם","2":"1982","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת בית לחם מ\"א 76","2":"1981","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ג'נין","2":"1971","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ג'נין מ\"א 72","2":"1970","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת חברון","2":"1984","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת חברון מ\"א 78","2":"1983","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת טול כרם","2":"1975","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ירדן","2":"1980","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ירדן מ\"א 74","2":"1978","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ירדן מ\"א 75","2":"1979","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ראמאללה","2":"1977","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ראמאללה מ\"א 73","2":"1974","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת ראמאללה מ\"א 73","2":"1976","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת שכם","2":"1973","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נפת שכם מ\"א 72","2":"1972","3":"אזור יהודה ושומרון","4":"NA"},{"1":"נצאצרה (שבט)","2":"1041","3":"הדרום","4":"NA"},{"1":"נצר חזני","2":"1372","3":"המרכז","4":"544"},{"1":"נצר סרני","2":"0435","3":"המרכז","4":"946"},{"1":"נצרת","2":"7300","3":"הצפון","4":"77925"},{"1":"נשר","2":"2500","3":"חיפה","4":"23759"},{"1":"נתיב הגדוד","2":"3555","3":"אזור יהודה ושומרון","4":"220"},{"1":"נתיב הל\"ה","2":"0693","3":"ירושלים","4":"670"},{"1":"נתיב העשרה","2":"1242","3":"הדרום","4":"900"},{"1":"נתיב השיירה","2":"0792","3":"הצפון","4":"507"},{"1":"נתיבות","2":"0246","3":"הדרום","4":"42039"},{"1":"נתניה","2":"7400","3":"המרכז","4":"224066"},{"1":"סאג'ור","2":"0525","3":"הצפון","4":"4425"},{"1":"סאסא","2":"0578","3":"הצפון","4":"411"},{"1":"סביון*","2":"0587","3":"המרכז","4":"4051"},{"1":"סגולה","2":"2046","3":"הדרום","4":"737"},{"1":"סואעד (חמרייה)*","2":"0942","3":"הצפון","4":"198"},{"1":"סואעד (כמאנה) (שבט)","2":"0989","3":"הצפון","4":"NA"},{"1":"סולם","2":"0526","3":"הצפון","4":"2661"},{"1":"סוסיה","2":"3756","3":"אזור יהודה ושומרון","4":"1376"},{"1":"סופה","2":"1238","3":"הדרום","4":"227"},{"1":"סח'נין","2":"7500","3":"הצפון","4":"32744"},{"1":"סייד (שבט)","2":"1170","3":"הדרום","4":"NA"},{"1":"סלמה","2":"1245","3":"הצפון","4":"3478"},{"1":"סלעית","2":"3567","3":"אזור יהודה ושומרון","4":"1426"},{"1":"סמר","2":"1156","3":"הדרום","4":"270"},{"1":"סנסנה","2":"3777","3":"אזור יהודה ושומרון","4":"665"},{"1":"סעד","2":"0419","3":"הדרום","4":"846"},{"1":"סעוה","2":"1360","3":"הדרום","4":"2149"},{"1":"סער","2":"0454","3":"הצפון","4":"910"},{"1":"ספיר","2":"1176","3":"הדרום","4":"503"},{"1":"סתרייה","2":"0610","3":"המרכז","4":"1092"},{"1":"ע'ג'ר","2":"4501","3":"הצפון","4":"2745"},{"1":"עבדון","2":"0892","3":"הצפון","4":"685"},{"1":"עברון","2":"0376","3":"הצפון","4":"863"},{"1":"עגור","2":"0794","3":"ירושלים","4":"552"},{"1":"עד הלום","2":"1762","3":"הדרום","4":"NA"},{"1":"עדי","2":"1199","3":"הצפון","4":"1868"},{"1":"עדנים","2":"2035","3":"המרכז","4":"509"},{"1":"עוזה","2":"0826","3":"הדרום","4":"407"},{"1":"עוזייר","2":"0528","3":"הצפון","4":"3432"},{"1":"עולש","2":"0737","3":"המרכז","4":"1184"},{"1":"עומר","2":"0666","3":"הדרום","4":"7656"},{"1":"עופר","2":"0810","3":"חיפה","4":"660"},{"1":"עוצם","2":"0032","3":"הדרום","4":"753"},{"1":"עוקבי (בנו עוקבה) (שבט)","2":"0957","3":"הדרום","4":"NA"},{"1":"עזוז","2":"0328","3":"הדרום","4":"82"},{"1":"עזר","2":"1149","3":"הדרום","4":"810"},{"1":"עזריאל","2":"0837","3":"המרכז","4":"872"},{"1":"עזריה","2":"0711","3":"המרכז","4":"1238"},{"1":"עזריקם","2":"0817","3":"הדרום","4":"1530"},{"1":"עטאוונה (שבט)","2":"0969","3":"הדרום","4":"NA"},{"1":"עטרת","2":"3658","3":"אזור יהודה ושומרון","4":"954"},{"1":"עידן","2":"1175","3":"הדרום","4":"407"},{"1":"עידן הנגב","2":"1765","3":"הדרום","4":"NA"},{"1":"עיילבון","2":"0530","3":"הצפון","4":"5812"},{"1":"עיינות","2":"0156","3":"המרכז","4":"408"},{"1":"עילוט","2":"0511","3":"הצפון","4":"8653"},{"1":"עין איילה","2":"0687","3":"חיפה","4":"1159"},{"1":"עין אל-אסד","2":"0546","3":"הצפון","4":"903"},{"1":"עין גב","2":"0273","3":"הצפון","4":"670"},{"1":"עין גדי","2":"2042","3":"הדרום","4":"588"},{"1":"עין דור","2":"0436","3":"הצפון","4":"1054"},{"1":"עין הבשור","2":"1240","3":"הדרום","4":"1113"},{"1":"עין הוד","2":"0074","3":"חיפה","4":"666"},{"1":"עין החורש","2":"0167","3":"המרכז","4":"854"},{"1":"עין המפרץ","2":"0289","3":"הצפון","4":"1258"},{"1":"עין הנצי\"ב","2":"0383","3":"הצפון","4":"621"},{"1":"עין העמק","2":"0367","3":"הצפון","4":"829"},{"1":"עין השופט","2":"0270","3":"הצפון","4":"882"},{"1":"עין השלושה","2":"0676","3":"הדרום","4":"369"},{"1":"עין ורד","2":"0157","3":"המרכז","4":"1567"},{"1":"עין זיוון","2":"4503","3":"הצפון","4":"426"},{"1":"עין חוד","2":"1320","3":"חיפה","4":"318"},{"1":"עין חצבה","2":"1053","3":"הדרום","4":"NA"},{"1":"עין חרוד (איחוד)","2":"0089","3":"הצפון","4":"540"},{"1":"עין חרוד (מאוחד)","2":"0082","3":"הצפון","4":"780"},{"1":"עין יהב","2":"0806","3":"הדרום","4":"803"},{"1":"עין יעקב","2":"0813","3":"הצפון","4":"1215"},{"1":"עין כרם-בי\"ס חקלאי","2":"1056","3":"ירושלים","4":"164"},{"1":"עין כרמל","2":"0426","3":"חיפה","4":"930"},{"1":"עין מאהל","2":"0532","3":"הצפון","4":"13748"},{"1":"עין נקובא","2":"0521","3":"ירושלים","4":"3680"},{"1":"עין עירון","2":"0223","3":"חיפה","4":"587"},{"1":"עין צורים","2":"0622","3":"הדרום","4":"861"},{"1":"עין קנייא","2":"4502","3":"הצפון","4":"2172"},{"1":"עין ראפה","2":"0514","3":"ירושלים","4":"1276"},{"1":"עין שמר","2":"0139","3":"חיפה","4":"635"},{"1":"עין שריד","2":"0880","3":"המרכז","4":"1648"},{"1":"עין תמר","2":"1251","3":"הדרום","4":"198"},{"1":"עינת","2":"0871","3":"המרכז","4":"842"},{"1":"עיר אובות","2":"1187","3":"הדרום","4":"NA"},{"1":"עכו","2":"7600","3":"הצפון","4":"49615"},{"1":"עלומים","2":"1146","3":"הדרום","4":"531"},{"1":"עלי","2":"3765","3":"אזור יהודה ושומרון","4":"4613"},{"1":"עלי זהב","2":"3727","3":"אזור יהודה ושומרון","4":"4279"},{"1":"עלמה","2":"0688","3":"הצפון","4":"705"},{"1":"עלמון","2":"3715","3":"אזור יהודה ושומרון","4":"1441"},{"1":"עמוקה","2":"1212","3":"הצפון","4":"158"},{"1":"עמיחי","2":"3824","3":"אזור יהודה ושומרון","4":"238"},{"1":"עמינדב","2":"0779","3":"ירושלים","4":"1119"},{"1":"עמיעד","2":"0385","3":"הצפון","4":"483"},{"1":"עמיעוז","2":"0318","3":"הדרום","4":"208"},{"1":"עמיקם","2":"0773","3":"חיפה","4":"740"},{"1":"עמיר","2":"0319","3":"הצפון","4":"600"},{"1":"עמנואל","2":"3660","3":"אזור יהודה ושומרון","4":"4372"},{"1":"עמק בית שאן מ\"א 7","2":"1824","3":"הצפון","4":"NA"},{"1":"עמק בית שאן של\"ש","2":"1825","3":"הצפון","4":"NA"},{"1":"עמק חולה מ\"א 1","2":"1806","3":"הצפון","4":"NA"},{"1":"עמק חולה מ\"א 55","2":"1807","3":"הצפון","4":"NA"},{"1":"עמק חולה של\"ש","2":"1808","3":"הצפון","4":"NA"},{"1":"עמק חפר מזרח מ\"א 16","2":"1875","3":"המרכז","4":"NA"},{"1":"עמק חרוד מ\"א 8","2":"1826","3":"הצפון","4":"NA"},{"1":"עמק חרוד של\"ש","2":"1827","3":"הצפון","4":"NA"},{"1":"עמק יזרעאל מ\"א 13","2":"1834","3":"הצפון","4":"NA"},{"1":"עמק יזרעאל מ\"א 8","2":"1832","3":"הצפון","4":"NA"},{"1":"עמק יזרעאל מ\"א 9","2":"1833","3":"הצפון","4":"NA"},{"1":"עמקה","2":"0708","3":"הצפון","4":"822"},{"1":"ענב","2":"3712","3":"אזור יהודה ושומרון","4":"983"},{"1":"עספיא","2":"0534","3":"חיפה","4":"12746"},{"1":"עפולה","2":"7700","3":"הצפון","4":"59076"},{"1":"עפרה","2":"3617","3":"אזור יהודה ושומרון","4":"3025"},{"1":"עץ אפרים","2":"3778","3":"אזור יהודה ושומרון","4":"2518"},{"1":"עצמון שגב","2":"0917","3":"הצפון","4":"1204"},{"1":"עראבה","2":"0531","3":"הצפון","4":"26641"},{"1":"עראמשה*","2":"1246","3":"הצפון","4":"1724"},{"1":"ערב אל נעים","2":"1335","3":"הצפון","4":"848"},{"1":"ערד","2":"2560","3":"הדרום","4":"27582"},{"1":"ערוגות","2":"0593","3":"הדרום","4":"1145"},{"1":"ערערה","2":"0637","3":"חיפה","4":"25823"},{"1":"ערערה-בנגב","2":"1192","3":"הדרום","4":"19681"},{"1":"עשרת","2":"0591","3":"המרכז","4":"968"},{"1":"עתלית","2":"0053","3":"חיפה","4":"10474"},{"1":"עתניאל","2":"3748","3":"אזור יהודה ושומרון","4":"994"},{"1":"פארן","2":"1151","3":"הדרום","4":"508"},{"1":"פארק הירדן מ\"א 6","2":"1961","3":"הצפון","4":"NA"},{"1":"פארק תעשיות ספירים","2":"1763","3":"הדרום","4":"NA"},{"1":"פארק תעשיות עמק חפר","2":"1745","3":"המרכז","4":"NA"},{"1":"פדואל","2":"3768","3":"אזור יהודה ושומרון","4":"2098"},{"1":"פדויים","2":"0750","3":"הדרום","4":"503"},{"1":"פדיה","2":"0838","3":"המרכז","4":"827"},{"1":"פוריידיס","2":"0537","3":"חיפה","4":"13571"},{"1":"פורייה - כפר עבודה","2":"1104","3":"הצפון","4":"379"},{"1":"פורייה - נווה עובד","2":"1105","3":"הצפון","4":"1290"},{"1":"פורייה עילית","2":"1313","3":"הצפון","4":"1234"},{"1":"פורת","2":"0767","3":"המרכז","4":"1284"},{"1":"פטיש","2":"0749","3":"הדרום","4":"998"},{"1":"פלך","2":"1185","3":"הצפון","4":"196"},{"1":"פלמחים","2":"0597","3":"המרכז","4":"743"},{"1":"פני חבר","2":"3723","3":"אזור יהודה ושומרון","4":"729"},{"1":"פסגות","2":"3659","3":"אזור יהודה ושומרון","4":"2077"},{"1":"פסוטה","2":"0535","3":"הצפון","4":"3236"},{"1":"פעמי תש\"ז","2":"2059","3":"הדרום","4":"586"},{"1":"פצאל","2":"3615","3":"אזור יהודה ושומרון","4":"361"},{"1":"פקיעין (בוקייעה)","2":"0536","3":"הצפון","4":"6025"},{"1":"פקיעין חדשה","2":"0281","3":"הצפון","4":"577"},{"1":"פרדס חנה-כרכור","2":"7800","3":"חיפה","4":"44210"},{"1":"פרדסייה","2":"0171","3":"המרכז","4":"7252"},{"1":"פרוד","2":"0599","3":"הצפון","4":"605"},{"1":"פרזון","2":"2053","3":"הצפון","4":"361"},{"1":"פרי גן","2":"1231","3":"הדרום","4":"252"},{"1":"פתח תקווה","2":"7900","3":"המרכז","4":"252270"},{"1":"פתחיה","2":"0839","3":"המרכז","4":"886"},{"1":"צאלים","2":"0413","3":"הדרום","4":"470"},{"1":"צביה","2":"1180","3":"הצפון","4":"327"},{"1":"צבעון","2":"1213","3":"הצפון","4":"338"},{"1":"צובה","2":"0465","3":"ירושלים","4":"623"},{"1":"צוחר","2":"1136","3":"הדרום","4":"475"},{"1":"צופייה","2":"1111","3":"המרכז","4":"NA"},{"1":"צופים","2":"3791","3":"אזור יהודה ושומרון","4":"2489"},{"1":"צופית","2":"0198","3":"המרכז","4":"1326"},{"1":"צופר","2":"1150","3":"הדרום","4":"464"},{"1":"צוקי ים","2":"1102","3":"המרכז","4":"301"},{"1":"צוקים","2":"1262","3":"הדרום","4":"346"},{"1":"צור הדסה","2":"1113","3":"ירושלים","4":"11929"},{"1":"צור יצחק","2":"1345","3":"המרכז","4":"6855"},{"1":"צור משה","2":"0276","3":"המרכז","4":"3264"},{"1":"צור נתן","2":"1148","3":"המרכז","4":"298"},{"1":"צוריאל","2":"0774","3":"הצפון","4":"392"},{"1":"צורית","2":"1221","3":"הצפון","4":"943"},{"1":"ציפורי","2":"0613","3":"הצפון","4":"1013"},{"1":"צלפון","2":"0796","3":"ירושלים","4":"1081"},{"1":"צנדלה","2":"0636","3":"הצפון","4":"1678"},{"1":"צפרייה","2":"0594","3":"המרכז","4":"1035"},{"1":"צפרירים","2":"1079","3":"ירושלים","4":"416"},{"1":"צפת","2":"8000","3":"הצפון","4":"37473"},{"1":"צרופה","2":"0612","3":"חיפה","4":"1151"},{"1":"צרעה","2":"0567","3":"ירושלים","4":"947"},{"1":"קבועה (שבט)","2":"1234","3":"הדרום","4":"NA"},{"1":"קבוצת יבנה","2":"0334","3":"המרכז","4":"957"},{"1":"קדומים","2":"3557","3":"אזור יהודה ושומרון","4":"4590"},{"1":"קדימה-צורן","2":"0195","3":"המרכז","4":"22919"},{"1":"קדמה","2":"0392","3":"הדרום","4":"NA"},{"1":"קדמת צבי","2":"4025","3":"הצפון","4":"537"},{"1":"קדר","2":"3781","3":"אזור יהודה ושומרון","4":"1617"},{"1":"קדרון","2":"0615","3":"המרכז","4":"1615"},{"1":"קדרים","2":"1211","3":"הצפון","4":"293"},{"1":"קודייראת א-צאנע (שבט)","2":"0964","3":"הדרום","4":"NA"},{"1":"קוואעין (שבט)","2":"0972","3":"הדרום","4":"NA"},{"1":"קוממיות","2":"0766","3":"הדרום","4":"555"},{"1":"קורנית","2":"1179","3":"הצפון","4":"915"},{"1":"קטורה","2":"1052","3":"הדרום","4":"507"},{"1":"קיסריה","2":"1167","3":"חיפה","4":"5782"},{"1":"קלחים","2":"0414","3":"הדרום","4":"679"},{"1":"קליה","2":"3601","3":"אזור יהודה ושומרון","4":"489"},{"1":"קלנסווה","2":"0638","3":"המרכז","4":"23877"},{"1":"קלע","2":"4024","3":"הצפון","4":"390"},{"1":"קציר","2":"1243","3":"חיפה","4":"2934"},{"1":"קצר א-סר","2":"1347","3":"הדרום","4":"2731"},{"1":"קצרין","2":"4100","3":"הצפון","4":"7606"},{"1":"קריית אונו","2":"2620","3":"תל אביב","4":"41900"},{"1":"קריית ארבע","2":"3611","3":"אזור יהודה ושומרון","4":"7498"},{"1":"קריית אתא","2":"6800","3":"חיפה","4":"60101"},{"1":"קריית ביאליק","2":"9500","3":"חיפה","4":"43268"},{"1":"קריית גת","2":"2630","3":"הדרום","4":"60581"},{"1":"קריית חינוך מרחבים*","2":"1768","3":"הדרום","4":"NA"},{"1":"קריית טבעון","2":"2300","3":"חיפה","4":"18520"},{"1":"קריית ים","2":"9600","3":"חיפה","4":"39442"},{"1":"קריית יערים","2":"1137","3":"ירושלים","4":"6471"},{"1":"קריית יערים (מוסד)","2":"2039","3":"ירושלים","4":"169"},{"1":"קריית מוצקין","2":"8200","3":"חיפה","4":"46565"},{"1":"קריית מלאכי","2":"1034","3":"הדרום","4":"25021"},{"1":"קריית נטפים","2":"3746","3":"אזור יהודה ושומרון","4":"991"},{"1":"קריית ענבים","2":"0078","3":"ירושלים","4":"456"},{"1":"קריית עקרון","2":"0469","3":"המרכז","4":"11051"},{"1":"קריית שלמה","2":"0412","3":"המרכז","4":"207"},{"1":"קריית שמונה","2":"2800","3":"הצפון","4":"22336"},{"1":"קרית חינוך עזתה","2":"1766","3":"הדרום","4":"NA"},{"1":"קרית תעופה","2":"1746","3":"המרכז","4":"NA"},{"1":"קרני שומרון","2":"3640","3":"אזור יהודה ושומרון","4":"9662"},{"1":"קשת","2":"4006","3":"הצפון","4":"863"},{"1":"ראמה","2":"0543","3":"הצפון","4":"7789"},{"1":"ראס אל-עין","2":"1334","3":"הצפון","4":"410"},{"1":"ראס עלי","2":"0990","3":"חיפה","4":"656"},{"1":"ראש העין","2":"2640","3":"המרכז","4":"71651"},{"1":"ראש פינה","2":"0026","3":"הצפון","4":"3236"},{"1":"ראש צורים","2":"3602","3":"אזור יהודה ושומרון","4":"948"},{"1":"ראשון לציון","2":"8300","3":"המרכז","4":"257129"},{"1":"רבבה","2":"3795","3":"אזור יהודה ושומרון","4":"2908"},{"1":"רבדים","2":"0564","3":"הדרום","4":"825"},{"1":"רביבים","2":"0354","3":"הדרום","4":"1094"},{"1":"רביד","2":"1225","3":"הצפון","4":"143"},{"1":"רגבה","2":"0390","3":"הצפון","4":"1102"},{"1":"רגבים","2":"0444","3":"חיפה","4":"528"},{"1":"רהט","2":"1161","3":"הדרום","4":"76238"},{"1":"רווחה","2":"2051","3":"הדרום","4":"567"},{"1":"רוויה","2":"2016","3":"הצפון","4":"444"},{"1":"רוח מדבר","2":"1341","3":"הדרום","4":"68"},{"1":"רוחמה","2":"0362","3":"הדרום","4":"751"},{"1":"רומאנה","2":"0539","3":"הצפון","4":"1262"},{"1":"רומת הייב","2":"0997","3":"הצפון","4":"2154"},{"1":"רועי","2":"3619","3":"אזור יהודה ושומרון","4":"171"},{"1":"רותם","2":"3782","3":"אזור יהודה ושומרון","4":"262"},{"1":"רחוב","2":"0854","3":"הצפון","4":"406"},{"1":"רחובות","2":"8400","3":"המרכז","4":"147878"},{"1":"רחלים","2":"3822","3":"אזור יהודה ושומרון","4":"975"},{"1":"ריחאנייה","2":"0540","3":"הצפון","4":"1228"},{"1":"ריחן","2":"3568","3":"אזור יהודה ושומרון","4":"384"},{"1":"ריינה","2":"0542","3":"הצפון","4":"19266"},{"1":"רימונים","2":"3565","3":"אזור יהודה ושומרון","4":"715"},{"1":"רינתיה","2":"0616","3":"המרכז","4":"1192"},{"1":"רכסים","2":"0922","3":"חיפה","4":"13736"},{"1":"רם-און","2":"1069","3":"הצפון","4":"984"},{"1":"רמות","2":"4702","3":"הצפון","4":"544"},{"1":"רמות השבים","2":"0206","3":"המרכז","4":"1695"},{"1":"רמות מאיר","2":"0735","3":"המרכז","4":"755"},{"1":"רמות מנשה","2":"0445","3":"הצפון","4":"1232"},{"1":"רמות נפתלי","2":"0372","3":"הצפון","4":"545"},{"1":"רמלה","2":"8500","3":"המרכז","4":"77798"},{"1":"רמת גן","2":"8600","3":"תל אביב","4":"169706"},{"1":"רמת דוד","2":"0135","3":"הצפון","4":"542"},{"1":"רמת הכובש","2":"0184","3":"המרכז","4":"1184"},{"1":"רמת השופט","2":"0335","3":"הצפון","4":"1166"},{"1":"רמת השרון","2":"2650","3":"תל אביב","4":"47969"},{"1":"רמת יוחנן","2":"0178","3":"חיפה","4":"1030"},{"1":"רמת ישי","2":"0122","3":"הצפון","4":"8070"},{"1":"רמת כוכב מ\"א 7","2":"1828","3":"הצפון","4":"NA"},{"1":"רמת כוכב מ\"א 8","2":"1829","3":"הצפון","4":"NA"},{"1":"רמת כוכב מ\"א 9","2":"1830","3":"הצפון","4":"NA"},{"1":"רמת כוכב של\"ש","2":"1831","3":"הצפון","4":"NA"},{"1":"רמת מגשימים","2":"4701","3":"הצפון","4":"784"},{"1":"רמת מנשה מ\"א 13","2":"1837","3":"הצפון","4":"NA"},{"1":"רמת מנשה של\"ש","2":"1838","3":"הצפון","4":"NA"},{"1":"רמת צבי","2":"0339","3":"הצפון","4":"764"},{"1":"רמת רזיאל","2":"0460","3":"ירושלים","4":"662"},{"1":"רמת רחל","2":"0127","3":"ירושלים","4":"557"},{"1":"רנן","2":"0789","3":"הדרום","4":"717"},{"1":"רעים","2":"0713","3":"הדרום","4":"433"},{"1":"רעננה","2":"8700","3":"המרכז","4":"78561"},{"1":"רקפת","2":"1228","3":"הצפון","4":"1057"},{"1":"רשפון","2":"0247","3":"המרכז","4":"1484"},{"1":"רשפים","2":"0437","3":"הצפון","4":"1200"},{"1":"רתמים","2":"1260","3":"הדרום","4":"608"},{"1":"שאר ישוב","2":"0324","3":"הצפון","4":"630"},{"1":"שבי דרום","2":"1377","3":"הדרום","4":"405"},{"1":"שבי ציון","2":"0282","3":"הצפון","4":"1270"},{"1":"שבי שומרון","2":"3571","3":"אזור יהודה ושומרון","4":"1050"},{"1":"שבלי - אום אל-גנם","2":"0913","3":"הצפון","4":"6279"},{"1":"שגב-שלום","2":"1286","3":"הדרום","4":"11865"},{"1":"שדה אילן","2":"0721","3":"הצפון","4":"658"},{"1":"שדה אליהו","2":"0304","3":"הצפון","4":"694"},{"1":"שדה אליעזר","2":"0861","3":"הצפון","4":"842"},{"1":"שדה בוקר","2":"0885","3":"הדרום","4":"469"},{"1":"שדה דוד","2":"0036","3":"הדרום","4":"632"},{"1":"שדה ורבורג","2":"0284","3":"המרכז","4":"1436"},{"1":"שדה יואב","2":"0293","3":"הדרום","4":"594"},{"1":"שדה יעקב","2":"0142","3":"הצפון","4":"1095"},{"1":"שדה יצחק","2":"2008","3":"חיפה","4":"736"},{"1":"שדה משה","2":"0018","3":"הדרום","4":"780"},{"1":"שדה נחום","2":"0259","3":"הצפון","4":"992"},{"1":"שדה נחמיה","2":"0329","3":"הצפון","4":"1272"},{"1":"שדה ניצן","2":"1058","3":"הדרום","4":"387"},{"1":"שדה עוזיהו","2":"0739","3":"הדרום","4":"1586"},{"1":"שדה צבי","2":"2049","3":"הדרום","4":"688"},{"1":"שדות ים","2":"0327","3":"חיפה","4":"1127"},{"1":"שדות מיכה","2":"0027","3":"ירושלים","4":"390"},{"1":"שדי אברהם","2":"1223","3":"הדרום","4":"367"},{"1":"שדי חמד","2":"2015","3":"המרכז","4":"953"},{"1":"שדי תרומות","2":"2057","3":"הצפון","4":"478"},{"1":"שדמה","2":"0555","3":"המרכז","4":"586"},{"1":"שדמות דבורה","2":"0306","3":"הצפון","4":"687"},{"1":"שדמות מחולה","2":"3578","3":"אזור יהודה ושומרון","4":"677"},{"1":"שדרות","2":"1031","3":"הדרום","4":"30553"},{"1":"שואבה","2":"0741","3":"ירושלים","4":"601"},{"1":"שובה","2":"0761","3":"הדרום","4":"722"},{"1":"שובל","2":"0394","3":"הדרום","4":"870"},{"1":"שוהם","2":"1304","3":"המרכז","4":"21441"},{"1":"שומרה","2":"0614","3":"הצפון","4":"366"},{"1":"שומרייה","2":"1265","3":"הדרום","4":"828"},{"1":"שוקדה","2":"0415","3":"הדרום","4":"634"},{"1":"שורש","2":"0456","3":"ירושלים","4":"1176"},{"1":"שורשים","2":"1235","3":"הצפון","4":"566"},{"1":"שושנת העמקים","2":"0224","3":"המרכז","4":"492"},{"1":"שזור","2":"0527","3":"הצפון","4":"315"},{"1":"שחר","2":"0007","3":"הדרום","4":"880"},{"1":"שחרות","2":"1266","3":"הדרום","4":"179"},{"1":"שיבולים","2":"0865","3":"הדרום","4":"291"},{"1":"שיזף","2":"1378","3":"הדרום","4":"99"},{"1":"שיטים","2":"1267","3":"הדרום","4":"NA"},{"1":"שייח' דנון","2":"0658","3":"הצפון","4":"2983"},{"1":"שילה","2":"3641","3":"אזור יהודה ושומרון","4":"4783"},{"1":"שילת","2":"1165","3":"המרכז","4":"788"},{"1":"שכניה","2":"1160","3":"הצפון","4":"781"},{"1":"שלווה","2":"0873","3":"הדרום","4":"586"},{"1":"שלווה במדבר","2":"1373","3":"הדרום","4":"NA"},{"1":"שלוחות","2":"0439","3":"הצפון","4":"457"},{"1":"שלומי","2":"0812","3":"הצפון","4":"7055"},{"1":"שלומית","2":"1364","3":"הדרום","4":"443"},{"1":"שלומציון","2":"1793","3":"אזור יהודה ושומרון","4":"NA"},{"1":"שמיר","2":"0366","3":"הצפון","4":"911"},{"1":"שמעה","2":"3784","3":"אזור יהודה ושומרון","4":"886"},{"1":"שמרת","2":"0432","3":"הצפון","4":"657"},{"1":"שמשית","2":"1337","3":"הצפון","4":"2481"},{"1":"שני","2":"1287","3":"הדרום","4":"571"},{"1":"שניר","2":"1132","3":"הצפון","4":"641"},{"1":"שעב","2":"0538","3":"הצפון","4":"7381"},{"1":"שעל","2":"4009","3":"הצפון","4":"316"},{"1":"שעלבים","2":"0856","3":"המרכז","4":"1886"},{"1":"שער אפרים","2":"0661","3":"המרכז","4":"1956"},{"1":"שער הגולן","2":"0264","3":"הצפון","4":"527"},{"1":"שער העמקים","2":"0237","3":"חיפה","4":"770"},{"1":"שער מנשה","2":"0921","3":"חיפה","4":"511"},{"1":"שערי תקווה","2":"3720","3":"אזור יהודה ושומרון","4":"6124"},{"1":"שפיים","2":"0232","3":"המרכז","4":"1346"},{"1":"שפיר","2":"0692","3":"הדרום","4":"910"},{"1":"שפלת יהודה מ\"א 26","2":"1803","3":"ירושלים","4":"NA"},{"1":"שפלת יהודה של\"ש","2":"1804","3":"ירושלים","4":"NA"},{"1":"שפר","2":"0846","3":"הצפון","4":"435"},{"1":"שפרעם","2":"8800","3":"הצפון","4":"43023"},{"1":"שקד","2":"3649","3":"אזור יהודה ושומרון","4":"1081"},{"1":"שקף","2":"1233","3":"הדרום","4":"602"},{"1":"שרונה","2":"0292","3":"הצפון","4":"573"},{"1":"שריגים (לי-און)","2":"1114","3":"ירושלים","4":"1045"},{"1":"שריד","2":"0126","3":"הצפון","4":"875"},{"1":"שרשרת","2":"0398","3":"הדרום","4":"345"},{"1":"שתולה","2":"1045","3":"הצפון","4":"320"},{"1":"שתולים","2":"0763","3":"הדרום","4":"2121"},{"1":"תאשור","2":"2062","3":"הדרום","4":"459"},{"1":"תדהר","2":"2061","3":"הדרום","4":"702"},{"1":"תובל","2":"1172","3":"הצפון","4":"344"},{"1":"תומר","2":"3558","3":"אזור יהודה ושומרון","4":"302"},{"1":"תושייה","2":"1083","3":"הדרום","4":"859"},{"1":"תימורים","2":"0163","3":"הדרום","4":"743"},{"1":"תירוש","2":"0010","3":"ירושלים","4":"454"},{"1":"תל אביב -יפו","2":"5000","3":"תל אביב","4":"467875"},{"1":"תל חי (מכללה)","2":"1707","3":"הצפון","4":"NA"},{"1":"תל יוסף","2":"0084","3":"הצפון","4":"564"},{"1":"תל יצחק","2":"0287","3":"המרכז","4":"822"},{"1":"תל מונד","2":"0154","3":"המרכז","4":"14179"},{"1":"תל עדשים","2":"0103","3":"הצפון","4":"1527"},{"1":"תל קציר","2":"0719","3":"הצפון","4":"500"},{"1":"תל שבע","2":"1054","3":"הדרום","4":"22187"},{"1":"תל תאומים","2":"1283","3":"הצפון","4":"603"},{"1":"תלם","2":"3719","3":"אזור יהודה ושומרון","4":"520"},{"1":"תלמי אליהו","2":"1051","3":"הדרום","4":"321"},{"1":"תלמי אלעזר","2":"2003","3":"חיפה","4":"950"},{"1":"תלמי ביל\"ו","2":"2050","3":"הדרום","4":"534"},{"1":"תלמי יוסף","2":"1237","3":"הדרום","4":"339"},{"1":"תלמי יחיאל","2":"0727","3":"הדרום","4":"1021"},{"1":"תלמי יפה","2":"0744","3":"הדרום","4":"809"},{"1":"תלמים","2":"0814","3":"הדרום","4":"916"},{"1":"תמרת","2":"1244","3":"הצפון","4":"1257"},{"1":"תנובות","2":"2002","3":"המרכז","4":"846"},{"1":"תעוז","2":"0752","3":"ירושלים","4":"648"},{"1":"תעשיון בינימין*","2":"1744","3":"המרכז","4":"NA"},{"1":"תעשיון דלתון","2":"1709","3":"הצפון","4":"NA"},{"1":"תעשיון השרון","2":"1741","3":"המרכז","4":"NA"},{"1":"תעשיון חבל יבנה","2":"1750","3":"המרכז","4":"NA"},{"1":"תעשיון חצב*","2":"1742","3":"המרכז","4":"NA"},{"1":"תעשיון מבצע*","2":"1754","3":"הדרום","4":"NA"},{"1":"תעשיון מיתרים","2":"1794","3":"אזור יהודה ושומרון","4":"NA"},{"1":"תעשיון צריפין","2":"1749","3":"המרכז","4":"NA"},{"1":"תעשיון ראם*","2":"1755","3":"הדרום","4":"NA"},{"1":"תעשיון שח\"ק","2":"1792","3":"אזור יהודה ושומרון","4":"NA"},{"1":"תעשיות גליל תחתון","2":"1714","3":"הצפון","4":"NA"},{"1":"תפרח","2":"0709","3":"הדרום","4":"2231"},{"1":"תקומה","2":"0665","3":"הדרום","4":"737"},{"1":"תקוע","2":"3563","3":"אזור יהודה ושומרון","4":"4315"},{"1":"תראבין א-צאנע (שבט)","2":"0970","3":"הדרום","4":"NA"},{"1":"תרבין א-צאנע (יישוב)*","2":"1346","3":"הדרום","4":"1239"},{"1":"תרום","2":"0778","3":"ירושלים","4":"970"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
</section>
<section id="read-cbs-index-data" class="level3">
<h3 class="anchored" data-anchor-id="read-cbs-index-data">4. Read CBS Index Data</h3>
<p>The package handles both socio-economic status (SES) and peripherality indices at different geographic levels:</p>
<p><img src="https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/data_ses_2019-A.jpg" class="img-fluid"></p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb13" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb13-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Read socio-economic index at municipality level</span></span>
<span id="cb13-2">df_ses <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_cbs_index</span>(</span>
<span id="cb13-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">path =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"T02.xlsx"</span>,</span>
<span id="cb13-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">year =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2019</span>,</span>
<span id="cb13-5">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">index_type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ses"</span>,</span>
<span id="cb13-6">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">unit_type =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"muni"</span></span>
<span id="cb13-7">)</span>
<span id="cb13-8"></span>
<span id="cb13-9">df_ses</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["מעמד מוניציפלי_MUNICIPAL STATUS"],"name":[1],"type":["chr"],"align":["left"]},{"label":["סמל יישוב_CODE OF LOCALITY"],"name":[2],"type":["chr"],"align":["left"]},{"label":["שם רשות מקומית"],"name":[3],"type":["chr"],"align":["left"]},{"label":["מחוז_DISTRICT"],"name":[4],"type":["chr"],"align":["left"]},{"label":["אוכלוסיית המדד 2019[1]_INDEX POPULATION 2019[1]"],"name":[5],"type":["chr"],"align":["left"]},{"label":["ערך מדד 2019[2]_INDEX VALUE 2019[2]"],"name":[6],"type":["chr"],"align":["left"]},{"label":["דירוג 2019[3]_RANK 2019[3]"],"name":[7],"type":["chr"],"align":["left"]},{"label":["אשכול 2019[4]_CLUSTER 2019[4]"],"name":[8],"type":["chr"],"align":["left"]},{"label":["דירוג 2017[3]_RANK 2017[3]"],"name":[9],"type":["chr"],"align":["left"]},{"label":["אשכול 2017[4]_CLUSTER 2017[4]"],"name":[10],"type":["chr"],"align":["left"]},{"label":["הפרש (אשכול 2019 פחות אשכול 2017)_DIFFERENCE (CLUSTER 2019 MINUS CLUSTER 2017)"],"name":[11],"type":["chr"],"align":["left"]},{"label":["NAME OF LOCAL AUTHORITY"],"name":[12],"type":["chr"],"align":["left"]}],"data":[{"1":"68","2":"NA","3":"נווה מדבר","4":"6","5":"12260.911635847","6":"-2.8440108123736301","7":"1","8":"1","9":"1","10":"1","11":"0","12":"NEVE MIDBAR"},{"1":"99","2":"1192","3":"ערערה-בנגב","4":"6","5":"18331.855664683699","6":"-2.4785087223961302","7":"2","8":"1","9":"2","10":"1","11":"0","12":"AR'ARA-BANEGEV"},{"1":"99","2":"1054","3":"תל שבע","4":"6","5":"20808.196433040699","6":"-2.3211462310276998","7":"3","8":"1","9":"3","10":"1","11":"0","12":"TEL SHEVA"},{"1":"99","2":"1059","3":"כסיפה","4":"6","5":"21808.742238594201","6":"-2.3164797646822901","7":"4","8":"1","9":"4","10":"1","11":"0","12":"KUSEIFE"},{"1":"69","2":"NA","3":"אל קסום","4":"6","5":"15669.6729983605","6":"-2.27147409355696","7":"5","8":"1","9":"8","10":"1","11":"0","12":"AL-KASUM"},{"1":"0","2":"3797","3":"מודיעין עילית","4":"7","5":"76373.216839906207","6":"-2.24707836306029","7":"6","8":"1","9":"5","10":"1","11":"0","12":"MODI'IN ILLIT"},{"1":"99","2":"1303","3":"חורה","4":"6","5":"22337.215320754902","6":"-2.2309843450317901","7":"7","8":"1","9":"7","10":"1","11":"0","12":"HURA"},{"1":"99","2":"1286","3":"שגב-שלום","4":"6","5":"10936.283247408201","6":"-2.2068897555352001","7":"8","8":"1","9":"6","10":"1","11":"0","12":"SEGEV-SHALOM"},{"1":"99","2":"1060","3":"לקיה","4":"6","5":"14074.532234050401","6":"-2.0491454946799901","7":"9","8":"1","9":"9","10":"1","11":"0","12":"LAQYE"},{"1":"0","2":"3780","3":"ביתר עילית","4":"7","5":"59267.6351299936","6":"-1.92080470771099","7":"10","8":"1","9":"11","10":"1","11":"0","12":"BETAR ILLIT"},{"1":"0","2":"1161","3":"רהט","4":"6","5":"71390.116895318104","6":"-1.87631668891526","7":"11","8":"1","9":"10","10":"1","11":"0","12":"RAHAT"},{"1":"99","2":"3660","3":"עמנואל","4":"7","5":"3895.8368331020702","6":"-1.6680483209310499","7":"12","8":"2","9":"12","10":"2","11":"0","12":"IMMANU'EL"},{"1":"99","2":"922","3":"רכסים","4":"3","5":"12647.4139037193","6":"-1.6182705182419099","7":"13","8":"2","9":"13","10":"2","11":"0","12":"REKHASIM"},{"1":"0","2":"6100","3":"בני ברק","4":"5","5":"203228.56208455199","6":"-1.5423866895551801","7":"14","8":"2","9":"18","10":"2","11":"0","12":"BENE BERAQ"},{"1":"99","2":"541","3":"ג'סר א-זרקא","4":"3","5":"14930.190790687","6":"-1.4843677428444799","7":"15","8":"2","9":"15","10":"2","11":"0","12":"JISR AZ-ZARQA"},{"1":"99","2":"510","3":"כפר מנדא","4":"2","5":"20187.896915978301","6":"-1.47868153141882","7":"16","8":"2","9":"16","10":"2","11":"0","12":"KAFAR MANDA"},{"1":"99","2":"511","3":"עילוט","4":"2","5":"8356.1740013148501","6":"-1.4628810964426699","7":"17","8":"2","9":"14","10":"2","11":"0","12":"ILUT"},{"1":"0","2":"2610","3":"בית שמש","4":"1","5":"124813.018290066","6":"-1.4334889435311899","7":"18","8":"2","9":"21","10":"2","11":"0","12":"BET SHEMESH"},{"1":"0","2":"1309","3":"אלעד","4":"4","5":"48760.378756414102","6":"-1.4219321509787299","7":"19","8":"2","9":"19","10":"2","11":"0","12":"EL'AD"},{"1":"0","2":"2710","3":"אום אל-פחם","4":"3","5":"56108.841724387901","6":"-1.3461819451105499","7":"20","8":"2","9":"17","10":"2","11":"0","12":"UMM AL-FAHM"},{"1":"65","2":"NA","3":"אל - בטוף","4":"2","5":"8038.7927228660101","6":"-1.31968146430988","7":"21","8":"2","9":"20","10":"2","11":"0","12":"AL-BATOF"},{"1":"99","2":"998","3":"ביר אל-מכסור","4":"2","5":"9522.4307038156294","6":"-1.2511370490012801","7":"22","8":"2","9":"26","10":"2","11":"0","12":"BIR EL-MAKSUR"},{"1":"0","2":"8000","3":"צפת","4":"2","5":"36056.473449796897","6":"-1.22139621555085","7":"23","8":"2","9":"29","10":"2","11":"0","12":"ZEFAT"},{"1":"99","2":"520","3":"משהד","4":"2","5":"8373.2933193952504","6":"-1.1822877488564001","7":"24","8":"2","9":"27","10":"2","11":"0","12":"MESHHED"},{"1":"99","2":"532","3":"עין מאהל","4":"2","5":"13335.159943119699","6":"-1.17737780247511","7":"25","8":"2","9":"24","10":"2","11":"0","12":"EIN MAHEL"},{"1":"99","2":"1137","3":"קריית יערים","4":"1","5":"6035.7550708702101","6":"-1.16837898983042","7":"26","8":"2","9":"35","10":"2","11":"0","12":"QIRYAT YE'ARIM"},{"1":"99","2":"1327","3":"מעלה עירון","4":"3","5":"15065.211858721001","6":"-1.1472873954185301","7":"27","8":"2","9":"23","10":"2","11":"0","12":"MA'ALE IRON"},{"1":"99","2":"46","3":"יבנאל","4":"2","5":"4243.3087469847696","6":"-1.1459175439015901","7":"28","8":"2","9":"40","10":"3","11":"-1","12":"YAVNE'EL"},{"1":"99","2":"522","3":"נחף","4":"2","5":"13112.7637456884","6":"-1.1455122206505199","7":"29","8":"2","9":"28","10":"2","11":"0","12":"NAHEF"},{"1":"99","2":"538","3":"שעב","4":"2","5":"7061.3335469610302","6":"-1.1432328032886001","7":"30","8":"2","9":"22","10":"2","11":"0","12":"SHA'AB"},{"1":"0","2":"3000","3":"ירושלים","4":"1","5":"934638.58393492806","6":"-1.1177864031325699","7":"31","8":"2","9":"38","10":"3","11":"-1","12":"JERUSALEM"},{"1":"99","2":"509","3":"כפר כנא","4":"2","5":"22569.357363538002","6":"-1.1092115122442701","7":"32","8":"2","9":"32","10":"2","11":"0","12":"KAFAR KANNA"},{"1":"99","2":"1326","3":"בסמ\"ה","4":"3","5":"10010.124040348201","6":"-1.1042138208676","7":"33","8":"2","9":"30","10":"2","11":"0","12":"BASMA"},{"1":"99","2":"482","3":"בועיינה-נוג'ידאת","4":"2","5":"9811.8315785943305","6":"-1.10164936627024","7":"34","8":"2","9":"31","10":"2","11":"0","12":"BU'EINE-NUJEIDAT"},{"1":"99","2":"975","3":"זרזיר","4":"2","5":"8118.7054095659596","6":"-1.09377105814557","7":"35","8":"2","9":"36","10":"2","11":"0","12":"ZARZIR"},{"1":"99","2":"483","3":"בענה","4":"2","5":"8380.5440283316893","6":"-1.08790667666792","7":"36","8":"2","9":"34","10":"2","11":"0","12":"BI'NE"},{"1":"99","2":"4203","3":"מסעדה","4":"2","5":"3713.6632091384799","6":"-1.06613462842239","7":"37","8":"2","9":"33","10":"2","11":"0","12":"MAS'ADE"},{"1":"99","2":"4001","3":"בוקעאתא","4":"2","5":"6609.6875856318602","6":"-1.02133135404046","7":"38","8":"3","9":"25","10":"2","11":"1","12":"BUQ'ATA"},{"1":"99","2":"542","3":"ריינה","4":"2","5":"18960.881410605802","6":"-1.0129011473174501","7":"39","8":"3","9":"42","10":"3","11":"0","12":"REINE"},{"1":"99","2":"4501","3":"ע'ג'ר","4":"2","5":"2659.4033679786298","6":"-0.98695249534218599","7":"40","8":"3","9":"41","10":"3","11":"0","12":"GHAJAR"},{"1":"99","2":"627","3":"ג'לג'וליה","4":"4","5":"10040.0284796262","6":"-0.96267646177295296","7":"41","8":"3","9":"37","10":"3","11":"0","12":"JALJULYE"},{"1":"99","2":"478","3":"אכסאל","4":"2","5":"14675.649034214901","6":"-0.93888753624906396","7":"42","8":"3","9":"58","10":"3","11":"0","12":"IKSAL"},{"1":"99","2":"962","3":"טובא-זנגרייה","4":"2","5":"6775.9582884178499","6":"-0.91359460484715305","7":"43","8":"3","9":"47","10":"3","11":"0","12":"TUBA-ZANGARIYYE"},{"1":"99","2":"978","3":"כעביה-טבאש-חג'אג'רה","4":"2","5":"5504.0388427182397","6":"-0.91326325781264694","7":"44","8":"3","9":"48","10":"3","11":"0","12":"KA'ABIYYE-TABBASH-HAJAJRE"},{"1":"66","2":"NA","3":"בוסתן אל -מרג'","4":"2","5":"7938.1563782641897","6":"-0.91234830752876195","7":"45","8":"3","9":"53","10":"3","11":"0","12":"BUSTAN EL-MARJ"},{"1":"99","2":"3611","3":"קריית ארבע","4":"7","5":"7325.9750365386899","6":"-0.90633820097725104","7":"46","8":"3","9":"60","10":"3","11":"0","12":"QIRYAT ARBA"},{"1":"99","2":"499","3":"יפיע","4":"2","5":"19151.163558469299","6":"-0.897268612113158","7":"47","8":"3","9":"50","10":"3","11":"0","12":"YAFI"},{"1":"99","2":"944","3":"בסמת טבעון","4":"2","5":"7915.7340759113704","6":"-0.88501658684831896","7":"48","8":"3","9":"55","10":"3","11":"0","12":"BASMAT TAB'UN"},{"1":"0","2":"8900","3":"טמרה","4":"2","5":"34028.0145623313","6":"-0.88321082921055205","7":"49","8":"3","9":"49","10":"3","11":"0","12":"TAMRA"},{"1":"99","2":"1292","3":"ג'דיידה-מכר","4":"2","5":"21162.583546739901","6":"-0.87728796596370395","7":"50","8":"3","9":"43","10":"3","11":"0","12":"JUDEIDE-MAKER"},{"1":"0","2":"531","3":"עראבה","4":"2","5":"25832.848155917502","6":"-0.86253519650034205","7":"51","8":"3","9":"44","10":"3","11":"0","12":"ARRABE"},{"1":"99","2":"4502","3":"עין קנייא","4":"2","5":"2097.8106125979898","6":"-0.85804846872434304","7":"52","8":"3","9":"39","10":"3","11":"0","12":"EIN QINIYYE"},{"1":"99","2":"537","3":"פוריידיס","4":"3","5":"13247.047286713199","6":"-0.85266163345842005","7":"53","8":"3","9":"51","10":"3","11":"0","12":"FUREIDIS"},{"1":"99","2":"498","3":"טורעאן","4":"2","5":"14239.970486223099","6":"-0.83856971545000303","7":"54","8":"3","9":"57","10":"3","11":"0","12":"TUR'AN"},{"1":"99","2":"504","3":"כאבול","4":"2","5":"14095.436629849301","6":"-0.83850660278285605","7":"55","8":"3","9":"45","10":"3","11":"0","12":"KABUL"},{"1":"99","2":"481","3":"מגאר","4":"2","5":"22956.806757960701","6":"-0.82264769796075898","7":"56","8":"3","9":"46","10":"3","11":"0","12":"MUGHAR"},{"1":"99","2":"4201","3":"מג'דל שמס","4":"2","5":"11179.6767065037","6":"-0.81557659526396797","7":"57","8":"3","9":"52","10":"3","11":"0","12":"MAJDAL SHAMS"},{"1":"0","2":"638","3":"קלנסווה","4":"4","5":"23143.492548609","6":"-0.79137928241656996","7":"58","8":"3","9":"54","10":"3","11":"0","12":"QALANSAWE"},{"1":"99","2":"99","3":"מצפה רמון","4":"6","5":"5210.78655225285","6":"-0.78116503923538605","7":"59","8":"3","9":"76","10":"3","11":"0","12":"MIZPE RAMON"},{"1":"99","2":"913","3":"שבלי - אום אל-גנם","4":"2","5":"6052.72593713468","6":"-0.778686963055363","7":"60","8":"3","9":"61","10":"3","11":"0","12":"SHIBLI-UMM AL-GHANAM"},{"1":"99","2":"516","3":"מג'ד אל-כרום","4":"2","5":"15275.534040730199","6":"-0.75255951365249696","7":"61","8":"3","9":"56","10":"3","11":"0","12":"MAJD AL-KURUM"},{"1":"99","2":"473","3":"אבו סנאן","4":"2","5":"14098.5894486012","6":"-0.74584472462180496","7":"62","8":"3","9":"63","10":"3","11":"0","12":"ABU SINAN"},{"1":"0","2":"2730","3":"טייבה","4":"4","5":"43920.652184350904","6":"-0.73828725938631801","7":"63","8":"3","9":"59","10":"3","11":"0","12":"TAYIBE"},{"1":"0","2":"8800","3":"שפרעם","4":"2","5":"42005.1921500928","6":"-0.73313413918729398","7":"64","8":"3","9":"66","10":"3","11":"0","12":"SHEFAR'AM"},{"1":"99","2":"1296","3":"כסרא-סמיע","4":"2","5":"8817.7730142603905","6":"-0.72854444729721801","7":"65","8":"3","9":"67","10":"3","11":"0","12":"KISRA-SUMEI"},{"1":"99","2":"502","3":"ירכא","4":"2","5":"16799.007048402102","6":"-0.71718736695331897","7":"66","8":"3","9":"64","10":"3","11":"0","12":"YIRKA"},{"1":"99","2":"472","3":"אבו גוש","4":"1","5":"7614.59574253562","6":"-0.71688683662960195","7":"67","8":"3","9":"65","10":"3","11":"0","12":"ABU GHOSH"},{"1":"99","2":"529","3":"אעבלין","4":"2","5":"13199.350242500501","6":"-0.71465630220486698","7":"68","8":"3","9":"68","10":"3","11":"0","12":"I'BILLIN"},{"1":"0","2":"246","3":"נתיבות","4":"6","5":"37542.419334512","6":"-0.70996529747197801","7":"69","8":"3","9":"72","10":"3","11":"0","12":"NETIVOT"},{"1":"0","2":"2560","3":"ערד","4":"6","5":"26653.569070557402","6":"-0.69604210177858605","7":"70","8":"3","9":"90","10":"4","11":"-1","12":"ARAD"},{"1":"99","2":"637","3":"ערערה","4":"3","5":"25245.099070877699","6":"-0.69603120587485101","7":"71","8":"3","9":"69","10":"3","11":"0","12":"AR'ARA"},{"1":"0","2":"31","3":"אופקים","4":"6","5":"30662.245646593699","6":"-0.69140837044995895","7":"72","8":"3","9":"73","10":"3","11":"0","12":"OFAQIM"},{"1":"0","2":"634","3":"כפר קאסם","4":"4","5":"23823.398399219001","6":"-0.68019694139603604","7":"73","8":"3","9":"62","10":"3","11":"0","12":"KAFAR QASEM"},{"1":"0","2":"7300","3":"נצרת","4":"2","5":"77359.089881790394","6":"-0.66567688695628602","7":"74","8":"3","9":"75","10":"3","11":"0","12":"NAZARETH"},{"1":"0","2":"6000","3":"באקה אל-גרביה","4":"3","5":"29916.448162413501","6":"-0.64157469714462401","7":"75","8":"4","9":"74","10":"3","11":"1","12":"BAQA AL-GHARBIYYE"},{"1":"99","2":"3574","3":"בית אל","4":"7","5":"5973.07469430113","6":"-0.63742123701165498","7":"76","8":"4","9":"80","10":"3","11":"1","12":"BET EL"},{"1":"0","2":"7500","3":"סח'נין","4":"2","5":"31641.843132730199","6":"-0.61424182336882804","7":"77","8":"4","9":"71","10":"3","11":"1","12":"SAKHNIN"},{"1":"99","2":"492","3":"דייר חנא","4":"2","5":"10338.580859190601","6":"-0.61162447176101298","7":"78","8":"4","9":"70","10":"3","11":"1","12":"DEIR HANNA"},{"1":"0","2":"1034","3":"קריית מלאכי","4":"6","5":"23725.687331143101","6":"-0.60639180027829198","7":"79","8":"4","9":"81","10":"4","11":"0","12":"QIRYAT MAL'AKHI"},{"1":"99","2":"490","3":"דייר אל-אסד","4":"2","5":"12514.472646890799","6":"-0.60142504539485298","7":"80","8":"4","9":"78","10":"3","11":"1","12":"DEIR AL-ASAD"},{"1":"0","2":"6700","3":"טבריה","4":"2","5":"44315.169376950798","6":"-0.58163279539188595","7":"81","8":"4","9":"89","10":"4","11":"0","12":"TIBERIAS"},{"1":"0","2":"7000","3":"לוד","4":"4","5":"76883.061594035593","6":"-0.56337181299057704","7":"82","8":"4","9":"84","10":"4","11":"0","12":"LOD"},{"1":"99","2":"525","3":"סאג'ור","4":"2","5":"4270.3995333458597","6":"-0.54956667406196902","7":"83","8":"4","9":"85","10":"4","11":"0","12":"SAJUR"},{"1":"99","2":"633","3":"כפר ברא","4":"4","5":"3678.2807984523001","6":"-0.54314797887510502","7":"84","8":"4","9":"77","10":"3","11":"1","12":"KAFAR BARA"},{"1":"99","2":"3608","3":"מעלה אפרים","4":"7","5":"1260.4641281480799","6":"-0.53429464036876995","7":"85","8":"4","9":"106","10":"4","11":"0","12":"MA'ALE EFRAYIM"},{"1":"99","2":"489","3":"דבורייה","4":"2","5":"10510.462914780101","6":"-0.519777455923634","7":"86","8":"4","9":"79","10":"3","11":"1","12":"DABURIYYA"},{"1":"99","2":"831","3":"ירוחם","4":"6","5":"10293.633387444699","6":"-0.50378301007302895","7":"87","8":"4","9":"91","10":"4","11":"0","12":"YEROHAM"},{"1":"99","2":"517","3":"מזרעה","4":"2","5":"3929.1849593995498","6":"-0.48749991986901597","7":"88","8":"4","9":"87","10":"4","11":"0","12":"MAZRA'A"},{"1":"99","2":"2034","3":"חצור הגלילית","4":"2","5":"9261.7741840419294","6":"-0.48262508297888301","7":"89","8":"4","9":"92","10":"4","11":"0","12":"HAZOR HAGELILIT"},{"1":"99","2":"1290","3":"זמר","4":"4","5":"7094.1814350190598","6":"-0.47602130599978099","7":"90","8":"4","9":"82","10":"4","11":"0","12":"ZEMER"},{"1":"99","2":"505","3":"כאוכב אבו אל-היג'א","4":"2","5":"3589.43390045862","6":"-0.472789189515891","7":"91","8":"4","9":"86","10":"4","11":"0","12":"KAOKAB ABU AL-HIJA"},{"1":"0","2":"2630","3":"קריית גת","4":"6","5":"56804.924420734402","6":"-0.464015407367106","7":"92","8":"4","9":"95","10":"4","11":"0","12":"QIRYAT GAT"},{"1":"99","2":"480","3":"בית ג'ן","4":"2","5":"12000.9083628629","6":"-0.46353965854574097","7":"93","8":"4","9":"83","10":"4","11":"0","12":"BEIT JANN"},{"1":"0","2":"7600","3":"עכו","4":"2","5":"49047.888619414298","6":"-0.45842916286551","7":"94","8":"4","9":"94","10":"4","11":"0","12":"AKKO"},{"1":"99","2":"1295","3":"יאנוח-ג'ת","4":"2","5":"6679.4524631186596","6":"-0.39170342651795798","7":"95","8":"5","9":"88","10":"4","11":"1","12":"YANUH-JAT"},{"1":"0","2":"2720","3":"טירה","4":"4","5":"26463.214872228102","6":"-0.34857835831770101","7":"96","8":"5","9":"93","10":"4","11":"1","12":"TIRE"},{"1":"99","2":"496","3":"חורפיש","4":"2","5":"6410.2994051463302","6":"-0.34359972802852801","7":"97","8":"5","9":"96","10":"4","11":"1","12":"HURFEISH"},{"1":"0","2":"8500","3":"רמלה","4":"4","5":"74481.766564621706","6":"-0.31769145133759402","7":"98","8":"5","9":"99","10":"4","11":"1","12":"RAMLA"},{"1":"0","2":"874","3":"מגדל העמק","4":"2","5":"25532.0412383699","6":"-0.31574055982551202","7":"99","8":"5","9":"104","10":"4","11":"1","12":"MIGDAL HAEMEQ"},{"1":"0","2":"2200","3":"דימונה","4":"6","5":"34278.8293067466","6":"-0.31238174232524302","7":"100","8":"5","9":"102","10":"4","11":"1","12":"DIMONA"},{"1":"99","2":"534","3":"עספיא","4":"3","5":"12502.8298106763","6":"-0.28659830314644802","7":"101","8":"5","9":"97","10":"4","11":"1","12":"ISIFYA"},{"1":"0","2":"9200","3":"בית שאן","4":"2","5":"18388.036385590702","6":"-0.28331801093029901","7":"102","8":"5","9":"105","10":"4","11":"1","12":"BET SHE'AN"},{"1":"99","2":"494","3":"דאלית אל-כרמל","4":"3","5":"17652.708132862201","6":"-0.27952684543466699","7":"103","8":"5","9":"100","10":"4","11":"1","12":"DALIYAT AL-KARMEL"},{"1":"0","2":"7700","3":"עפולה","4":"2","5":"53958.748378706099","6":"-0.21278593263111001","7":"104","8":"5","9":"114","10":"5","11":"0","12":"AFULA"},{"1":"99","2":"654","3":"כפר קרע","4":"3","5":"18963.9442703106","6":"-0.21104145708932201","7":"105","8":"5","9":"101","10":"4","11":"1","12":"KAFAR QARA"},{"1":"99","2":"485","3":"ג'ולס","4":"2","5":"6441.6745165750299","6":"-0.20298727141446099","7":"106","8":"5","9":"98","10":"4","11":"1","12":"JULIS"},{"1":"99","2":"3730","3":"גבעת זאב","4":"7","5":"18420.348985749701","6":"-0.19509489978217101","7":"107","8":"5","9":"115","10":"5","11":"0","12":"GIV'AT ZE'EV"},{"1":"0","2":"70","3":"אשדוד","4":"6","5":"225084.149969925","6":"-0.186534435812093","7":"108","8":"5","9":"112","10":"4","11":"1","12":"ASHDOD"},{"1":"0","2":"1061","3":"נוף הגליל","4":"2","5":"41611.628063878503","6":"-0.16609228071958401","7":"109","8":"5","9":"120","10":"5","11":"0","12":"NOF HAGALIL"},{"1":"99","2":"4100","3":"קצרין","4":"2","5":"7296.5387934457403","6":"-0.165648280126001","7":"110","8":"5","9":"107","10":"4","11":"1","12":"QAZRIN"},{"1":"0","2":"9600","3":"קריית ים","4":"3","5":"39715.542891407298","6":"-0.14787953050168501","7":"111","8":"5","9":"128","10":"5","11":"0","12":"QIRYAT YAM"},{"1":"0","2":"6200","3":"בת ים","4":"5","5":"128599.84931681","6":"-0.131687119252651","7":"112","8":"5","9":"122","10":"5","11":"0","12":"BAT YAM"},{"1":"0","2":"1031","3":"שדרות","4":"6","5":"27597.579096855301","6":"-0.12741717411518999","7":"113","8":"5","9":"109","10":"4","11":"1","12":"SEDEROT"},{"1":"99","2":"543","3":"ראמה","4":"2","5":"7727.5407636212803","6":"-0.109387509963856","7":"114","8":"5","9":"103","10":"4","11":"1","12":"RAME"},{"1":"0","2":"2800","3":"קריית שמונה","4":"2","5":"22481.4720160244","6":"-8.5961467323038804E-2","7":"115","8":"5","9":"119","10":"5","11":"0","12":"QIRYAT SHEMONA"},{"1":"8","2":"NA","3":"הגלבוע","4":"2","5":"30205.760620650701","6":"-8.1052539412660607E-2","7":"116","8":"5","9":"121","10":"5","11":"0","12":"HAGILBO'A"},{"1":"99","2":"507","3":"כפר יאסיף","4":"2","5":"10005.358337039601","6":"-7.9252362168327803E-2","7":"117","8":"5","9":"108","10":"4","11":"1","12":"KAFAR YASIF"},{"1":"99","2":"536","3":"פקיעין (בוקייעה)","4":"2","5":"5892.5605529889399","6":"-7.7269612801756898E-2","7":"118","8":"5","9":"110","10":"4","11":"1","12":"PEQI'IN (BUQEI'A)"},{"1":"0","2":"7100","3":"אשקלון","4":"6","5":"143577.73280248599","6":"-7.5771970950799405E-2","7":"119","8":"5","9":"125","10":"5","11":"0","12":"ASHQELON"},{"1":"31","2":"NA","3":"נחל שורק","4":"4","5":"9746.0195646355405","6":"-6.7292088991335902E-2","7":"120","8":"5","9":"116","10":"5","11":"0","12":"NAHAL SOREQ"},{"1":"99","2":"628","3":"ג'ת","4":"3","5":"12099.5588994471","6":"-6.5600275535432004E-2","7":"121","8":"5","9":"111","10":"4","11":"1","12":"JATT"},{"1":"78","2":"NA","3":"הר חברון","4":"7","5":"9233.8940722703901","6":"-4.3319467909628803E-2","7":"122","8":"5","9":"124","10":"5","11":"0","12":"HAR HEVRON"},{"1":"99","2":"530","3":"עיילבון","4":"2","5":"5691.7249078149698","6":"-4.1965691739642097E-2","7":"123","8":"5","9":"117","10":"5","11":"0","12":"EILABUN"},{"1":"0","2":"1063","3":"מעלות-תרשיחא","4":"2","5":"21772.083656376501","6":"-3.7052862466301198E-2","7":"124","8":"5","9":"131","10":"5","11":"0","12":"MA'ALOT-TARSHIHA"},{"1":"73","2":"NA","3":"מטה בנימין","4":"7","5":"69290.362122080798","6":"-3.0032011907378E-2","7":"125","8":"5","9":"126","10":"5","11":"0","12":"MATTE BINYAMIN"},{"1":"0","2":"1020","3":"אור עקיבא","4":"3","5":"18798.074953548501","6":"-2.2190226326201899E-2","7":"126","8":"5","9":"127","10":"5","11":"0","12":"OR AQIVA"},{"1":"99","2":"3557","3":"קדומים","4":"7","5":"4544.1454350434096","6":"-1.3899045531640199E-2","7":"127","8":"5","9":"135","10":"5","11":"0","12":"QEDUMIM"},{"1":"0","2":"9000","3":"באר שבע","4":"6","5":"207672.25860588401","6":"-8.7785106575353905E-3","7":"128","8":"5","9":"130","10":"5","11":"0","12":"BE'ER SHEVA"},{"1":"99","2":"1247","3":"חריש","4":"3","5":"13231.711736687501","6":"-3.82310146785353E-3","7":"129","8":"5","9":"129","10":"5","11":"0","12":"HARISH"},{"1":"29","2":"NA","3":"חבל יבנה","4":"4","5":"6956.69151800295","6":"-1.46358014201471E-3","7":"130","8":"5","9":"118","10":"5","11":"0","12":"HEVEL YAVNE"},{"1":"53","2":"NA","3":"חבל אילות","4":"6","5":"4409.8390470127797","6":"-6.7590346360607806E-5","7":"131","8":"5","9":"132","10":"5","11":"0","12":"HEVEL ELOT"},{"1":"34","2":"NA","3":"שפיר","4":"6","5":"11202.816546350799","6":"7.3790790791162303E-3","7":"132","8":"5","9":"113","10":"5","11":"0","12":"SHAFIR"},{"1":"2","2":"NA","3":"מרום הגליל","4":"2","5":"14662.8614029523","6":"1.10753924001227E-2","7":"133","8":"5","9":"133","10":"5","11":"0","12":"MEROM HAGALIL"},{"1":"0","2":"2100","3":"טירת כרמל","4":"3","5":"23010.638217208201","6":"1.37216313538487E-2","7":"134","8":"5","9":"123","10":"5","11":"0","12":"TIRAT KARMEL"},{"1":"12","2":"NA","3":"זבולון","4":"3","5":"13028.7297390729","6":"2.8991035869272101E-2","7":"135","8":"5","9":"134","10":"5","11":"0","12":"ZEVULUN"},{"1":"99","2":"1066","3":"בני עי\"ש","4":"4","5":"6977.5117025247901","6":"5.0956988173891098E-2","7":"136","8":"5","9":"138","10":"5","11":"0","12":"BENE AYISH"},{"1":"0","2":"2400","3":"אור יהודה","4":"5","5":"36699.417073113102","6":"7.1757544872396398E-2","7":"137","8":"5","9":"136","10":"5","11":"0","12":"OR YEHUDA"},{"1":"99","2":"469","3":"קריית עקרון","4":"4","5":"11000.885190140199","6":"0.11198599329080999","7":"138","8":"6","9":"139","10":"5","11":"1","12":"QIRYAT EQRON"},{"1":"0","2":"7400","3":"נתניה","4":"4","5":"220614.423091465","6":"0.118555854898135","7":"139","8":"6","9":"142","10":"6","11":"0","12":"NETANYA"},{"1":"99","2":"65","3":"מגדל","4":"2","5":"1834.31861857683","6":"0.124697497528708","7":"140","8":"6","9":"137","10":"5","11":"1","12":"MIGDAL"},{"1":"0","2":"1139","3":"כרמיאל","4":"2","5":"46173.026222656699","6":"0.13444280694607899","7":"141","8":"6","9":"154","10":"6","11":"0","12":"KARMI'EL"},{"1":"0","2":"6800","3":"קריית אתא","4":"3","5":"58592.313165471998","6":"0.15357222626498601","7":"142","8":"6","9":"146","10":"6","11":"0","12":"QIRYAT ATTA"},{"1":"99","2":"812","3":"שלומי","4":"2","5":"6441.3210591584702","6":"0.16345123114297899","7":"143","8":"6","9":"141","10":"5","11":"1","12":"SHELOMI"},{"1":"76","2":"NA","3":"גוש עציון","4":"7","5":"24351.8906748587","6":"0.17278365899679399","7":"144","8":"6","9":"147","10":"6","11":"0","12":"GUSH EZYON"},{"1":"39","2":"NA","3":"שדות נגב","4":"6","5":"10776.6491366054","6":"0.18252936002969","7":"145","8":"6","9":"140","10":"5","11":"1","12":"SEDOT NEGEV"},{"1":"40","2":"NA","3":"עמק לוד","4":"4","5":"15508.2372737073","6":"0.21850954271633299","7":"146","8":"6","9":"149","10":"6","11":"0","12":"EMEQ LOD"},{"1":"99","2":"3640","3":"קרני שומרון","4":"7","5":"8134.7884247412003","6":"0.22321947063662501","7":"147","8":"6","9":"151","10":"6","11":"0","12":"QARNE SHOMERON"},{"1":"71","2":"NA","3":"גולן","4":"2","5":"17978.884145784399","6":"0.223833965985823","7":"148","8":"6","9":"145","10":"6","11":"0","12":"GOLAN"},{"1":"0","2":"2600","3":"אילת","4":"6","5":"52285.361294565599","6":"0.230157920890629","7":"149","8":"6","9":"148","10":"6","11":"0","12":"ELAT"},{"1":"0","2":"6500","3":"חדרה","4":"3","5":"96559.224521046606","6":"0.23991544046744701","7":"150","8":"6","9":"150","10":"6","11":"0","12":"HADERA"},{"1":"0","2":"3570","3":"אריאל","4":"7","5":"20535.968168513398","6":"0.24117244249844499","7":"151","8":"6","9":"158","10":"6","11":"0","12":"ARI'EL"},{"1":"0","2":"9100","3":"נהרייה","4":"2","5":"58002.565122676497","6":"0.24896204985619999","7":"152","8":"6","9":"156","10":"6","11":"0","12":"NAHARIYYA"},{"1":"99","2":"535","3":"פסוטה","4":"2","5":"3172.12222835494","6":"0.27454086058738397","7":"153","8":"6","9":"155","10":"6","11":"0","12":"FASSUTA"},{"1":"42","2":"NA","3":"מרחבים","4":"6","5":"14015.986305832301","6":"0.27516789703087502","7":"154","8":"6","9":"143","10":"6","11":"0","12":"MERHAVIM"},{"1":"7","2":"NA","3":"עמק המעיינות","4":"2","5":"13464.2171229257","6":"0.27817850869856497","7":"155","8":"6","9":"152","10":"6","11":"0","12":"EMEQ HAMA'AYANOT"},{"1":"72","2":"NA","3":"שומרון","4":"7","5":"45789.312676625101","6":"0.28708841658752099","7":"156","8":"6","9":"153","10":"6","11":"0","12":"SHOMERON"},{"1":"99","2":"508","3":"כפר כמא","4":"2","5":"3372.7495456014899","6":"0.29634503334923801","7":"157","8":"6","9":"144","10":"6","11":"0","12":"KAFAR KAMA"},{"1":"48","2":"NA","3":"רמת נגב","4":"6","5":"7550.52507855154","6":"0.31498897949784399","7":"158","8":"6","9":"160","10":"6","11":"0","12":"RAMAT NEGEV"},{"1":"0","2":"3616","3":"מעלה אדומים","4":"7","5":"38040.891527990898","6":"0.32741824469073799","7":"159","8":"6","9":"157","10":"6","11":"0","12":"MA'ALE ADUMMIM"},{"1":"38","2":"NA","3":"אשכול","4":"6","5":"14379.5727905817","6":"0.33734006112961701","7":"160","8":"6","9":"159","10":"6","11":"0","12":"ESHKOL"},{"1":"75","2":"NA","3":"ערבות הירדן","4":"7","5":"5416.0541560514002","6":"0.35554912987266002","7":"161","8":"6","9":"164","10":"6","11":"0","12":"ARVOT HAYARDEN"},{"1":"0","2":"9500","3":"קריית ביאליק","4":"3","5":"40193.295841915198","6":"0.39173811471277198","7":"162","8":"6","9":"166","10":"7","11":"-1","12":"QIRYAT BIALIK"},{"1":"99","2":"41","3":"אליכין","4":"4","5":"3415.4190690360001","6":"0.42919356031522099","7":"163","8":"7","9":"162","10":"6","11":"1","12":"ELYAKHIN"},{"1":"6","2":"NA","3":"עמק הירדן","4":"2","5":"13821.4520830033","6":"0.43432522302545401","7":"164","8":"7","9":"163","10":"6","11":"1","12":"EMEQ HAYARDEN"},{"1":"0","2":"4000","3":"חיפה","4":"3","5":"283767.30239872","6":"0.43715788936632899","7":"165","8":"7","9":"169","10":"7","11":"0","12":"HAIFA"},{"1":"0","2":"6600","3":"חולון","4":"5","5":"196025.539364283","6":"0.44584222429297599","7":"166","8":"7","9":"165","10":"7","11":"0","12":"HOLON"},{"1":"0","2":"8200","3":"קריית מוצקין","4":"3","5":"43303.205555581699","6":"0.45041441349051697","7":"167","8":"7","9":"176","10":"7","11":"0","12":"QIRYAT MOTZKIN"},{"1":"99","2":"487","3":"ג'ש (גוש חלב)","4":"2","5":"3104.5274396555201","6":"0.46579247810549901","7":"168","8":"7","9":"161","10":"6","11":"1","12":"JISH(GUSH HALAV)"},{"1":"13","2":"NA","3":"מגידו","4":"2","5":"11833.0204036205","6":"0.493021607102618","7":"169","8":"7","9":"170","10":"7","11":"0","12":"MEGIDDO"},{"1":"0","2":"2660","3":"יבנה","4":"4","5":"47584.656194559298","6":"0.53649245271005097","7":"170","8":"7","9":"168","10":"7","11":"0","12":"YAVNE"},{"1":"99","2":"3650","3":"אפרת","4":"7","5":"10805.7759536145","6":"0.53882552387104998","7":"171","8":"7","9":"171","10":"7","11":"0","12":"EFRAT"},{"1":"3","2":"NA","3":"הגליל התחתון","4":"2","5":"12466.2944471471","6":"0.54447635712666798","7":"172","8":"7","9":"173","10":"7","11":"0","12":"HAGALIL HATAHTON"},{"1":"4","2":"NA","3":"מטה אשר","4":"2","5":"29523.7407047741","6":"0.55624072924020096","7":"173","8":"7","9":"178","10":"7","11":"0","12":"MATTE ASHER"},{"1":"99","2":"565","3":"אזור","4":"5","5":"12811.8718185627","6":"0.58663906530036403","7":"174","8":"7","9":"177","10":"7","11":"0","12":"AZOR"},{"1":"99","2":"466","3":"בית דגן","4":"4","5":"7284.9299142455802","6":"0.591219035302466","7":"175","8":"7","9":"179","10":"7","11":"0","12":"BET DAGAN"},{"1":"1","2":"NA","3":"הגליל העליון","4":"2","5":"18480.8109828897","6":"0.59625378587648603","7":"176","8":"7","9":"174","10":"7","11":"0","12":"HAGALIL HAELYON"},{"1":"50","2":"NA","3":"לכיש","4":"6","5":"12718.748837529","6":"0.59803003539133703","7":"177","8":"7","9":"172","10":"7","11":"0","12":"LAKHISH"},{"1":"0","2":"7900","3":"פתח תקווה","4":"4","5":"246529.03414975599","6":"0.60785712806535797","7":"178","8":"7","9":"181","10":"7","11":"0","12":"PETAH TIQWA"},{"1":"56","2":"NA","3":"משגב","4":"2","5":"28925.825003523201","6":"0.61252558475017604","7":"179","8":"7","9":"189","10":"7","11":"0","12":"MISGAV"},{"1":"99","2":"26","3":"ראש פינה","4":"2","5":"3147.8125230925202","6":"0.62429876215587299","7":"180","8":"7","9":"183","10":"7","11":"0","12":"ROSH PINNA"},{"1":"14","2":"NA","3":"מנשה","4":"3","5":"20121.218530492399","6":"0.63517242259023099","7":"181","8":"7","9":"175","10":"7","11":"0","12":"MENASHE"},{"1":"0","2":"2500","3":"נשר","4":"3","5":"24147.970576192401","6":"0.63828618648084001","7":"182","8":"7","9":"186","10":"7","11":"0","12":"NESHER"},{"1":"0","2":"8400","3":"רחובות","4":"4","5":"143596.98714409801","6":"0.65792091319398005","7":"183","8":"7","9":"182","10":"7","11":"0","12":"REHOVOT"},{"1":"51","2":"NA","3":"תמר","4":"6","5":"1556.2166687572801","6":"0.66035659019346205","7":"184","8":"7","9":"167","10":"7","11":"0","12":"TAMAR"},{"1":"36","2":"NA","3":"חוף אשקלון","4":"6","5":"17901.021249612499","6":"0.66866657089281101","7":"185","8":"7","9":"180","10":"7","11":"0","12":"HOF ASHQELON"},{"1":"52","2":"NA","3":"מעלה יוסף","4":"2","5":"10732.523874295701","6":"0.69464338107823898","7":"186","8":"7","9":"194","10":"7","11":"0","12":"MA'ALE YOSEF"},{"1":"74","2":"NA","3":"מגילות ים המלח","4":"7","5":"1799.1213005186401","6":"0.73070006679362798","7":"187","8":"7","9":"188","10":"7","11":"0","12":"MEGILLOT DEAD SEA"},{"1":"99","2":"7800","3":"פרדס חנה-כרכור","4":"3","5":"42614.059377783196","6":"0.74308086398185103","7":"188","8":"7","9":"184","10":"7","11":"0","12":"PARDES HANNA-KARKUR"},{"1":"99","2":"2550","3":"גדרה","4":"4","5":"27782.178499420199","6":"0.746535638713691","7":"189","8":"7","9":"190","10":"7","11":"0","12":"GEDERA"},{"1":"0","2":"8300","3":"ראשון לציון","4":"4","5":"253520.14779370601","6":"0.76297465623656702","7":"190","8":"7","9":"196","10":"7","11":"0","12":"RISHON LEZIYYON"},{"1":"99","2":"166","3":"גן יבנה","4":"4","5":"23868.111646831901","6":"0.77154814241037695","7":"191","8":"7","9":"191","10":"7","11":"0","12":"GAN YAVNE"},{"1":"26","2":"NA","3":"מטה יהודה","4":"1","5":"59994.732515781601","6":"0.77786793910796703","7":"192","8":"7","9":"187","10":"7","11":"0","12":"MATTE YEHUDA"},{"1":"0","2":"240","3":"יקנעם עילית","4":"2","5":"23796.3093963752","6":"0.78941585779461099","7":"193","8":"7","9":"198","10":"7","11":"0","12":"YOQNE'AM ILLIT"},{"1":"0","2":"2640","3":"ראש העין","4":"4","5":"61407.6019508647","6":"0.79012580014127798","7":"194","8":"7","9":"185","10":"7","11":"0","12":"ROSH HAAYIN"},{"1":"55","2":"NA","3":"מבואות החרמון","4":"2","5":"7351.4444299798097","6":"0.79909837404591899","7":"195","8":"7","9":"197","10":"7","11":"0","12":"MEVO'OT HAHERMON"},{"1":"0","2":"168","3":"כפר יונה","4":"4","5":"24719.509881520498","6":"0.81060178577907405","7":"196","8":"7","9":"195","10":"7","11":"0","12":"KEFAR YONA"},{"1":"99","2":"2530","3":"באר יעקב","4":"4","5":"27588.393629857299","6":"0.81715702612959895","7":"197","8":"7","9":"192","10":"7","11":"0","12":"BE'ER YA'AQOV"},{"1":"99","2":"518","3":"מעיליא","4":"2","5":"3131.2901243234201","6":"0.86198172403443996","7":"198","8":"7","9":"193","10":"7","11":"0","12":"MI'ELYA"},{"1":"54","2":"NA","3":"הערבה התיכונה","4":"6","5":"3550.5342199020502","6":"0.866263881277619","7":"199","8":"7","9":"202","10":"7","11":"0","12":"HAARAVA HATIKHONA"},{"1":"33","2":"NA","3":"באר טוביה","4":"6","5":"23585.551399540898","6":"0.87277684653144705","7":"200","8":"7","9":"200","10":"7","11":"0","12":"BE'ER TOVIYYA"},{"1":"99","2":"3652","3":"בית אריה-עופרים","4":"7","5":"5253.28003648718","6":"0.87507194437812297","7":"201","8":"7","9":"203","10":"7","11":"0","12":"BET ARYE-OFARIM"},{"1":"25","2":"NA","3":"חבל מודיעין","4":"4","5":"23764.3894913519","6":"0.89649052372764504","7":"202","8":"7","9":"201","10":"7","11":"0","12":"HEVEL MODI'IN"},{"1":"99","2":"43","3":"מטולה","4":"2","5":"1615.0794062267501","6":"0.90089796577900405","7":"203","8":"7","9":"206","10":"8","11":"-1","12":"METULA"},{"1":"37","2":"NA","3":"שער הנגב","4":"6","5":"8372.1201296917297","6":"0.91746654820789697","7":"204","8":"7","9":"204","10":"7","11":"0","12":"SHA'AR HANEGEV"},{"1":"15","2":"NA","3":"חוף הכרמל","4":"3","5":"32807.820197364199","6":"0.96572112724659498","7":"205","8":"7","9":"207","10":"8","11":"-1","12":"HOF HAKARMEL"},{"1":"41","2":"NA","3":"בני שמעון","4":"6","5":"10859.078066562601","6":"0.97527229234639801","7":"206","8":"7","9":"199","10":"7","11":"0","12":"BENE SHIM'ON"},{"1":"99","2":"29","3":"יסוד המעלה","4":"2","5":"1729.87925078683","6":"0.978904032684491","7":"207","8":"7","9":"211","10":"8","11":"-1","12":"YESUD HAMA'ALA"},{"1":"0","2":"9400","3":"יהוד","4":"4","5":"29927.803773266402","6":"0.99147431450716705","7":"208","8":"7","9":"209","10":"8","11":"-1","12":"YEHUD"},{"1":"99","2":"3560","3":"אלקנה","4":"7","5":"3837.5502312675799","6":"1.02762984666282","7":"209","8":"8","9":"205","10":"8","11":"0","12":"ELQANA"},{"1":"0","2":"8600","3":"רמת גן","4":"5","5":"162979.044368843","6":"1.07764698849075","7":"210","8":"8","9":"210","10":"8","11":"0","12":"RAMAT GAN"},{"1":"35","2":"NA","3":"יואב","4":"6","5":"8981.5717006724808","6":"1.0783789061979101","7":"211","8":"8","9":"213","10":"8","11":"0","12":"YO'AV"},{"1":"0","2":"681","3":"גבעת שמואל","4":"4","5":"26577.7789306915","6":"1.11307383317847","7":"212","8":"8","9":"216","10":"8","11":"0","12":"GIV'AT SHEMU'EL"},{"1":"9","2":"NA","3":"עמק יזרעאל","4":"2","5":"38552.585425365098","6":"1.12017636807482","7":"213","8":"8","9":"221","10":"8","11":"0","12":"EMEQ YIZRE'EL"},{"1":"30","2":"NA","3":"גזר","4":"4","5":"27167.216282892899","6":"1.1239928084569299","7":"214","8":"8","9":"214","10":"8","11":"0","12":"GEZER"},{"1":"99","2":"9300","3":"זכרון יעקב","4":"3","5":"23142.089623700602","6":"1.12934777854548","7":"215","8":"8","9":"220","10":"8","11":"0","12":"ZIKHRON YA'AQOV"},{"1":"99","2":"1015","3":"מבשרת ציון","4":"1","5":"23929.015799478799","6":"1.1500738123429699","7":"216","8":"8","9":"212","10":"8","11":"0","12":"MEVASSERET ZIYYON"},{"1":"45","2":"NA","3":"אלונה","4":"3","5":"2290.8743590691902","6":"1.15518920021825","7":"217","8":"8","9":"208","10":"8","11":"0","12":"ALLONA"},{"1":"0","2":"5000","3":"תל אביב -יפו","4":"5","5":"459738.47413033497","6":"1.1849197549863899","7":"218","8":"8","9":"215","10":"8","11":"0","12":"TEL AVIV - YAFO"},{"1":"99","2":"3750","3":"אלפי מנשה","4":"7","5":"7952.0027050731596","6":"1.19150142177134","7":"219","8":"8","9":"222","10":"8","11":"0","12":"ALFE MENASHE"},{"1":"18","2":"NA","3":"לב השרון","4":"4","5":"23271.239143727002","6":"1.19416299231735","7":"220","8":"8","9":"218","10":"8","11":"0","12":"LEV HASHARON"},{"1":"16","2":"NA","3":"עמק חפר","4":"4","5":"42426.770932954503","6":"1.19751375700228","7":"221","8":"8","9":"217","10":"8","11":"0","12":"EMEQ HEFER"},{"1":"0","2":"6900","3":"כפר סבא","4":"4","5":"100955.49366266","6":"1.20863836016679","7":"222","8":"8","9":"219","10":"8","11":"0","12":"KEFAR SAVA"},{"1":"0","2":"8700","3":"רעננה","4":"4","5":"74513.367682267199","6":"1.2321788639490501","7":"223","8":"8","9":"223","10":"8","11":"0","12":"RA'ANNANA"},{"1":"99","2":"2300","3":"קריית טבעון","4":"3","5":"17862.652539878902","6":"1.23683059615791","7":"224","8":"8","9":"228","10":"9","11":"-1","12":"QIRYAT TIV'ON"},{"1":"0","2":"6400","3":"הרצלייה","4":"5","5":"97173.930718144198","6":"1.2469367713378501","7":"225","8":"8","9":"224","10":"8","11":"0","12":"HERZLIYYA"},{"1":"99","2":"195","3":"קדימה-צורן","4":"4","5":"22413.165824510601","6":"1.24911547072176","7":"226","8":"8","9":"225","10":"8","11":"0","12":"QADIMA-ZORAN"},{"1":"28","2":"NA","3":"ברנר","4":"4","5":"8085.8090865873401","6":"1.25045257192097","7":"227","8":"8","9":"227","10":"9","11":"-1","12":"BRENNER"},{"1":"99","2":"28","3":"מזכרת בתיה","4":"4","5":"14810.6809559665","6":"1.29446471952898","7":"228","8":"8","9":"226","10":"9","11":"-1","12":"MAZKERET BATYA"},{"1":"99","2":"9800","3":"בנימינה-גבעת עדה","4":"3","5":"15625.124749675801","6":"1.3099786519497301","7":"229","8":"8","9":"232","10":"9","11":"-1","12":"BINYAMINA-GIV'AT ADA"},{"1":"99","2":"3760","3":"אורנית","4":"7","5":"8955.4029080397395","6":"1.3114036350165801","7":"230","8":"8","9":"230","10":"9","11":"-1","12":"ORANIT"},{"1":"99","2":"122","3":"רמת ישי","4":"2","5":"7784.8620307617703","6":"1.3192197158079499","7":"231","8":"8","9":"235","10":"9","11":"-1","12":"RAMAT YISHAY"},{"1":"0","2":"7200","3":"נס ציונה","4":"4","5":"49791.608696087504","6":"1.3263762085864399","7":"232","8":"8","9":"231","10":"9","11":"-1","12":"NES ZIYYONA"},{"1":"27","2":"NA","3":"גן רווה","4":"4","5":"6516.8719298982896","6":"1.3304866731920699","7":"233","8":"8","9":"233","10":"9","11":"-1","12":"GAN RAWE"},{"1":"99","2":"47","3":"כפר תבור","4":"2","5":"4310.6037804856096","6":"1.3469356482069399","7":"234","8":"8","9":"234","10":"9","11":"-1","12":"KEFAR TAVOR"},{"1":"19","2":"NA","3":"חוף השרון","4":"4","5":"13089.391588144999","6":"1.38346045856377","7":"235","8":"9","9":"229","10":"9","11":"0","12":"HOF HASHARON"},{"1":"20","2":"NA","3":"דרום השרון","4":"4","5":"33945.611268986198","6":"1.39527274549278","7":"236","8":"9","9":"237","10":"9","11":"0","12":"DEROM HASHARON"},{"1":"0","2":"1200","3":"מודיעין-מכבים-רעות","4":"4","5":"93277.124702756497","6":"1.4012512484734401","7":"237","8":"9","9":"238","10":"9","11":"0","12":"MODI'IN-MAKKABBIM-RE'UT"},{"1":"99","2":"154","3":"תל מונד","4":"4","5":"13144.2560414851","6":"1.42689721968139","7":"238","8":"9","9":"236","10":"9","11":"0","12":"TEL MOND"},{"1":"99","2":"229","3":"גני תקווה","4":"4","5":"20308.268217720899","6":"1.44641249212852","7":"239","8":"9","9":"239","10":"9","11":"0","12":"GANNE TIQWA"},{"1":"99","2":"171","3":"פרדסייה","4":"4","5":"5930.3554207707202","6":"1.46256571405514","7":"240","8":"9","9":"240","10":"9","11":"0","12":"PARDESIYYA"},{"1":"99","2":"1263","3":"כפר ורדים","4":"2","5":"5482.5871815032897","6":"1.49398171961008","7":"241","8":"9","9":"245","10":"9","11":"0","12":"KEFAR WERADIM"},{"1":"0","2":"6300","3":"גבעתיים","4":"5","5":"60628.169112930998","6":"1.5333600600994599","7":"242","8":"9","9":"241","10":"9","11":"0","12":"GIV'ATAYIM"},{"1":"99","2":"182","3":"אבן יהודה","4":"4","5":"13727.532155163501","6":"1.54307929253871","7":"243","8":"9","9":"243","10":"9","11":"0","12":"EVEN YEHUDA"},{"1":"99","2":"1268","3":"מיתר","4":"6","5":"9418.2004317634601","6":"1.54560487694903","7":"244","8":"9","9":"246","10":"9","11":"0","12":"METAR"},{"1":"0","2":"9700","3":"הוד השרון","4":"4","5":"62971.740239196901","6":"1.5529052868364901","7":"245","8":"9","9":"242","10":"9","11":"0","12":"HOD HASHARON"},{"1":"0","2":"2620","3":"קריית אונו","4":"5","5":"40280.596841833598","6":"1.60215653359704","7":"246","8":"9","9":"244","10":"9","11":"0","12":"QIRYAT ONO"},{"1":"0","2":"2650","3":"רמת השרון","4":"5","5":"47093.957982702399","6":"1.6504727950742799","7":"247","8":"9","9":"247","10":"9","11":"0","12":"RAMAT HASHARON"},{"1":"99","2":"1304","3":"שוהם","4":"4","5":"21045.154110694599","6":"1.70522417858191","7":"248","8":"9","9":"248","10":"9","11":"0","12":"SHOHAM"},{"1":"32","2":"NA","3":"גדרות","4":"4","5":"5224.1871487069602","6":"1.70714973170111","7":"249","8":"9","9":"249","10":"9","11":"0","12":"GEDEROT"},{"1":"99","2":"3769","3":"הר אדר","4":"7","5":"4087.8447610149601","6":"1.7199839346607999","7":"250","8":"9","9":"250","10":"9","11":"0","12":"HAR ADAR"},{"1":"99","2":"1224","3":"כוכב יאיר","4":"4","5":"8702.1513255322698","6":"1.8336159040089","7":"251","8":"10","9":"251","10":"9","11":"1","12":"KOKHAV YA'IR"},{"1":"99","2":"666","3":"עומר","4":"6","5":"7530.1462763396203","6":"1.9151057186689699","7":"252","8":"10","9":"252","10":"10","11":"0","12":"OMER"},{"1":"99","2":"1271","3":"להבים","4":"6","5":"6414.94873332712","6":"2.0177187271170798","7":"253","8":"10","9":"253","10":"10","11":"0","12":"LEHAVIM"},{"1":"99","2":"267","3":"כפר שמריהו","4":"5","5":"1905.9924728471599","6":"2.0718535721028601","7":"254","8":"10","9":"254","10":"10","11":"0","12":"KEFAR SHEMARYAHU"},{"1":"99","2":"587","3":"סביון","4":"4","5":"4036.0933992084101","6":"2.3530932419673598","7":"255","8":"10","9":"255","10":"10","11":"0","12":"SAVYON"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>Available options:</p>
<ul>
<li><strong>Index types</strong>: <code>"ses"</code> (socio-economic status) or <code>"peri"</code> (peripherality)</li>
<li><strong>Unit types</strong>: <code>"muni"</code> (municipality), <code>"yishuv"</code> (settlement), or <code>"sa"</code> (statistical area)</li>
</ul>
<p>As in <code>read_cbs_muni()</code>, here too we have parameters stored in <code>il.cbs.muni:::df_cbs_index_params</code>.</p>
<p>Now, we have two problems with this data set:</p>
<ol type="1">
<li>The municipal column is for “status” rather than for ID;</li>
<li>The yishuv ID column does not follow the 4-digit convention.</li>
</ol>
<p>We can fix these issues with <code>modify_muni_id()</code> and <code>pad_yishuv_id()</code>:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb14" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb14-1">df_ses <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_ses <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb14-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<span id="cb14-3">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">muni_id =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">modify_muni_id</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">מעמד מוניציפלי_MUNICIPAL STATUS</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">סמל יישוב_CODE OF LOCALITY</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span>),</span>
<span id="cb14-4">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">yishuv_id =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pad_yishuv_id</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">סמל יישוב_CODE OF LOCALITY</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">`</span>),</span>
<span id="cb14-5">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.before =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span></span>
<span id="cb14-6">  )</span>
<span id="cb14-7"></span>
<span id="cb14-8">  df_ses</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["muni_id"],"name":[1],"type":["chr"],"align":["left"]},{"label":["yishuv_id"],"name":[2],"type":["chr"],"align":["left"]},{"label":["מעמד מוניציפלי_MUNICIPAL STATUS"],"name":[3],"type":["chr"],"align":["left"]},{"label":["סמל יישוב_CODE OF LOCALITY"],"name":[4],"type":["chr"],"align":["left"]},{"label":["שם רשות מקומית"],"name":[5],"type":["chr"],"align":["left"]},{"label":["מחוז_DISTRICT"],"name":[6],"type":["chr"],"align":["left"]},{"label":["אוכלוסיית המדד 2019[1]_INDEX POPULATION 2019[1]"],"name":[7],"type":["chr"],"align":["left"]},{"label":["ערך מדד 2019[2]_INDEX VALUE 2019[2]"],"name":[8],"type":["chr"],"align":["left"]},{"label":["דירוג 2019[3]_RANK 2019[3]"],"name":[9],"type":["chr"],"align":["left"]},{"label":["אשכול 2019[4]_CLUSTER 2019[4]"],"name":[10],"type":["chr"],"align":["left"]},{"label":["דירוג 2017[3]_RANK 2017[3]"],"name":[11],"type":["chr"],"align":["left"]},{"label":["אשכול 2017[4]_CLUSTER 2017[4]"],"name":[12],"type":["chr"],"align":["left"]},{"label":["הפרש (אשכול 2019 פחות אשכול 2017)_DIFFERENCE (CLUSTER 2019 MINUS CLUSTER 2017)"],"name":[13],"type":["chr"],"align":["left"]},{"label":["NAME OF LOCAL AUTHORITY"],"name":[14],"type":["chr"],"align":["left"]}],"data":[{"1":"68","2":"NA","3":"68","4":"NA","5":"נווה מדבר","6":"6","7":"12260.911635847","8":"-2.8440108123736301","9":"1","10":"1","11":"1","12":"1","13":"0","14":"NEVE MIDBAR"},{"1":"1192","2":"1192","3":"99","4":"1192","5":"ערערה-בנגב","6":"6","7":"18331.855664683699","8":"-2.4785087223961302","9":"2","10":"1","11":"2","12":"1","13":"0","14":"AR'ARA-BANEGEV"},{"1":"1054","2":"1054","3":"99","4":"1054","5":"תל שבע","6":"6","7":"20808.196433040699","8":"-2.3211462310276998","9":"3","10":"1","11":"3","12":"1","13":"0","14":"TEL SHEVA"},{"1":"1059","2":"1059","3":"99","4":"1059","5":"כסיפה","6":"6","7":"21808.742238594201","8":"-2.3164797646822901","9":"4","10":"1","11":"4","12":"1","13":"0","14":"KUSEIFE"},{"1":"69","2":"NA","3":"69","4":"NA","5":"אל קסום","6":"6","7":"15669.6729983605","8":"-2.27147409355696","9":"5","10":"1","11":"8","12":"1","13":"0","14":"AL-KASUM"},{"1":"3797","2":"3797","3":"0","4":"3797","5":"מודיעין עילית","6":"7","7":"76373.216839906207","8":"-2.24707836306029","9":"6","10":"1","11":"5","12":"1","13":"0","14":"MODI'IN ILLIT"},{"1":"1303","2":"1303","3":"99","4":"1303","5":"חורה","6":"6","7":"22337.215320754902","8":"-2.2309843450317901","9":"7","10":"1","11":"7","12":"1","13":"0","14":"HURA"},{"1":"1286","2":"1286","3":"99","4":"1286","5":"שגב-שלום","6":"6","7":"10936.283247408201","8":"-2.2068897555352001","9":"8","10":"1","11":"6","12":"1","13":"0","14":"SEGEV-SHALOM"},{"1":"1060","2":"1060","3":"99","4":"1060","5":"לקיה","6":"6","7":"14074.532234050401","8":"-2.0491454946799901","9":"9","10":"1","11":"9","12":"1","13":"0","14":"LAQYE"},{"1":"3780","2":"3780","3":"0","4":"3780","5":"ביתר עילית","6":"7","7":"59267.6351299936","8":"-1.92080470771099","9":"10","10":"1","11":"11","12":"1","13":"0","14":"BETAR ILLIT"},{"1":"1161","2":"1161","3":"0","4":"1161","5":"רהט","6":"6","7":"71390.116895318104","8":"-1.87631668891526","9":"11","10":"1","11":"10","12":"1","13":"0","14":"RAHAT"},{"1":"3660","2":"3660","3":"99","4":"3660","5":"עמנואל","6":"7","7":"3895.8368331020702","8":"-1.6680483209310499","9":"12","10":"2","11":"12","12":"2","13":"0","14":"IMMANU'EL"},{"1":"922","2":"0922","3":"99","4":"922","5":"רכסים","6":"3","7":"12647.4139037193","8":"-1.6182705182419099","9":"13","10":"2","11":"13","12":"2","13":"0","14":"REKHASIM"},{"1":"6100","2":"6100","3":"0","4":"6100","5":"בני ברק","6":"5","7":"203228.56208455199","8":"-1.5423866895551801","9":"14","10":"2","11":"18","12":"2","13":"0","14":"BENE BERAQ"},{"1":"541","2":"0541","3":"99","4":"541","5":"ג'סר א-זרקא","6":"3","7":"14930.190790687","8":"-1.4843677428444799","9":"15","10":"2","11":"15","12":"2","13":"0","14":"JISR AZ-ZARQA"},{"1":"510","2":"0510","3":"99","4":"510","5":"כפר מנדא","6":"2","7":"20187.896915978301","8":"-1.47868153141882","9":"16","10":"2","11":"16","12":"2","13":"0","14":"KAFAR MANDA"},{"1":"511","2":"0511","3":"99","4":"511","5":"עילוט","6":"2","7":"8356.1740013148501","8":"-1.4628810964426699","9":"17","10":"2","11":"14","12":"2","13":"0","14":"ILUT"},{"1":"2610","2":"2610","3":"0","4":"2610","5":"בית שמש","6":"1","7":"124813.018290066","8":"-1.4334889435311899","9":"18","10":"2","11":"21","12":"2","13":"0","14":"BET SHEMESH"},{"1":"1309","2":"1309","3":"0","4":"1309","5":"אלעד","6":"4","7":"48760.378756414102","8":"-1.4219321509787299","9":"19","10":"2","11":"19","12":"2","13":"0","14":"EL'AD"},{"1":"2710","2":"2710","3":"0","4":"2710","5":"אום אל-פחם","6":"3","7":"56108.841724387901","8":"-1.3461819451105499","9":"20","10":"2","11":"17","12":"2","13":"0","14":"UMM AL-FAHM"},{"1":"65","2":"NA","3":"65","4":"NA","5":"אל - בטוף","6":"2","7":"8038.7927228660101","8":"-1.31968146430988","9":"21","10":"2","11":"20","12":"2","13":"0","14":"AL-BATOF"},{"1":"998","2":"0998","3":"99","4":"998","5":"ביר אל-מכסור","6":"2","7":"9522.4307038156294","8":"-1.2511370490012801","9":"22","10":"2","11":"26","12":"2","13":"0","14":"BIR EL-MAKSUR"},{"1":"8000","2":"8000","3":"0","4":"8000","5":"צפת","6":"2","7":"36056.473449796897","8":"-1.22139621555085","9":"23","10":"2","11":"29","12":"2","13":"0","14":"ZEFAT"},{"1":"520","2":"0520","3":"99","4":"520","5":"משהד","6":"2","7":"8373.2933193952504","8":"-1.1822877488564001","9":"24","10":"2","11":"27","12":"2","13":"0","14":"MESHHED"},{"1":"532","2":"0532","3":"99","4":"532","5":"עין מאהל","6":"2","7":"13335.159943119699","8":"-1.17737780247511","9":"25","10":"2","11":"24","12":"2","13":"0","14":"EIN MAHEL"},{"1":"1137","2":"1137","3":"99","4":"1137","5":"קריית יערים","6":"1","7":"6035.7550708702101","8":"-1.16837898983042","9":"26","10":"2","11":"35","12":"2","13":"0","14":"QIRYAT YE'ARIM"},{"1":"1327","2":"1327","3":"99","4":"1327","5":"מעלה עירון","6":"3","7":"15065.211858721001","8":"-1.1472873954185301","9":"27","10":"2","11":"23","12":"2","13":"0","14":"MA'ALE IRON"},{"1":"46","2":"0046","3":"99","4":"46","5":"יבנאל","6":"2","7":"4243.3087469847696","8":"-1.1459175439015901","9":"28","10":"2","11":"40","12":"3","13":"-1","14":"YAVNE'EL"},{"1":"522","2":"0522","3":"99","4":"522","5":"נחף","6":"2","7":"13112.7637456884","8":"-1.1455122206505199","9":"29","10":"2","11":"28","12":"2","13":"0","14":"NAHEF"},{"1":"538","2":"0538","3":"99","4":"538","5":"שעב","6":"2","7":"7061.3335469610302","8":"-1.1432328032886001","9":"30","10":"2","11":"22","12":"2","13":"0","14":"SHA'AB"},{"1":"3000","2":"3000","3":"0","4":"3000","5":"ירושלים","6":"1","7":"934638.58393492806","8":"-1.1177864031325699","9":"31","10":"2","11":"38","12":"3","13":"-1","14":"JERUSALEM"},{"1":"509","2":"0509","3":"99","4":"509","5":"כפר כנא","6":"2","7":"22569.357363538002","8":"-1.1092115122442701","9":"32","10":"2","11":"32","12":"2","13":"0","14":"KAFAR KANNA"},{"1":"1326","2":"1326","3":"99","4":"1326","5":"בסמ\"ה","6":"3","7":"10010.124040348201","8":"-1.1042138208676","9":"33","10":"2","11":"30","12":"2","13":"0","14":"BASMA"},{"1":"482","2":"0482","3":"99","4":"482","5":"בועיינה-נוג'ידאת","6":"2","7":"9811.8315785943305","8":"-1.10164936627024","9":"34","10":"2","11":"31","12":"2","13":"0","14":"BU'EINE-NUJEIDAT"},{"1":"975","2":"0975","3":"99","4":"975","5":"זרזיר","6":"2","7":"8118.7054095659596","8":"-1.09377105814557","9":"35","10":"2","11":"36","12":"2","13":"0","14":"ZARZIR"},{"1":"483","2":"0483","3":"99","4":"483","5":"בענה","6":"2","7":"8380.5440283316893","8":"-1.08790667666792","9":"36","10":"2","11":"34","12":"2","13":"0","14":"BI'NE"},{"1":"4203","2":"4203","3":"99","4":"4203","5":"מסעדה","6":"2","7":"3713.6632091384799","8":"-1.06613462842239","9":"37","10":"2","11":"33","12":"2","13":"0","14":"MAS'ADE"},{"1":"4001","2":"4001","3":"99","4":"4001","5":"בוקעאתא","6":"2","7":"6609.6875856318602","8":"-1.02133135404046","9":"38","10":"3","11":"25","12":"2","13":"1","14":"BUQ'ATA"},{"1":"542","2":"0542","3":"99","4":"542","5":"ריינה","6":"2","7":"18960.881410605802","8":"-1.0129011473174501","9":"39","10":"3","11":"42","12":"3","13":"0","14":"REINE"},{"1":"4501","2":"4501","3":"99","4":"4501","5":"ע'ג'ר","6":"2","7":"2659.4033679786298","8":"-0.98695249534218599","9":"40","10":"3","11":"41","12":"3","13":"0","14":"GHAJAR"},{"1":"627","2":"0627","3":"99","4":"627","5":"ג'לג'וליה","6":"4","7":"10040.0284796262","8":"-0.96267646177295296","9":"41","10":"3","11":"37","12":"3","13":"0","14":"JALJULYE"},{"1":"478","2":"0478","3":"99","4":"478","5":"אכסאל","6":"2","7":"14675.649034214901","8":"-0.93888753624906396","9":"42","10":"3","11":"58","12":"3","13":"0","14":"IKSAL"},{"1":"962","2":"0962","3":"99","4":"962","5":"טובא-זנגרייה","6":"2","7":"6775.9582884178499","8":"-0.91359460484715305","9":"43","10":"3","11":"47","12":"3","13":"0","14":"TUBA-ZANGARIYYE"},{"1":"978","2":"0978","3":"99","4":"978","5":"כעביה-טבאש-חג'אג'רה","6":"2","7":"5504.0388427182397","8":"-0.91326325781264694","9":"44","10":"3","11":"48","12":"3","13":"0","14":"KA'ABIYYE-TABBASH-HAJAJRE"},{"1":"66","2":"NA","3":"66","4":"NA","5":"בוסתן אל -מרג'","6":"2","7":"7938.1563782641897","8":"-0.91234830752876195","9":"45","10":"3","11":"53","12":"3","13":"0","14":"BUSTAN EL-MARJ"},{"1":"3611","2":"3611","3":"99","4":"3611","5":"קריית ארבע","6":"7","7":"7325.9750365386899","8":"-0.90633820097725104","9":"46","10":"3","11":"60","12":"3","13":"0","14":"QIRYAT ARBA"},{"1":"499","2":"0499","3":"99","4":"499","5":"יפיע","6":"2","7":"19151.163558469299","8":"-0.897268612113158","9":"47","10":"3","11":"50","12":"3","13":"0","14":"YAFI"},{"1":"944","2":"0944","3":"99","4":"944","5":"בסמת טבעון","6":"2","7":"7915.7340759113704","8":"-0.88501658684831896","9":"48","10":"3","11":"55","12":"3","13":"0","14":"BASMAT TAB'UN"},{"1":"8900","2":"8900","3":"0","4":"8900","5":"טמרה","6":"2","7":"34028.0145623313","8":"-0.88321082921055205","9":"49","10":"3","11":"49","12":"3","13":"0","14":"TAMRA"},{"1":"1292","2":"1292","3":"99","4":"1292","5":"ג'דיידה-מכר","6":"2","7":"21162.583546739901","8":"-0.87728796596370395","9":"50","10":"3","11":"43","12":"3","13":"0","14":"JUDEIDE-MAKER"},{"1":"531","2":"0531","3":"0","4":"531","5":"עראבה","6":"2","7":"25832.848155917502","8":"-0.86253519650034205","9":"51","10":"3","11":"44","12":"3","13":"0","14":"ARRABE"},{"1":"4502","2":"4502","3":"99","4":"4502","5":"עין קנייא","6":"2","7":"2097.8106125979898","8":"-0.85804846872434304","9":"52","10":"3","11":"39","12":"3","13":"0","14":"EIN QINIYYE"},{"1":"537","2":"0537","3":"99","4":"537","5":"פוריידיס","6":"3","7":"13247.047286713199","8":"-0.85266163345842005","9":"53","10":"3","11":"51","12":"3","13":"0","14":"FUREIDIS"},{"1":"498","2":"0498","3":"99","4":"498","5":"טורעאן","6":"2","7":"14239.970486223099","8":"-0.83856971545000303","9":"54","10":"3","11":"57","12":"3","13":"0","14":"TUR'AN"},{"1":"504","2":"0504","3":"99","4":"504","5":"כאבול","6":"2","7":"14095.436629849301","8":"-0.83850660278285605","9":"55","10":"3","11":"45","12":"3","13":"0","14":"KABUL"},{"1":"481","2":"0481","3":"99","4":"481","5":"מגאר","6":"2","7":"22956.806757960701","8":"-0.82264769796075898","9":"56","10":"3","11":"46","12":"3","13":"0","14":"MUGHAR"},{"1":"4201","2":"4201","3":"99","4":"4201","5":"מג'דל שמס","6":"2","7":"11179.6767065037","8":"-0.81557659526396797","9":"57","10":"3","11":"52","12":"3","13":"0","14":"MAJDAL SHAMS"},{"1":"638","2":"0638","3":"0","4":"638","5":"קלנסווה","6":"4","7":"23143.492548609","8":"-0.79137928241656996","9":"58","10":"3","11":"54","12":"3","13":"0","14":"QALANSAWE"},{"1":"99","2":"0099","3":"99","4":"99","5":"מצפה רמון","6":"6","7":"5210.78655225285","8":"-0.78116503923538605","9":"59","10":"3","11":"76","12":"3","13":"0","14":"MIZPE RAMON"},{"1":"913","2":"0913","3":"99","4":"913","5":"שבלי - אום אל-גנם","6":"2","7":"6052.72593713468","8":"-0.778686963055363","9":"60","10":"3","11":"61","12":"3","13":"0","14":"SHIBLI-UMM AL-GHANAM"},{"1":"516","2":"0516","3":"99","4":"516","5":"מג'ד אל-כרום","6":"2","7":"15275.534040730199","8":"-0.75255951365249696","9":"61","10":"3","11":"56","12":"3","13":"0","14":"MAJD AL-KURUM"},{"1":"473","2":"0473","3":"99","4":"473","5":"אבו סנאן","6":"2","7":"14098.5894486012","8":"-0.74584472462180496","9":"62","10":"3","11":"63","12":"3","13":"0","14":"ABU SINAN"},{"1":"2730","2":"2730","3":"0","4":"2730","5":"טייבה","6":"4","7":"43920.652184350904","8":"-0.73828725938631801","9":"63","10":"3","11":"59","12":"3","13":"0","14":"TAYIBE"},{"1":"8800","2":"8800","3":"0","4":"8800","5":"שפרעם","6":"2","7":"42005.1921500928","8":"-0.73313413918729398","9":"64","10":"3","11":"66","12":"3","13":"0","14":"SHEFAR'AM"},{"1":"1296","2":"1296","3":"99","4":"1296","5":"כסרא-סמיע","6":"2","7":"8817.7730142603905","8":"-0.72854444729721801","9":"65","10":"3","11":"67","12":"3","13":"0","14":"KISRA-SUMEI"},{"1":"502","2":"0502","3":"99","4":"502","5":"ירכא","6":"2","7":"16799.007048402102","8":"-0.71718736695331897","9":"66","10":"3","11":"64","12":"3","13":"0","14":"YIRKA"},{"1":"472","2":"0472","3":"99","4":"472","5":"אבו גוש","6":"1","7":"7614.59574253562","8":"-0.71688683662960195","9":"67","10":"3","11":"65","12":"3","13":"0","14":"ABU GHOSH"},{"1":"529","2":"0529","3":"99","4":"529","5":"אעבלין","6":"2","7":"13199.350242500501","8":"-0.71465630220486698","9":"68","10":"3","11":"68","12":"3","13":"0","14":"I'BILLIN"},{"1":"246","2":"0246","3":"0","4":"246","5":"נתיבות","6":"6","7":"37542.419334512","8":"-0.70996529747197801","9":"69","10":"3","11":"72","12":"3","13":"0","14":"NETIVOT"},{"1":"2560","2":"2560","3":"0","4":"2560","5":"ערד","6":"6","7":"26653.569070557402","8":"-0.69604210177858605","9":"70","10":"3","11":"90","12":"4","13":"-1","14":"ARAD"},{"1":"637","2":"0637","3":"99","4":"637","5":"ערערה","6":"3","7":"25245.099070877699","8":"-0.69603120587485101","9":"71","10":"3","11":"69","12":"3","13":"0","14":"AR'ARA"},{"1":"31","2":"0031","3":"0","4":"31","5":"אופקים","6":"6","7":"30662.245646593699","8":"-0.69140837044995895","9":"72","10":"3","11":"73","12":"3","13":"0","14":"OFAQIM"},{"1":"634","2":"0634","3":"0","4":"634","5":"כפר קאסם","6":"4","7":"23823.398399219001","8":"-0.68019694139603604","9":"73","10":"3","11":"62","12":"3","13":"0","14":"KAFAR QASEM"},{"1":"7300","2":"7300","3":"0","4":"7300","5":"נצרת","6":"2","7":"77359.089881790394","8":"-0.66567688695628602","9":"74","10":"3","11":"75","12":"3","13":"0","14":"NAZARETH"},{"1":"6000","2":"6000","3":"0","4":"6000","5":"באקה אל-גרביה","6":"3","7":"29916.448162413501","8":"-0.64157469714462401","9":"75","10":"4","11":"74","12":"3","13":"1","14":"BAQA AL-GHARBIYYE"},{"1":"3574","2":"3574","3":"99","4":"3574","5":"בית אל","6":"7","7":"5973.07469430113","8":"-0.63742123701165498","9":"76","10":"4","11":"80","12":"3","13":"1","14":"BET EL"},{"1":"7500","2":"7500","3":"0","4":"7500","5":"סח'נין","6":"2","7":"31641.843132730199","8":"-0.61424182336882804","9":"77","10":"4","11":"71","12":"3","13":"1","14":"SAKHNIN"},{"1":"492","2":"0492","3":"99","4":"492","5":"דייר חנא","6":"2","7":"10338.580859190601","8":"-0.61162447176101298","9":"78","10":"4","11":"70","12":"3","13":"1","14":"DEIR HANNA"},{"1":"1034","2":"1034","3":"0","4":"1034","5":"קריית מלאכי","6":"6","7":"23725.687331143101","8":"-0.60639180027829198","9":"79","10":"4","11":"81","12":"4","13":"0","14":"QIRYAT MAL'AKHI"},{"1":"490","2":"0490","3":"99","4":"490","5":"דייר אל-אסד","6":"2","7":"12514.472646890799","8":"-0.60142504539485298","9":"80","10":"4","11":"78","12":"3","13":"1","14":"DEIR AL-ASAD"},{"1":"6700","2":"6700","3":"0","4":"6700","5":"טבריה","6":"2","7":"44315.169376950798","8":"-0.58163279539188595","9":"81","10":"4","11":"89","12":"4","13":"0","14":"TIBERIAS"},{"1":"7000","2":"7000","3":"0","4":"7000","5":"לוד","6":"4","7":"76883.061594035593","8":"-0.56337181299057704","9":"82","10":"4","11":"84","12":"4","13":"0","14":"LOD"},{"1":"525","2":"0525","3":"99","4":"525","5":"סאג'ור","6":"2","7":"4270.3995333458597","8":"-0.54956667406196902","9":"83","10":"4","11":"85","12":"4","13":"0","14":"SAJUR"},{"1":"633","2":"0633","3":"99","4":"633","5":"כפר ברא","6":"4","7":"3678.2807984523001","8":"-0.54314797887510502","9":"84","10":"4","11":"77","12":"3","13":"1","14":"KAFAR BARA"},{"1":"3608","2":"3608","3":"99","4":"3608","5":"מעלה אפרים","6":"7","7":"1260.4641281480799","8":"-0.53429464036876995","9":"85","10":"4","11":"106","12":"4","13":"0","14":"MA'ALE EFRAYIM"},{"1":"489","2":"0489","3":"99","4":"489","5":"דבורייה","6":"2","7":"10510.462914780101","8":"-0.519777455923634","9":"86","10":"4","11":"79","12":"3","13":"1","14":"DABURIYYA"},{"1":"831","2":"0831","3":"99","4":"831","5":"ירוחם","6":"6","7":"10293.633387444699","8":"-0.50378301007302895","9":"87","10":"4","11":"91","12":"4","13":"0","14":"YEROHAM"},{"1":"517","2":"0517","3":"99","4":"517","5":"מזרעה","6":"2","7":"3929.1849593995498","8":"-0.48749991986901597","9":"88","10":"4","11":"87","12":"4","13":"0","14":"MAZRA'A"},{"1":"2034","2":"2034","3":"99","4":"2034","5":"חצור הגלילית","6":"2","7":"9261.7741840419294","8":"-0.48262508297888301","9":"89","10":"4","11":"92","12":"4","13":"0","14":"HAZOR HAGELILIT"},{"1":"1290","2":"1290","3":"99","4":"1290","5":"זמר","6":"4","7":"7094.1814350190598","8":"-0.47602130599978099","9":"90","10":"4","11":"82","12":"4","13":"0","14":"ZEMER"},{"1":"505","2":"0505","3":"99","4":"505","5":"כאוכב אבו אל-היג'א","6":"2","7":"3589.43390045862","8":"-0.472789189515891","9":"91","10":"4","11":"86","12":"4","13":"0","14":"KAOKAB ABU AL-HIJA"},{"1":"2630","2":"2630","3":"0","4":"2630","5":"קריית גת","6":"6","7":"56804.924420734402","8":"-0.464015407367106","9":"92","10":"4","11":"95","12":"4","13":"0","14":"QIRYAT GAT"},{"1":"480","2":"0480","3":"99","4":"480","5":"בית ג'ן","6":"2","7":"12000.9083628629","8":"-0.46353965854574097","9":"93","10":"4","11":"83","12":"4","13":"0","14":"BEIT JANN"},{"1":"7600","2":"7600","3":"0","4":"7600","5":"עכו","6":"2","7":"49047.888619414298","8":"-0.45842916286551","9":"94","10":"4","11":"94","12":"4","13":"0","14":"AKKO"},{"1":"1295","2":"1295","3":"99","4":"1295","5":"יאנוח-ג'ת","6":"2","7":"6679.4524631186596","8":"-0.39170342651795798","9":"95","10":"5","11":"88","12":"4","13":"1","14":"YANUH-JAT"},{"1":"2720","2":"2720","3":"0","4":"2720","5":"טירה","6":"4","7":"26463.214872228102","8":"-0.34857835831770101","9":"96","10":"5","11":"93","12":"4","13":"1","14":"TIRE"},{"1":"496","2":"0496","3":"99","4":"496","5":"חורפיש","6":"2","7":"6410.2994051463302","8":"-0.34359972802852801","9":"97","10":"5","11":"96","12":"4","13":"1","14":"HURFEISH"},{"1":"8500","2":"8500","3":"0","4":"8500","5":"רמלה","6":"4","7":"74481.766564621706","8":"-0.31769145133759402","9":"98","10":"5","11":"99","12":"4","13":"1","14":"RAMLA"},{"1":"874","2":"0874","3":"0","4":"874","5":"מגדל העמק","6":"2","7":"25532.0412383699","8":"-0.31574055982551202","9":"99","10":"5","11":"104","12":"4","13":"1","14":"MIGDAL HAEMEQ"},{"1":"2200","2":"2200","3":"0","4":"2200","5":"דימונה","6":"6","7":"34278.8293067466","8":"-0.31238174232524302","9":"100","10":"5","11":"102","12":"4","13":"1","14":"DIMONA"},{"1":"534","2":"0534","3":"99","4":"534","5":"עספיא","6":"3","7":"12502.8298106763","8":"-0.28659830314644802","9":"101","10":"5","11":"97","12":"4","13":"1","14":"ISIFYA"},{"1":"9200","2":"9200","3":"0","4":"9200","5":"בית שאן","6":"2","7":"18388.036385590702","8":"-0.28331801093029901","9":"102","10":"5","11":"105","12":"4","13":"1","14":"BET SHE'AN"},{"1":"494","2":"0494","3":"99","4":"494","5":"דאלית אל-כרמל","6":"3","7":"17652.708132862201","8":"-0.27952684543466699","9":"103","10":"5","11":"100","12":"4","13":"1","14":"DALIYAT AL-KARMEL"},{"1":"7700","2":"7700","3":"0","4":"7700","5":"עפולה","6":"2","7":"53958.748378706099","8":"-0.21278593263111001","9":"104","10":"5","11":"114","12":"5","13":"0","14":"AFULA"},{"1":"654","2":"0654","3":"99","4":"654","5":"כפר קרע","6":"3","7":"18963.9442703106","8":"-0.21104145708932201","9":"105","10":"5","11":"101","12":"4","13":"1","14":"KAFAR QARA"},{"1":"485","2":"0485","3":"99","4":"485","5":"ג'ולס","6":"2","7":"6441.6745165750299","8":"-0.20298727141446099","9":"106","10":"5","11":"98","12":"4","13":"1","14":"JULIS"},{"1":"3730","2":"3730","3":"99","4":"3730","5":"גבעת זאב","6":"7","7":"18420.348985749701","8":"-0.19509489978217101","9":"107","10":"5","11":"115","12":"5","13":"0","14":"GIV'AT ZE'EV"},{"1":"70","2":"0070","3":"0","4":"70","5":"אשדוד","6":"6","7":"225084.149969925","8":"-0.186534435812093","9":"108","10":"5","11":"112","12":"4","13":"1","14":"ASHDOD"},{"1":"1061","2":"1061","3":"0","4":"1061","5":"נוף הגליל","6":"2","7":"41611.628063878503","8":"-0.16609228071958401","9":"109","10":"5","11":"120","12":"5","13":"0","14":"NOF HAGALIL"},{"1":"4100","2":"4100","3":"99","4":"4100","5":"קצרין","6":"2","7":"7296.5387934457403","8":"-0.165648280126001","9":"110","10":"5","11":"107","12":"4","13":"1","14":"QAZRIN"},{"1":"9600","2":"9600","3":"0","4":"9600","5":"קריית ים","6":"3","7":"39715.542891407298","8":"-0.14787953050168501","9":"111","10":"5","11":"128","12":"5","13":"0","14":"QIRYAT YAM"},{"1":"6200","2":"6200","3":"0","4":"6200","5":"בת ים","6":"5","7":"128599.84931681","8":"-0.131687119252651","9":"112","10":"5","11":"122","12":"5","13":"0","14":"BAT YAM"},{"1":"1031","2":"1031","3":"0","4":"1031","5":"שדרות","6":"6","7":"27597.579096855301","8":"-0.12741717411518999","9":"113","10":"5","11":"109","12":"4","13":"1","14":"SEDEROT"},{"1":"543","2":"0543","3":"99","4":"543","5":"ראמה","6":"2","7":"7727.5407636212803","8":"-0.109387509963856","9":"114","10":"5","11":"103","12":"4","13":"1","14":"RAME"},{"1":"2800","2":"2800","3":"0","4":"2800","5":"קריית שמונה","6":"2","7":"22481.4720160244","8":"-8.5961467323038804E-2","9":"115","10":"5","11":"119","12":"5","13":"0","14":"QIRYAT SHEMONA"},{"1":"08","2":"NA","3":"8","4":"NA","5":"הגלבוע","6":"2","7":"30205.760620650701","8":"-8.1052539412660607E-2","9":"116","10":"5","11":"121","12":"5","13":"0","14":"HAGILBO'A"},{"1":"507","2":"0507","3":"99","4":"507","5":"כפר יאסיף","6":"2","7":"10005.358337039601","8":"-7.9252362168327803E-2","9":"117","10":"5","11":"108","12":"4","13":"1","14":"KAFAR YASIF"},{"1":"536","2":"0536","3":"99","4":"536","5":"פקיעין (בוקייעה)","6":"2","7":"5892.5605529889399","8":"-7.7269612801756898E-2","9":"118","10":"5","11":"110","12":"4","13":"1","14":"PEQI'IN (BUQEI'A)"},{"1":"7100","2":"7100","3":"0","4":"7100","5":"אשקלון","6":"6","7":"143577.73280248599","8":"-7.5771970950799405E-2","9":"119","10":"5","11":"125","12":"5","13":"0","14":"ASHQELON"},{"1":"31","2":"NA","3":"31","4":"NA","5":"נחל שורק","6":"4","7":"9746.0195646355405","8":"-6.7292088991335902E-2","9":"120","10":"5","11":"116","12":"5","13":"0","14":"NAHAL SOREQ"},{"1":"628","2":"0628","3":"99","4":"628","5":"ג'ת","6":"3","7":"12099.5588994471","8":"-6.5600275535432004E-2","9":"121","10":"5","11":"111","12":"4","13":"1","14":"JATT"},{"1":"78","2":"NA","3":"78","4":"NA","5":"הר חברון","6":"7","7":"9233.8940722703901","8":"-4.3319467909628803E-2","9":"122","10":"5","11":"124","12":"5","13":"0","14":"HAR HEVRON"},{"1":"530","2":"0530","3":"99","4":"530","5":"עיילבון","6":"2","7":"5691.7249078149698","8":"-4.1965691739642097E-2","9":"123","10":"5","11":"117","12":"5","13":"0","14":"EILABUN"},{"1":"1063","2":"1063","3":"0","4":"1063","5":"מעלות-תרשיחא","6":"2","7":"21772.083656376501","8":"-3.7052862466301198E-2","9":"124","10":"5","11":"131","12":"5","13":"0","14":"MA'ALOT-TARSHIHA"},{"1":"73","2":"NA","3":"73","4":"NA","5":"מטה בנימין","6":"7","7":"69290.362122080798","8":"-3.0032011907378E-2","9":"125","10":"5","11":"126","12":"5","13":"0","14":"MATTE BINYAMIN"},{"1":"1020","2":"1020","3":"0","4":"1020","5":"אור עקיבא","6":"3","7":"18798.074953548501","8":"-2.2190226326201899E-2","9":"126","10":"5","11":"127","12":"5","13":"0","14":"OR AQIVA"},{"1":"3557","2":"3557","3":"99","4":"3557","5":"קדומים","6":"7","7":"4544.1454350434096","8":"-1.3899045531640199E-2","9":"127","10":"5","11":"135","12":"5","13":"0","14":"QEDUMIM"},{"1":"9000","2":"9000","3":"0","4":"9000","5":"באר שבע","6":"6","7":"207672.25860588401","8":"-8.7785106575353905E-3","9":"128","10":"5","11":"130","12":"5","13":"0","14":"BE'ER SHEVA"},{"1":"1247","2":"1247","3":"99","4":"1247","5":"חריש","6":"3","7":"13231.711736687501","8":"-3.82310146785353E-3","9":"129","10":"5","11":"129","12":"5","13":"0","14":"HARISH"},{"1":"29","2":"NA","3":"29","4":"NA","5":"חבל יבנה","6":"4","7":"6956.69151800295","8":"-1.46358014201471E-3","9":"130","10":"5","11":"118","12":"5","13":"0","14":"HEVEL YAVNE"},{"1":"53","2":"NA","3":"53","4":"NA","5":"חבל אילות","6":"6","7":"4409.8390470127797","8":"-6.7590346360607806E-5","9":"131","10":"5","11":"132","12":"5","13":"0","14":"HEVEL ELOT"},{"1":"34","2":"NA","3":"34","4":"NA","5":"שפיר","6":"6","7":"11202.816546350799","8":"7.3790790791162303E-3","9":"132","10":"5","11":"113","12":"5","13":"0","14":"SHAFIR"},{"1":"02","2":"NA","3":"2","4":"NA","5":"מרום הגליל","6":"2","7":"14662.8614029523","8":"1.10753924001227E-2","9":"133","10":"5","11":"133","12":"5","13":"0","14":"MEROM HAGALIL"},{"1":"2100","2":"2100","3":"0","4":"2100","5":"טירת כרמל","6":"3","7":"23010.638217208201","8":"1.37216313538487E-2","9":"134","10":"5","11":"123","12":"5","13":"0","14":"TIRAT KARMEL"},{"1":"12","2":"NA","3":"12","4":"NA","5":"זבולון","6":"3","7":"13028.7297390729","8":"2.8991035869272101E-2","9":"135","10":"5","11":"134","12":"5","13":"0","14":"ZEVULUN"},{"1":"1066","2":"1066","3":"99","4":"1066","5":"בני עי\"ש","6":"4","7":"6977.5117025247901","8":"5.0956988173891098E-2","9":"136","10":"5","11":"138","12":"5","13":"0","14":"BENE AYISH"},{"1":"2400","2":"2400","3":"0","4":"2400","5":"אור יהודה","6":"5","7":"36699.417073113102","8":"7.1757544872396398E-2","9":"137","10":"5","11":"136","12":"5","13":"0","14":"OR YEHUDA"},{"1":"469","2":"0469","3":"99","4":"469","5":"קריית עקרון","6":"4","7":"11000.885190140199","8":"0.11198599329080999","9":"138","10":"6","11":"139","12":"5","13":"1","14":"QIRYAT EQRON"},{"1":"7400","2":"7400","3":"0","4":"7400","5":"נתניה","6":"4","7":"220614.423091465","8":"0.118555854898135","9":"139","10":"6","11":"142","12":"6","13":"0","14":"NETANYA"},{"1":"65","2":"0065","3":"99","4":"65","5":"מגדל","6":"2","7":"1834.31861857683","8":"0.124697497528708","9":"140","10":"6","11":"137","12":"5","13":"1","14":"MIGDAL"},{"1":"1139","2":"1139","3":"0","4":"1139","5":"כרמיאל","6":"2","7":"46173.026222656699","8":"0.13444280694607899","9":"141","10":"6","11":"154","12":"6","13":"0","14":"KARMI'EL"},{"1":"6800","2":"6800","3":"0","4":"6800","5":"קריית אתא","6":"3","7":"58592.313165471998","8":"0.15357222626498601","9":"142","10":"6","11":"146","12":"6","13":"0","14":"QIRYAT ATTA"},{"1":"812","2":"0812","3":"99","4":"812","5":"שלומי","6":"2","7":"6441.3210591584702","8":"0.16345123114297899","9":"143","10":"6","11":"141","12":"5","13":"1","14":"SHELOMI"},{"1":"76","2":"NA","3":"76","4":"NA","5":"גוש עציון","6":"7","7":"24351.8906748587","8":"0.17278365899679399","9":"144","10":"6","11":"147","12":"6","13":"0","14":"GUSH EZYON"},{"1":"39","2":"NA","3":"39","4":"NA","5":"שדות נגב","6":"6","7":"10776.6491366054","8":"0.18252936002969","9":"145","10":"6","11":"140","12":"5","13":"1","14":"SEDOT NEGEV"},{"1":"40","2":"NA","3":"40","4":"NA","5":"עמק לוד","6":"4","7":"15508.2372737073","8":"0.21850954271633299","9":"146","10":"6","11":"149","12":"6","13":"0","14":"EMEQ LOD"},{"1":"3640","2":"3640","3":"99","4":"3640","5":"קרני שומרון","6":"7","7":"8134.7884247412003","8":"0.22321947063662501","9":"147","10":"6","11":"151","12":"6","13":"0","14":"QARNE SHOMERON"},{"1":"71","2":"NA","3":"71","4":"NA","5":"גולן","6":"2","7":"17978.884145784399","8":"0.223833965985823","9":"148","10":"6","11":"145","12":"6","13":"0","14":"GOLAN"},{"1":"2600","2":"2600","3":"0","4":"2600","5":"אילת","6":"6","7":"52285.361294565599","8":"0.230157920890629","9":"149","10":"6","11":"148","12":"6","13":"0","14":"ELAT"},{"1":"6500","2":"6500","3":"0","4":"6500","5":"חדרה","6":"3","7":"96559.224521046606","8":"0.23991544046744701","9":"150","10":"6","11":"150","12":"6","13":"0","14":"HADERA"},{"1":"3570","2":"3570","3":"0","4":"3570","5":"אריאל","6":"7","7":"20535.968168513398","8":"0.24117244249844499","9":"151","10":"6","11":"158","12":"6","13":"0","14":"ARI'EL"},{"1":"9100","2":"9100","3":"0","4":"9100","5":"נהרייה","6":"2","7":"58002.565122676497","8":"0.24896204985619999","9":"152","10":"6","11":"156","12":"6","13":"0","14":"NAHARIYYA"},{"1":"535","2":"0535","3":"99","4":"535","5":"פסוטה","6":"2","7":"3172.12222835494","8":"0.27454086058738397","9":"153","10":"6","11":"155","12":"6","13":"0","14":"FASSUTA"},{"1":"42","2":"NA","3":"42","4":"NA","5":"מרחבים","6":"6","7":"14015.986305832301","8":"0.27516789703087502","9":"154","10":"6","11":"143","12":"6","13":"0","14":"MERHAVIM"},{"1":"07","2":"NA","3":"7","4":"NA","5":"עמק המעיינות","6":"2","7":"13464.2171229257","8":"0.27817850869856497","9":"155","10":"6","11":"152","12":"6","13":"0","14":"EMEQ HAMA'AYANOT"},{"1":"72","2":"NA","3":"72","4":"NA","5":"שומרון","6":"7","7":"45789.312676625101","8":"0.28708841658752099","9":"156","10":"6","11":"153","12":"6","13":"0","14":"SHOMERON"},{"1":"508","2":"0508","3":"99","4":"508","5":"כפר כמא","6":"2","7":"3372.7495456014899","8":"0.29634503334923801","9":"157","10":"6","11":"144","12":"6","13":"0","14":"KAFAR KAMA"},{"1":"48","2":"NA","3":"48","4":"NA","5":"רמת נגב","6":"6","7":"7550.52507855154","8":"0.31498897949784399","9":"158","10":"6","11":"160","12":"6","13":"0","14":"RAMAT NEGEV"},{"1":"3616","2":"3616","3":"0","4":"3616","5":"מעלה אדומים","6":"7","7":"38040.891527990898","8":"0.32741824469073799","9":"159","10":"6","11":"157","12":"6","13":"0","14":"MA'ALE ADUMMIM"},{"1":"38","2":"NA","3":"38","4":"NA","5":"אשכול","6":"6","7":"14379.5727905817","8":"0.33734006112961701","9":"160","10":"6","11":"159","12":"6","13":"0","14":"ESHKOL"},{"1":"75","2":"NA","3":"75","4":"NA","5":"ערבות הירדן","6":"7","7":"5416.0541560514002","8":"0.35554912987266002","9":"161","10":"6","11":"164","12":"6","13":"0","14":"ARVOT HAYARDEN"},{"1":"9500","2":"9500","3":"0","4":"9500","5":"קריית ביאליק","6":"3","7":"40193.295841915198","8":"0.39173811471277198","9":"162","10":"6","11":"166","12":"7","13":"-1","14":"QIRYAT BIALIK"},{"1":"41","2":"0041","3":"99","4":"41","5":"אליכין","6":"4","7":"3415.4190690360001","8":"0.42919356031522099","9":"163","10":"7","11":"162","12":"6","13":"1","14":"ELYAKHIN"},{"1":"06","2":"NA","3":"6","4":"NA","5":"עמק הירדן","6":"2","7":"13821.4520830033","8":"0.43432522302545401","9":"164","10":"7","11":"163","12":"6","13":"1","14":"EMEQ HAYARDEN"},{"1":"4000","2":"4000","3":"0","4":"4000","5":"חיפה","6":"3","7":"283767.30239872","8":"0.43715788936632899","9":"165","10":"7","11":"169","12":"7","13":"0","14":"HAIFA"},{"1":"6600","2":"6600","3":"0","4":"6600","5":"חולון","6":"5","7":"196025.539364283","8":"0.44584222429297599","9":"166","10":"7","11":"165","12":"7","13":"0","14":"HOLON"},{"1":"8200","2":"8200","3":"0","4":"8200","5":"קריית מוצקין","6":"3","7":"43303.205555581699","8":"0.45041441349051697","9":"167","10":"7","11":"176","12":"7","13":"0","14":"QIRYAT MOTZKIN"},{"1":"487","2":"0487","3":"99","4":"487","5":"ג'ש (גוש חלב)","6":"2","7":"3104.5274396555201","8":"0.46579247810549901","9":"168","10":"7","11":"161","12":"6","13":"1","14":"JISH(GUSH HALAV)"},{"1":"13","2":"NA","3":"13","4":"NA","5":"מגידו","6":"2","7":"11833.0204036205","8":"0.493021607102618","9":"169","10":"7","11":"170","12":"7","13":"0","14":"MEGIDDO"},{"1":"2660","2":"2660","3":"0","4":"2660","5":"יבנה","6":"4","7":"47584.656194559298","8":"0.53649245271005097","9":"170","10":"7","11":"168","12":"7","13":"0","14":"YAVNE"},{"1":"3650","2":"3650","3":"99","4":"3650","5":"אפרת","6":"7","7":"10805.7759536145","8":"0.53882552387104998","9":"171","10":"7","11":"171","12":"7","13":"0","14":"EFRAT"},{"1":"03","2":"NA","3":"3","4":"NA","5":"הגליל התחתון","6":"2","7":"12466.2944471471","8":"0.54447635712666798","9":"172","10":"7","11":"173","12":"7","13":"0","14":"HAGALIL HATAHTON"},{"1":"04","2":"NA","3":"4","4":"NA","5":"מטה אשר","6":"2","7":"29523.7407047741","8":"0.55624072924020096","9":"173","10":"7","11":"178","12":"7","13":"0","14":"MATTE ASHER"},{"1":"565","2":"0565","3":"99","4":"565","5":"אזור","6":"5","7":"12811.8718185627","8":"0.58663906530036403","9":"174","10":"7","11":"177","12":"7","13":"0","14":"AZOR"},{"1":"466","2":"0466","3":"99","4":"466","5":"בית דגן","6":"4","7":"7284.9299142455802","8":"0.591219035302466","9":"175","10":"7","11":"179","12":"7","13":"0","14":"BET DAGAN"},{"1":"01","2":"NA","3":"1","4":"NA","5":"הגליל העליון","6":"2","7":"18480.8109828897","8":"0.59625378587648603","9":"176","10":"7","11":"174","12":"7","13":"0","14":"HAGALIL HAELYON"},{"1":"50","2":"NA","3":"50","4":"NA","5":"לכיש","6":"6","7":"12718.748837529","8":"0.59803003539133703","9":"177","10":"7","11":"172","12":"7","13":"0","14":"LAKHISH"},{"1":"7900","2":"7900","3":"0","4":"7900","5":"פתח תקווה","6":"4","7":"246529.03414975599","8":"0.60785712806535797","9":"178","10":"7","11":"181","12":"7","13":"0","14":"PETAH TIQWA"},{"1":"56","2":"NA","3":"56","4":"NA","5":"משגב","6":"2","7":"28925.825003523201","8":"0.61252558475017604","9":"179","10":"7","11":"189","12":"7","13":"0","14":"MISGAV"},{"1":"26","2":"0026","3":"99","4":"26","5":"ראש פינה","6":"2","7":"3147.8125230925202","8":"0.62429876215587299","9":"180","10":"7","11":"183","12":"7","13":"0","14":"ROSH PINNA"},{"1":"14","2":"NA","3":"14","4":"NA","5":"מנשה","6":"3","7":"20121.218530492399","8":"0.63517242259023099","9":"181","10":"7","11":"175","12":"7","13":"0","14":"MENASHE"},{"1":"2500","2":"2500","3":"0","4":"2500","5":"נשר","6":"3","7":"24147.970576192401","8":"0.63828618648084001","9":"182","10":"7","11":"186","12":"7","13":"0","14":"NESHER"},{"1":"8400","2":"8400","3":"0","4":"8400","5":"רחובות","6":"4","7":"143596.98714409801","8":"0.65792091319398005","9":"183","10":"7","11":"182","12":"7","13":"0","14":"REHOVOT"},{"1":"51","2":"NA","3":"51","4":"NA","5":"תמר","6":"6","7":"1556.2166687572801","8":"0.66035659019346205","9":"184","10":"7","11":"167","12":"7","13":"0","14":"TAMAR"},{"1":"36","2":"NA","3":"36","4":"NA","5":"חוף אשקלון","6":"6","7":"17901.021249612499","8":"0.66866657089281101","9":"185","10":"7","11":"180","12":"7","13":"0","14":"HOF ASHQELON"},{"1":"52","2":"NA","3":"52","4":"NA","5":"מעלה יוסף","6":"2","7":"10732.523874295701","8":"0.69464338107823898","9":"186","10":"7","11":"194","12":"7","13":"0","14":"MA'ALE YOSEF"},{"1":"74","2":"NA","3":"74","4":"NA","5":"מגילות ים המלח","6":"7","7":"1799.1213005186401","8":"0.73070006679362798","9":"187","10":"7","11":"188","12":"7","13":"0","14":"MEGILLOT DEAD SEA"},{"1":"7800","2":"7800","3":"99","4":"7800","5":"פרדס חנה-כרכור","6":"3","7":"42614.059377783196","8":"0.74308086398185103","9":"188","10":"7","11":"184","12":"7","13":"0","14":"PARDES HANNA-KARKUR"},{"1":"2550","2":"2550","3":"99","4":"2550","5":"גדרה","6":"4","7":"27782.178499420199","8":"0.746535638713691","9":"189","10":"7","11":"190","12":"7","13":"0","14":"GEDERA"},{"1":"8300","2":"8300","3":"0","4":"8300","5":"ראשון לציון","6":"4","7":"253520.14779370601","8":"0.76297465623656702","9":"190","10":"7","11":"196","12":"7","13":"0","14":"RISHON LEZIYYON"},{"1":"166","2":"0166","3":"99","4":"166","5":"גן יבנה","6":"4","7":"23868.111646831901","8":"0.77154814241037695","9":"191","10":"7","11":"191","12":"7","13":"0","14":"GAN YAVNE"},{"1":"26","2":"NA","3":"26","4":"NA","5":"מטה יהודה","6":"1","7":"59994.732515781601","8":"0.77786793910796703","9":"192","10":"7","11":"187","12":"7","13":"0","14":"MATTE YEHUDA"},{"1":"240","2":"0240","3":"0","4":"240","5":"יקנעם עילית","6":"2","7":"23796.3093963752","8":"0.78941585779461099","9":"193","10":"7","11":"198","12":"7","13":"0","14":"YOQNE'AM ILLIT"},{"1":"2640","2":"2640","3":"0","4":"2640","5":"ראש העין","6":"4","7":"61407.6019508647","8":"0.79012580014127798","9":"194","10":"7","11":"185","12":"7","13":"0","14":"ROSH HAAYIN"},{"1":"55","2":"NA","3":"55","4":"NA","5":"מבואות החרמון","6":"2","7":"7351.4444299798097","8":"0.79909837404591899","9":"195","10":"7","11":"197","12":"7","13":"0","14":"MEVO'OT HAHERMON"},{"1":"168","2":"0168","3":"0","4":"168","5":"כפר יונה","6":"4","7":"24719.509881520498","8":"0.81060178577907405","9":"196","10":"7","11":"195","12":"7","13":"0","14":"KEFAR YONA"},{"1":"2530","2":"2530","3":"99","4":"2530","5":"באר יעקב","6":"4","7":"27588.393629857299","8":"0.81715702612959895","9":"197","10":"7","11":"192","12":"7","13":"0","14":"BE'ER YA'AQOV"},{"1":"518","2":"0518","3":"99","4":"518","5":"מעיליא","6":"2","7":"3131.2901243234201","8":"0.86198172403443996","9":"198","10":"7","11":"193","12":"7","13":"0","14":"MI'ELYA"},{"1":"54","2":"NA","3":"54","4":"NA","5":"הערבה התיכונה","6":"6","7":"3550.5342199020502","8":"0.866263881277619","9":"199","10":"7","11":"202","12":"7","13":"0","14":"HAARAVA HATIKHONA"},{"1":"33","2":"NA","3":"33","4":"NA","5":"באר טוביה","6":"6","7":"23585.551399540898","8":"0.87277684653144705","9":"200","10":"7","11":"200","12":"7","13":"0","14":"BE'ER TOVIYYA"},{"1":"3652","2":"3652","3":"99","4":"3652","5":"בית אריה-עופרים","6":"7","7":"5253.28003648718","8":"0.87507194437812297","9":"201","10":"7","11":"203","12":"7","13":"0","14":"BET ARYE-OFARIM"},{"1":"25","2":"NA","3":"25","4":"NA","5":"חבל מודיעין","6":"4","7":"23764.3894913519","8":"0.89649052372764504","9":"202","10":"7","11":"201","12":"7","13":"0","14":"HEVEL MODI'IN"},{"1":"43","2":"0043","3":"99","4":"43","5":"מטולה","6":"2","7":"1615.0794062267501","8":"0.90089796577900405","9":"203","10":"7","11":"206","12":"8","13":"-1","14":"METULA"},{"1":"37","2":"NA","3":"37","4":"NA","5":"שער הנגב","6":"6","7":"8372.1201296917297","8":"0.91746654820789697","9":"204","10":"7","11":"204","12":"7","13":"0","14":"SHA'AR HANEGEV"},{"1":"15","2":"NA","3":"15","4":"NA","5":"חוף הכרמל","6":"3","7":"32807.820197364199","8":"0.96572112724659498","9":"205","10":"7","11":"207","12":"8","13":"-1","14":"HOF HAKARMEL"},{"1":"41","2":"NA","3":"41","4":"NA","5":"בני שמעון","6":"6","7":"10859.078066562601","8":"0.97527229234639801","9":"206","10":"7","11":"199","12":"7","13":"0","14":"BENE SHIM'ON"},{"1":"29","2":"0029","3":"99","4":"29","5":"יסוד המעלה","6":"2","7":"1729.87925078683","8":"0.978904032684491","9":"207","10":"7","11":"211","12":"8","13":"-1","14":"YESUD HAMA'ALA"},{"1":"9400","2":"9400","3":"0","4":"9400","5":"יהוד","6":"4","7":"29927.803773266402","8":"0.99147431450716705","9":"208","10":"7","11":"209","12":"8","13":"-1","14":"YEHUD"},{"1":"3560","2":"3560","3":"99","4":"3560","5":"אלקנה","6":"7","7":"3837.5502312675799","8":"1.02762984666282","9":"209","10":"8","11":"205","12":"8","13":"0","14":"ELQANA"},{"1":"8600","2":"8600","3":"0","4":"8600","5":"רמת גן","6":"5","7":"162979.044368843","8":"1.07764698849075","9":"210","10":"8","11":"210","12":"8","13":"0","14":"RAMAT GAN"},{"1":"35","2":"NA","3":"35","4":"NA","5":"יואב","6":"6","7":"8981.5717006724808","8":"1.0783789061979101","9":"211","10":"8","11":"213","12":"8","13":"0","14":"YO'AV"},{"1":"681","2":"0681","3":"0","4":"681","5":"גבעת שמואל","6":"4","7":"26577.7789306915","8":"1.11307383317847","9":"212","10":"8","11":"216","12":"8","13":"0","14":"GIV'AT SHEMU'EL"},{"1":"09","2":"NA","3":"9","4":"NA","5":"עמק יזרעאל","6":"2","7":"38552.585425365098","8":"1.12017636807482","9":"213","10":"8","11":"221","12":"8","13":"0","14":"EMEQ YIZRE'EL"},{"1":"30","2":"NA","3":"30","4":"NA","5":"גזר","6":"4","7":"27167.216282892899","8":"1.1239928084569299","9":"214","10":"8","11":"214","12":"8","13":"0","14":"GEZER"},{"1":"9300","2":"9300","3":"99","4":"9300","5":"זכרון יעקב","6":"3","7":"23142.089623700602","8":"1.12934777854548","9":"215","10":"8","11":"220","12":"8","13":"0","14":"ZIKHRON YA'AQOV"},{"1":"1015","2":"1015","3":"99","4":"1015","5":"מבשרת ציון","6":"1","7":"23929.015799478799","8":"1.1500738123429699","9":"216","10":"8","11":"212","12":"8","13":"0","14":"MEVASSERET ZIYYON"},{"1":"45","2":"NA","3":"45","4":"NA","5":"אלונה","6":"3","7":"2290.8743590691902","8":"1.15518920021825","9":"217","10":"8","11":"208","12":"8","13":"0","14":"ALLONA"},{"1":"5000","2":"5000","3":"0","4":"5000","5":"תל אביב -יפו","6":"5","7":"459738.47413033497","8":"1.1849197549863899","9":"218","10":"8","11":"215","12":"8","13":"0","14":"TEL AVIV - YAFO"},{"1":"3750","2":"3750","3":"99","4":"3750","5":"אלפי מנשה","6":"7","7":"7952.0027050731596","8":"1.19150142177134","9":"219","10":"8","11":"222","12":"8","13":"0","14":"ALFE MENASHE"},{"1":"18","2":"NA","3":"18","4":"NA","5":"לב השרון","6":"4","7":"23271.239143727002","8":"1.19416299231735","9":"220","10":"8","11":"218","12":"8","13":"0","14":"LEV HASHARON"},{"1":"16","2":"NA","3":"16","4":"NA","5":"עמק חפר","6":"4","7":"42426.770932954503","8":"1.19751375700228","9":"221","10":"8","11":"217","12":"8","13":"0","14":"EMEQ HEFER"},{"1":"6900","2":"6900","3":"0","4":"6900","5":"כפר סבא","6":"4","7":"100955.49366266","8":"1.20863836016679","9":"222","10":"8","11":"219","12":"8","13":"0","14":"KEFAR SAVA"},{"1":"8700","2":"8700","3":"0","4":"8700","5":"רעננה","6":"4","7":"74513.367682267199","8":"1.2321788639490501","9":"223","10":"8","11":"223","12":"8","13":"0","14":"RA'ANNANA"},{"1":"2300","2":"2300","3":"99","4":"2300","5":"קריית טבעון","6":"3","7":"17862.652539878902","8":"1.23683059615791","9":"224","10":"8","11":"228","12":"9","13":"-1","14":"QIRYAT TIV'ON"},{"1":"6400","2":"6400","3":"0","4":"6400","5":"הרצלייה","6":"5","7":"97173.930718144198","8":"1.2469367713378501","9":"225","10":"8","11":"224","12":"8","13":"0","14":"HERZLIYYA"},{"1":"195","2":"0195","3":"99","4":"195","5":"קדימה-צורן","6":"4","7":"22413.165824510601","8":"1.24911547072176","9":"226","10":"8","11":"225","12":"8","13":"0","14":"QADIMA-ZORAN"},{"1":"28","2":"NA","3":"28","4":"NA","5":"ברנר","6":"4","7":"8085.8090865873401","8":"1.25045257192097","9":"227","10":"8","11":"227","12":"9","13":"-1","14":"BRENNER"},{"1":"28","2":"0028","3":"99","4":"28","5":"מזכרת בתיה","6":"4","7":"14810.6809559665","8":"1.29446471952898","9":"228","10":"8","11":"226","12":"9","13":"-1","14":"MAZKERET BATYA"},{"1":"9800","2":"9800","3":"99","4":"9800","5":"בנימינה-גבעת עדה","6":"3","7":"15625.124749675801","8":"1.3099786519497301","9":"229","10":"8","11":"232","12":"9","13":"-1","14":"BINYAMINA-GIV'AT ADA"},{"1":"3760","2":"3760","3":"99","4":"3760","5":"אורנית","6":"7","7":"8955.4029080397395","8":"1.3114036350165801","9":"230","10":"8","11":"230","12":"9","13":"-1","14":"ORANIT"},{"1":"122","2":"0122","3":"99","4":"122","5":"רמת ישי","6":"2","7":"7784.8620307617703","8":"1.3192197158079499","9":"231","10":"8","11":"235","12":"9","13":"-1","14":"RAMAT YISHAY"},{"1":"7200","2":"7200","3":"0","4":"7200","5":"נס ציונה","6":"4","7":"49791.608696087504","8":"1.3263762085864399","9":"232","10":"8","11":"231","12":"9","13":"-1","14":"NES ZIYYONA"},{"1":"27","2":"NA","3":"27","4":"NA","5":"גן רווה","6":"4","7":"6516.8719298982896","8":"1.3304866731920699","9":"233","10":"8","11":"233","12":"9","13":"-1","14":"GAN RAWE"},{"1":"47","2":"0047","3":"99","4":"47","5":"כפר תבור","6":"2","7":"4310.6037804856096","8":"1.3469356482069399","9":"234","10":"8","11":"234","12":"9","13":"-1","14":"KEFAR TAVOR"},{"1":"19","2":"NA","3":"19","4":"NA","5":"חוף השרון","6":"4","7":"13089.391588144999","8":"1.38346045856377","9":"235","10":"9","11":"229","12":"9","13":"0","14":"HOF HASHARON"},{"1":"20","2":"NA","3":"20","4":"NA","5":"דרום השרון","6":"4","7":"33945.611268986198","8":"1.39527274549278","9":"236","10":"9","11":"237","12":"9","13":"0","14":"DEROM HASHARON"},{"1":"1200","2":"1200","3":"0","4":"1200","5":"מודיעין-מכבים-רעות","6":"4","7":"93277.124702756497","8":"1.4012512484734401","9":"237","10":"9","11":"238","12":"9","13":"0","14":"MODI'IN-MAKKABBIM-RE'UT"},{"1":"154","2":"0154","3":"99","4":"154","5":"תל מונד","6":"4","7":"13144.2560414851","8":"1.42689721968139","9":"238","10":"9","11":"236","12":"9","13":"0","14":"TEL MOND"},{"1":"229","2":"0229","3":"99","4":"229","5":"גני תקווה","6":"4","7":"20308.268217720899","8":"1.44641249212852","9":"239","10":"9","11":"239","12":"9","13":"0","14":"GANNE TIQWA"},{"1":"171","2":"0171","3":"99","4":"171","5":"פרדסייה","6":"4","7":"5930.3554207707202","8":"1.46256571405514","9":"240","10":"9","11":"240","12":"9","13":"0","14":"PARDESIYYA"},{"1":"1263","2":"1263","3":"99","4":"1263","5":"כפר ורדים","6":"2","7":"5482.5871815032897","8":"1.49398171961008","9":"241","10":"9","11":"245","12":"9","13":"0","14":"KEFAR WERADIM"},{"1":"6300","2":"6300","3":"0","4":"6300","5":"גבעתיים","6":"5","7":"60628.169112930998","8":"1.5333600600994599","9":"242","10":"9","11":"241","12":"9","13":"0","14":"GIV'ATAYIM"},{"1":"182","2":"0182","3":"99","4":"182","5":"אבן יהודה","6":"4","7":"13727.532155163501","8":"1.54307929253871","9":"243","10":"9","11":"243","12":"9","13":"0","14":"EVEN YEHUDA"},{"1":"1268","2":"1268","3":"99","4":"1268","5":"מיתר","6":"6","7":"9418.2004317634601","8":"1.54560487694903","9":"244","10":"9","11":"246","12":"9","13":"0","14":"METAR"},{"1":"9700","2":"9700","3":"0","4":"9700","5":"הוד השרון","6":"4","7":"62971.740239196901","8":"1.5529052868364901","9":"245","10":"9","11":"242","12":"9","13":"0","14":"HOD HASHARON"},{"1":"2620","2":"2620","3":"0","4":"2620","5":"קריית אונו","6":"5","7":"40280.596841833598","8":"1.60215653359704","9":"246","10":"9","11":"244","12":"9","13":"0","14":"QIRYAT ONO"},{"1":"2650","2":"2650","3":"0","4":"2650","5":"רמת השרון","6":"5","7":"47093.957982702399","8":"1.6504727950742799","9":"247","10":"9","11":"247","12":"9","13":"0","14":"RAMAT HASHARON"},{"1":"1304","2":"1304","3":"99","4":"1304","5":"שוהם","6":"4","7":"21045.154110694599","8":"1.70522417858191","9":"248","10":"9","11":"248","12":"9","13":"0","14":"SHOHAM"},{"1":"32","2":"NA","3":"32","4":"NA","5":"גדרות","6":"4","7":"5224.1871487069602","8":"1.70714973170111","9":"249","10":"9","11":"249","12":"9","13":"0","14":"GEDEROT"},{"1":"3769","2":"3769","3":"99","4":"3769","5":"הר אדר","6":"7","7":"4087.8447610149601","8":"1.7199839346607999","9":"250","10":"9","11":"250","12":"9","13":"0","14":"HAR ADAR"},{"1":"1224","2":"1224","3":"99","4":"1224","5":"כוכב יאיר","6":"4","7":"8702.1513255322698","8":"1.8336159040089","9":"251","10":"10","11":"251","12":"9","13":"1","14":"KOKHAV YA'IR"},{"1":"666","2":"0666","3":"99","4":"666","5":"עומר","6":"6","7":"7530.1462763396203","8":"1.9151057186689699","9":"252","10":"10","11":"252","12":"10","13":"0","14":"OMER"},{"1":"1271","2":"1271","3":"99","4":"1271","5":"להבים","6":"6","7":"6414.94873332712","8":"2.0177187271170798","9":"253","10":"10","11":"253","12":"10","13":"0","14":"LEHAVIM"},{"1":"267","2":"0267","3":"99","4":"267","5":"כפר שמריהו","6":"5","7":"1905.9924728471599","8":"2.0718535721028601","9":"254","10":"10","11":"254","12":"10","13":"0","14":"KEFAR SHEMARYAHU"},{"1":"587","2":"0587","3":"99","4":"587","5":"סביון","6":"4","7":"4036.0933992084101","8":"2.3530932419673598","9":"255","10":"10","11":"255","12":"10","13":"0","14":"SAVYON"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
</section>
<section id="harmonize-municipal-ids" class="level3">
<h3 class="anchored" data-anchor-id="harmonize-municipal-ids">5. Harmonize Municipal IDs</h3>
<p>Israeli municipalities have different IDs across government agencies. The <code>read_muni_id()</code> function provides a lookup table:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb15" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb15-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Get IDs and names from multiple agencies</span></span>
<span id="cb15-2">muni_ids <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_muni_id</span>(</span>
<span id="cb15-3">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">id_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;">"muni"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"edu"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"tax"</span>),</span>
<span id="cb15-4">  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">include_names =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span></span>
<span id="cb15-5">)</span>
<span id="cb15-6"></span>
<span id="cb15-7">muni_ids</span></code></pre></div></div>
<div class="cell-output-display">
<div data-pagedtable="false">
  <script data-pagedtable-source="" type="application/json">
{"columns":[{"label":["muni_id"],"name":[1],"type":["chr"],"align":["left"]},{"label":["muni_name"],"name":[2],"type":["chr"],"align":["left"]},{"label":["edu_id"],"name":[3],"type":["chr"],"align":["left"]},{"label":["edu_name"],"name":[4],"type":["chr"],"align":["left"]},{"label":["tax_id"],"name":[5],"type":["chr"],"align":["left"]},{"label":["tax_name"],"name":[6],"type":["chr"],"align":["left"]}],"data":[{"1":"0472","2":"אבו גוש","3":"4721","4":"אבו גוש","5":"500204722","6":"מ. מ. אבו גוש"},{"1":"0473","2":"אבו סנאן","3":"4739","4":"אבו סנאן","5":"500204730","6":"מ. מ. אבו סנאן"},{"1":"0182","2":"אבן יהודה","3":"1826","4":"אבן יהודה","5":"500201827","6":"מ. מ. אבן יהודה"},{"1":"2710","2":"אום אל-פחם","3":"27102","4":"אום אל-פחם","5":"500227103","6":"עירית אום-אל-פחם"},{"1":"0031","2":"אופקים","3":"315","4":"אופקים","5":"500200316","6":"עירית אופקים"},{"1":"2400","2":"אור יהודה","3":"24000","4":"אור יהודה","5":"500224001","6":"עירית אור יהודה"},{"1":"1020","2":"אור עקיבא","3":"10207","4":"אור עקיבא","5":"500210208","6":"עירית אור עקיבא"},{"1":"3760","2":"אורנית","3":"37606","4":"אורנית","5":"500237607","6":"מ. מ. אורנית"},{"1":"0565","2":"אזור","3":"5652","4":"אזור","5":"500205653","6":"מ. מ. אזור"},{"1":"2600","2":"אילת","3":"26005","4":"אילת","5":"500226006","6":"עירית אילת"},{"1":"0478","2":"אכסאל","3":"4788","4":"אכסאל","5":"500204789","6":"מ. מ. איכסאל"},{"1":"65","2":"אל-בטוף","3":"6500000","4":"אל בטוף","5":"500225651","6":"מ. א. אל-בטוף"},{"1":"69","2":"אל קסום","3":"6900000","4":"אל קסום","5":"500262696","6":"מ .א. אל קסום"},{"1":"45","2":"אלונה","3":"4500000","4":"אלונה","5":"500232459","6":"מ. א. אלונה"},{"1":"0041","2":"אליכין","3":"414","4":"אליכין","5":"500200415","6":"מ. מ. אליכין"},{"1":"1309","2":"אלעד","3":"13094","4":"אלעד","5":"500213095","6":"עיריית אלעד"},{"1":"3750","2":"אלפי מנשה","3":"37507","4":"אלפי מנשה","5":"500237508","6":"מ. מ. אלפי מנשה"},{"1":"3560","2":"אלקנה","3":"35600","4":"אלקנה","5":"500235601","6":"מ. מ. אלקנה"},{"1":"0529","2":"אעבלין","3":"5298","4":"אעבלין","5":"500205299","6":"מ. מ. איעבלין"},{"1":"3650","2":"אפרת","3":"36509","4":"אפרת","5":"500236500","6":"מ. מ. אפרתה"},{"1":"3570","2":"אריאל","3":"35709","4":"אריאל","5":"500235700","6":"עירית אריאל"},{"1":"0070","2":"אשדוד","3":"703","4":"אשדוד","5":"500200704","6":"עירית אשדוד"},{"1":"38","2":"אשכול","3":"3800000","4":"אשכול","5":"500262381","6":"מ. א. אשכול"},{"1":"7100","2":"אשקלון","3":"71001","4":"אשקלון","5":"500271002","6":"עירית אשקלון"},{"1":"6000","2":"באקה אל-גרביה","3":"60004","4":"באקה אל-גרביה","5":"500260005","6":"מ. מ. באקה אל-גרבייה"},{"1":"33","2":"באר טוביה","3":"3300000","4":"באר טוביה","5":"500261334","6":"מ. א. באר-טוביה"},{"1":"2530","2":"באר יעקב","3":"25304","4":"באר יעקב","5":"500225305","6":"מ. מ. באר יעקב"},{"1":"9000","2":"באר שבע","3":"90001","4":"באר שבע","5":"500290002","6":"עירית באר שבע"},{"1":"66","2":"בוסתן אל-מרג'","3":"6600000","4":"בוסתאן אל מרג","5":"500225669","6":"מ. א. בוסתאן אל-מרג'"},{"1":"0482","2":"בועיינה-נוג'ידאת","3":"4820","4":"בעיינה-נג'יידאת","5":"500204821","6":"מ. מ. בועיינה-נוג'יידאת"},{"1":"4001","2":"בוקעאתא","3":"40014","4":"בוקעאתה","5":"500240015","6":"מ. מ. בוקעאתא"},{"1":"0998","2":"ביר אל-מכסור","3":"9985","4":"ביר אל-מכסור","5":"500209986","6":"מ. מ. ביר אל-מכסור"},{"1":"3574","2":"בית אל","3":"35741","4":"בית אל","5":"500235742","6":"מ. מ. בית אל"},{"1":"3652","2":"בית אריה-עופרים","3":"36525","4":"בית אריה","5":"500236526","6":"מ. מ. בית אריה"},{"1":"0480","2":"בית ג'ן","3":"4804","4":"בית ג'ן","5":"500204805","6":"מ. מ. בית-ג'ן"},{"1":"0466","2":"בית דגן","3":"4663","4":"בית דגן","5":"500204664","6":"מ. מ. בית דגן"},{"1":"9200","2":"בית שאן","3":"92007","4":"בית שאן","5":"500292008","6":"עירית בית שאן"},{"1":"2610","2":"בית שמש","3":"26104","4":"בית שמש","5":"500226105","6":"עירית בית-שמש"},{"1":"3780","2":"ביתר עילית","3":"37804","4":"ביתר עילית","5":"500237805","6":"עירית ביתר עילית"},{"1":"6100","2":"בני ברק","3":"61002","4":"בני ברק","5":"500261003","6":"עירית בני ברק"},{"1":"1066","2":"בני עי\"ש","3":"10660","4":"בני עי\"ש","5":"500210661","6":"מ. מ. בני עי\"ש"},{"1":"41","2":"בני שמעון","3":"4100000","4":"בני שמעון","5":"500262415","6":"מ. א. בני שמעון"},{"1":"9800","2":"בנימינה-גבעת עדה","3":"13524","4":"בנימינה גבעת עדה","5":"500213525","6":"בנימינה-גבעת עדה"},{"1":"1326","2":"בסמ\"ה","3":"13268","4":"בסמ\"ה","5":"500213269","6":"מ. מ. בסמ\"ה"},{"1":"0944","2":"בסמת טבעון","3":"9449","4":"בסמת טבעון","5":"500209440","6":"מ. מ. בסמת טבעון"},{"1":"0483","2":"בענה","3":"4838","4":"בענה","5":"500204839","6":"מ. מ. ביענה"},{"1":"28","2":"ברנר","3":"2800000","4":"ברנר","5":"500244280","6":"מ. א. ברנר"},{"1":"6200","2":"בת ים","3":"62000","4":"בת ים","5":"500262001","6":"עירית בת-ים"},{"1":"1292","2":"ג'דיידה-מכר","3":"12922","4":"ג'דיידה-מכר","5":"500212923","6":"מ. מ. ג'דיידה מכר"},{"1":"0485","2":"ג'ולס","3":"4853","4":"ג'וליס","5":"500204854","6":"מ. מ. ג'וליס"},{"1":"0627","2":"ג'לג'וליה","3":"6270","4":"ג'לג'וליה","5":"500206271","6":"מ. מ. ג'לג'וליה"},{"1":"0541","2":"ג'סר א-זרקא","3":"5413","4":"ג'סר א-זרקא","5":"500205414","6":"מ. מ. ג'יסר אל זרקא"},{"1":"0487","2":"ג'ש (גוש חלב)","3":"4879","4":"גוש חלב","5":"500204870","6":"מ. מ. גוש חלב"},{"1":"0628","2":"ג'ת","3":"6288","4":"ג'ת","5":"500206289","6":"מ. מ. ג'ת"},{"1":"3730","2":"גבעת זאב","3":"37309","4":"גבעת זאב","5":"500237300","6":"מ. מ. גבעת זאב"},{"1":"0681","2":"גבעת שמואל","3":"6817","4":"גבעת שמואל","5":"500206818","6":"עיריית גבעת שמואל"},{"1":"6300","2":"גבעתיים","3":"63008","4":"גבעתיים","5":"500263009","6":"עירית גבעתיים"},{"1":"2550","2":"גדרה","3":"25502","4":"גדרה","5":"500225503","6":"מ. מ. גדרה"},{"1":"32","2":"גדרות","3":"3200000","4":"גדרות","5":"500244322","6":"מ. א. גדרות"},{"1":"71","2":"גולן","3":"7100000","4":"גולן","5":"500229711","6":"מ. א. גולן"},{"1":"76","2":"גוש עציון","3":"7600000","4":"גוש עציון","5":"500276761","6":"מ. א. גוש עציון"},{"1":"30","2":"גזר","3":"3000000","4":"גזר","5":"500243308","6":"מ. א. גזר"},{"1":"0166","2":"גן יבנה","3":"1669","4":"גן יבנה","5":"500201660","6":"מ. מ. גן יבנה"},{"1":"27","2":"גן רווה","3":"2700000","4":"גן רוה","5":"500244272","6":"מ. א. גן רוה"},{"1":"0229","2":"גני תקווה","3":"2295","4":"גני תקוה","5":"500202296","6":"מ. מ. גני תקוה"},{"1":"0494","2":"דאלית אל-כרמל","3":"4945","4":"דאלית אל-כרמל","5":"500204946","6":"מ. מ. דלית אל כרמל"},{"1":"0489","2":"דבורייה","3":"4895","4":"דבוריה","5":"500204896","6":"מ. מ. דבורייה"},{"1":"0490","2":"דייר אל-אסד","3":"4903","4":"דייר אל-אסד","5":"500204904","6":"מ. מ. דיר אל-אסד"},{"1":"0492","2":"דייר חנא","3":"4929","4":"דיר חנא","5":"500204920","6":"מ. מ. דייר-חנא"},{"1":"2200","2":"דימונה","3":"22004","4":"דימונה","5":"500222005","6":"עירית דימונה"},{"1":"20","2":"דרום השרון","3":"2000000","4":"דרום השרון","5":"500242201","6":"מ. א. דרום השרון"},{"1":"08","2":"הגלבוע","3":"800000","4":"הגלבוע","5":"500223086","6":"מ. א. הגלבוע"},{"1":"01","2":"הגליל העליון","3":"100000","4":"הגליל העליון","5":"500221015","6":"מ. א. הגליל העליון"},{"1":"03","2":"הגליל התחתון","3":"300000","4":"הגליל התחתון","5":"500222039","6":"מ. א. הגליל התחתון"},{"1":"9700","2":"הוד השרון","3":"97006","4":"הוד השרון","5":"500297007","6":"עירית הוד השרון"},{"1":"54","2":"הערבה התיכונה","3":"5400000","4":"הערבה התיכונה","5":"500262548","6":"מ. א. הערבה התיכונה"},{"1":"3769","2":"הר אדר","3":"37697","4":"הר-אדר","5":"500237698","6":"מ. מ. הר-אדר"},{"1":"78","2":"הר חברון","3":"7800000","4":"הר חברון","5":"500277785","6":"מ. א. הר חברון"},{"1":"6400","2":"הרצלייה","3":"64006","4":"הרצליה","5":"500264007","6":"עירית הרצליה"},{"1":"12","2":"זבולון","3":"1200000","4":"זבולון","5":"500231121","6":"מ. א. זבולון"},{"1":"9300","2":"זכרון יעקב","3":"93005","4":"זכרון יעקב","5":"500293006","6":"מ. מ. זכרון יעקב"},{"1":"1290","2":"זמר","3":"12906","4":"זמר","5":"500212907","6":"מ. מ. זמר"},{"1":"0975","2":"זרזיר","3":"9753","4":"זרזיר","5":"500209754","6":"מ. מ. זרזיר"},{"1":"53","2":"חבל אילות","3":"5300000","4":"חבל אילות","5":"500262530","6":"מ. א. חבל אילות"},{"1":"29","2":"חבל יבנה","3":"2900000","4":"חבל יבנה","5":"500244298","6":"מ. א. חבל יבנה"},{"1":"25","2":"חבל מודיעין","3":"2500000","4":"חבל מודיעין","5":"500242250","6":"מ. א. חבל מודיעין"},{"1":"6500","2":"חדרה","3":"65003","4":"חדרה","5":"500265004","6":"עירית חדרה"},{"1":"6600","2":"חולון","3":"66001","4":"חולון","5":"500266002","6":"עירית חולון"},{"1":"36","2":"חוף אשקלון","3":"3600000","4":"חוף אשקלון","5":"500261367","6":"מ. א. חוף אשקלון"},{"1":"15","2":"חוף הכרמל","3":"1500000","4":"חוף הכרמל","5":"500232152","6":"מ. א. חוף הכרמל"},{"1":"19","2":"חוף השרון","3":"1900000","4":"חוף השרון","5":"500241195","6":"מ. א. חוף השרון"},{"1":"1303","2":"חורה","3":"13037","4":"חורה","5":"500213038","6":"מ. מ. חורה"},{"1":"0496","2":"חורפיש","3":"4960","4":"חורפיש","5":"500204961","6":"מ. מ. חורפיש"},{"1":"4000","2":"חיפה","3":"40006","4":"חיפה","5":"500240007","6":"עירית חיפה"},{"1":"2034","2":"חצור הגלילית","3":"20347","4":"חצור הגלילית","5":"500220348","6":"מ. מ. חצור הגלילית"},{"1":"1247","2":"חריש","3":"12476","4":"חריש","5":"500212477","6":"מ. מ. חריש"},{"1":"6700","2":"טבריה","3":"67009","4":"טבריה","5":"500267000","6":"עירית טבריה"},{"1":"0962","2":"טובא-זנגרייה","3":"9621","4":"טובא-זנגריה","5":"500209622","6":"מ. מ. טובא-זנגריה"},{"1":"0498","2":"טורעאן","3":"4986","4":"טורעאן","5":"500204987","6":"מ. מ. טורעאן"},{"1":"2730","2":"טייבה","3":"27300","4":"טייבה","5":"500227301","6":"עירית טייבה"},{"1":"2720","2":"טירה","3":"27201","4":"טירה","5":"500227202","6":"עירית אל-טירה"},{"1":"2100","2":"טירת כרמל","3":"21006","4":"טירת כרמל","5":"500221007","6":"עירית טירת כרמל"},{"1":"8900","2":"טמרה","3":"89003","4":"טמרה","5":"500289004","6":"עירית טמרה"},{"1":"1295","2":"יאנוח-ג'ת","3":"12955","4":"ינוח-ג'ת","5":"500212956","6":"מ. מ. ינוח ג'ת"},{"1":"0046","2":"יבנאל","3":"463","4":"יבנאל","5":"500200464","6":"מ. מ. יבנאל"},{"1":"2660","2":"יבנה","3":"26609","4":"יבנה","5":"500226600","6":"עירית יבנה"},{"1":"9400","2":"יהוד","3":"13573","4":"יהוד נווה אפרים","5":"500213574","6":"יהוד מונוסון"},{"1":"35","2":"יואב","3":"3500000","4":"יואב","5":"500261359","6":"מ. א. יואב"},{"1":"0029","2":"יסוד המעלה","3":"299","4":"יסוד המעלה","5":"500200290","6":"מ. מ. יסוד המעלה"},{"1":"0499","2":"יפיע","3":"4994","4":"יפיע","5":"500204995","6":"מ. מ. יפיע"},{"1":"0240","2":"יקנעם עילית","3":"2402","4":"יקנעם עילית","5":"500202403","6":"עירית יקנעם עילית"},{"1":"0831","2":"ירוחם","3":"8318","4":"ירוחם","5":"500208319","6":"מ. מ. ירוחם"},{"1":"3000","2":"ירושלים","3":"30007","4":"ירושלים","5":"500230008","6":"עירית ירושלים"},{"1":"0502","2":"ירכא","3":"5025","4":"ירכא","5":"500205026","6":"מ. מ. ירכא"},{"1":"0504","2":"כאבול","3":"5041","4":"כאבול","5":"500205042","6":"מ. מ. כאבול"},{"1":"0505","2":"כאוכב אבו אל-היג'א","3":"5058","4":"כאוכב אבו אל-היג'א","5":"500205059","6":"מ. מ. כאוכב אבו אלהיג'א"},{"1":"1224","2":"כוכב יאיר","3":"12245","4":"כוכב יאיר","5":"500212246","6":"מ. מ. כוכב יאיר"},{"1":"1059","2":"כסיפה","3":"10595","4":"כסיפה","5":"500210596","6":"מ. מ. כסיפה"},{"1":"1296","2":"כסרא-סמיע","3":"12963","4":"כסרא-סמיע","5":"500212964","6":"מ. מ. כסרא סמיע"},{"1":"0978","2":"כעביה-טבאש-חג'אג'רה","3":"9787","4":"כעביה-טבאש-חג'אג'רה","5":"500209788","6":"מ. מ. כעבייה-טבאש-חג'אג'רה"},{"1":"0633","2":"כפר ברא","3":"6338","4":"כפר ברא","5":"500206339","6":"מ. מ. כפר-ברא"},{"1":"1263","2":"כפר ורדים","3":"12633","4":"כפר ורדים","5":"500212634","6":"מ. מ. כפר ורדים"},{"1":"0507","2":"כפר יאסיף","3":"5074","4":"כפר יאסיף","5":"500205075","6":"מ. מ. כפר יסיף"},{"1":"0168","2":"כפר יונה","3":"1685","4":"כפר יונה","5":"500201686","6":"עיריית כפר יונה"},{"1":"0508","2":"כפר כמא","3":"5082","4":"כפר קמא","5":"500205083","6":"מ. מ. כפר קמה"},{"1":"0509","2":"כפר כנא","3":"5090","4":"כפר כנא","5":"500205091","6":"מ. מ. כפר-כנא"},{"1":"0510","2":"כפר מנדא","3":"5108","4":"כפר מנדא","5":"500205109","6":"מ. מ. כפר מנדא"},{"1":"6900","2":"כפר סבא","3":"69005","4":"כפר סבא","5":"500269006","6":"עירית כפר סבא"},{"1":"0634","2":"כפר קאסם","3":"6346","4":"כפר קאסם","5":"500206347","6":"עיריית כפר קאסם"},{"1":"0654","2":"כפר קרע","3":"6544","4":"כפר קרע","5":"500206545","6":"מ. מ. כפר קרע"},{"1":"0267","2":"כפר שמריהו","3":"2675","4":"כפר שמריהו","5":"500202676","6":"מ. מ. כפר שמריהו"},{"1":"0047","2":"כפר תבור","3":"471","4":"כפר תבור","5":"500200472","6":"מ. מ. כפר תבור"},{"1":"1139","2":"כרמיאל","3":"11395","4":"כרמיאל","5":"500211396","6":"עירית כרמיאל"},{"1":"18","2":"לב השרון","3":"1800000","4":"לב השרון","5":"500241187","6":"מ. א. לב השרון"},{"1":"1271","2":"להבים","3":"12716","4":"להבים","5":"500212717","6":"מ. מ. להבים"},{"1":"7000","2":"לוד","3":"70003","4":"לוד","5":"500270004","6":"עירית לוד"},{"1":"50","2":"לכיש","3":"5000000","4":"לכיש","5":"500261508","6":"מ. א. לכיש"},{"1":"1060","2":"לקיה","3":"10603","4":"לקיה","5":"500210604","6":"מ. מ. לקיה"},{"1":"55","2":"מבואות החרמון","3":"5500000","4":"מבואות החרמון","5":"500221551","6":"מ. א. מבואות החרמון"},{"1":"1015","2":"מבשרת ציון","3":"10157","4":"מבשרת ציון","5":"500210158","6":"מ. מ. מבשרת ציון"},{"1":"0516","2":"מג'ד אל-כרום","3":"5165","4":"מג'ד אל-כרום","5":"500205166","6":"מ. מ. מג'ד אל-כרום"},{"1":"4201","2":"מג'דל שמס","3":"42010","4":"מג'דל שמס","5":"500242011","6":"מ. מ. מג'דל שמס"},{"1":"0481","2":"מגאר","3":"4812","4":"מג'אר","5":"500204813","6":"מ. מ. מג'אר"},{"1":"0065","2":"מגדל","3":"653","4":"מגדל","5":"500200654","6":"מ. מ. מגדל"},{"1":"0874","2":"מגדל העמק","3":"8748","4":"מגדל העמק","5":"500208749","6":"עירית מגדל העמק"},{"1":"13","2":"מגידו","3":"1300000","4":"מגידו","5":"500223136","6":"מ. א. מגידו"},{"1":"74","2":"מגילות ים המלח","3":"7400000","4":"מגילות ים המלח","5":"500275748","6":"מ. א. מגילות ים המלח"},{"1":"1200","2":"מודיעין-מכבים-רעות","3":"13516","4":"מודיעין מכבים רעות","5":"500213517","6":"מודיעין-מכבים-רעות"},{"1":"3797","2":"מודיעין עילית","3":"37978","4":"מודיעין עילית","5":"500237979","6":"עיריית מודיעין עילית"},{"1":"0028","2":"מזכרת בתיה","3":"281","4":"מזכרת בתיה","5":"500200282","6":"מ. מ. מזכרת בתיה"},{"1":"0517","2":"מזרעה","3":"5173","4":"מזרעה","5":"500205174","6":"מ. מ. מזרעה"},{"1":"04","2":"מטה אשר","3":"400000","4":"מטה אשר","5":"500224043","6":"מ. א. מטה אשר"},{"1":"73","2":"מטה בנימין","3":"7300000","4":"מטה בנימין","5":"500274733","6":"מ. א. מטה בנימין"},{"1":"26","2":"מטה יהודה","3":"2600000","4":"מטה יהודה","5":"500210265","6":"מ. א. מטה יהודה"},{"1":"0043","2":"מטולה","3":"430","4":"מטולה","5":"500200431","6":"מ. מ. מטולה"},{"1":"1268","2":"מיתר","3":"12682","4":"מיתר","5":"500212683","6":"מ. מ. מיתר"},{"1":"14","2":"מנשה","3":"1400000","4":"מנשה","5":"500232145","6":"מ. א. מנשה"},{"1":"4203","2":"מסעדה","3":"42036","4":"מסעדה","5":"500242037","6":"מ. מ. מסעדה"},{"1":"0518","2":"מעיליא","3":"5181","4":"מעיליא","5":"500205182","6":"מ. מ. מעיליא"},{"1":"3616","2":"מעלה אדומים","3":"36160","4":"מעלה אדומים","5":"500236161","6":"עירית מעלה אדומים"},{"1":"3608","2":"מעלה אפרים","3":"36087","4":"מעלה אפרים","5":"500236088","6":"מ. מ. מעלה אפרים"},{"1":"52","2":"מעלה יוסף","3":"5200000","4":"מעלה יוסף","5":"500262522","6":"מ. א. מעלה יוסף"},{"1":"1327","2":"מעלה עירון","3":"13276","4":"מעלה עירון","5":"500213277","6":"מ. מ. מעלה עירון"},{"1":"1063","2":"מעלות-תרשיחא","3":"10637","4":"מעלות-תרשיחא","5":"500210638","6":"עירית מעלות תרשיחא"},{"1":"0099","2":"מצפה רמון","3":"992","4":"מצפה רמון","5":"500200993","6":"מ. מ. מצפה רמון"},{"1":"02","2":"מרום הגליל","3":"200000","4":"מרום הגליל","5":"500221023","6":"מ. א. מרום הגליל"},{"1":"42","2":"מרחבים","3":"4200000","4":"מרחבים","5":"500262423","6":"מ. א. מרחבים"},{"1":"56","2":"משגב","3":"5600000","4":"משגב","5":"500224563","6":"מ. א. משגב"},{"1":"0520","2":"משהד","3":"5207","4":"משהד","5":"500205208","6":"מ. מ. משהד"},{"1":"9100","2":"נהרייה","3":"91009","4":"נהריה","5":"500291000","6":"עירית נהריה"},{"1":"68","2":"נווה מדבר","3":"6800000","4":"נווה מדבר","5":"500262688","6":"מ. א. נווה מדבר"},{"1":"1061","2":"נוף הגליל","3":"10611","4":"נוף הגליל","5":"500210612","6":"עירית נצרת עילית"},{"1":"31","2":"נחל שורק","3":"3100000","4":"נחל שורק","5":"500244314","6":"מ. א. נחל שורק"},{"1":"0522","2":"נחף","3":"5223","4":"נחף","5":"500205224","6":"מ. מ. נחף"},{"1":"7200","2":"נס ציונה","3":"72009","4":"נס ציונה","5":"500272000","6":"עירית נס ציונה"},{"1":"7300","2":"נצרת","3":"73007","4":"נצרת","5":"500273008","6":"עירית נצרת"},{"1":"2500","2":"נשר","3":"25007","4":"נשר","5":"500225008","6":"עירית נשר"},{"1":"0246","2":"נתיבות","3":"2469","4":"נתיבות","5":"500202460","6":"עירית נתיבות"},{"1":"7400","2":"נתניה","3":"74005","4":"נתניה","5":"500274006","6":"עירית נתניה"},{"1":"0525","2":"סאג'ור","3":"5256","4":"סאג'ור","5":"500205257","6":"מ. מ. סאג'ור"},{"1":"0587","2":"סביון","3":"5876","4":"סביון","5":"500205877","6":"מ. מ. סביון"},{"1":"7500","2":"סח'נין","3":"75002","4":"סח'נין","5":"500275003","6":"עירית סח'נין"},{"1":"4501","2":"ע'ג'ר","3":"45013","4":"עג'ר","5":"500245014","6":"מ. מ. אל עג'ר"},{"1":"0666","2":"עומר","3":"6668","4":"עומר","5":"500206669","6":"מ. מ. עומר"},{"1":"0530","2":"עיילבון","3":"5306","4":"עילבון","5":"500205307","6":"מ. מ. עילבון"},{"1":"0511","2":"עילוט","3":"5116","4":"עילוט","5":"500205117","6":"מ. מ. עילוט"},{"1":"0532","2":"עין מאהל","3":"5322","4":"עין מאה'ל","5":"500205323","6":"מ. מ. עין מאה'ל"},{"1":"4502","2":"עין קנייא","3":"45021","4":"עין קניה","5":"500245022","6":"מ. מ. עין קיניה"},{"1":"7600","2":"עכו","3":"76000","4":"עכו","5":"500276001","6":"עירית עכו"},{"1":"3660","2":"עמנואל","3":"36608","4":"עמנואל","5":"500236609","6":"מ. מ. עימנואל"},{"1":"06","2":"עמק הירדן","3":"600000","4":"עמק הירדן","5":"500222062","6":"מ. א. עמק הירדן"},{"1":"07","2":"עמק המעיינות","3":"700000","4":"עמק המעיינות","5":"500223078","6":"מ. א. עמק המעיינות"},{"1":"16","2":"עמק חפר","3":"1600000","4":"עמק חפר","5":"500241161","6":"מ. א. עמק חפר"},{"1":"09","2":"עמק יזרעאל","3":"900000","4":"עמק יזרעאל","5":"500223094","6":"מ. א. עמק יזרעאל"},{"1":"0534","2":"עספיא","3":"5348","4":"עספיא","5":"500205349","6":"מ. מ. עוספייא"},{"1":"7700","2":"עפולה","3":"77008","4":"עפולה","5":"500277009","6":"עירית עפולה"},{"1":"0531","2":"עראבה","3":"5314","4":"עראבה","5":"500205315","6":"עירית עראבה"},{"1":"75","2":"ערבות הירדן","3":"7500000","4":"בקעת הירדן","5":"500275755","6":"מ. א. ערבות הירדן"},{"1":"2560","2":"ערד","3":"25601","4":"ערד","5":"500225602","6":"עירית ערד"},{"1":"0637","2":"ערערה","3":"6379","4":"ערערה","5":"500206370","6":"מ. מ. ערערה"},{"1":"1192","2":"ערערה-בנגב","3":"11924","4":"ערערה בנגב","5":"500211925","6":"מ. מ. ערערה-בנגב"},{"1":"0537","2":"פוריידיס","3":"5371","4":"פוריידיס","5":"500205372","6":"מ. מ. פוריידיס"},{"1":"0535","2":"פסוטה","3":"5355","4":"פסוטה","5":"500205356","6":"מ. מ. פסוטה"},{"1":"0536","2":"פקיעין (בוקייעה)","3":"5363","4":"פקיעין - בוקייעה","5":"500205364","6":"מ. מ. פקיעין"},{"1":"7800","2":"פרדס חנה-כרכור","3":"78006","4":"פרדס חנה-כרכור","5":"500278007","6":"מ. מ. פרדס-חנה-כרכור"},{"1":"0171","2":"פרדסייה","3":"1719","4":"פרדסיה","5":"500201710","6":"מ. מ. פרדסיה"},{"1":"7900","2":"פתח תקווה","3":"79004","4":"פתח תקוה","5":"500279005","6":"עירית פתח תקוה"},{"1":"8000","2":"צפת","3":"80002","4":"צפת","5":"500280003","6":"עירית צפת"},{"1":"3557","2":"קדומים","3":"35576","4":"קדומים","5":"500235577","6":"מ. מ. קדומים"},{"1":"0195","2":"קדימה-צורן","3":"13508","4":"צורן קדימה","5":"500201959","6":"מ. מ. קדימה-צורן"},{"1":"0638","2":"קלנסווה","3":"6387","4":"קלנסווה","5":"500206388","6":"עירית קלנסווה"},{"1":"4100","2":"קצרין","3":"41004","4":"קצרין","5":"500241005","6":"מ. מ. קצרין"},{"1":"2620","2":"קריית אונו","3":"26203","4":"קרית אונו","5":"500226204","6":"עירית קרית אונו"},{"1":"3611","2":"קריית ארבע","3":"36111","4":"קרית ארבע","5":"500236112","6":"מ. מ. קרית ארבע"},{"1":"6800","2":"קריית אתא","3":"68007","4":"קרית אתא","5":"500268008","6":"עירית קרית אתא"},{"1":"9500","2":"קריית ביאליק","3":"95000","4":"קרית ביאליק","5":"500295001","6":"עירית קרית ביאליק"},{"1":"2630","2":"קריית גת","3":"26302","4":"קרית גת","5":"500226303","6":"עירית קרית גת"},{"1":"2300","2":"קריית טבעון","3":"23002","4":"קרית טבעון","5":"500223003","6":"מ. מ. קרית טבעון"},{"1":"9600","2":"קריית ים","3":"96008","4":"קרית ים","5":"500296009","6":"עירית קרית ים"},{"1":"1137","2":"קריית יערים","3":"11379","4":"קרית יערים","5":"500211370","6":"מ. מ. קרית יערים"},{"1":"8200","2":"קריית מוצקין","3":"82008","4":"קרית מוצקין","5":"500282009","6":"עירית קרית מוצקין"},{"1":"1034","2":"קריית מלאכי","3":"10348","4":"קרית מלאכי","5":"500210349","6":"עירית קרית מלאכי"},{"1":"0469","2":"קריית עקרון","3":"4697","4":"קרית עקרון","5":"500204698","6":"מ. מ. קרית עקרון"},{"1":"2800","2":"קריית שמונה","3":"28001","4":"קרית שמונה","5":"500228002","6":"עירית קרית שמונה"},{"1":"3640","2":"קרני שומרון","3":"36400","4":"קרני שומרון","5":"500236401","6":"מ. מ. קרני שומרון"},{"1":"0543","2":"ראמה","3":"5439","4":"ראמה","5":"500205430","6":"מ. מ. ראמה"},{"1":"2640","2":"ראש העין","3":"26401","4":"ראש העין","5":"500226402","6":"עירית ראש העין"},{"1":"0026","2":"ראש פינה","3":"265","4":"ראש פינה","5":"500200266","6":"מ. מ. ראש פינה"},{"1":"8300","2":"ראשון לציון","3":"83006","4":"ראשון לציון","5":"500283007","6":"עירית ראשון לציון"},{"1":"1161","2":"רהט","3":"11619","4":"רהט","5":"500211610","6":"עירית רהט"},{"1":"8400","2":"רחובות","3":"84004","4":"רחובות","5":"500284005","6":"עירית רחובות"},{"1":"0542","2":"ריינה","3":"5421","4":"ריינה","5":"500205422","6":"מ. מ. ריינה"},{"1":"0922","2":"רכסים","3":"9225","4":"רכסים","5":"500209226","6":"מ. מ. רכסים"},{"1":"8500","2":"רמלה","3":"85001","4":"רמלה","5":"500285002","6":"עירית רמלה"},{"1":"8600","2":"רמת גן","3":"86009","4":"רמת גן","5":"500286000","6":"עירית רמת גן"},{"1":"2650","2":"רמת השרון","3":"26500","4":"רמת השרון","5":"500226501","6":"עירית רמת השרון"},{"1":"0122","2":"רמת ישי","3":"1222","4":"רמת ישי","5":"500201223","6":"מ. מ. רמת ישי"},{"1":"48","2":"רמת נגב","3":"4800000","4":"רמת נגב","5":"500262480","6":"מ. א. רמת נגב"},{"1":"8700","2":"רעננה","3":"87007","4":"רעננה","5":"500287008","6":"עירית רעננה"},{"1":"0913","2":"שבלי - אום אל-גנם","3":"9134","4":"שבלי-אום אל-גנם","5":"500209135","6":"מ. מ. שבלי"},{"1":"1286","2":"שגב-שלום","3":"12864","4":"שגב שלום","5":"500212865","6":"מ. מ. שגב-שלום"},{"1":"40","2":"שדות דן","3":"4000000","4":"שדות דן","5":"500243407","6":"מ. א. שדות דן"},{"1":"39","2":"שדות נגב","3":"3900000","4":"שדות נגב עזתה","5":"500262399","6":"מ. א. שדות נגב"},{"1":"1031","2":"שדרות","3":"10314","4":"שדרות","5":"500210315","6":"עירית שדרות"},{"1":"1304","2":"שוהם","3":"13045","4":"שוהם","5":"500213046","6":"מ. מ. שהם"},{"1":"72","2":"שומרון","3":"7200000","4":"שומרון","5":"500273727","6":"מ. א. שומרון"},{"1":"0812","2":"שלומי","3":"8128","4":"שלומי","5":"500208129","6":"מ. מ. שלומי"},{"1":"0538","2":"שעב","3":"5389","4":"שעב","5":"500205380","6":"מ. מ. שעב"},{"1":"37","2":"שער הנגב","3":"3700000","4":"שער הנגב","5":"500261375","6":"מ. א. שער הנגב"},{"1":"34","2":"שפיר","3":"3400000","4":"שפיר","5":"500261342","6":"מ. א. שפיר"},{"1":"8800","2":"שפרעם","3":"88005","4":"שפרעם","5":"500288006","6":"עירית שפרעם"},{"1":"5000","2":"תל אביב -יפו","3":"50005","4":"תל אביב-יפו","5":"500250006","6":"עירית תל-אביב-יפו"},{"1":"0154","2":"תל מונד","3":"1545","4":"תל מונד","5":"500201546","6":"מ. מ. תל מונד"},{"1":"1054","2":"תל שבע","3":"10546","4":"תל שבע","5":"500210547","6":"מ. מ. תל שבע"},{"1":"51","2":"תמר","3":"5100000","4":"תמר","5":"500262514","6":"מ. א. תמר"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
  </script>
</div>
</div>
</div>
<p>This returns:</p>
<ul>
<li><code>"muni"</code> - CBS municipal IDs and names</li>
<li><code>"edu"</code> - Ministry of Education symbols</li>
<li><code>"tax"</code> - Israel Tax Authority IDs (H.P. numbers)</li>
</ul>
<p>You can use this table when you are working with data from The Ministry of Education or non-profits data from Guidestar.</p>
</section>
</section>
<section id="resources" class="level2">
<h2 class="anchored" data-anchor-id="resources">Resources</h2>
<ul>
<li><strong>Documentation</strong>: <a href="https://matanhakim.github.io/il.cbs.muni/" class="uri">https://matanhakim.github.io/il.cbs.muni/</a></li>
<li><strong>Source code</strong>: <a href="https://github.com/matanhakim/il.cbs.muni" class="uri">https://github.com/matanhakim/il.cbs.muni</a></li>
<li><strong>Bug reports</strong>: <a href="https://github.com/matanhakim/il.cbs.muni/issues" class="uri">https://github.com/matanhakim/il.cbs.muni/issues</a></li>
<li><strong>CRAN page</strong>: <a href="https://cran.r-project.org/package=il.cbs.muni" class="uri">https://cran.r-project.org/package=il.cbs.muni</a></li>
</ul>
</section>
<section id="future-plans" class="level2">
<h2 class="anchored" data-anchor-id="future-plans">Future Plans</h2>
<p>I’m hoping to add:</p>
<ul>
<li>More helper functions for common municipal data transformations</li>
<li>Support for additional CBS data sources</li>
<li>Vignettes with detailed workflows</li>
<li>A hex sticker!</li>
<li>Anything that the Israeli open source community might be interested in</li>
</ul>
</section>
<section id="acknowledgments" class="level2">
<h2 class="anchored" data-anchor-id="acknowledgments">Acknowledgments</h2>
<p>This package builds on the excellent work of the Israeli CBS in publishing municipal data. Special thanks to the tidyverse team for creating the tools that make this package possible. Specifically, this package was able to get submitted to CRAN with full tests and input validation thanks to Positron Assistant, which has been a huge blessing.</p>
<p>Happy analyzing! 📊</p>


</section>

 ]]></description>
  <category>R</category>
  <category>packages</category>
  <category>release</category>
  <category>CRAN</category>
  <category>data</category>
  <guid>https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/</guid>
  <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2026-02-13-il-cbs-muni-0-1-0/image.png" medium="image" type="image/png" height="108" width="144"/>
</item>
<item>
  <title>Beyond the 3-Point Revolution: A Deep Dive into NBA Shot Selection by Position and Distance</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2025-02-08-nba-shot-selection/</link>
  <description><![CDATA[ 






<p><img src="https://matanhakim.com/posts/2025-02-08-nba-shot-selection/nba_logo.jpg" class="img-fluid"></p>
<section id="introduction" class="level1">
<h1>Introduction</h1>
<p>Summer is when you have time in the NBA media and fandom world to relax for a second, and look for multi-year trends. I find specifically interesting the NBA discussion that is filled with talk about the “3-point revolution”, with additional references to “the death of the mid-range shot”. And so it seems, the familiar chart of the 3-pt shot frequency going up over time is seen everywhere you go, and considered common knowledge. More specifically, I encountered this discussion with many nuances in the <a href="https://www.youtube.com/ThinkingBasketball">Thinking Basketball podcast</a> with Ben Taylor and Cody Houdek. Nevertheless, I think it is worthwhile to have a more focused look at the specific <strong>ranges</strong> where this change is occurring, and more specifically at the different <strong>positions</strong> and the variability between them.</p>
<p>This blog post will explore this idea, using the R programming language and data scraping, analysis and visualization techniques. If you’re interested in either NBA basketball or data, I think you might find it useful, interesting, and even fun!</p>
<p>Let’s get to it.</p>
</section>
<section id="code" class="level1">
<h1>Code</h1>
<section id="setup" class="level2">
<h2 class="anchored" data-anchor-id="setup">Setup</h2>
<p>Let’s load the relevant packages.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-1" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-1-1" class="code-annotation-target"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(tidyverse)</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-1-2" class="code-annotation-target"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rvest)</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="3" onclick="event.preventDefault();">3</a><span id="annotated-cell-1-3" class="code-annotation-target">devtools<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;">install_github</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sfirke/janitor"</span>)</span>
<span id="annotated-cell-1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(janitor)</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="4" onclick="event.preventDefault();">4</a><span id="annotated-cell-1-5" class="code-annotation-target"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(scales)</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="5" onclick="event.preventDefault();">5</a><span id="annotated-cell-1-6" class="code-annotation-target"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggthemes)</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="6" onclick="event.preventDefault();">6</a><span id="annotated-cell-1-7" class="code-annotation-target"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggiraph)</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-1" data-target-annotation="7" onclick="event.preventDefault();">7</a><span id="annotated-cell-1-8" class="code-annotation-target"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(conflicted)</span>
<span id="annotated-cell-1-9"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">conflicts_prefer</span>(dplyr<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;">filter</span>())</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-1" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="1" data-code-annotation="1">The tidyverse is my favorite data analysis framework, and we’ll be using it for wrangling and visualization.</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="2" data-code-annotation="2">rvest is for web-scraping, that’s how we’re going to get our data.</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="3" data-code-annotation="3">I’m installing the development version of janitor (one of the go-to packages for easy utility functions!) because the <code>row_to_names()</code> function has a specific feature (that I created! Yey!) that isn’t available in the CRAN version yet.</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="5" data-code-annotation="4">scales helps us format our plot axes with percentage labels and other formatting.</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="5">5</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="6" data-code-annotation="5">ggthemes provides additional color palettes, including the solarized theme we’ll use.</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="6">6</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="7" data-code-annotation="6">ggiraph makes your plots interactive.</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="7">7</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-lines="8" data-code-annotation="7">conflicted lets you be clear and intentional with your namespace clashes.</span>
</dd>
</dl>
</div>
</div>
<p>Now let’s read our data from the web.</p>
</section>
</section>
<section id="read-data" class="level1">
<h1>Read data</h1>
<p>We will be using the <a href="https://www.basketball-reference.com">Basketball Reference website</a> as our data source. Basketball Reference is the gold standard for NBA statistics, offering comprehensive shooting data broken down by distance ranges since the 1997-98 season.</p>
<p>Before actually scraping the data, we need to define our functions that would do so.</p>
<section id="define-scraping-functions" class="level2">
<h2 class="anchored" data-anchor-id="define-scraping-functions">Define scraping functions</h2>
<p>Our first data source is the seasonal player shooting stats table (<a href="https://www.basketball-reference.com/leagues/NBA_2025_shooting.html">2025 for example.</a>). In this table, our unit of analysis is a player, and the table is for a specific season. The columns offer different breakdowns of field goal attempts frequency by distance from the basket, along with field goal percent (accuracy) by distance. The earliest data is from the 1997-1998 season (oh, the nostalgia!).</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-2" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-2-1">read_season_dist <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(year) {</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-2" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-2-2" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">Sys.sleep</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">4</span>)</span>
<span id="annotated-cell-2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_html</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://www.basketball-reference.com/leagues/NBA_"</span>, year, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"_shooting.html"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-2-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_element</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"table"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-2-5">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_table</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">header =</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>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-2" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-2-6" class="code-annotation-target">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">row_to_names</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 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;">|&gt;</span></span>
<span id="annotated-cell-2-7">    <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>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-2" data-target-annotation="3" onclick="event.preventDefault();">3</a><span id="annotated-cell-2-8" class="code-annotation-target">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">across</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">everything</span>(), parse_guess))</span>
<span id="annotated-cell-2-9">}</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-2" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-lines="2" data-code-annotation="1">In order to avoid being rejected by the Basketball Reference policy, we need to wait between each visit to a page.</span>
</dd>
<dt data-target-cell="annotated-cell-2" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-lines="6" data-code-annotation="2">In this <a href="https://github.com/sfirke/janitor/pull/542">cool new feature to {janitor}</a> you can elevate multiple rows to act as new column names.</span>
</dd>
<dt data-target-cell="annotated-cell-2" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-lines="8" data-code-annotation="3">After fixing the column names, you can guess and parse the column types.</span>
</dd>
</dl>
</div>
</div>
<p>Unfortunately, the shooting stats table is missing a very important value - the <strong>total</strong> number of shots for a player in a season. Right now we only have the frequency, but not the absolute value. We need this data to correctly calculate the relative weight of each player. Think about it: a player who takes 50 shots per season shouldn’t have the same influence on league-wide trends as someone who takes 1,500 shots. So let’s read another table, where we have this data.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">read_season_total <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(year) {</span>
<span id="cb1-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">Sys.sleep</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">4</span>)</span>
<span id="cb1-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_html</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://www.basketball-reference.com/leagues/NBA_"</span>, year, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"_totals.html"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_element</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"table"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-5">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_table</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-6">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">clean_names</span>()</span>
<span id="cb1-7">}</span></code></pre></div></div>
</div>
<p>Now, let’s perform the web-scraping. We are reading data from 1998 to 2025, covering nearly three decades of NBA evolution.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df_dist_raw <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">year =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1998</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;">2025</span>) <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;">mutate</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;">map</span>(year, read_season_dist)) <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;">unnest</span>(data)</span>
<span id="cb2-4">  </span>
<span id="cb2-5">df_players_raw <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">year =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1998</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;">2025</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-6">  <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;">data =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">map</span>(year, read_season_total)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unnest</span>(data)</span></code></pre></div></div>
</div>
<p>This process will take several minutes due to our rate limiting (we’re being good citizens of the web!). The <code>map()</code> function applies our scraping function to each year, and <code>unnest()</code> combines all the individual season data frames into two comprehensive datasets.</p>
</section>
<section id="clean-and-join-our-datasets" class="level2">
<h2 class="anchored" data-anchor-id="clean-and-join-our-datasets">Clean and join our datasets</h2>
<p>Basketball Reference data comes with some quirks that we need to handle. Players who were traded during a season appear multiple times (once for each team plus a “total” row), and there are various formatting issues we need to address.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-5" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-5-1">df_players <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_players_raw <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-5" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-5-2" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">distinct</span>(player, year, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.keep_all =</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>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-5" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-5-3" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(year, player, fg, fga)</span>
<span id="annotated-cell-5-4"></span>
<span id="annotated-cell-5-5">df_dist <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_dist_raw <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-5-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">distinct</span>(player, year, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.keep_all =</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>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-5" data-target-annotation="3" onclick="event.preventDefault();">3</a><span id="annotated-cell-5-7" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</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;">c</span>(rk, awards))</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-5" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-5" data-code-lines="2" data-code-annotation="1">Remove duplicate rows for players who were traded mid-season, and keep only seasonal stats.</span>
</dd>
<dt data-target-cell="annotated-cell-5" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-5" data-code-lines="3" data-code-annotation="2">We only need the basic shooting volume data from this table.</span>
</dd>
<dt data-target-cell="annotated-cell-5" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-5" data-code-lines="7" data-code-annotation="3">Remove unnecessary columns like rank and awards.</span>
</dd>
</dl>
</div>
</div>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-6" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-6-1">df <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_players <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-6-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">left_join</span>(df_dist, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">join_by</span>(player, year)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-6" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-6-3" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">relocate</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(fg, fga), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.after =</span> mp)</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-6" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-6" data-code-lines="3" data-code-annotation="1">Move the shooting volume columns next to minutes played for logical organization.</span>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="manipulate-data" class="level1">
<h1>Manipulate data</h1>
<p>Now comes the fun part - transforming our data into a format suitable for analysis. We need to convert the wide format (where each distance range is a separate column) into a long format that’s easier to work with for visualization and analysis. Additionally, we will summarize the data into a frequency table with a single row for every year-position-distance.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-7" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-7-1">df_freq <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-7-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(year, pos, fg<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span>fga, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">starts_with</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"percent_of_fga_by_distance"</span>), dunks_percent_fga) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-7-3" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pivot_longer</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;">c</span>(year, pos<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span>fga), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">names_to =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dist"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">values_to =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"freq"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-7-4" class="code-annotation-target">  <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;">dist =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_remove_all</span>(dist, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"percent_of_fga_by_distance_|s_percent_fga"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-7-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="3" onclick="event.preventDefault();">3</a><span id="annotated-cell-7-6" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">dist =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">fct_relevel</span>(dist, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"0_3"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"3_10"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"10_16"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"16_3p"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"3p"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-7-7">      <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_replace_all</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"_"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"-"</span>),</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="4" onclick="event.preventDefault();">4</a><span id="annotated-cell-7-8" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">pos =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">fct_relevel</span>(pos, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"C"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"PF"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"SF"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"SG"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"PG"</span>)</span>
<span id="annotated-cell-7-9">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="5" onclick="event.preventDefault();">5</a><span id="annotated-cell-7-10" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(fga <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;">0</span>, year <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;">1997</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-7-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(</span>
<span id="annotated-cell-7-12">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.by =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(year, pos, dist),</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="6" onclick="event.preventDefault();">6</a><span id="annotated-cell-7-13" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">freq =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">weighted.mean</span>(freq, fga)</span>
<span id="annotated-cell-7-14">  )</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-7" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="3" data-code-annotation="1">Transform from wide to long format, creating a row for each player-year-distance combination.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="4" data-code-annotation="2">Clean up the distance column names by removing the common prefix.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="6" data-code-annotation="3">Order distance ranges logically from closest to farthest from the basket.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="8" data-code-annotation="4">Order positions from traditional “big” to “small” (Center to Point Guard).</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="5">5</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="10" data-code-annotation="5">Filter out players with zero shot attempts and years before our analysis period.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="6">6</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="13" data-code-annotation="6">Calculate weighted averages by position and distance, giving more weight to high-volume shooters.</span>
</dd>
</dl>
</div>
</div>
<p>Let’s also create a league-wide summary without position breakdowns:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df_freq_tot <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df <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;">select</span>(year, fg<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span>fga, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">starts_with</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"percent_of_fga_by_distance"</span>), dunks_percent_fga) <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;">pivot_longer</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;">c</span>(year, fg<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span>fga), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">names_to =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dist"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">values_to =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"freq"</span>) <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;">dist =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_remove_all</span>(dist, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"percent_of_fga_by_distance_|s_percent_fga"</span>)) <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;">mutate</span>(</span>
<span id="cb3-6">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">dist =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">fct_relevel</span>(dist, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"0_3"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"3_10"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"10_16"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"16_3p"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"3p"</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;">str_replace_all</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"_"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"-"</span>)</span>
<span id="cb3-8">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb3-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(fga <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;">0</span>, year <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;">1997</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(</span>
<span id="cb3-11">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.by =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(year, dist),</span>
<span id="cb3-12">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">freq =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">weighted.mean</span>(freq, fga)</span>
<span id="cb3-13">  )</span></code></pre></div></div>
</div>
</section>
<section id="visualize" class="level1">
<h1>Visualize</h1>
<section id="league-wide-trends-by-distance" class="level2">
<h2 class="anchored" data-anchor-id="league-wide-trends-by-distance">League-wide trends by distance</h2>
<p>Let’s start with the big picture - how has shot selection changed across the entire league?</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-9" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-9-1">plot_total <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_freq_tot <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-9" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-9-2" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span>(dist <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;">"2p"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dunk"</span>))) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-9" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-9-3" class="code-annotation-target">  <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;">dist =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">fct_reorder2</span>(dist, year, freq)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-9-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(year, freq, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> dist, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">tooltip =</span> dist, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data_id =</span> dist)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-9-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_line_interactive</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linewidth =</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="annotated-cell-9-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_y_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">label_percent</span>()) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-9-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_color_solarized</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-9-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="annotated-cell-9-9">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">""</span>,</span>
<span id="annotated-cell-9-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Shot Frequency"</span>,</span>
<span id="annotated-cell-9-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;">"Distance (feet)"</span>,</span>
<span id="annotated-cell-9-12">    <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;">"Shot Frequency by Year and Distance from the Basket"</span>,</span>
<span id="annotated-cell-9-13">    <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;">"The 3-point revolution meets the mid-range exodus"</span>,</span>
<span id="annotated-cell-9-14">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data: basketball-reference.com. Analysis: Matan Hakim."</span></span>
<span id="annotated-cell-9-15">  )</span>
<span id="annotated-cell-9-16"></span>
<span id="annotated-cell-9-17"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">girafe</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ggobj =</span> plot_total)</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-9" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-9" data-code-lines="2" data-code-annotation="1">Remove aggregate categories to focus on specific distance ranges.</span>
</dd>
<dt data-target-cell="annotated-cell-9" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-9" data-code-lines="3" data-code-annotation="2">Reorder the legend based on the final year values for better readability.</span>
</dd>
</dl>
</div>
<div class="cell-output-display">
<div class="girafe html-widget html-fill-item" id="htmlwidget-412cf9c00d811e9ad981" style="width:100%;height:401px;"></div>
<script type="application/json" data-for="htmlwidget-412cf9c00d811e9ad981">{"x":{"html":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='ggiraph-svg' role='graphics-document' id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1' viewBox='0 0 432 266.98'>\n <defs id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_defs'>\n  <clipPath id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_c1'>\n   <rect x='0' y='0' width='432' height='266.98'/>\n  <\/clipPath>\n  <clipPath id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_c2'>\n   <rect x='40.96' y='38.85' width='292.08' height='183'/>\n  <\/clipPath>\n <\/defs>\n <g id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_rootg' class='ggiraph-svg-rootg'>\n  <g clip-path='url(#svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_c1)'>\n   <rect x='0' y='0' width='432' height='266.98' fill='#FFFFFF' fill-opacity='1' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' class='ggiraph-svg-bg'/>\n   <rect x='0' y='0' width='432' height='266.98' fill='#FFFFFF' fill-opacity='1' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='round'/>\n  <\/g>\n  <g clip-path='url(#svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_c2)'>\n   <rect x='40.96' y='38.85' width='292.08' height='183' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='40.96,212.62 333.05,212.62' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,168.05 333.05,168.05' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,123.48 333.05,123.48' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,78.90 333.05,78.90' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='123.08,221.85 123.08,38.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='221.43,221.85 221.43,38.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='319.77,221.85 319.77,38.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,190.34 333.05,190.34' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,145.76 333.05,145.76' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,101.19 333.05,101.19' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,56.61 333.05,56.61' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='73.91,221.85 73.91,38.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='172.25,221.85 172.25,38.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='270.60,221.85 270.60,38.85' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_e1' points='54.24,163.82 64.08,159.92 73.91,160.44 83.74,159.10 93.58,154.02 103.41,153.90 113.25,151.56 123.08,147.53 132.92,144.72 142.75,140.18 152.59,135.88 162.42,135.07 172.25,135.95 182.09,136.04 191.92,134.29 201.76,126.45 211.59,119.26 221.43,115.35 231.26,108.00 241.10,94.00 250.93,84.72 260.77,74.99 270.60,63.71 280.43,60.28 290.27,56.93 300.10,62.20 309.94,58.91 319.77,47.17' fill='none' stroke='#268BD2' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt' title='3p' data-id='3p'/>\n   <polyline id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_e2' points='54.24,107.29 64.08,116.35 73.91,120.74 83.74,113.40 93.58,107.16 103.41,107.38 113.25,102.50 123.08,99.45 132.92,97.09 142.75,95.02 152.59,97.71 162.42,94.78 172.25,92.10 182.09,112.07 191.92,107.18 201.76,104.32 211.59,107.31 221.43,105.80 231.26,104.18 241.10,105.65 250.93,109.74 260.77,104.66 270.60,109.34 280.43,121.58 290.27,128.28 300.10,125.91 309.94,127.51 319.77,134.08' fill='none' stroke='#DC322F' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt' title='0-3' data-id='0-3'/>\n   <polyline id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_e3' points='54.24,155.42 64.08,151.00 73.91,151.14 83.74,160.21 93.58,168.86 103.41,168.15 113.25,169.61 123.08,174.64 132.92,175.59 142.75,176.58 152.59,179.77 162.42,179.49 172.25,177.26 182.09,155.37 191.92,159.62 201.76,161.91 211.59,159.38 221.43,161.89 231.26,164.52 241.10,167.10 250.93,165.27 260.77,162.86 270.60,161.52 280.43,152.10 290.27,148.86 300.10,143.31 309.94,140.89 319.77,139.46' fill='none' stroke='#D33682' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt' title='3-10' data-id='3-10'/>\n   <polyline id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_e4' points='54.24,162.47 64.08,165.91 73.91,163.33 83.74,164.48 93.58,166.59 103.41,169.81 113.25,172.24 123.08,177.45 132.92,181.87 142.75,184.39 152.59,185.25 162.42,185.56 172.25,185.69 182.09,185.75 191.92,185.70 201.76,187.32 211.59,188.32 221.43,188.92 231.26,189.17 241.10,190.70 250.93,187.63 260.77,192.18 270.60,193.48 280.43,192.02 290.27,193.21 300.10,192.06 309.94,192.31 319.77,194.53' fill='none' stroke='#2AA198' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt' title='10-16' data-id='10-16'/>\n   <polyline id='svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_e5' points='54.24,139.84 64.08,135.65 73.91,133.13 83.74,131.64 93.58,132.18 103.41,129.59 113.25,132.90 123.08,129.77 132.92,129.51 142.75,132.63 152.59,130.22 162.42,133.92 172.25,137.84 182.09,139.56 191.92,142.03 201.76,148.83 211.59,154.58 221.43,156.85 231.26,162.87 241.10,171.41 250.93,181.54 260.77,194.12 270.60,200.77 280.43,202.86 290.27,203.56 300.10,206.63 309.94,209.20 319.77,213.53' fill='none' stroke='#859900' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt' title='16-3p' data-id='16-3p'/>\n  <\/g>\n  <g clip-path='url(#svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1_c1)'>\n   <text x='18.41' y='193.49' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>10%<\/text>\n   <text x='18.41' y='148.91' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>20%<\/text>\n   <text x='18.41' y='104.34' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>30%<\/text>\n   <text x='18.41' y='59.76' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>40%<\/text>\n   <polyline points='38.22,190.34 40.96,190.34' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,145.76 40.96,145.76' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,101.19 40.96,101.19' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,56.61 40.96,56.61' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='73.91,224.59 73.91,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='172.25,224.59 172.25,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='270.60,224.59 270.60,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='64.12' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2000<\/text>\n   <text x='162.46' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2010<\/text>\n   <text x='260.81' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2020<\/text>\n   <text transform='translate(13.36,169.19) rotate(-90.00)' font-size='8.25pt' font-family='Arial'>Shot Frequency<\/text>\n   <rect x='344.01' y='73.83' width='82.51' height='113.03' fill='#FFFFFF' fill-opacity='1' stroke='none'/>\n   <text x='349.49' y='88.35' font-size='8.25pt' font-family='Arial'>Distance (feet)<\/text>\n   <rect x='349.49' y='94.99' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='351.22' y1='103.63' x2='365.04' y2='103.63' stroke='#268BD2' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='349.49' y='112.27' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='351.22' y1='120.91' x2='365.04' y2='120.91' stroke='#DC322F' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='349.49' y='129.55' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='351.22' y1='138.19' x2='365.04' y2='138.19' stroke='#D33682' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='349.49' y='146.83' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='351.22' y1='155.47' x2='365.04' y2='155.47' stroke='#2AA198' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='349.49' y='164.11' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='351.22' y1='172.75' x2='365.04' y2='172.75' stroke='#859900' stroke-opacity='1' stroke-width='2.13' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='372.25' y='106.78' font-size='6.6pt' font-family='Arial'>3p<\/text>\n   <text x='372.25' y='124.06' font-size='6.6pt' font-family='Arial'>0-3<\/text>\n   <text x='372.25' y='141.34' font-size='6.6pt' font-family='Arial'>3-10<\/text>\n   <text x='372.25' y='158.62' font-size='6.6pt' font-family='Arial'>10-16<\/text>\n   <text x='372.25' y='175.9' font-size='6.6pt' font-family='Arial'>16-3p<\/text>\n   <text x='40.96' y='31.05' font-size='8.25pt' font-family='Arial'>The 3-point revolution meets the mid-range exodus<\/text>\n   <text x='40.96' y='14.93' font-size='9.9pt' font-family='Arial'>Shot Frequency by Year and Distance from the Basket<\/text>\n   <text x='114.39' y='259.65' font-size='6.6pt' font-family='Arial'>Data: basketball-reference.com. Analysis: Matan Hakim.<\/text>\n  <\/g>\n <\/g>\n<\/svg>","js":null,"uid":"svg_2b1cc5bf_c52f_4f46_ae08_e304fd4757e1","ratio":1.618122977346278,"settings":{"tooltip":{"css":".tooltip_SVGID_ { padding:5px;background:black;color:white;border-radius:2px;text-align:left; ; position:absolute;pointer-events:none;z-index:999;}","placement":"doc","opacity":0.9,"offx":10,"offy":10,"use_cursor_pos":true,"use_fill":false,"use_stroke":false,"delay_over":200,"delay_out":500},"hover":{"css":".hover_data_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_data_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_data_SVGID_ { fill:orange;stroke:black; }\nline.hover_data_SVGID_, polyline.hover_data_SVGID_ { fill:none;stroke:orange; }\nrect.hover_data_SVGID_, polygon.hover_data_SVGID_, path.hover_data_SVGID_ { fill:orange;stroke:none; }\nimage.hover_data_SVGID_ { stroke:orange; }","reactive":true,"nearest_distance":null},"hover_inv":{"css":""},"hover_key":{"css":".hover_key_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_key_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_key_SVGID_ { fill:orange;stroke:black; }\nline.hover_key_SVGID_, polyline.hover_key_SVGID_ { fill:none;stroke:orange; }\nrect.hover_key_SVGID_, polygon.hover_key_SVGID_, path.hover_key_SVGID_ { fill:orange;stroke:none; }\nimage.hover_key_SVGID_ { stroke:orange; }","reactive":true},"hover_theme":{"css":".hover_theme_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_theme_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_theme_SVGID_ { fill:orange;stroke:black; }\nline.hover_theme_SVGID_, polyline.hover_theme_SVGID_ { fill:none;stroke:orange; }\nrect.hover_theme_SVGID_, polygon.hover_theme_SVGID_, path.hover_theme_SVGID_ { fill:orange;stroke:none; }\nimage.hover_theme_SVGID_ { stroke:orange; }","reactive":true},"select":{"css":".select_data_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_data_SVGID_ { stroke:none;fill:red; }\ncircle.select_data_SVGID_ { fill:red;stroke:black; }\nline.select_data_SVGID_, polyline.select_data_SVGID_ { fill:none;stroke:red; }\nrect.select_data_SVGID_, polygon.select_data_SVGID_, path.select_data_SVGID_ { fill:red;stroke:none; }\nimage.select_data_SVGID_ { stroke:red; }","type":"multiple","only_shiny":true,"selected":[]},"select_inv":{"css":""},"select_key":{"css":".select_key_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_key_SVGID_ { stroke:none;fill:red; }\ncircle.select_key_SVGID_ { fill:red;stroke:black; }\nline.select_key_SVGID_, polyline.select_key_SVGID_ { fill:none;stroke:red; }\nrect.select_key_SVGID_, polygon.select_key_SVGID_, path.select_key_SVGID_ { fill:red;stroke:none; }\nimage.select_key_SVGID_ { stroke:red; }","type":"single","only_shiny":true,"selected":[]},"select_theme":{"css":".select_theme_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_theme_SVGID_ { stroke:none;fill:red; }\ncircle.select_theme_SVGID_ { fill:red;stroke:black; }\nline.select_theme_SVGID_, polyline.select_theme_SVGID_ { fill:none;stroke:red; }\nrect.select_theme_SVGID_, polygon.select_theme_SVGID_, path.select_theme_SVGID_ { fill:red;stroke:none; }\nimage.select_theme_SVGID_ { stroke:red; }","type":"single","only_shiny":true,"selected":[]},"zoom":{"min":1,"max":1,"duration":300},"toolbar":{"position":"topright","pngname":"diagram","tooltips":null,"fixed":false,"hidden":[],"delay_over":200,"delay_out":500},"sizing":{"rescale":true,"width":1}}},"evals":[],"jsHooks":[]}</script>
</div>
</div>
</section>
<section id="position-specific-trends" class="level2">
<h2 class="anchored" data-anchor-id="position-specific-trends">Position-specific trends</h2>
<p>Now let’s see how different positions have adapted to these league-wide changes. This is where things get really interesting!</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-10" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-10-1">plot_position <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_freq <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-10-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span>(dist <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;">"2p"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dunk"</span>))) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-10-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(year, freq, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> pos, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">tooltip =</span> pos, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data_id =</span> pos)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-10-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_line_interactive</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.7</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-10" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-10-5" class="code-annotation-target">  <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> dist, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">scales =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"free_y"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-10-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_y_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">label_percent</span>()) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-10-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_color_solarized</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="annotated-cell-10-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="annotated-cell-10-9">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">""</span>,</span>
<span id="annotated-cell-10-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Shot Frequency"</span>,</span>
<span id="annotated-cell-10-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;">"Position"</span>,</span>
<span id="annotated-cell-10-12">    <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;">"Shot Frequency by Year, Position and Distance from the Basket"</span>,</span>
<span id="annotated-cell-10-13">    <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;">"How the 3-point revolution affected different positions"</span>,</span>
<span id="annotated-cell-10-14">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data: basketball-reference.com. Analysis: Matan Hakim."</span></span>
<span id="annotated-cell-10-15">  )</span>
<span id="annotated-cell-10-16"></span>
<span id="annotated-cell-10-17"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">girafe</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ggobj =</span> plot_position)</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-10" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-10" data-code-lines="5" data-code-annotation="1">Use free y-scales to better show the trends within each distance range.</span>
</dd>
</dl>
</div>
<div class="cell-output-display">
<div class="girafe html-widget html-fill-item" id="htmlwidget-ce98ff0e8470886e737f" style="width:100%;height:401px;"></div>
<script type="application/json" data-for="htmlwidget-ce98ff0e8470886e737f">{"x":{"html":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='ggiraph-svg' role='graphics-document' id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650' viewBox='0 0 432 266.98'>\n <defs id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_defs'>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c1'>\n   <rect x='0' y='0' width='432' height='266.98'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c2'>\n   <rect x='40.96' y='55.77' width='87.03' height='71.84'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c3'>\n   <rect x='40.96' y='150.01' width='87.03' height='71.84'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c4'>\n   <rect x='163.37' y='55.77' width='87.03' height='71.84'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c5'>\n   <rect x='163.37' y='150.01' width='87.03' height='71.84'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c6'>\n   <rect x='278.43' y='55.77' width='87.03' height='71.84'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c7'>\n   <rect x='278.43' y='150.01' width='87.03' height='71.84'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c8'>\n   <rect x='40.96' y='133.09' width='87.03' height='16.92'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c9'>\n   <rect x='163.37' y='133.09' width='87.03' height='16.92'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c10'>\n   <rect x='278.43' y='133.09' width='87.03' height='16.92'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c11'>\n   <rect x='40.96' y='38.85' width='87.03' height='16.92'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c12'>\n   <rect x='163.37' y='38.85' width='87.03' height='16.92'/>\n  <\/clipPath>\n  <clipPath id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c13'>\n   <rect x='278.43' y='38.85' width='87.03' height='16.92'/>\n  <\/clipPath>\n <\/defs>\n <g id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_rootg' class='ggiraph-svg-rootg'>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c1)'>\n   <rect x='0' y='0' width='432' height='266.98' fill='#FFFFFF' fill-opacity='1' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' class='ggiraph-svg-bg'/>\n   <rect x='0' y='0' width='432' height='266.98' fill='#FFFFFF' fill-opacity='1' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='round'/>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c2)'>\n   <rect x='40.96' y='55.77' width='87.03' height='71.84' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='40.96,126.82 128.00,126.82' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,105.74 128.00,105.74' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,84.66 128.00,84.66' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,63.58 128.00,63.58' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='65.43,127.61 65.43,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='94.74,127.61 94.74,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='124.04,127.61 124.04,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,116.28 128.00,116.28' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,95.20 128.00,95.20' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,74.12 128.00,74.12' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='50.78,127.61 50.78,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='80.08,127.61 80.08,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='109.39,127.61 109.39,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e1' points='44.92,80.09 47.85,86.29 50.78,86.22 53.71,74.41 56.64,67.83 59.57,69.07 62.50,66.76 65.43,59.04 68.36,61.42 71.29,61.79 74.22,66.96 77.15,60.08 80.08,65.90 83.02,72.28 85.95,67.99 88.88,67.06 91.81,66.67 94.74,64.91 97.67,64.90 100.60,64.47 103.53,65.05 106.46,59.22 109.39,66.57 112.32,67.96 115.25,72.52 118.18,69.67 121.11,71.70 124.04,79.21' fill='none' stroke='#268BD2' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='C' data-id='C'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e2' points='44.92,86.51 47.85,92.77 50.78,97.36 53.71,92.19 56.64,89.26 59.57,91.65 62.50,84.15 65.43,89.76 68.36,89.16 71.29,87.73 74.22,83.53 77.15,85.93 80.08,79.18 83.02,90.86 85.95,87.06 88.88,86.04 91.81,88.91 94.74,89.42 97.67,88.36 100.60,95.00 103.53,96.87 106.46,94.97 109.39,96.51 112.32,101.42 115.25,102.83 118.18,101.09 121.11,102.78 124.04,106.34' fill='none' stroke='#DC322F' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PF' data-id='PF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e3' points='44.92,100.83 47.85,105.79 50.78,105.74 53.71,104.85 56.64,101.76 59.57,102.83 62.50,101.12 65.43,99.27 68.36,93.96 71.29,95.50 74.22,98.51 77.15,98.95 80.08,96.58 83.02,107.67 85.95,104.85 88.88,105.64 91.81,105.10 94.74,105.63 97.67,105.11 100.60,101.35 103.53,106.57 106.46,100.71 109.39,104.99 112.32,111.03 115.25,108.83 118.18,113.83 121.11,111.95 124.04,111.94' fill='none' stroke='#D33682' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SF' data-id='SF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e4' points='44.92,113.42 47.85,113.48 50.78,113.86 53.71,112.57 56.64,111.16 59.57,109.13 62.50,110.06 65.43,104.95 68.36,103.89 71.29,102.49 74.22,105.84 77.15,107.56 80.08,103.52 83.02,114.58 85.95,112.63 88.88,111.86 91.81,112.95 94.74,111.70 97.67,113.43 100.60,114.13 103.53,115.27 106.46,112.96 109.39,114.53 112.32,117.07 115.25,123.26 118.18,117.90 121.11,119.02 124.04,120.95' fill='none' stroke='#2AA198' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SG' data-id='SG'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e5' points='44.92,105.23 47.85,110.22 50.78,114.97 53.71,112.93 56.64,109.93 59.57,109.37 62.50,107.95 65.43,107.43 68.36,105.07 71.29,105.53 74.22,105.86 77.15,100.86 80.08,102.42 83.02,107.62 85.95,107.16 88.88,106.14 91.81,107.53 94.74,105.90 97.67,102.30 100.60,104.59 103.53,105.33 106.46,105.43 109.39,104.87 112.32,114.84 115.25,120.70 118.18,121.67 121.11,122.47 124.04,124.35' fill='none' stroke='#859900' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PG' data-id='PG'/>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c3)'>\n   <rect x='40.96' y='150.01' width='87.03' height='71.84' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='40.96,220.86 128.00,220.86' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,207.45 128.00,207.45' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,194.03 128.00,194.03' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,180.62 128.00,180.62' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,167.21 128.00,167.21' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,153.80 128.00,153.80' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='65.43,221.85 65.43,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='94.74,221.85 94.74,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='124.04,221.85 124.04,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,214.15 128.00,214.15' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,200.74 128.00,200.74' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,187.33 128.00,187.33' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,173.92 128.00,173.92' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='40.96,160.51 128.00,160.51' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='50.78,221.85 50.78,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='80.08,221.85 80.08,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='109.39,221.85 109.39,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e6' points='44.92,159.50 47.85,153.27 50.78,155.10 53.71,167.72 56.64,178.48 59.57,175.06 62.50,180.18 65.43,182.16 68.36,177.74 71.29,176.20 74.22,180.37 77.15,182.89 80.08,180.08 83.02,163.30 85.95,166.85 88.88,172.35 91.81,170.26 94.74,171.32 97.67,173.39 100.60,176.34 103.53,179.43 106.46,178.42 109.39,183.62 112.32,171.89 115.25,172.95 118.18,167.41 121.11,164.05 124.04,161.54' fill='none' stroke='#268BD2' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='C' data-id='C'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e7' points='44.92,175.82 47.85,175.07 50.78,174.82 53.71,181.84 56.64,184.90 59.57,185.04 62.50,185.60 65.43,190.74 68.36,194.52 71.29,197.18 74.22,200.40 77.15,201.10 80.08,198.62 83.02,183.87 85.95,187.34 88.88,187.28 91.81,185.24 94.74,189.16 97.67,193.01 100.60,194.92 103.53,197.16 106.46,194.02 109.39,196.74 112.32,190.75 115.25,186.08 118.18,183.36 121.11,180.29 124.04,184.35' fill='none' stroke='#DC322F' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PF' data-id='PF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e8' points='44.92,200.06 47.85,195.28 50.78,196.33 53.71,199.72 56.64,206.12 59.57,205.31 62.50,209.14 65.43,211.93 68.36,212.36 71.29,212.58 74.22,216.81 77.15,215.70 80.08,215.89 83.02,203.43 85.95,206.99 88.88,208.95 91.81,205.67 94.74,206.09 97.67,208.27 100.60,209.53 103.53,205.04 106.46,204.93 109.39,202.43 112.32,198.18 115.25,194.28 118.18,195.12 121.11,193.41 124.04,185.85' fill='none' stroke='#D33682' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SF' data-id='SF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e9' points='44.92,211.55 47.85,210.93 50.78,208.77 53.71,212.69 56.64,213.64 59.57,215.72 62.50,213.46 65.43,215.40 68.36,214.17 71.29,218.36 74.22,217.86 77.15,218.58 80.08,216.48 83.02,205.98 85.95,207.19 88.88,208.27 91.81,208.14 94.74,209.27 97.67,209.31 100.60,210.51 103.53,208.01 106.46,206.44 109.39,202.41 112.32,199.19 115.25,199.14 118.18,193.53 121.11,192.10 124.04,193.83' fill='none' stroke='#2AA198' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SG' data-id='SG'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e10' points='44.92,211.17 47.85,210.37 50.78,209.34 53.71,209.79 56.64,214.74 59.57,214.14 62.50,214.06 65.43,215.75 68.36,217.33 71.29,216.25 74.22,216.95 77.15,214.00 80.08,213.91 83.02,200.13 85.95,200.55 88.88,203.18 91.81,201.36 94.74,202.45 97.67,202.55 100.60,204.80 103.53,202.10 106.46,199.76 109.39,196.53 112.32,190.52 115.25,188.16 118.18,184.04 121.11,186.15 124.04,184.24' fill='none' stroke='#859900' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PG' data-id='PG'/>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c4)'>\n   <rect x='163.37' y='55.77' width='87.03' height='71.84' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='163.37,117.47 250.40,117.47' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,103.27 250.40,103.27' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,89.07 250.40,89.07' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,74.88 250.40,74.88' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,60.68 250.40,60.68' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='187.84,127.61 187.84,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='217.14,127.61 217.14,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='246.45,127.61 246.45,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,124.57 250.40,124.57' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,110.37 250.40,110.37' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,96.17 250.40,96.17' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,81.98 250.40,81.98' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,67.78 250.40,67.78' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='173.19,127.61 173.19,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='202.49,127.61 202.49,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='231.79,127.61 231.79,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e11' points='167.33,62.43 170.26,62.80 173.19,65.39 176.12,68.53 179.05,71.52 181.98,72.32 184.91,72.50 187.84,85.90 190.77,88.23 193.70,94.87 196.63,91.27 199.56,95.11 202.49,92.62 205.42,96.66 208.35,92.22 211.28,94.85 214.21,102.42 217.14,102.50 220.07,108.35 223.00,116.72 225.93,109.46 228.86,117.91 231.79,123.42 234.72,117.31 237.65,122.12 240.59,120.69 243.52,119.64 246.45,121.38' fill='none' stroke='#268BD2' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='C' data-id='C'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e12' points='167.33,59.04 170.26,64.71 173.19,62.79 176.12,69.40 179.05,69.02 181.98,76.32 184.91,76.12 187.84,75.41 190.77,85.90 193.70,91.42 196.63,96.92 199.56,95.89 202.49,95.04 205.42,93.82 208.35,95.31 211.28,98.20 214.21,96.92 217.14,103.93 220.07,111.00 223.00,108.99 225.93,109.32 228.86,124.35 231.79,119.02 234.72,114.19 237.65,111.82 240.59,117.58 243.52,116.30 246.45,119.06' fill='none' stroke='#DC322F' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PF' data-id='PF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e13' points='167.33,78.02 170.26,80.45 173.19,74.99 176.12,74.73 179.05,76.36 181.98,82.15 184.91,90.71 187.84,99.26 190.77,109.09 193.70,110.23 196.63,110.05 199.56,108.39 202.49,114.19 205.42,112.33 208.35,109.36 211.28,115.01 214.21,116.86 217.14,116.74 220.07,111.65 223.00,111.24 225.93,106.63 228.86,114.75 231.79,116.21 234.72,116.93 237.65,122.39 240.59,120.24 243.52,120.00 246.45,120.37' fill='none' stroke='#D33682' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SF' data-id='SF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e14' points='167.33,82.19 170.26,92.07 173.19,84.09 176.12,86.72 179.05,90.12 181.98,92.63 184.91,95.57 187.84,102.48 190.77,103.26 193.70,109.08 196.63,109.22 199.56,110.23 202.49,111.89 205.42,111.14 208.35,110.15 211.28,111.98 214.21,108.91 217.14,112.03 220.07,107.93 223.00,112.98 225.93,109.68 228.86,110.82 231.79,114.88 234.72,114.85 237.65,116.09 240.59,110.86 243.52,115.32 246.45,117.28' fill='none' stroke='#2AA198' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SG' data-id='SG'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e15' points='167.33,89.70 170.26,93.42 173.19,90.64 176.12,85.53 179.05,89.96 181.98,93.72 184.91,97.64 187.84,103.85 190.77,107.93 193.70,105.18 196.63,108.57 199.56,108.93 202.49,105.53 205.42,105.12 208.35,111.29 211.28,110.42 214.21,113.01 217.14,107.37 220.07,106.09 223.00,105.11 225.93,99.45 228.86,100.62 231.79,101.43 234.72,101.93 237.65,100.37 240.59,95.61 243.52,94.76 246.45,102.48' fill='none' stroke='#859900' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PG' data-id='PG'/>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c5)'>\n   <rect x='163.37' y='150.01' width='87.03' height='71.84' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='163.37,213.42 250.40,213.42' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,200.20 250.40,200.20' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,186.97 250.40,186.97' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,173.75 250.40,173.75' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,160.53 250.40,160.53' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='187.84,221.85 187.84,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='217.14,221.85 217.14,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='246.45,221.85 246.45,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,220.03 250.40,220.03' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,206.81 250.40,206.81' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,193.58 250.40,193.58' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,180.36 250.40,180.36' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,167.14 250.40,167.14' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='163.37,153.92 250.40,153.92' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='173.19,221.85 173.19,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='202.49,221.85 202.49,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='231.79,221.85 231.79,150.01' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e16' points='167.33,217.79 170.26,218.58 173.19,218.37 176.12,218.34 179.05,215.97 181.98,217.85 184.91,217.30 187.84,217.29 190.77,218.52 193.70,216.10 196.63,214.18 199.56,215.49 202.49,214.15 205.42,217.67 208.35,217.50 211.28,218.05 214.21,214.23 217.14,215.84 220.07,212.72 223.00,204.80 225.93,202.58 228.86,201.81 231.79,190.80 234.72,196.99 237.65,192.87 240.59,196.10 243.52,196.32 246.45,191.15' fill='none' stroke='#268BD2' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='C' data-id='C'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e17' points='167.33,212.63 170.26,212.96 173.19,208.59 176.12,207.25 179.05,207.82 181.98,204.97 184.91,208.07 187.84,205.51 190.77,201.46 193.70,201.55 196.63,201.06 199.56,199.60 202.49,203.75 205.42,205.19 208.35,205.60 211.28,203.08 214.21,200.59 217.14,196.22 220.07,189.81 223.00,181.42 225.93,175.03 228.86,169.14 231.79,168.68 234.72,169.50 237.65,172.26 240.59,171.38 243.52,171.62 246.45,165.26' fill='none' stroke='#DC322F' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PF' data-id='PF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e18' points='167.33,195.69 170.26,194.28 173.19,195.98 176.12,195.10 179.05,193.29 181.98,191.74 184.91,189.53 187.84,189.50 190.77,189.48 193.70,185.30 196.63,184.37 199.56,182.80 202.49,180.23 205.42,179.33 208.35,178.75 211.28,172.49 214.21,172.80 217.14,169.75 220.07,169.50 223.00,171.39 225.93,167.76 228.86,165.31 231.79,162.30 234.72,159.27 237.65,160.75 240.59,158.64 243.52,158.84 246.45,161.48' fill='none' stroke='#D33682' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SF' data-id='SF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e19' points='167.33,185.33 170.26,182.22 173.19,184.99 176.12,186.59 179.05,184.84 181.98,186.64 184.91,184.93 187.84,183.19 190.77,183.30 193.70,181.95 196.63,178.43 199.56,177.21 202.49,178.93 205.42,176.43 208.35,176.33 211.28,173.87 214.21,172.04 217.14,170.48 220.07,169.64 223.00,163.86 225.93,162.37 228.86,161.56 231.79,157.65 234.72,156.85 237.65,153.46 240.59,159.45 243.52,156.93 246.45,153.27' fill='none' stroke='#2AA198' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SG' data-id='SG'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e20' points='167.33,187.68 170.26,184.89 173.19,186.28 176.12,186.53 179.05,185.43 181.98,185.64 184.91,182.93 187.84,182.64 190.77,183.47 193.70,181.91 196.63,182.00 199.56,183.34 202.49,182.47 205.42,183.76 208.35,181.79 211.28,177.96 214.21,176.69 217.14,178.02 220.07,178.05 223.00,175.09 225.93,174.63 228.86,170.85 231.79,171.15 234.72,166.71 237.65,165.15 240.59,166.30 243.52,163.73 246.45,159.91' fill='none' stroke='#859900' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PG' data-id='PG'/>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c6)'>\n   <rect x='278.43' y='55.77' width='87.03' height='71.84' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <polyline points='278.43,119.11 365.46,119.11' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='278.43,93.88 365.46,93.88' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='278.43,68.66 365.46,68.66' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='302.90,127.61 302.90,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='332.20,127.61 332.20,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='361.51,127.61 361.51,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='0.53' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='278.43,106.50 365.46,106.50' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='278.43,81.27 365.46,81.27' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='278.43,56.04 365.46,56.04' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='288.25,127.61 288.25,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='317.55,127.61 317.55,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='346.86,127.61 346.86,55.77' fill='none' stroke='#FFFFFF' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e21' points='282.39,100.64 285.32,97.43 288.25,95.00 291.18,95.97 294.11,96.92 297.04,94.69 299.97,93.59 302.90,95.02 305.83,92.94 308.76,95.62 311.69,90.80 314.62,92.48 317.55,91.78 320.48,91.43 323.41,95.52 326.34,89.25 329.27,95.66 332.20,93.63 335.13,95.08 338.06,104.27 340.99,108.07 343.93,113.65 346.86,118.53 349.79,118.86 352.72,119.66 355.65,122.21 358.58,121.97 361.51,124.35' fill='none' stroke='#268BD2' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='C' data-id='C'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e22' points='282.39,88.99 285.32,79.07 288.25,82.95 291.18,82.14 294.11,81.82 297.04,81.05 299.97,83.67 302.90,77.39 305.83,77.55 308.76,74.17 311.69,74.64 314.62,74.35 317.55,77.26 320.48,74.91 323.41,74.77 326.34,79.58 329.27,83.39 332.20,84.29 335.13,90.96 338.06,98.16 340.99,105.94 343.93,115.64 346.86,114.56 349.79,114.87 352.72,114.46 355.65,117.82 358.58,118.13 361.51,120.91' fill='none' stroke='#DC322F' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PF' data-id='PF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e23' points='282.39,72.89 285.32,73.10 288.25,71.32 291.18,71.01 294.11,71.41 297.04,71.30 299.97,70.13 302.90,65.99 305.83,67.59 308.76,72.98 311.69,67.30 314.62,71.56 317.55,76.47 320.48,77.51 323.41,79.96 326.34,86.65 329.27,88.96 332.20,93.75 335.13,95.00 338.06,95.06 340.99,101.95 343.93,110.09 346.86,112.39 349.79,114.69 352.72,116.82 355.65,114.78 358.58,117.48 361.51,119.43' fill='none' stroke='#D33682' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SF' data-id='SF'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e24' points='282.39,64.97 285.32,67.01 288.25,66.82 291.18,60.49 294.11,63.13 297.04,59.04 299.97,61.99 302.90,66.56 305.83,68.36 308.76,66.13 311.69,69.23 314.62,68.39 317.55,71.19 320.48,72.90 323.41,74.75 326.34,78.54 329.27,82.19 332.20,84.24 335.13,85.46 338.06,92.36 340.99,97.72 343.93,102.95 346.86,110.50 349.79,112.03 352.72,111.39 355.65,113.71 358.58,116.01 361.51,118.14' fill='none' stroke='#2AA198' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='SG' data-id='SG'/>\n   <polyline id='svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_e25' points='282.39,67.34 285.32,65.72 288.25,59.59 291.18,63.41 294.11,62.48 297.04,61.67 299.97,66.86 302.90,63.66 305.83,61.64 308.76,66.28 311.69,63.58 314.62,69.59 317.55,71.02 320.48,75.43 323.41,76.63 326.34,83.06 329.27,84.41 332.20,85.24 335.13,89.98 338.06,91.22 340.99,96.32 343.93,105.06 346.86,107.84 349.79,109.80 352.72,109.96 355.65,111.95 358.58,113.62 361.51,117.02' fill='none' stroke='#859900' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt' title='PG' data-id='PG'/>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c8)'>\n   <rect x='40.96' y='133.09' width='87.03' height='16.92' fill='#D9D9D9' fill-opacity='1' stroke='none'/>\n   <text x='75.67' y='144.7' font-size='6.6pt' font-family='Arial' fill='#1A1A1A' fill-opacity='1'>3-10<\/text>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c9)'>\n   <rect x='163.37' y='133.09' width='87.03' height='16.92' fill='#D9D9D9' fill-opacity='1' stroke='none'/>\n   <text x='201.99' y='144.7' font-size='6.6pt' font-family='Arial' fill='#1A1A1A' fill-opacity='1'>3p<\/text>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c11)'>\n   <rect x='40.96' y='38.85' width='87.03' height='16.92' fill='#D9D9D9' fill-opacity='1' stroke='none'/>\n   <text x='78.12' y='50.46' font-size='6.6pt' font-family='Arial' fill='#1A1A1A' fill-opacity='1'>0-3<\/text>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c12)'>\n   <rect x='163.37' y='38.85' width='87.03' height='16.92' fill='#D9D9D9' fill-opacity='1' stroke='none'/>\n   <text x='195.63' y='50.46' font-size='6.6pt' font-family='Arial' fill='#1A1A1A' fill-opacity='1'>10-16<\/text>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c13)'>\n   <rect x='278.43' y='38.85' width='87.03' height='16.92' fill='#D9D9D9' fill-opacity='1' stroke='none'/>\n   <text x='310.69' y='50.46' font-size='6.6pt' font-family='Arial' fill='#1A1A1A' fill-opacity='1'>16-3p<\/text>\n  <\/g>\n  <g clip-path='url(#svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650_c1)'>\n   <polyline points='50.78,224.59 50.78,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='80.08,224.59 80.08,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='109.39,224.59 109.39,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='40.99' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2000<\/text>\n   <text x='70.29' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2010<\/text>\n   <text x='99.6' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2020<\/text>\n   <polyline points='173.19,224.59 173.19,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='202.49,224.59 202.49,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='231.79,224.59 231.79,221.85' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='163.39' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2000<\/text>\n   <text x='192.7' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2010<\/text>\n   <text x='222' y='233.08' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2020<\/text>\n   <polyline points='288.25,130.35 288.25,127.61' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='317.55,130.35 317.55,127.61' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='346.86,130.35 346.86,127.61' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='278.46' y='138.84' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2000<\/text>\n   <text x='307.76' y='138.84' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2010<\/text>\n   <text x='337.06' y='138.84' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>2020<\/text>\n   <text x='255.88' y='109.65' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>10%<\/text>\n   <text x='255.88' y='84.42' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>20%<\/text>\n   <text x='255.88' y='59.19' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>30%<\/text>\n   <polyline points='275.69,106.50 278.43,106.50' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='275.69,81.27 278.43,81.27' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='275.69,56.04 278.43,56.04' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='138.37' y='127.72' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>7.5%<\/text>\n   <text x='133.48' y='113.52' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>10.0%<\/text>\n   <text x='133.48' y='99.32' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>12.5%<\/text>\n   <text x='133.48' y='85.13' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>15.0%<\/text>\n   <text x='133.48' y='70.93' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>17.5%<\/text>\n   <polyline points='160.63,124.57 163.37,124.57' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,110.37 163.37,110.37' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,96.17 163.37,96.17' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,81.98 163.37,81.98' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,67.78 163.37,67.78' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='145.72' y='223.18' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>0%<\/text>\n   <text x='140.82' y='209.96' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>10%<\/text>\n   <text x='140.82' y='196.73' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>20%<\/text>\n   <text x='140.82' y='183.51' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>30%<\/text>\n   <text x='140.82' y='170.29' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>40%<\/text>\n   <text x='140.82' y='157.07' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>50%<\/text>\n   <polyline points='160.63,220.03 163.37,220.03' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,206.81 163.37,206.81' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,193.58 163.37,193.58' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,180.36 163.37,180.36' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,167.14 163.37,167.14' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='160.63,153.92 163.37,153.92' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='18.41' y='119.43' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>20%<\/text>\n   <text x='18.41' y='98.35' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>30%<\/text>\n   <text x='18.41' y='77.27' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>40%<\/text>\n   <polyline points='38.22,116.28 40.96,116.28' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,95.20 40.96,95.20' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,74.12 40.96,74.12' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='18.41' y='217.3' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>10%<\/text>\n   <text x='18.41' y='203.89' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>15%<\/text>\n   <text x='18.41' y='190.48' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>20%<\/text>\n   <text x='18.41' y='177.07' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>25%<\/text>\n   <text x='18.41' y='163.66' font-size='6.6pt' font-family='Arial' fill='#4D4D4D' fill-opacity='1'>30%<\/text>\n   <polyline points='38.22,214.15 40.96,214.15' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,200.74 40.96,200.74' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,187.33 40.96,187.33' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,173.92 40.96,173.92' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <polyline points='38.22,160.51 40.96,160.51' fill='none' stroke='#333333' stroke-opacity='1' stroke-width='1.07' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text transform='translate(13.36,177.65) rotate(-90.00)' font-size='8.25pt' font-family='Arial'>Shot Frequency<\/text>\n   <rect x='376.42' y='82.29' width='50.1' height='113.03' fill='#FFFFFF' fill-opacity='1' stroke='none'/>\n   <text x='381.9' y='96.81' font-size='8.25pt' font-family='Arial'>Position<\/text>\n   <rect x='381.9' y='103.45' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='383.63' y1='112.09' x2='397.45' y2='112.09' stroke='#268BD2' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='381.9' y='120.73' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='383.63' y1='129.37' x2='397.45' y2='129.37' stroke='#DC322F' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='381.9' y='138.01' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='383.63' y1='146.65' x2='397.45' y2='146.65' stroke='#D33682' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='381.9' y='155.29' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='383.63' y1='163.93' x2='397.45' y2='163.93' stroke='#2AA198' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt'/>\n   <rect x='381.9' y='172.57' width='17.28' height='17.28' fill='#EBEBEB' fill-opacity='1' stroke='none'/>\n   <line x1='383.63' y1='181.21' x2='397.45' y2='181.21' stroke='#859900' stroke-opacity='1' stroke-width='1.49' stroke-linejoin='round' stroke-linecap='butt'/>\n   <text x='404.66' y='115.24' font-size='6.6pt' font-family='Arial'>C<\/text>\n   <text x='404.66' y='132.52' font-size='6.6pt' font-family='Arial'>PF<\/text>\n   <text x='404.66' y='149.8' font-size='6.6pt' font-family='Arial'>SF<\/text>\n   <text x='404.66' y='167.08' font-size='6.6pt' font-family='Arial'>SG<\/text>\n   <text x='404.66' y='184.36' font-size='6.6pt' font-family='Arial'>PG<\/text>\n   <text x='40.96' y='31.05' font-size='8.25pt' font-family='Arial'>How the 3-point revolution affected different positions<\/text>\n   <text x='40.96' y='14.93' font-size='9.9pt' font-family='Arial'>Shot Frequency by Year, Position and Distance from the Basket<\/text>\n   <text x='146.8' y='259.65' font-size='6.6pt' font-family='Arial'>Data: basketball-reference.com. Analysis: Matan Hakim.<\/text>\n  <\/g>\n <\/g>\n<\/svg>","js":null,"uid":"svg_f9861bcf_dca0_4056_93e8_b6c67f9c9650","ratio":1.618122977346278,"settings":{"tooltip":{"css":".tooltip_SVGID_ { padding:5px;background:black;color:white;border-radius:2px;text-align:left; ; position:absolute;pointer-events:none;z-index:999;}","placement":"doc","opacity":0.9,"offx":10,"offy":10,"use_cursor_pos":true,"use_fill":false,"use_stroke":false,"delay_over":200,"delay_out":500},"hover":{"css":".hover_data_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_data_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_data_SVGID_ { fill:orange;stroke:black; }\nline.hover_data_SVGID_, polyline.hover_data_SVGID_ { fill:none;stroke:orange; }\nrect.hover_data_SVGID_, polygon.hover_data_SVGID_, path.hover_data_SVGID_ { fill:orange;stroke:none; }\nimage.hover_data_SVGID_ { stroke:orange; }","reactive":true,"nearest_distance":null},"hover_inv":{"css":""},"hover_key":{"css":".hover_key_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_key_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_key_SVGID_ { fill:orange;stroke:black; }\nline.hover_key_SVGID_, polyline.hover_key_SVGID_ { fill:none;stroke:orange; }\nrect.hover_key_SVGID_, polygon.hover_key_SVGID_, path.hover_key_SVGID_ { fill:orange;stroke:none; }\nimage.hover_key_SVGID_ { stroke:orange; }","reactive":true},"hover_theme":{"css":".hover_theme_SVGID_ { fill:orange;stroke:black;cursor:pointer; }\ntext.hover_theme_SVGID_ { stroke:none;fill:orange; }\ncircle.hover_theme_SVGID_ { fill:orange;stroke:black; }\nline.hover_theme_SVGID_, polyline.hover_theme_SVGID_ { fill:none;stroke:orange; }\nrect.hover_theme_SVGID_, polygon.hover_theme_SVGID_, path.hover_theme_SVGID_ { fill:orange;stroke:none; }\nimage.hover_theme_SVGID_ { stroke:orange; }","reactive":true},"select":{"css":".select_data_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_data_SVGID_ { stroke:none;fill:red; }\ncircle.select_data_SVGID_ { fill:red;stroke:black; }\nline.select_data_SVGID_, polyline.select_data_SVGID_ { fill:none;stroke:red; }\nrect.select_data_SVGID_, polygon.select_data_SVGID_, path.select_data_SVGID_ { fill:red;stroke:none; }\nimage.select_data_SVGID_ { stroke:red; }","type":"multiple","only_shiny":true,"selected":[]},"select_inv":{"css":""},"select_key":{"css":".select_key_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_key_SVGID_ { stroke:none;fill:red; }\ncircle.select_key_SVGID_ { fill:red;stroke:black; }\nline.select_key_SVGID_, polyline.select_key_SVGID_ { fill:none;stroke:red; }\nrect.select_key_SVGID_, polygon.select_key_SVGID_, path.select_key_SVGID_ { fill:red;stroke:none; }\nimage.select_key_SVGID_ { stroke:red; }","type":"single","only_shiny":true,"selected":[]},"select_theme":{"css":".select_theme_SVGID_ { fill:red;stroke:black;cursor:pointer; }\ntext.select_theme_SVGID_ { stroke:none;fill:red; }\ncircle.select_theme_SVGID_ { fill:red;stroke:black; }\nline.select_theme_SVGID_, polyline.select_theme_SVGID_ { fill:none;stroke:red; }\nrect.select_theme_SVGID_, polygon.select_theme_SVGID_, path.select_theme_SVGID_ { fill:red;stroke:none; }\nimage.select_theme_SVGID_ { stroke:red; }","type":"single","only_shiny":true,"selected":[]},"zoom":{"min":1,"max":1,"duration":300},"toolbar":{"position":"topright","pngname":"diagram","tooltips":null,"fixed":false,"hidden":[],"delay_over":200,"delay_out":500},"sizing":{"rescale":true,"width":1}}},"evals":[],"jsHooks":[]}</script>
</div>
</div>
</section>
</section>
<section id="analysis" class="level1">
<h1>Analysis</h1>
<section id="the-death-of-the-mid-range-shot" class="level2">
<h2 class="anchored" data-anchor-id="the-death-of-the-mid-range-shot">The Death of the Mid-Range Shot</h2>
<p>Looking at our league-wide visualization, we can see the famous “3-point revolution” in action, but the real story is more nuanced than the typical narrative suggests. Yes, 3-pointers have exploded from around 16% in 1998 to over 42% in 2025. But the most dramatic change is actually the systematic elimination of mid-range shots, particularly in the 16-foot to 3-point line range, which has plummeted from around 24% to just 5% over the same period.</p>
<p>This makes perfect basketball sense. A 20-foot jump shot is worth the same 2 points as a layup, but it’s much harder to make. Meanwhile, step back just a few feet and that same shot becomes worth 3 points. The math is brutal for mid-range shots.</p>
<p>Interestingly enough, the 3-10 foot shot is alive and well, even showing an increase in recent years from about 15% to 21%. This reflects the uptick in “floater” type shots, tear-drops, push-shots, “the giant slayer”, and other shots taken mostly by perimeter players trying to shoot above rim-protecting big men.</p>
</section>
<section id="position-specific-adaptations" class="level2">
<h2 class="anchored" data-anchor-id="position-specific-adaptations">Position-Specific Adaptations</h2>
<p>When we break down the trends by position and distance, we see fascinating differences in how players have adapted. Each distance range tells its own story:</p>
<p><strong>0-3 feet:</strong> This shot distance serves as the main differentiator between positions - the bigger the position, the more shots come from the rim area. What’s particularly striking is how the gaps between positions have widened over time. Centers now take nearly 45% of their shots at the rim, while point guards take only about 18%. This reinforces the growing divide between “big-men” and “wings” and “smalls” - a clear manifestation of the split between perimeter and interior players.</p>
<p><strong>3-10 feet:</strong> Interestingly, and as mentioned above, this shot distance has seen a rise in popularity, especially among guards and small forwards. The position hierarchy remains similar to rim shots, with centers leading the way, but the trends show this becoming a more valuable weapon for perimeter players navigating crowded paint areas.</p>
<p><strong>10-16 feet:</strong> Here’s where things get fascinating. The short mid-range has actually become a more common weapon in the point guard’s toolbox, even as other positions have abandoned it. The rise in popularity of this shot distance among PGs, in contrast to other positions’ trends, might be attributed to the evolution of the pick-and-roll game and the need for shorter players to create effective counters. Think of “snaking” the pick-and-roll, a move point guards like Chris Paul and TJ McConnell have perfected.</p>
<p><strong>16 feet-3pt:</strong> This distance plot is the poster child for the death of the mid-range. Not a single position has shown willingness to maintain meaningful volume shooting from this range, as the 3-point revolution has reached its logical conclusion. This is the only shot distance where all five positions converge to the same trend - universal abandonment.</p>
<p><strong>3-point:</strong> The breakdown by position reveals that “the 3-point revolution” is actually four distinct sub-revolutions:</p>
<ol type="1">
<li><p><strong>“The Long Evolution”</strong> - Ever since the inception of the 3-point shot, its frequency has been climbing, especially among guards and forwards. This trend continued almost without interruption from 1998 to 2013.</p></li>
<li><p><strong>“The Power Forward Revolution”</strong> - Around 2013, power forwards’ 3-point frequency saw massive increases. In 2012, small forwards shot 3-pointers three times as much as power forwards, but by 2017 they had evened out. This represents one of the most dramatic positional transformations in NBA history.</p></li>
<li><p><strong>“The Centers Revolution”</strong> - Between 2015 and 2020, centers more than quadrupled their 3-point shot frequency, going from barely 3% to over 15%. This trend fundamentally changed what it means to be a center in the modern NBA.</p></li>
<li><p><strong>“The Latest Surge”</strong> - The 2024-25 season has seen a rise in 3-point frequency among almost all positions. Whether this upward trend continues remains to be seen, but it suggests the revolution isn’t over yet.</p></li>
</ol>
</section>
</section>
<section id="conclusion" class="level1">
<h1>Conclusion</h1>
<p>This deep dive into NBA shot selection reveals that the commonly discussed “3-point revolution” is far more complex and position-specific than the typical narrative suggests. We’re not just witnessing one trend, but rather multiple simultaneous transformations happening at different paces across different positions and distance ranges.</p>
<p>The data tells us several key stories: the complete extinction of long mid-range shots, the unexpected resilience of short floaters, the growing positional polarization at the rim, and the staggered adoption of 3-point shooting that has fundamentally redefined every position on the court.</p>
<p>Perhaps most remarkably, we can see how basketball has become more specialized yet more homogeneous. Centers and point guards now take shots from completely different areas of the court (specialization), but when it comes to avoiding the long mid-range, every position has reached the same conclusion (homogenization).</p>
<p>Looking ahead, the recent surge in 3-point attempts suggests this revolution may still have room to run. As defensive schemes continue to adapt and new analytical insights emerge, shot selection will undoubtedly continue evolving. The only certainty is that the mid-range shot from 16-24 feet - once a staple of NBA offense - appears to be permanently relegated to basketball history.</p>
<p>Thank you for tagging along on this journey through nearly three decades of NBA evolution!</p>


</section>

 ]]></description>
  <category>code</category>
  <category>analysis</category>
  <category>NBA</category>
  <guid>https://matanhakim.com/posts/2025-02-08-nba-shot-selection/</guid>
  <pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2025-02-08-nba-shot-selection/nba_logo.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Height per Minute - Analyzing Height Trends in the NBA</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2023-09-09-nba-heights/</link>
  <description><![CDATA[ 






<p><img src="https://matanhakim.com/posts/2023-09-09-nba-heights/nba_logo.jpg" class="img-fluid"></p>
<section id="introduction" class="level1">
<h1>Introduction</h1>
<p>It’s hard to point on the specific moment where my passion for the NBA started. It might have been somewhere during the 1997-98 season, when I remember myself having a huge Michael Jordan poster hanging over my bed. I was in second grade, barely knowing what basketball even is, but I had to have MJ with me. It might have been during 8th grade, When my friend and I started playing NBA Live 2005 on our PCs, following that with backyard imitations of Kobe Bryant and Lebron James. It even might have been while watching the 2008 NBA Finals live (game started on 3AM Israel time, mind you), and being part of the amazing <a href="https://youtu.be/LnVy5ZEcbH0?si=x7IuS45pbWKLcD_Y">“Anything’s possible” moment</a> from Kevin Garnett. But I guess the moment the NBA really captured me was during the 2014-15 season, the season that featured rise of Steph Curry and the Golden Warriors, alongside the new era of NBA analytics.</p>
<p>Since then, I am a regular follower of NBA content, specifically everything related to NBA data and analytics. For example, I’m a huge fan of the <a href="https://www.youtube.com/@ThinkingBasketball">“Thinking Basketball” Youtube Channel</a> by Ben Taylor, who is a master of bringing data and context together. Additionally, as an Israeli and a Hebrew speaker, I regularly follow the <a href="https://open.spotify.com/show/3K9f2f9ZpWEALL1gXNtMX1">“7 Seconds or Less” Podcast</a> (in Hebrew) by Yuval Oz and Oren Levi, who enjoy having discussions around evolving trends and shifts, rather than the latest “Woj Bomb”. These conversations tend to revolve around many topics, but one of the latest themes I found most interesting is <strong>NBA players’ height</strong>.</p>
<p>So, the question that guided me was <em>“what are the trends regarding NBA players’ height over the years?”</em>. Specifically, I was interested in the <strong>average</strong> height (a measure of central tendency) and the <strong>standard deviation</strong> of height (a measure of spread), and their evolution over time. Finally, I thought it was proper to analyse <strong>effective</strong> height, meaning the height of the players playing on the court, rather than the height of players on a team. For example, let’s compare Boban Marjanović and Trae Young. Marjanović, the tallest player in the 2022-23 NBA season standing at 7-3, played a total of 171 minutes for the Houston Rockets on that season. On the other hand, Young, standing at merely 6-1, played a total of 2,541 minutes for the Atlanta Hawks during the 2022-23 season - almost 15 times more minutes played than Marjanović. Obviously, we need to take these differences into account, and this is why <strong>I weighted the different statistics by minutes played</strong>.</p>
<p>This blog post describes both the process data collection and manipulation with the R programming language, and the final visuals with some explanatory text. Now, you might be here for either (or both!) of these reasons: data analysis with R, or NBA. If you’re not interested in R code involving web scraping, data manipulation and visualization, you can skip ahead to the NBA players’ height over the years section.</p>
<p>Let’s dive right in!</p>
</section>
<section id="code" class="level1">
<h1>Code</h1>
<section id="setup" class="level2">
<h2 class="anchored" data-anchor-id="setup">Setup</h2>
<p>Let’s load the relevant packages.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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>(tidyverse)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rvest)</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>(scales)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(jtools)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(gganimate)</span>
<span id="cb1-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(conflicted)</span>
<span id="cb1-8"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">conflicts_prefer</span>(dplyr<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;">filter</span>())</span></code></pre></div></div>
</div>
</section>
<section id="import-data" class="level2">
<h2 class="anchored" data-anchor-id="import-data">Import data</h2>
<section id="total-minutes-played-for-every-player-in-every-season" class="level3">
<h3 class="anchored" data-anchor-id="total-minutes-played-for-every-player-in-every-season">Total minutes played for every player in every season</h3>
<p>Let’s start by defining a function to read the data on every player on a specific season. This is where the “minutes played” stat comes from, so it’s important. This function scrapes the <a href="https://www.basketball-reference.com/">Basketball Reference website</a> using the <a href="https://rvest.tidyverse.org/">rvest</a> package, and returns a tibble of every player’s name registered in that season, alongside its position, age, and minutes played. You’ll see why position and age matter in a minute!</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-2" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-2-1">read_season <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(year) {</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-2" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-2-2" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">Sys.sleep</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">4</span>)</span>
<span id="annotated-cell-2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_html</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://www.basketball-reference.com/leagues/NBA_"</span>, year, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"_totals.html"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-2-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_element</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"table"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-2-5">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_table</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-2-6">    <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>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-2" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-2-7" class="code-annotation-target">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_detect</span>(rk, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[:digit:]"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-2-8">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(player, pos, age, mp)</span>
<span id="annotated-cell-2-9">}</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-2" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-lines="2" data-code-annotation="1">Pause between requests to avoid hitting the rate limit of 20 requests in a minute.</span>
</dd>
<dt data-target-cell="annotated-cell-2" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-lines="7" data-code-annotation="2">Remove repeating header rows.</span>
</dd>
</dl>
</div>
</div>
<p>After defining our function, let’s map it over every season, starting from 1952.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df_seasons_raw <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;">tibble</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">year =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1952</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;">2023</span>) <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;">mutate</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;">map</span>(year, read_season)) <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;">unnest</span>(data)</span></code></pre></div></div>
</div>
</section>
<section id="all-players" class="level3">
<h3 class="anchored" data-anchor-id="all-players">All players</h3>
<p>In our previously collected data set we don’t have any data on the players’ heights! So, we need to collect this for every player to ever play in the league. This function reads data for all players whos family name starts with the same letter. it returns a tibble with player name, NBA carreer first and last year, height, position, birth date and college.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-4" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-4-1">read_players_letter <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(letter) {</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-4" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-4-2" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">Sys.sleep</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">4</span>)</span>
<span id="annotated-cell-4-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_html</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://www.basketball-reference.com/players/"</span>, letter)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-4-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_element</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"table"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-4-5">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">html_table</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-4-6">    <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>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-4" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-4-7" class="code-annotation-target">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_detect</span>(from, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[:digit:]"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-4" data-target-annotation="3" onclick="event.preventDefault();">3</a><span id="annotated-cell-4-8" class="code-annotation-target">    <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;">player =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_remove_all</span>(player, <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><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">*"</span>))</span>
<span id="annotated-cell-4-9">}</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-4" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-4" data-code-lines="2" data-code-annotation="1">Pause between requests to avoid hitting the rate limit of 20 requests in a minute.</span>
</dd>
<dt data-target-cell="annotated-cell-4" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-4" data-code-lines="7" data-code-annotation="2">Remove repeating header rows.</span>
</dd>
<dt data-target-cell="annotated-cell-4" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-4" data-code-lines="8" data-code-annotation="3">Remove asterisk from player name (indicating members of the Hall of Fame).</span>
</dd>
</dl>
</div>
</div>
<p>Now, let’s map this function over every letter (besides “x”, a letter with no NBA players family names) to create our data set.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">letters_no_x <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> letters[letters <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;">"x"</span>]</span>
<span id="cb3-2">df_players_raw <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;">map</span>(letters_no_x, read_players_letter) <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;">list_rbind</span>()</span></code></pre></div></div>
</div>
</section>
</section>
<section id="manipulate-data" class="level2">
<h2 class="anchored" data-anchor-id="manipulate-data">Manipulate data</h2>
<section id="join-data-frames" class="level3">
<h3 class="anchored" data-anchor-id="join-data-frames">Join data frames</h3>
<p>If we have tried joining the two data sets, we would encounter a problem: some NBA players have the same name! Let’s see this:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df_players_raw <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;">count</span>(player, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sort =</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="cb4-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">head</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">n =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">10</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb4-4">  knitr<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;">kable</span>()</span></code></pre></div></div>
<div class="cell-output-display">
<table class="caption-top table table-sm table-striped small">
<thead>
<tr class="header">
<th style="text-align: left;">player</th>
<th style="text-align: right;">n</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">Charles Jones</td>
<td style="text-align: right;">3</td>
</tr>
<tr class="even">
<td style="text-align: left;">Charles Smith</td>
<td style="text-align: right;">3</td>
</tr>
<tr class="odd">
<td style="text-align: left;">George Johnson</td>
<td style="text-align: right;">3</td>
</tr>
<tr class="even">
<td style="text-align: left;">Bill Bradley</td>
<td style="text-align: right;">2</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Bob Duffy</td>
<td style="text-align: right;">2</td>
</tr>
<tr class="even">
<td style="text-align: left;">Bobby Jones</td>
<td style="text-align: right;">2</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Bobby Wilson</td>
<td style="text-align: right;">2</td>
</tr>
<tr class="even">
<td style="text-align: left;">Brandon Williams</td>
<td style="text-align: right;">2</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Cedric Henderson</td>
<td style="text-align: right;">2</td>
</tr>
<tr class="even">
<td style="text-align: left;">Chris Johnson</td>
<td style="text-align: right;">2</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>We have 3 different players for each of Charles Jones, Charles Smith, and George Johnson! We need to come up with a way to differentiate between them. This is where birth date comes in.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-7" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-7-1">df_players <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_players_raw <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-7-2" class="code-annotation-target">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">separate</span>(ht, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">into =</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;">"ht_feet"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"ht_inches"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sep =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"-"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">remove =</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="annotated-cell-7-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="2" onclick="event.preventDefault();">2</a><span id="annotated-cell-7-4" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ht_tot_inches =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">parse_double</span>(ht_feet) <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;">12</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;">parse_double</span>(ht_inches),</span>
<span id="annotated-cell-7-5">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ht_tot_cm =</span> ht_tot_inches <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;">2.54</span>,</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="3" onclick="event.preventDefault();">3</a><span id="annotated-cell-7-6" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">birth_date =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">parse_date_time</span>(birth_date, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bdy"</span>),</span>
<span id="annotated-cell-7-7">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">birth_year =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">year</span>(birth_date),</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-7" data-target-annotation="4" onclick="event.preventDefault();">4</a><span id="annotated-cell-7-8" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">birth_year_effective =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">if_else</span>(</span>
<span id="annotated-cell-7-9">      <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">month</span>(birth_date) <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;">1</span>,</span>
<span id="annotated-cell-7-10">      birth_year <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="annotated-cell-7-11">      birth_year</span>
<span id="annotated-cell-7-12">    )</span>
<span id="annotated-cell-7-13">  )</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-7" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="2" data-code-annotation="1">Separate height to feet and inches.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="4,5" data-code-annotation="2">Calculate total height.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="6,7" data-code-annotation="3">extract birth year from birth date.</span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="8,9,10,11" data-code-annotation="4">Calculate effective birth year - the player’s age shown is its age during February 1st of that season.</span>
</dd>
</dl>
</div>
</div>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-8" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-8-1">df_seasons <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_seasons_raw <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-8-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-8" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-8-3" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">player =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_remove_all</span>(player, <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><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">*"</span>),</span>
<span id="annotated-cell-8-4">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">birth_year_effective =</span> year <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> age</span>
<span id="annotated-cell-8-5">  )</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-8" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-8" data-code-lines="3" data-code-annotation="1">Remove asterisk from player name (indicating members of the Hall of Fame).</span>
</dd>
</dl>
</div>
</div>
<p>Now we’re ready to join the data sets by name <strong>and by birth year</strong>.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-9" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-9-1">df_all <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_seasons <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-9-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">left_join</span>(df_players, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">join_by</span>(player, birth_year_effective)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="annotated-cell-9-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-9" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-9-4" class="code-annotation-target">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">decade =</span> (year <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> year <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;">10</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-9-5">      <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">factor</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-9-6">      <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"'s"</span>)</span>
<span id="annotated-cell-9-7">  )</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-9" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-9" data-code-lines="4,5,6" data-code-annotation="1">Calculate decade, turn it to a factor and add an “’s” prefix.</span>
</dd>
</dl>
</div>
</div>
</section>
<section id="calculate-weighted-mean-height" class="level3">
<h3 class="anchored" data-anchor-id="calculate-weighted-mean-height">Calculate (weighted) mean height</h3>
<p>Let’s define a function to calculate a weighted mean height by one or more variables.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="annotated-cell-10" style="background: #f1f3f5;"><pre class="sourceCode r code-annotation-code code-with-copy code-annotated"><code class="sourceCode r"><span id="annotated-cell-10-1">weighted_mean_by <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(data, mean_var, by_vars, weights) {</span>
<span id="annotated-cell-10-2">  data <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<a class="code-annotation-anchor" data-target-cell="annotated-cell-10" data-target-annotation="1" onclick="event.preventDefault();">1</a><span id="annotated-cell-10-3" class="code-annotation-target">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">group_by</span>({{ by_vars }}) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="annotated-cell-10-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(</span>
<span id="annotated-cell-10-5">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">mean =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">weighted.mean</span>({{ mean_var }}, {{ weights }}),</span>
<span id="annotated-cell-10-6">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sd =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">wtd.sd</span>({{ mean_var }}, {{ weights }}),</span>
<span id="annotated-cell-10-7">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sd_upper =</span> mean <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> sd,</span>
<span id="annotated-cell-10-8">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sd_lower =</span> mean <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> sd,</span>
<span id="annotated-cell-10-9">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.groups =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"drop"</span></span>
<span id="annotated-cell-10-10">    )</span>
<span id="annotated-cell-10-11">}</span><div class="code-annotation-gutter-bg"></div><div class="code-annotation-gutter"></div></code></pre></div></div>
<div class="cell-annotation">
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-10" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-10" data-code-lines="3" data-code-annotation="1">The double curly brackets use the idea of “tidy evaluation”. for more on this, go to <a href="https://r4ds.hadley.nz/functions#data-frame-functions">R4DS (2e)</a></span>
</dd>
</dl>
</div>
</div>
<p>Let’s calculate these stats for every year and for every decade.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">df_mean_years <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_all <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;">weighted_mean_by</span>(ht_tot_inches, year, mp)</span>
<span id="cb5-3"></span>
<span id="cb5-4">df_mean_decades <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_all <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;">weighted_mean_by</span>(ht_tot_inches, decade, mp)</span></code></pre></div></div>
</div>
</section>
<section id="calculate-weighted-frequency-by-minutes-played" class="level3">
<h3 class="anchored" data-anchor-id="calculate-weighted-frequency-by-minutes-played">Calculate (weighted) frequency by minutes played</h3>
<p>Now, Let’s get to the heart of this analysis. We’ll define a function that takes all of the NBA players, and calculates the weighted relative frequency of every height for a specific period. In simpler words, it computes the percent of minutes played by every height during a year or a decade.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">summarize_heigths <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(data, var, by_vars, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">weights =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">NULL</span>) {</span>
<span id="cb6-2">  data <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb6-3">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">count</span>({{ by_vars }}, {{ var }}, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">wt =</span> {{ weights }}) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb6-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(</span>
<span id="cb6-5">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.by =</span> {{ by_vars }},</span>
<span id="cb6-6">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">pct =</span> n <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;">sum</span>(n),</span>
<span id="cb6-7">    )</span>
<span id="cb6-8">}</span>
<span id="cb6-9"></span>
<span id="cb6-10">df_heights_years <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_all <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb6-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarize_heigths</span>(ht_tot_inches, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">by_vars =</span> year, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">weights =</span> mp)</span>
<span id="cb6-12"></span>
<span id="cb6-13">df_heights_decades <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_all <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb6-14">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarize_heigths</span>(ht_tot_inches, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">by_vars =</span> decade, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">weights =</span> mp)</span></code></pre></div></div>
</div>
</section>
</section>
<section id="visualization" class="level2">
<h2 class="anchored" data-anchor-id="visualization">Visualization</h2>
<section id="utility-functions" class="level3">
<h3 class="anchored" data-anchor-id="utility-functions">Utility functions</h3>
<p>This function converts a height from inches only (which is better for computation) to a feet-inches format (which is better for presentation).</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">inches_to_feet <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">function</span>(x) {</span>
<span id="cb7-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(</span>
<span id="cb7-3">    x <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;">12</span>,</span>
<span id="cb7-4">    x <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;">12</span>,</span>
<span id="cb7-5">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sep =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"-"</span></span>
<span id="cb7-6">  )</span>
<span id="cb7-7">}</span></code></pre></div></div>
</div>
<p>These will serve us for more reasonable axes labels.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb8" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb8-1">breaks_height <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;">23</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;">29</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;">3</span></span>
<span id="cb8-2">labels_height <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;">inches_to_feet</span>(breaks_height)</span></code></pre></div></div>
</div>
</section>
<section id="mean-height-by-year" class="level3">
<h3 class="anchored" data-anchor-id="mean-height-by-year">Mean height by year</h3>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb9" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb9-1">p1 <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_mean_years <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb9-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(year, mean)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb9-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_line</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb9-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_point</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> </span>
<span id="cb9-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_y_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> inches_to_feet) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb9-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_x_continuous</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;">seq</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1950</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2020</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">10</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb9-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb9-8">    <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;">"NBA players' average height has dropped over the last 20 years"</span>,</span>
<span id="cb9-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;">"2023 featured a spike in average height"</span>,</span>
<span id="cb9-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Year"</span>,</span>
<span id="cb9-11">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Mean Height (feet-inches)"</span>,</span>
<span id="cb9-12">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data: basketball-reference.com. Analysis: Matan Hakim."</span></span>
<span id="cb9-13">  )</span></code></pre></div></div>
</div>
</section>
<section id="standard-deviation-by-year" class="level3">
<h3 class="anchored" data-anchor-id="standard-deviation-by-year">Standard deviation by year</h3>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb10" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb10-1">p2 <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_mean_years <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb10-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(year, sd)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb10-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_line</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb10-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_point</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb10-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_x_continuous</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;">seq</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1950</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2020</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">10</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb10-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb10-7">    <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;">"Since 1995, NBA players are becoming more similar in their height"</span>,</span>
<span id="cb10-8">    <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;">"The early 1990's were the time with most variability in player heights"</span>,</span>
<span id="cb10-9">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Year"</span>,</span>
<span id="cb10-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Standard Deviation (inches)"</span>,</span>
<span id="cb10-11">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data: basketball-reference.com. Analysis: Matan Hakim."</span></span>
<span id="cb10-12">  )</span></code></pre></div></div>
</div>
</section>
<section id="distribution-by-decade" class="level3">
<h3 class="anchored" data-anchor-id="distribution-by-decade">Distribution by decade</h3>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb11" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb11-1">p3 <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_heights_decades <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb11-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(ht_tot_inches, pct)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> </span>
<span id="cb11-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_line</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span> </span>
<span id="cb11-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_vline</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> df_mean_decades, <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;">xintercept =</span> mean), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linetype =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dashed"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb11-5">  <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> decade, <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="at" style="color: #657422;
background-color: null;
font-style: inherit;">strip.position =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"right"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb11-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_x_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">breaks =</span> breaks_height, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> labels_height) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb11-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_cartesian</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;">range</span>(breaks_height)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb11-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_y_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">label_percent</span>()) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb11-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb11-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_wrap</span>(</span>
<span id="cb11-11">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Since the 2000's NBA players are becoming shorter and more similar in their height"</span>,</span>
<span id="cb11-12">      <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;">60</span></span>
<span id="cb11-13">    ),</span>
<span id="cb11-14">    <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;">"Average height represented as dashed line"</span>,</span>
<span id="cb11-15">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Height (feet-inches)"</span>,</span>
<span id="cb11-16">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"% of minutes played"</span>,</span>
<span id="cb11-17">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data: basketball-reference.com. Analysis: Matan Hakim."</span></span>
<span id="cb11-18">  )</span></code></pre></div></div>
</div>
</section>
</section>
<section id="distribution-by-year-animation" class="level2">
<h2 class="anchored" data-anchor-id="distribution-by-year-animation">Distribution by year (animation)</h2>
<p>For this last plot, we will unlock the amazing potential of the gganimate package.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb12" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb12-1">p4 <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> df_heights_years <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb12-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">left_join</span>(df_mean_years, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">join_by</span>(year)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb12-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(ht_tot_inches, pct)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_line</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_y_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">label_percent</span>()) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_x_continuous</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">breaks =</span> breaks_height, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">labels =</span> labels_height) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_cartesian</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;">range</span>(breaks_height)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">transition_time</span>(year) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_vline</span>(</span>
<span id="cb12-10">    <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;">xintercept =</span> mean),</span>
<span id="cb12-11">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linetype =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dashed"</span></span>
<span id="cb12-12">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-13">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb12-14">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_c</span>(</span>
<span id="cb12-15">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Year: {frame_time}, Distribution of NBA Players' Height"</span>,</span>
<span id="cb12-16">      <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;">\n</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"</span>,</span>
<span id="cb12-17">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"(Weighted by Minutes Played)"</span></span>
<span id="cb12-18">    ),</span>
<span id="cb12-19">    <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;">"Average height represented as dashed line"</span>,</span>
<span id="cb12-20">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Height (feet-inches)"</span>,</span>
<span id="cb12-21">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">y =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"% of minutes played"</span>,</span>
<span id="cb12-22">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Data: basketball-reference.com. Analysis: Matan Hakim."</span></span>
<span id="cb12-23">  ) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb12-24">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">shadow_mark</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">past =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">future =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>)</span></code></pre></div></div>
</div>
</section>
</section>
<section id="sec-analysis" class="level1">
<h1>NBA players’ height over the years</h1>
<p>If you’ve made it so far, it means you are really into NBA player’s heights! Let’s see how the average player height faired over the years (again, weighted by minutes played).</p>
<div class="cell">
<div class="cell-output-display">
<div id="fig-mean" class="quarto-float quarto-figure quarto-figure-center anchored">
<figure class="quarto-float quarto-float-fig figure">
<figcaption class="quarto-float-caption-top quarto-float-caption quarto-float-fig" id="fig-mean-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: NBA Players’ Mean Height by Year (Weighted by Minutes Played)
</figcaption>
<div aria-describedby="fig-mean-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2023-09-09-nba-heights/index_files/figure-html/fig-mean-1.png" class="img-fluid figure-img" width="576">
</div>
</figure>
</div>
</div>
</div>
<p>As we can see, we have 3 different eras for NBA heights. Since the 1950’s until 1987, the average height kept growing, going from just above 6-4 to just above 6-7. Between 1988 and 2004 we can see a small decrease following a small increase in average height, going around (and mostly a bit under) 6-7. Since then, we can see a slow and steady decrease until 2022, where the average NBA player height was 6-6.25, just like in 1979. Interestingly, 2023 featured a spike in average player height, compensating for a 3-years worth of decrease.</p>
<p>It seems that the decrease in average player height might be a part of the “small-ball” revolution, coinciding with an uptick in 3-point shots. Nevertheless, this recent spike in average height might hint towards the future trends and how NBA teams might utilize longer players to disrupt offenses with greater effect.</p>
<p>After looking at average height. let’s look ate the variability of heights. We’ll use the measure of standard deviation. A smaller standard deviation represents a year where heights were closer to the average, while a larger standard deviation represents a year where heights were less closer to the average.</p>
<div class="cell">
<div class="cell-output-display">
<div id="fig-sd" class="quarto-float quarto-figure quarto-figure-center anchored">
<figure class="quarto-float quarto-float-fig figure">
<figcaption class="quarto-float-caption-top quarto-float-caption quarto-float-fig" id="fig-sd-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;2: Standard Deviation of NBA Players’ Height by Year (Weighted by Minutes Played)
</figcaption>
<div aria-describedby="fig-sd-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2023-09-09-nba-heights/index_files/figure-html/fig-sd-1.png" class="img-fluid figure-img" width="576">
</div>
</figure>
</div>
</div>
</div>
<p>This shows an interesting and different perspective. Since the 1950’s until 1976, height’s standard deviation remained fairly constant. beginning in 1977 and until 1995, height’s standard deviation rose constantly. finally, since 1996, height’s standard deviation was on a downwards trend, pretty much constantly. This shows us that during the last 25 years, NBA players became more and more similar in their heights. This means more players around 6-6 or 6-7, and less really short or really tall players. This might be explained by the increasing value of defensive switchability, outside shooting and all-around basketball skills.</p>
<p>We can combine these two ideas of average (central tendency) and standard deviation (spread) to look at the distribution of NBA heights throughout decades.</p>
<div class="cell">
<div class="cell-output-display">
<div id="fig-decades" class="quarto-float quarto-figure quarto-figure-center anchored">
<figure class="quarto-float quarto-float-fig figure">
<figcaption class="quarto-float-caption-top quarto-float-caption quarto-float-fig" id="fig-decades-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;3: Distribution of NBA Players’ Height by Decade (Weighted by Minutes Played)
</figcaption>
<div aria-describedby="fig-decades-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2023-09-09-nba-heights/index_files/figure-html/fig-decades-1.png" class="img-fluid figure-img" width="576">
</div>
</figure>
</div>
</div>
</div>
<p>Here we can see the aforementioned trends: the dashed line moves to the right and then to the left, representing increasing and decreasing height; the bell-like curve turns from narrower to wider (1950’s-1970’s), remains about the same (1980’s-1990’s) and becoming narrower again (2000’s-present).</p>
<p>Finally, we can visualize these changes with a year-by-year animation, presenting the (again, weighted by minutes played) distribution of NBA player’s height and their average by year.</p>
<div class="cell">
<div class="cell-output-display">
<div id="fig-animation" class="quarto-float quarto-figure quarto-figure-center anchored">
<figure class="quarto-float quarto-float-fig figure">
<figcaption class="quarto-float-caption-top quarto-float-caption quarto-float-fig" id="fig-animation-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;4: Distribution of NBA Players’ Height by Year (Weighted by Minutes Played)
</figcaption>
<div aria-describedby="fig-animation-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://matanhakim.com/posts/2023-09-09-nba-heights/index_files/figure-html/fig-animation-1.gif" class="img-fluid figure-img">
</div>
</figure>
</div>
</div>
</div>
</section>
<section id="conclusion" class="level1">
<h1>Conclusion</h1>
<p>This blog post has shown the longstanding trends in NBA players’ height. Players are becoming shorter and more similar in their heights, Although we might see a beginning of a trend where higher players are more valuable. We have also seen some techniques in web scraping, data manipulation and visualization. I hope this helped you gain some insights on either of these topics.</p>
<p>Thank you for tagging along!</p>


</section>

 ]]></description>
  <category>code</category>
  <category>analysis</category>
  <category>NBA</category>
  <guid>https://matanhakim.com/posts/2023-09-09-nba-heights/</guid>
  <pubDate>Sat, 09 Sep 2023 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2023-09-09-nba-heights/nba_logo.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Introducing rtlr - an R Package for RTL Languages</title>
  <dc:creator>Matan Hakim</dc:creator>
  <link>https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/image.png" class="img-fluid quarto-figure quarto-figure-center figure-img" alt="Hex logo for rtlr, &quot;rtlr&quot; text with a right-pointing arrow surrounded by a hexagon"></p>
</figure>
</div>
<p><em>(This blog post was chosen as a highlight for R Weekly <a href="https://rweekly.org/2023-W15.html">issue 2023-W15</a>)</em></p>
<p>Do you know anyone who speaks Arabic, Persian or Hebrew? Do you know any R professional who speaks any of these languages? Maybe <strong>you are yourself</strong> an R professional who speaks any of these languages and uses them in your R work?</p>
<p><em>TL;DR - You can use rtlr to fix right-to-left problems in R. install the package with</em> <code>install.packages("rtlr")</code> <em>and use</em> <code>str_rtl()</code> <em>with your text as argument(s).</em></p>
<section id="what-is-the-problem-with-right-to-left-languages" class="level1">
<h1>What is the Problem with Right-to-Left Languages?</h1>
<p>As coders and R professionals, the main tool in our toolbox is code. We write R code to solve problems, and this is what sets us apart from other professionals, such as analysts using some type of a <a href="https://en.wikipedia.org/wiki/Graphical_user_interface">GUI</a> program. Nevertheless, code has a very clear postulate - it is written in English, and therefore it is written left-to-right (from now on: LTR, or RTL for “right-to-left”). For the most of us, this is an obvious choice, as English is the <em>lingua franca</em> of the programming world. But for a lot of us, there is a need to use data and communicate results in other languages. This problem becomes much more troublesome when using an RTL language.</p>
<p>More than 2.3 billion people around the world are speaking a language that is written right-to-left.<sup>1</sup> Such languages include, for example, Arabic, Persian, Hebrew, and Fulani. I am myself a native Hebrew speaker, and this is what brought me to write this package. <strong>Code is not meant to be written right-to-left</strong>, and some problems arise when doing so. Let’s look at an example.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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>(ggplot2)</span>
<span id="cb1-2"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># install.packages("rtlr")</span></span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rtlr)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_update</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;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">20</span>))</span>
<span id="cb1-5">p <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;">ggplot</span>(mtcars, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">factor</span>(cyl))) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb1-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_bar</span>()</span>
<span id="cb1-7">p</span></code></pre></div></div>
<div class="cell-output-display">
<div>
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/index_files/figure-html/unnamed-chunk-1-1.png" class="img-fluid figure-img" width="672"></p>
</figure>
</div>
</div>
</div>
<p>This is a very basic plot of the mtcars dataset, showing the number of cars with each number of pistons. Now, let’s think about the scenario where we communicate our analysis results to a non-English-speaking audience. Let’s say our audience’s native language is Arabic. Then, we should change the x-axis label:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">p <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb2-3">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"اسطوانات"</span></span>
<span id="cb2-4">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `x` in `labs()` says "cylinders" in Arabic.</span></span>
<span id="cb2-5">  )</span></code></pre></div></div>
<div class="cell-output-display">
<div>
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/index_files/figure-html/unnamed-chunk-2-1.png" class="img-fluid figure-img" width="672"></p>
</figure>
</div>
</div>
</div>
<p>This is fine, but let’s say we need to add more information to the x-axis label, such as the current year.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">p <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb3-3">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"اسطوانات (2023)"</span></span>
<span id="cb3-4">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `x` in `labs()` says "cylinders (2023)" in Arabic.</span></span>
<span id="cb3-5">  )</span></code></pre></div></div>
<div class="cell-output-display">
<div>
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/index_files/figure-html/unnamed-chunk-3-1.png" class="img-fluid figure-img" width="672"></p>
</figure>
</div>
</div>
</div>
<p>The code script correctly presents <code>(2023)</code> to the left of the word “اسطوانات” (meaning “pistons”), but our plot malfunctions: it shows <code>(2023)</code> to the right of “اسطوانات”. This is a common problem in RTL languages, as R interpretes all code as written LTR. This problem is also present when ending a sentence with a punctuation mark, such as <code>.</code> or <code>,</code>.</p>
</section>
<section id="rtlr---solves-your-rtl-problems" class="level1">
<h1>rtlr - Solves Your RTL Problems</h1>
<p>This is where rtlr steps in. Its main (and currently only) function, <code>str_rtl()</code>, wraps strings with the Unicode character <code>\u202B</code>, which tells R to handle everything in that string that comes after this character as RTL.<sup>2</sup> It does so as a wrapper around <code>stringr::str_c()</code>.</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">p <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb4-3">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_rtl</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"اسطوانات (2023)"</span>)</span>
<span id="cb4-4">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `x` in `labs()` says "cylinders (2023)" in Arabic.</span></span>
<span id="cb4-5">  )</span></code></pre></div></div>
<div class="cell-output-display">
<div>
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/index_files/figure-html/unnamed-chunk-4-1.png" class="img-fluid figure-img" width="672"></p>
</figure>
</div>
</div>
</div>
<p><strong>This solved our problem!</strong> The year parentheses are located correctly on the left side. A solution to this problem without using rtlr would look something like:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">  x <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">=</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">paste0</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"\u202B"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"اسطوانات (2023)"</span>)</span></code></pre></div></div>
</div>
<p>This solution has two drawbacks: having to remember the exact Unicode character adds to your cognitive load, and when having to print multiple lines with <code>\n</code> you have to paste <code>\u202B</code> again.<sup>3</sup> Let’s look at a common use case, where we want to add an informative caption to the plot, this time in Hebrew, but we have too much text for a single line:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">p <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb6-3">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_rtl</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"اسطوانات (2023)"</span>),</span>
<span id="cb6-4">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `x` in `labs()` says "cylinders (2023)" in Arabic.</span></span>
<span id="cb6-5">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"מקור המידע: טבלה מובנית של נתוני מכוניות. עיבוד: מתן חכים. יש להקפיד על הצגת טקסט מימין לשמאל."</span></span>
<span id="cb6-6">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `caption` in `labs()` says in Hebrew:</span></span>
<span id="cb6-7">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># "Source of data: a built-in data frame of car data. Analysis: Matan Hakim."</span></span>
<span id="cb6-8">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># "You should insist on showing your text right-to-left."</span></span>
<span id="cb6-9">  )</span></code></pre></div></div>
<div class="cell-output-display">
<div>
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/index_files/figure-html/unnamed-chunk-6-1.png" class="img-fluid figure-img" width="672"></p>
</figure>
</div>
</div>
</div>
<p>We have two problems here:</p>
<ol type="1">
<li><p>The caption gets cut off in the middle;</p></li>
<li><p>The dot in the end of the sentence is placed wrongly on the right side, while it should be on the left.</p></li>
</ol>
<p>This can be easily solved after inserting each line as a separate string argument, and using the <code>multiline = TRUE</code> argument:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><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">p <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb7-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(</span>
<span id="cb7-3">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">x =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_rtl</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"اسطوانات (2023)"</span>),</span>
<span id="cb7-4">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `x` in `labs()` says "cylinders (2023)" in Arabic.</span></span>
<span id="cb7-5">    <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;">str_rtl</span>(</span>
<span id="cb7-6">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"מקור המידע: טבלה מובנית של נתוני מכוניות. עיבוד: מתן חכים."</span>,</span>
<span id="cb7-7">      <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"יש להקפיד על הצגת טקסט מימין לשמאל."</span>,</span>
<span id="cb7-8">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">multiline =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span></span>
<span id="cb7-9">    )</span>
<span id="cb7-10">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `caption` says in Hebrew:</span></span>
<span id="cb7-11">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># "Source of data: a built-in data frame of car data. Analysis: Matan Hakim."</span></span>
<span id="cb7-12">    <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># "You should insist on showing your text right-to-left."</span></span>
<span id="cb7-13">  )</span></code></pre></div></div>
<div class="cell-output-display">
<div>
<figure class="figure">
<p><img src="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/index_files/figure-html/unnamed-chunk-7-1.png" class="img-fluid figure-img" width="672"></p>
</figure>
</div>
</div>
</div>
<p>Notice how the lines are split with no overflow, and how the final dot is placed on the left side, where it should be.</p>
<p>Further use cases might include printing to the console, where <code>str_rtl()</code> also comes in handy:</p>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb8" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb8-1">x <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;">"הנקודה צריכה להיות בסוף המשפט."</span></span>
<span id="cb8-2"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># `x` says in Hebrew:</span></span>
<span id="cb8-3"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># "the dot should come at the end of the sentance."</span></span>
<span id="cb8-4"></span>
<span id="cb8-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">cat</span>(x)</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>הנקודה צריכה להיות בסוף המשפט.</code></pre>
</div>
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb10" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb10-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">cat</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_rtl</span>(x))</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>‫הנקודה צריכה להיות בסוף המשפט.</code></pre>
</div>
</div>
<p>Again, notice how the dot ends up in the left side, where it should be. Additionally, since this blog post is ultimately rendered to HTML, the first time <code>cat(x)</code> is printed, it is all mixed-up backwards (meaning “tnirp” instead of “print”, but in Hebrew). This problem doesn’t exist when printing to the console, but it does when writing web-published code.</p>
<p>You can learn more on rtlr with printing <code>?str_rtl</code>, visiting its <a href="https://matanhakim.github.io/rtlr/">pkgdown website</a>, or browsing its <a href="https://github.com/matanhakim/rtlr">Github repository</a>.</p>
</section>
<section id="conclusion" class="level1">
<h1>Conclusion</h1>
<p>This blog post has introduced the rtlr package for the R programming language which helps plotting and printing RTL languages correctly. It uses its main function, <code>str_rtl()</code>, to achieve this. rtlr has seen its initial release and its version is v0.1.0 - I welcome suggestions for further use cases or implementations. Feel free to <a href="https://github.com/matanhakim/rtlr/issues">open an issue on Github</a> or <a href="mailto:matanhakim@gmail.com">email me</a>.</p>
<p>I would like to thank <a href="http://hadley.nz/">Hadley Wickham</a> and <a href="http://jennybryan.org/">Jennifer Bryan</a> for authoring <a href="https://r-pkgs.org/">R Packages (2e)</a>. Reading this book has been instrumental in the development of rtlr. Thanks to <a href="https://fosstodon.org/@hitsuyonai@mastodon.online">Hitsu Yonai</a> and <a href="https://github.com/micha-silver">Micha Silver</a> for providing helpful feedback for this blog post. Finally, Thanks to <a href="https://adisarid.github.io/">Adi Sarid</a>, whose <a href="https://stackoverflow.com/questions/53915070/change-axis-text-direction-to-right-to-left">Stack Overflow question</a> from 2018 motivated this package, and helpful comments gave me confidence in this project and his suggestions would be implemented in future versions of rtlr.</p>


</section>


<div id="quarto-appendix" class="default"><section id="footnotes" class="footnotes footnotes-end-of-document"><h2 class="anchored quarto-appendix-heading">Footnotes</h2>

<ol>
<li id="fn1"><p><a href="https://www.w3.org/International/questions/qa-scripts" class="uri">https://www.w3.org/International/questions/qa-scripts</a>↩︎</p></li>
<li id="fn2"><p>For further reading on this, see: <a href="https://unicode.org/reports/tr9/#Directional_Formatting_Characters" class="uri">https://unicode.org/reports/tr9/#Directional_Formatting_Characters</a>↩︎</p></li>
<li id="fn3"><p>This is because <code>\n</code> stops the RTL-embedding provided by <code>\u202B</code>, and forces you to write this as <code>\n\u202B</code> instead.↩︎</p></li>
</ol>
</section></div> ]]></description>
  <category>news</category>
  <category>code</category>
  <category>rtlr</category>
  <category>RWeekly Highlights</category>
  <guid>https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/</guid>
  <pubDate>Wed, 05 Apr 2023 00:00:00 GMT</pubDate>
  <media:content url="https://matanhakim.com/posts/2023-04-05-rtlr-0-1-0/image.png" medium="image" type="image/png" height="167" width="144"/>
</item>
</channel>
</rss>
