Skip to content

Commit 4312fa8

Browse files
committed
Merge branch 'release/1.7'
2 parents dc8172a + 8253d5d commit 4312fa8

23 files changed

Lines changed: 128 additions & 61 deletions

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include geocode/ons/constituency_centroids.psv
22
include geocode/ons/constituency_centroids_Dec2020.psv
33
include geocode/ons/lad_centroids_May2021.psv
4-
include geocode/ons/nrs.zip
5-
include geocode/ons/PCD_OA_LSOA_MSOA_LAD_MAY22_UK_LU.zip
4+
include geocode/ons/nrs_2011.7z
5+
include geocode/ons/nrs_2021.7z
6+
include geocode/ons/PCD_OA_LSOA_MSOA_LAD_MAY22_UK_LU.7z
67
include geocode/code_point_open/codepo_gb.zip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Geocode various geographical entities including postcodes and LLSOAs. Reverse-geocode to LLSOA or GSP/GNode.
44

5-
*Latest Version: 1.6.2*
5+
*Latest Version: 1.7*
66

77
## What is this repository for?
88

-10 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: cb5e8ee6c6c3627b70b88682e4333544
3+
config: 529ebc42fc9ec0baa73bfe78e5e5915c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/.buildinfo.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ff0e51bdb9d19a4dec2463ac64227ca4
3+
config: cb5e8ee6c6c3627b70b88682e4333544
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/geocode/geocode.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>geocode.geocode &mdash; Geocode 1.6.1 documentation</title>
8+
<title>geocode.geocode &mdash; Geocode 1.7 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../_static/documentation_options.js?v=d6a008b6"></script>
15+
<script src="../../_static/documentation_options.js?v=392da36c"></script>
1616
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../../_static/js/theme.js"></script>
@@ -207,7 +207,7 @@ <h1>Source code for geocode.geocode</h1><div class="highlight"><pre>
207207
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
208208
<span class="sd"> Get the GSP / GNode boundaries from the ESO Data Portal API.</span>
209209
<span class="sd"> &quot;&quot;&quot;</span>
210-
<span class="n">version</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">,</span> <span class="s2">&quot;20250109&quot;</span><span class="p">)</span>
210+
<span class="n">version</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">,</span> <span class="s2">&quot;20260209&quot;</span><span class="p">)</span>
211211
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">neso</span><span class="o">.</span><span class="n">load_gsp_boundaries</span><span class="p">(</span><span class="n">version</span><span class="p">)</span></div>
212212

213213

@@ -410,7 +410,7 @@ <h1>Source code for geocode.geocode</h1><div class="highlight"><pre>
410410
<span class="n">version</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">,</span> <span class="s2">&quot;20260209&quot;</span><span class="p">)</span>
411411
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">neso</span><span class="o">.</span><span class="n">reverse_geocode_gsp</span><span class="p">(</span><span class="n">latlons</span><span class="p">,</span> <span class="n">version</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span>
412412
<span class="k">elif</span> <span class="n">entity</span> <span class="o">==</span> <span class="s2">&quot;llsoa&quot;</span><span class="p">:</span>
413-
<span class="n">version</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">,</span> <span class="s2">&quot;2011&quot;</span><span class="p">)</span>
413+
<span class="n">version</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;version&quot;</span><span class="p">,</span> <span class="s2">&quot;2021&quot;</span><span class="p">)</span>
414414
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">ons_nrs</span><span class="o">.</span><span class="n">reverse_geocode_llsoa</span><span class="p">(</span>
415415
<span class="n">latlons</span><span class="p">,</span> <span class="n">version</span><span class="o">=</span><span class="n">version</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span>
416416
<span class="p">)</span>

docs/build/html/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &mdash; Geocode 1.6.2 documentation</title>
8+
<title>Overview: module code &mdash; Geocode 1.7 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../_static/documentation_options.js?v=e15882dc"></script>
15+
<script src="../_static/documentation_options.js?v=392da36c"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/js/theme.js"></script>

docs/build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.6.2',
2+
VERSION: '1.7',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/build/html/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &mdash; Geocode 1.6.2 documentation</title>
8+
<title>Index &mdash; Geocode 1.7 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1111

1212

1313
<script src="_static/jquery.js?v=5d32c60e"></script>
1414
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="_static/documentation_options.js?v=e15882dc"></script>
15+
<script src="_static/documentation_options.js?v=392da36c"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/js/theme.js"></script>

docs/build/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Welcome to Geocode’s documentation! &mdash; Geocode 1.6.2 documentation</title>
9+
<title>Welcome to Geocode’s documentation! &mdash; Geocode 1.7 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
1212

1313

1414
<script src="_static/jquery.js?v=5d32c60e"></script>
1515
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="_static/documentation_options.js?v=e15882dc"></script>
16+
<script src="_static/documentation_options.js?v=392da36c"></script>
1717
<script src="_static/doctools.js?v=9bcbadda"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="_static/js/theme.js"></script>

0 commit comments

Comments
 (0)