From 2aca7b9bd2482594a08e6b1ed144b107303b7e2c Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 16:44:02 -0600 Subject: [PATCH 01/39] Add filter step --- compass/validation/graphs.py | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/compass/validation/graphs.py b/compass/validation/graphs.py index f66029d2..32266a78 100644 --- a/compass/validation/graphs.py +++ b/compass/validation/graphs.py @@ -55,9 +55,29 @@ def setup_graph_correct_document_type(**kwargs): ), ) - G.add_edge("init", "is_model", condition=llm_response_starts_with_yes) G.add_edge( - "check_for_laws", "is_model", condition=llm_response_starts_with_yes + "init", "has_substantive_text", condition=llm_response_starts_with_yes + ) + G.add_edge( + "check_for_laws", + "has_substantive_text", + condition=llm_response_starts_with_yes, + ) + G.add_node( + "has_substantive_text", + prompt=( + "Does this excerpt include substantive legal content such as " + "operative provisions, definitions, or other regulatory text, " + "rather than only a table of contents, chapter/section heading " + "list, navigation links, or a citation-only index? " + "{YES_NO_PROMPT}" + ), + ) + + G.add_edge( + "has_substantive_text", + "is_model", + condition=llm_response_starts_with_yes, ) G.add_node( "is_model", @@ -265,8 +285,10 @@ def setup_graph_correct_document_type(**kwargs): "2. **'type'** (string) - The best-fitting category for the " "source of the text.\n" "3. **'{key}'** (boolean) -\n" - "\t- `true` if the text is a **legally binding regulation**.\n" - "\t- `false` if the text belongs to any other type of document or " + "\t- `true` if the text is a **legally binding regulation** " + "with substantive legal content.\n" + "\t- `false` if the text belongs to any other type of document, " + "if it does not contain substantive legal content, or " "if you cannot tell for certain one way or another.\n\n" ), ) From 3f7fbf9be231947200eb95d0e3abf57900b0f29f Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 16:44:07 -0600 Subject: [PATCH 02/39] Minor prompt update --- compass/plugin/one_shot/components.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/compass/plugin/one_shot/components.py b/compass/plugin/one_shot/components.py index ed10faf4..ee549a61 100644 --- a/compass/plugin/one_shot/components.py +++ b/compass/plugin/one_shot/components.py @@ -25,9 +25,14 @@ Determine whether the chunk contains content that matches any of the \ schema's criteria. Be strict and literal: only mark relevant if the chunk \ clearly addresses the specific technology and document scope described in \ -the schema. Do not infer beyond the text. If relevant, summarize the \ -specific matching content; if not, state why it does not meet the schema's \ -requirements. Keep the response concise and consistent.\ +the schema. Do not infer beyond the text. Do not treat chapter titles, \ +section titles, tables of contents, navigation links, cross-reference \ +lists, or citation-only indexes as relevant on their own; mark them \ +relevant only when they also include operative provisions, definitions, \ +prohibitions, or other substantive regulatory text that matches the \ +schema. If relevant, summarize the specific matching content; if not, state \ +why it does not meet the schema's requirements. Keep the response concise \ +and consistent.\ """ _TEXT_COLLECTION_MAIN_PROMPT = """\ Determine whether this text excerpt contains any information relevant to \ From 554752506e50bac8795bd8ccd4278230bbdfdd4f Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 16:44:26 -0600 Subject: [PATCH 03/39] Few more heuristic keywords --- compass/extraction/ghp/plugin_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compass/extraction/ghp/plugin_config.yaml b/compass/extraction/ghp/plugin_config.yaml index fae2ac67..d8f2cc3c 100644 --- a/compass/extraction/ghp/plugin_config.yaml +++ b/compass/extraction/ghp/plugin_config.yaml @@ -30,11 +30,14 @@ heuristic_keywords: good_tech_keywords: - "geoexchange" - "geo-exchange" + - "heat-exchange" - "wellfield" - "direct-use" - "closed-loop" good_tech_phrases: + - "water well" - "well field" + - "geothermal heat" - "geothermal resource" - "geothermal drilling" - "geothermal well" @@ -46,6 +49,7 @@ heuristic_keywords: - "open loop" - "vertical loop" - "horizontal loop" + - "heat exchange" - "heating and cooling" - "space heating" - "direct use" From c966394e4491f97b3d3efa44bcaf7fb2359bd3c5 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 16:44:32 -0600 Subject: [PATCH 04/39] Schema updates --- compass/extraction/ghp/geothermal_heat_pump_schema.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 index 4e90c4ee..ad7d9e9b 100644 --- a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 +++ b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 @@ -91,10 +91,10 @@ }, "$core_principles": { "scope_context": { - "description": "Only extract requirements that apply to geothermal heat pump / ground source heat pump systems, including closed-loop and open-loop systems where relevant. If text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Do NOT consider unrelated geothermal electricity generation rules unless the text explicitly governs heat pump exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." + "description": "Only extract requirements that apply to geothermal heat pump / ground source heat pump / geothermal heat exchange systems (or equivalent terms), including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Do NOT consider rules for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." }, "strict_evidence_gate": { - "description": "Extract a feature only when the ordinance text explicitly states a requirement, definition, or prohibition for that same feature. Never infer, assume, extrapolate, or guess from related context, implications, headings, or nearby provisions. If the ordinance points to an outside document or standard without restating the controlling requirement in the ordinance text itself, do not import missing values from that outside source." + "description": "Extract a feature only when the ordinance text explicitly states a requirement, definition, or prohibition for that same feature. Never infer, assume, extrapolate, or guess from related context, implications, headings, or nearby provisions. Chapter titles, section titles, tables of contents, navigation lists, and cross-reference lists are not valid evidence by themselves unless they also quote or restate the operative requirement, definition, or prohibition. If the ordinance points to an outside document or standard without restating the controlling requirement in the ordinance text itself, do not import missing values from that outside source." }, "data_omission": { "description": "Emit only positively matched features. If a feature is not explicitly present, omit it entirely rather than returning placeholder text. For qualitative features, use value=null and units=null only when an enacted, explicit requirement or definition for that same feature is present. For numeric features, extract only when an explicit numeric threshold is stated in the ordinance text; otherwise omit the feature instead of returning null, empty, or qualitative-only values. Never emit absence placeholders such as 'not found', 'no explicit requirement', 'none', or similar text in any field." @@ -207,7 +207,7 @@ "description": "Extract only explicit requirements for visual or physical concealment of above-ground geothermal equipment. Valid concealment mechanisms include barriers or treatments such as screening, fences, walls, landscaping, berms, opaque enclosures, parapets, louvers, or screening panels. A screening row is valid only when the ordinance excerpt itself explicitly states at least one concealment mechanism. Exclude pure siting/location/setback/front-yard/side-yard/rear-yard placement rules, visibility assumptions, or indirect inference from location constraints unless the same requirement explicitly adds a concealment mechanism." }, "permit": { - "description": "Extract permit requirements that explicitly govern GHP installation, drilling, or operation (for example mechanical, geothermal well, environmental, zoning, or health approvals), including triggering conditions. Do not extract generic non-GHP permits unless the ordinance explicitly ties them to geothermal systems." + "description": "Extract permit requirements that explicitly govern GHP installation, drilling, or operation (for example mechanical, geothermal well, environmental, zoning, or health approvals), including triggering conditions. Do not extract generic non-GHP permits unless the ordinance explicitly ties them to geothermal heat pump systems." }, "inspection": { "description": "Extract required inspections (pre-drilling, during installation, final inspection, pressure/flow testing, health/environmental inspections). Include inspection type(s) and responsible authority details in summary when stated." From dec5b766d538e5dce037f6f98bbe05672db53502 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 17:27:39 -0600 Subject: [PATCH 05/39] Add logging --- compass/pipeline/coordinator.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compass/pipeline/coordinator.py b/compass/pipeline/coordinator.py index 069f48c8..7761e182 100644 --- a/compass/pipeline/coordinator.py +++ b/compass/pipeline/coordinator.py @@ -311,6 +311,10 @@ async def run(self, jurisdictions_df): content of the message may vary depending on the results of the processing. """ + logger.info("Loading collection manifest...") + logger.debug( + "Manifest path(s): %s", self.runtime.request.collection_manifest_fp + ) manifest = await load_collection_manifest( self.runtime.request.collection_manifest_fp, self.runtime.tech ) From 06b2b7feb70ed0c7805ae7e52e174eac631e91da Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 17:27:44 -0600 Subject: [PATCH 06/39] Update PB --- compass/pipeline/jurisdiction.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compass/pipeline/jurisdiction.py b/compass/pipeline/jurisdiction.py index 3e30e518..f3a746bf 100644 --- a/compass/pipeline/jurisdiction.py +++ b/compass/pipeline/jurisdiction.py @@ -194,6 +194,10 @@ async def extract_from_collection_info(self, collection_info): ) self.jurisdiction_website = collection_info.get("jurisdiction_website") try: + COMPASS_PB.update_jurisdiction_task( + self.jurisdiction.full_name, + description="Loading pre-parsed documents...", + ) docs = await load_collected_docs( collection_info, task_name=self.jurisdiction.full_name ) From 41893dd58a057b6eaf43d96e60d6b8313b578f7c Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 11 Jun 2026 17:58:25 -0600 Subject: [PATCH 07/39] Update queries --- compass/extraction/ghp/plugin_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compass/extraction/ghp/plugin_config.yaml b/compass/extraction/ghp/plugin_config.yaml index d8f2cc3c..577c8eb1 100644 --- a/compass/extraction/ghp/plugin_config.yaml +++ b/compass/extraction/ghp/plugin_config.yaml @@ -5,9 +5,9 @@ data_type_short_desc: geothermal ground source heat pump ordinance query_templates: - "{jurisdiction} geothermal ground source heat pump code" - "filetype:pdf {jurisdiction} geothermal heat pump ordinance" - - "{jurisdiction} geothermal energy system ordinance" + - "{jurisdiction} private geothermal energy system ordinance" - "Where can I find the legal text for geothermal heat pump zoning ordinances in {jurisdiction}?" - - "What is the specific legal information regarding zoning ordinances for geothermal heat pumps in {jurisdiction}?" + - "What is the specific legal information regarding zoning ordinances for private heat exchange wells in {jurisdiction}?" website_keywords: # These still need massaging From 70196a3c3729aa3da4481d95355fc13a0fabbb21 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 15:05:33 -0600 Subject: [PATCH 08/39] Minor update to value output --- compass/services/cpu.py | 12 +++++- .../python/unit/services/test_services_cpu.py | 40 ++++++++++++++++++- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/compass/services/cpu.py b/compass/services/cpu.py index a7147507..7eabb527 100644 --- a/compass/services/cpu.py +++ b/compass/services/cpu.py @@ -15,6 +15,7 @@ from logging.handlers import QueueHandler import numpy as np +import pandas as pd from elm.web.document import PDFDocument, MDDocument from elm.utilities.parse import read_pdf, read_pdf_ocr from docling.datamodel.backend_options import HTMLBackendOptions @@ -369,8 +370,10 @@ def _read_docling( with warnings.catch_warnings(): warnings.simplefilter("ignore", RuntimeWarning) - mean_confidence = conv_result.confidence.mean_score - low_score_confidence = conv_result.confidence.low_score + mean_confidence = _none_if_missing(conv_result.confidence.mean_score) + low_score_confidence = _none_if_missing( + conv_result.confidence.low_score + ) attrs = { "doc_filename": conv_result.input.file.stem, @@ -407,6 +410,11 @@ def _configure_pytesseract(tesseract_cmd): pytesseract.pytesseract.tesseract_cmd = tesseract_cmd +def _none_if_missing(value): + """Return ``None`` when a scalar confidence value is missing""" + return None if pd.isna(value) else value + + def _try_decode_ocr_pages(pages): """Try to decode pages into strings""" decoded_pages = [] diff --git a/tests/python/unit/services/test_services_cpu.py b/tests/python/unit/services/test_services_cpu.py index 4dba40f4..21ac9215 100644 --- a/tests/python/unit/services/test_services_cpu.py +++ b/tests/python/unit/services/test_services_cpu.py @@ -4,10 +4,13 @@ import sys import asyncio from pathlib import Path +from types import SimpleNamespace +import numpy as np +import pandas as pd import pytest -from compass.services.cpu import ProcessPoolService +from compass.services.cpu import ProcessPoolService, _read_docling from compass.services.provider import RunningAsyncServices from compass.utilities.logs import LocationFileLog, LogListener @@ -116,5 +119,40 @@ def emit(self, record): ) +def test_read_docling_converts_missing_confidences_to_none(monkeypatch): + """Test that missing Docling confidence values are normalized""" + + class FakeDocumentConverter: + def __init__(self, format_options): + self.format_options = format_options + + def convert(self, stream, headers=None): + return SimpleNamespace( + confidence=SimpleNamespace( + mean_score=np.nan, + low_score=pd.NA, + pages={0: SimpleNamespace(ocr_score=np.nan)}, + ), + input=SimpleNamespace( + file=Path("sample.html"), + format=SimpleNamespace(value="html"), + ), + pages=["page 1"], + document=SimpleNamespace( + export_to_markdown=lambda **kwargs: "markdown body" + ), + ) + + monkeypatch.setattr( + "compass.services.cpu.DocumentConverter", FakeDocumentConverter + ) + + doc = _read_docling(b"", "sample.html") + + assert doc.pages == ["markdown body"] + assert doc.attrs["mean_confidence"] is None + assert doc.attrs["low_score_confidence"] is None + + if __name__ == "__main__": pytest.main(["-q", "--show-capture=all", Path(__file__), "-rapP"]) From 2e06bea7528587c17df2b99338785239e055b46a Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 17:29:20 -0600 Subject: [PATCH 09/39] Add support for `max_num_docs_to_parse_per_jurisdiction` --- compass/extraction/water/plugin.py | 2 +- compass/pipeline/collection/steps.py | 4 ++- compass/pipeline/data_classes.py | 34 +++++++++++++++++++ compass/pipeline/extraction.py | 3 +- compass/plugin/base.py | 6 +++- compass/plugin/interface.py | 12 ++++++- .../dev/advanced_plugin_development.rst | 6 ++-- .../pipeline/test_pipeline_orchestration.py | 2 +- 8 files changed, 60 insertions(+), 9 deletions(-) diff --git a/compass/extraction/water/plugin.py b/compass/extraction/water/plugin.py index 4cebc602..9dd5c3f0 100644 --- a/compass/extraction/water/plugin.py +++ b/compass/extraction/water/plugin.py @@ -100,7 +100,7 @@ async def get_heuristic(self): # noqa: PLR6301 """ return WaterRightsHeuristic() - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, __): """Filter down candidate documents before parsing Parameters diff --git a/compass/pipeline/collection/steps.py b/compass/pipeline/collection/steps.py index ed95102a..04eb6e14 100644 --- a/compass/pipeline/collection/steps.py +++ b/compass/pipeline/collection/steps.py @@ -76,7 +76,9 @@ async def collect(self, workflow): # noqa: PLR6301 docs = await load_known_docs( workflow.jurisdiction, [info["source_fp"] for info in workflow.known_local_docs], - local_file_loader_kwargs=workflow.runtime.local_file_loader_kwargs, + local_file_loader_kwargs=( + workflow.runtime.local_file_loader_kwargs + ), ) except Exception: logger.exception( diff --git a/compass/pipeline/data_classes.py b/compass/pipeline/data_classes.py index 3f4fdada..2fb34151 100644 --- a/compass/pipeline/data_classes.py +++ b/compass/pipeline/data_classes.py @@ -299,6 +299,22 @@ def se_kwargs(self): return extra_kwargs +class DocParsingParams: + """Value Object for document parsing settings""" + + def __init__(self, max_num_docs_per_jurisdiction=None): + """ + + Parameters + ---------- + max_num_docs_per_jurisdiction : int, optional + Maximum number of documents to parse for each jurisdiction + (regardless of the collection method). If ``None``, all + collected documents are parsed. By default, ``None``. + """ + self.max_num_docs_per_jurisdiction = max_num_docs_per_jurisdiction + + class BaseRequest: """Parameter Object base class for pipeline requests""" @@ -314,6 +330,7 @@ def __init__( # noqa: PLR0913 model="gpt-4o-mini", llm_costs=None, num_urls_to_check_per_jurisdiction=5, + max_num_docs_to_parse_per_jurisdiction=None, max_num_concurrent_browsers=10, max_num_concurrent_website_searches=10, max_num_concurrent_jurisdictions=25, @@ -439,6 +456,10 @@ def __init__( # noqa: PLR0913 Number of unique Google search result URLs to check for each jurisdiction when attempting to locate ordinance documents. By default, ``5``. + max_num_docs_to_parse_per_jurisdiction : int, optional + Maximum number of documents to parse for each jurisdiction + (regardless of the collection method). If ``None``, all + collected documents are parsed. By default, ``None``. max_num_concurrent_browsers : int, default=10 Maximum number of browser instances to launch concurrently for retrieving information from the web. Increasing this @@ -619,6 +640,11 @@ def __init__( # noqa: PLR0913 simple_se_result_sort=simple_se_result_sort, pytesseract_exe_fp=pytesseract_exe_fp, ) + self.parsing_settings = DocParsingParams( + max_num_docs_per_jurisdiction=( + max_num_docs_to_parse_per_jurisdiction + ) + ) self.runtime_settings = RuntimeSettings( td_kwargs=td_kwargs, tpe_kwargs=tpe_kwargs, @@ -963,6 +989,7 @@ def __init__( # noqa: PLR0913 collection_manifest_fp, *, model="gpt-4o-mini", + max_num_docs_to_parse_per_jurisdiction=None, max_num_concurrent_jurisdictions=25, file_loader_kwargs=None, td_kwargs=None, @@ -1052,6 +1079,10 @@ def __init__( # noqa: PLR0913 set ``"model": "gpt-4o-mini-2025-04-11"``. By default, ``"gpt-4o-mini"``. + max_num_docs_to_parse_per_jurisdiction : int, optional + Maximum number of documents to parse for each jurisdiction + (regardless of the collection method). If ``None``, all + collected documents are parsed. By default, ``None``. max_num_concurrent_jurisdictions : int, default=25 Maximum number of jurisdictions to process concurrently. Limiting this can help manage memory usage when dealing with @@ -1139,6 +1170,9 @@ def __init__( # noqa: PLR0913 tech=tech, jurisdiction_fp=jurisdiction_fp, model=model, + max_num_docs_to_parse_per_jurisdiction=( + max_num_docs_to_parse_per_jurisdiction + ), max_num_concurrent_jurisdictions=max_num_concurrent_jurisdictions, file_loader_kwargs=file_loader_kwargs, td_kwargs=td_kwargs, diff --git a/compass/pipeline/extraction.py b/compass/pipeline/extraction.py index 4efaab71..ecf09b0e 100644 --- a/compass/pipeline/extraction.py +++ b/compass/pipeline/extraction.py @@ -35,7 +35,8 @@ async def extract_from_docs(self, docs): extraction_context = ExtractionContext(documents=docs) extraction_context = await self.workflow.extractor.filter_docs( - extraction_context + extraction_context, + self.workflow.parsing_settings.max_num_docs_per_jurisdiction, ) if not extraction_context: return None diff --git a/compass/plugin/base.py b/compass/plugin/base.py index 4d028658..06c8bb19 100644 --- a/compass/plugin/base.py +++ b/compass/plugin/base.py @@ -103,7 +103,7 @@ async def get_heuristic(self): raise NotImplementedError @abstractmethod - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, max_num_docs=None): """Filter down candidate documents before parsing Parameters @@ -112,6 +112,10 @@ async def filter_docs(self, extraction_context): Context containing candidate documents to be filtered. Set the ``.documents`` attribute of this object to be the iterable of documents that should be kept for parsing. + max_num_docs : int, optional + Maximum number of documents to parse (regardless of the + collection method). If ``None``, all collected documents are + parsed. By default, ``None``. Returns ------- diff --git a/compass/plugin/interface.py b/compass/plugin/interface.py index a45a815a..6b775d08 100644 --- a/compass/plugin/interface.py +++ b/compass/plugin/interface.py @@ -278,13 +278,17 @@ async def get_heuristic(self): """ return self.HEURISTIC() - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, max_num_docs=None): """Filter down candidate documents before parsing Parameters ---------- extraction_context : ExtractionContext Context containing candidate documents to be filtered. + max_num_docs : int, optional + Maximum number of documents to parse (regardless of the + collection method). If ``None``, all collected documents are + parsed. By default, ``None``. Returns ------- @@ -340,6 +344,12 @@ async def filter_docs(self, extraction_context): if not docs: return None + if max_num_docs is not None: + logger.debug( + "Sub-setting to %d document(s) for parsing", max_num_docs + ) + docs = docs[:max_num_docs] + extraction_context.documents = docs return extraction_context diff --git a/docs/source/dev/advanced_plugin_development.rst b/docs/source/dev/advanced_plugin_development.rst index 73503ce2..ccc35c39 100644 --- a/docs/source/dev/advanced_plugin_development.rst +++ b/docs/source/dev/advanced_plugin_development.rst @@ -181,7 +181,7 @@ The contract ``get_heuristic()`` Return a heuristic instance for initial document screening. -``filter_docs(extraction_context)`` +``filter_docs(extraction_context, max_num_docs=None)`` The heart of customization. Take ``extraction_context.docs`` and reduce them to relevant content. Store anything you want in ``extraction_context.attrs`` for later stages. @@ -251,7 +251,7 @@ for data centers: def get_heuristic(cls): return NoOpHeuristic() - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, max_num_docs=None): docs = extraction_context.docs page_texts = [ @@ -801,7 +801,7 @@ parsing, and output. Here is the complete plugin class: def get_heuristic(cls): return NoOpHeuristic() - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, max_num_docs=None): docs = extraction_context.docs page_texts = [ diff --git a/tests/python/unit/pipeline/test_pipeline_orchestration.py b/tests/python/unit/pipeline/test_pipeline_orchestration.py index 0c3716a2..da10aaca 100644 --- a/tests/python/unit/pipeline/test_pipeline_orchestration.py +++ b/tests/python/unit/pipeline/test_pipeline_orchestration.py @@ -176,7 +176,7 @@ def check(self, text): return _KeepEverything() - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, __): """Keep all docs for deterministic round-trip tests""" if not extraction_context: return None From 0eb6b9c78e7bc9d5dd3b3540522821c40cc57c03 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 17:58:34 -0600 Subject: [PATCH 10/39] Fix tests --- .../test_integrated_pipeline_orchestration.py | 2 +- .../pipeline/test_pipeline_orchestration.py | 160 +----------------- 2 files changed, 2 insertions(+), 160 deletions(-) diff --git a/tests/python/integration/test_integrated_pipeline_orchestration.py b/tests/python/integration/test_integrated_pipeline_orchestration.py index a1eb686d..31109f56 100644 --- a/tests/python/integration/test_integrated_pipeline_orchestration.py +++ b/tests/python/integration/test_integrated_pipeline_orchestration.py @@ -79,7 +79,7 @@ def check(self, text): return _KeepEverything() - async def filter_docs(self, extraction_context): + async def filter_docs(self, extraction_context, __): """Keep all docs for deterministic round-trip tests""" if not extraction_context: return None diff --git a/tests/python/unit/pipeline/test_pipeline_orchestration.py b/tests/python/unit/pipeline/test_pipeline_orchestration.py index bef9c45c..ba5d13a0 100644 --- a/tests/python/unit/pipeline/test_pipeline_orchestration.py +++ b/tests/python/unit/pipeline/test_pipeline_orchestration.py @@ -17,11 +17,8 @@ ) from compass.pipeline.coordinator import run_compass from compass.pipeline.runtime import PipelineRuntime -from compass.plugin.base import BaseExtractionPlugin -from compass.plugin.registry import PLUGIN_REGISTRY, register_plugin + from compass.pb import COMPASS_PB -from compass.services.base import Service -from compass.utilities.enums import LLMTasks @pytest.fixture(autouse=True) @@ -123,161 +120,6 @@ def test_known_local_docs_logs_missing_file(tmp_path, testing_log_file): ) -class _DummyLLMService(Service): - """No-op service used to satisfy extraction orchestration in tests""" - - @property - def can_process(self): - """bool: Always ready to process""" - return True - - async def process(self, *args, **kwargs): - """Return a no-op response""" - return - - -class _DummyModelConfig: - """Minimal model config for deterministic extraction tests""" - - def __init__(self): - self.name = "dummy-model" - self.llm_service = _DummyLLMService() - self.llm_call_kwargs = {} - self.llm_service_rate_limit = 1 - self.text_splitter_chunk_size = 1000 - self.text_splitter_chunk_overlap = 0 - self.client_type = "test" - - -class _RoundtripTestPlugin(BaseExtractionPlugin): - """Deterministic plugin for collection and extraction round trips""" - - IDENTIFIER = "roundtrip-test" - - async def get_query_templates(self): - """Return empty query templates for local-doc tests""" - return [] - - async def get_website_keywords(self): - """Return empty website keywords for local-doc tests""" - return {} - - async def get_heuristic(self): - """Return a heuristic that keeps all docs""" - - class _KeepEverything: - def check(self, text): - return bool(text) - - return _KeepEverything() - - async def filter_docs(self, extraction_context, __): - """Keep all docs for deterministic round-trip tests""" - if not extraction_context: - return None - return extraction_context - - async def parse_docs_for_structured_data(self, extraction_context): - """Turn each source doc into one structured row""" - rows = [] - for doc in extraction_context.documents: - await extraction_context.mark_doc_as_data_source(doc) - rows.append( - { - "jurisdiction": self.jurisdiction.full_name, - "source": doc.attrs.get("source"), - "source_kind": ( - "pdf" - if str(doc.attrs.get("source", "")).endswith(".pdf") - else "text" - ), - "user_label": doc.attrs.get("user_label"), - "num_pages": len(doc.pages), - } - ) - - extraction_context.attrs["structured_data"] = pd.DataFrame(rows) - extraction_context.attrs["out_data_fn"] = ( - f"{self.jurisdiction.full_name} Ordinances.csv" - ) - return extraction_context - - @classmethod - def save_structured_data(cls, doc_infos, out_dir): - """Write a simple combined CSV and return the row count""" - frames = [] - for doc_info in doc_infos: - if doc_info.get("ord_db_fp") is None: - continue - frames.append(pd.read_csv(doc_info["ord_db_fp"])) - - if not frames: - return 0 - - combined = pd.concat(frames, ignore_index=True) - combined.to_csv( - Path(out_dir) / "roundtrip_test_combined.csv", - index=False, - encoding="utf-8-sig", - ) - return len(frames) - - -@pytest.fixture -def registered_roundtrip_plugin(): - """Register a deterministic plugin for process round-trip tests""" - plugin_id = _RoundtripTestPlugin.IDENTIFIER.casefold() - already_registered = plugin_id in PLUGIN_REGISTRY - if not already_registered: - register_plugin(_RoundtripTestPlugin) - - yield _RoundtripTestPlugin - - if not already_registered: - PLUGIN_REGISTRY.pop(plugin_id, None) - - -@pytest.fixture -def patched_model_configs(monkeypatch): - """Replace pipeline model config setup with a deterministic stub""" - - def _dummy_build_models(request): - return {LLMTasks.DEFAULT: _DummyModelConfig()} - - monkeypatch.setattr( - data_classes_module, "_build_models", _dummy_build_models - ) - - -@pytest.fixture -def roundtrip_local_docs_inputs(tmp_path, test_data_files_dir): - """Create jurisdiction and local-doc inputs for round-trip tests""" - jurisdiction_fp = tmp_path / "jurisdictions.csv" - jurisdiction_fp.write_text( - "State,County,Subdivision,Jurisdiction Type\n" - "Washington,Whatcom,,county\n" - "New York,Allegany,Caneadea,town\n", - encoding="utf-8", - ) - - known_local_docs = { - "53073": [ - { - "source_fp": test_data_files_dir / "Whatcom.txt", - "user_label": "whatcom-text", - } - ], - "3600312243": [ - { - "source_fp": test_data_files_dir / "Caneadea New York.pdf", - "user_label": "caneadea-pdf", - } - ], - } - - return jurisdiction_fp, known_local_docs - - @pytest.mark.asyncio async def test_collect_request_uses_collection_workflow( tmp_path, patched_workflow From c34f2810a9cc87b1cd391a0e8c50026a095d61e3 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 17:58:37 -0600 Subject: [PATCH 11/39] Minor change --- compass/pipeline/extraction.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/compass/pipeline/extraction.py b/compass/pipeline/extraction.py index ecf09b0e..aeab2d19 100644 --- a/compass/pipeline/extraction.py +++ b/compass/pipeline/extraction.py @@ -16,6 +16,12 @@ class DocumentExtraction: def __init__(self, workflow): self.workflow = workflow + @property + def max_docs_to_parse(self): + """int or None: Maximum number of documents to parse""" + parse_settings = self.workflow.runtime.request.parsing_settings + return parse_settings.max_num_docs_per_jurisdiction + async def extract_from_docs(self, docs): """Filter and extract data from a set of docs @@ -35,8 +41,7 @@ async def extract_from_docs(self, docs): extraction_context = ExtractionContext(documents=docs) extraction_context = await self.workflow.extractor.filter_docs( - extraction_context, - self.workflow.parsing_settings.max_num_docs_per_jurisdiction, + extraction_context, self.max_docs_to_parse ) if not extraction_context: return None From c5bb3c9ecb6e1e5547762d66ecbfaf9c450b32e3 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 18:01:01 -0600 Subject: [PATCH 12/39] Add a prefix type --- compass/utilities/jurisdictions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compass/utilities/jurisdictions.py b/compass/utilities/jurisdictions.py index 0d169fad..775dca48 100644 --- a/compass/utilities/jurisdictions.py +++ b/compass/utilities/jurisdictions.py @@ -32,6 +32,7 @@ "borough", "village", "unorganized territory", + "location", } From f7e034281d404969518ca293d657d882e4fcfe3b Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 21:11:34 -0600 Subject: [PATCH 13/39] Add `base_website_url` --- compass/web/url_utils.py | 22 ++++++++++++++++++++++ tests/python/unit/web/test_web_crawl.py | 22 +++++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/compass/web/url_utils.py b/compass/web/url_utils.py index 30fb96e6..866abc9b 100644 --- a/compass/web/url_utils.py +++ b/compass/web/url_utils.py @@ -25,3 +25,25 @@ def sanitize_url(url): query = quote(parsed.query, safe=_QUERY_SAFE_CHARS) fragment = quote(parsed.fragment, safe="") return urlunsplit((parsed.scheme, parsed.netloc, path, query, fragment)) + + +def base_website_url(url): + """Return the scheme and netloc portion of a website URL + + Parameters + ---------- + url : str + URL string that may include a path, query string, or fragment. + + Returns + ------- + str + Canonical website root URL consisting of the original scheme + and netloc with a trailing slash. If the URL is missing a + scheme or netloc, the input is returned unchanged. + """ + parsed = urlsplit(url) + if not parsed.scheme or not parsed.netloc: + return url + + return urlunsplit((parsed.scheme, parsed.netloc, "/", "", "")) diff --git a/tests/python/unit/web/test_web_crawl.py b/tests/python/unit/web/test_web_crawl.py index 416c3897..47ac8cb4 100644 --- a/tests/python/unit/web/test_web_crawl.py +++ b/tests/python/unit/web/test_web_crawl.py @@ -10,7 +10,7 @@ from crawl4ai.models import Link as TestLink from compass.web import website_crawl -from compass.web.url_utils import sanitize_url +from compass.web.url_utils import base_website_url, sanitize_url from compass.web.website_crawl import ( COMPASSCrawler, COMPASSLinkScorer, @@ -92,6 +92,26 @@ def locator(self, selector): return StubLocators(self, locators) +@pytest.mark.parametrize( + "url, expected_out", + [ + ( + "https://prattvilleal.gov/venue/autauga-county-commission/", + "https://prattvilleal.gov/", + ), + ( + "https://cityofbayminetteal.gov/government/city-council?x=1", + "https://cityofbayminetteal.gov/", + ), + ("not-a-url", "not-a-url"), + ], +) +def test_base_website_url(url, expected_out): + """Collapse website URLs to their root domain""" + + assert base_website_url(url) == expected_out + + @pytest.fixture def crawler_setup(monkeypatch): """Provide a COMPASS crawler with deterministic dependencies""" From d292365084d472eb0c90f2ac24e20fc228bdca10 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 21:11:56 -0600 Subject: [PATCH 14/39] Normalize potential website results --- compass/scripts/download.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/compass/scripts/download.py b/compass/scripts/download.py index 4d33b300..2a42098a 100644 --- a/compass/scripts/download.py +++ b/compass/scripts/download.py @@ -25,7 +25,7 @@ COMPASSLocalFileLoader, ) from compass.web.website_crawl import COMPASSCrawler, COMPASSLinkScorer -from compass.web.url_utils import sanitize_url +from compass.web.url_utils import base_website_url, sanitize_url from compass.utilities.enums import LLMTasks, COMPASSDocumentCollectionStep from compass.utilities.parsing import is_pdf_doc from compass.pb import COMPASS_PB @@ -243,6 +243,9 @@ async def find_jurisdiction_website( task_name=jurisdiction.full_name, **kwargs, ) + potential_website_links = _normalize_website_candidates( + potential_website_links + ) if not potential_website_links: return None @@ -726,6 +729,20 @@ async def filter_ordinance_docs( return docs +def _normalize_website_candidates(urls): + """Normalize website candidates to canonical root URLs""" + seen = set() + normalized_urls = [] + for url in urls: + normalized_url = base_website_url(url) + url_key = normalized_url.casefold() + if url_key in seen: + continue + seen.add(url_key) + normalized_urls.append(normalized_url) + return normalized_urls + + async def _docs_from_web_search( query_templates, num_urls, From 5492594bbbdc2ad3bb6ea0bd40f864cdddaa631d Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 21:12:12 -0600 Subject: [PATCH 15/39] Use `base_website_url` --- compass/pipeline/collection/steps.py | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/compass/pipeline/collection/steps.py b/compass/pipeline/collection/steps.py index 04eb6e14..c6f046f4 100644 --- a/compass/pipeline/collection/steps.py +++ b/compass/pipeline/collection/steps.py @@ -16,6 +16,7 @@ from compass.validation.location import JurisdictionWebsiteValidator from compass.utilities.enums import LLMTasks, COMPASSDocumentCollectionStep from compass.pb import COMPASS_PB +from compass.web.url_utils import base_website_url logger = logging.getLogger(__name__) @@ -398,8 +399,8 @@ async def try_set_website_from_jurisdiction(workflow): if workflow.validate_user_website_input: await _validate_jurisdiction_website(workflow) else: - workflow.jurisdiction_website = await get_redirected_url( - workflow.jurisdiction_website, timeout=30 + workflow.jurisdiction_website = await _get_base_website( + workflow.jurisdiction_website ) if not workflow.jurisdiction_website: @@ -413,8 +414,8 @@ async def _validate_jurisdiction_website(workflow): if workflow.jurisdiction_website is None: return - workflow.jurisdiction_website = await get_redirected_url( - workflow.jurisdiction_website, timeout=30 + workflow.jurisdiction_website = await _get_base_website( + workflow.jurisdiction_website, ) COMPASS_PB.update_jurisdiction_task( workflow.jurisdiction.full_name, @@ -441,6 +442,12 @@ async def _validate_jurisdiction_website(workflow): workflow.jurisdiction_website = None +async def _get_base_website(website): + """Get the base URL for a website, following redirects if needed""" + website = await get_redirected_url(website, timeout=30) + return base_website_url(website) + + async def _find_jurisdiction_website_for_workflow(workflow): """Search for the jurisdiction website""" COMPASS_PB.update_jurisdiction_task( From 68c7d3f43fde31d60496ec36b7ecee63ce2a2582 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 21:13:54 -0600 Subject: [PATCH 16/39] More graceful shutdown --- compass/services/cpu.py | 84 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 78 insertions(+), 6 deletions(-) diff --git a/compass/services/cpu.py b/compass/services/cpu.py index 7eabb527..02efa87e 100644 --- a/compass/services/cpu.py +++ b/compass/services/cpu.py @@ -36,9 +36,15 @@ from compass.utilities.logs import AddLocationFilter, LQ +logger = logging.getLogger(__name__) + + class ProcessPoolService(Service): """Service that contains a ProcessPoolExecutor instance""" + _SHUTDOWN_TIMEOUT = 5 + _FORCE_SHUTDOWN_TIMEOUT = 1 + def __init__(self, **kwargs): """ @@ -59,16 +65,36 @@ def acquire_resources(self): user_initializer = ppe_kwargs.pop("initializer", None) initargs = tuple(ppe_kwargs.pop("initargs", ())) ppe_kwargs["initializer"] = _configure_subprocess_logging - ppe_kwargs["initargs"] = ( - LQ.QUEUE, - user_initializer, - initargs, - ) + ppe_kwargs["initargs"] = (LQ.QUEUE, user_initializer, initargs) self.pool = ProcessPoolExecutor(**ppe_kwargs) def release_resources(self): """Shutdown thread pool and cleanup temp directory""" - self.pool.shutdown(wait=True, cancel_futures=True) + pool = self.pool + self.pool = None + if pool is None: + return + + manager_thread = getattr(pool, "_executor_manager_thread", None) + processes = list(getattr(pool, "_processes", {}).values()) + pool.shutdown(wait=False, cancel_futures=True) + + if not _needs_forced_shutdown( + manager_thread, processes, self._SHUTDOWN_TIMEOUT + ): + return + + logger.warning( + "Process pool did not shut down within %.1f seconds; " + "terminating lingering workers", + self._SHUTDOWN_TIMEOUT, + ) + _force_shutdown_processes( + processes, timeout=self._FORCE_SHUTDOWN_TIMEOUT + ) + _join_manager_thread( + manager_thread, timeout=self._FORCE_SHUTDOWN_TIMEOUT + ) class FileLoader(ProcessPoolService): @@ -425,6 +451,52 @@ def _try_decode_ocr_pages(pages): return decoded_pages +def _needs_forced_shutdown(manager_thread, processes, shutdown_timeout): + """Determine whether graceful shutdown exceeded the timeout""" + if manager_thread is not None: + return _join_manager_thread(manager_thread, timeout=shutdown_timeout) + + deadline = time.monotonic() + shutdown_timeout + while time.monotonic() < deadline: + if not any(_is_process_alive(process) for process in processes): + return False + time.sleep(0.05) + + return any(_is_process_alive(process) for process in processes) + + +def _join_manager_thread(manager_thread, timeout): + """bool: Join a manager thread and report whether it lives""" + if manager_thread is None: + return False + + manager_thread.join(timeout=timeout) + return manager_thread.is_alive() + + +def _force_shutdown_processes(processes, timeout=1): + """Force lingering worker processes to exit""" + for process in processes: + if process is None or not _is_process_alive(process): + continue + + with contextlib.suppress(Exception): + process.terminate() + process.join(timeout=timeout) + + if not _is_process_alive(process): + continue + + with contextlib.suppress(Exception): + process.kill() + process.join(timeout=timeout) + + +def _is_process_alive(process): + """bool: Check whether a worker process is still alive""" + return process is not None and process.is_alive() + + def _configure_subprocess_logging(logging_queue, user_initializer, initargs): """Route subprocess output through the main process log queue""" queue_handler = QueueHandler(logging_queue) From c188681a8d65b6074b5fa72ee563517d098f473b Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 12 Jun 2026 21:15:11 -0600 Subject: [PATCH 17/39] Tests --- tests/python/unit/scripts/test_download.py | 60 ++++++++ .../python/unit/services/test_services_cpu.py | 140 ++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 tests/python/unit/scripts/test_download.py diff --git a/tests/python/unit/scripts/test_download.py b/tests/python/unit/scripts/test_download.py new file mode 100644 index 00000000..1434ef5e --- /dev/null +++ b/tests/python/unit/scripts/test_download.py @@ -0,0 +1,60 @@ +"""Tests for compass.scripts.download""" + +from pathlib import Path +from types import SimpleNamespace + +import pytest + +import compass.scripts.download as download_module +from compass.utilities.enums import LLMTasks + + +@pytest.mark.asyncio +async def test_find_jurisdiction_website_returns_base_domain(monkeypatch): + """Return the canonical root URL for the selected website""" + + async def fake_search_with_fallback(**_kwargs): + return [ + "https://prattvilleal.gov/venue/autauga-county-commission/", + "https://prattvilleal.gov/government/mayor", + "https://example.org/other-page", + ] + + class DummyValidator: + def __init__(self, **_kwargs): + pass + + async def check(self, url, jurisdiction): + return url == "https://prattvilleal.gov/" + + monkeypatch.setattr( + download_module, + "search_with_fallback", + fake_search_with_fallback, + ) + monkeypatch.setattr( + download_module, + "JurisdictionWebsiteValidator", + DummyValidator, + ) + + jurisdiction = SimpleNamespace( + full_name="Autauga County, Alabama", + full_name_the_prefixed="Autauga County, Alabama", + ) + model_config = SimpleNamespace( + llm_service=object(), + llm_call_kwargs={}, + ) + + out = await download_module.find_jurisdiction_website( + jurisdiction, + {LLMTasks.DEFAULT: model_config}, + validate=True, + ) + + assert out == "https://prattvilleal.gov/" + + +if __name__ == "__main__": + pytest.main(["-q", "--show-capture=all", Path(__file__), "-rapP"]) diff --git a/tests/python/unit/services/test_services_cpu.py b/tests/python/unit/services/test_services_cpu.py index 21ac9215..8bb64b95 100644 --- a/tests/python/unit/services/test_services_cpu.py +++ b/tests/python/unit/services/test_services_cpu.py @@ -154,5 +154,145 @@ def convert(self, stream, headers=None): assert doc.attrs["low_score_confidence"] is None +def test_process_pool_release_resources_graceful_shutdown(): # noqa + """Graceful process-pool shutdown should not force worker exit""" + + class DummyService(ProcessPoolService): + @property + def can_process(self): + return True + + async def process(self): + return None + + class FakeThread: + def __init__(self): + self.join_calls = [] + self._alive = True + + def join(self, timeout=None): + self.join_calls.append(timeout) + self._alive = False + + def is_alive(self): + return self._alive + + class FakeProcess: + def __init__(self): + self.terminate_calls = 0 + self.kill_calls = 0 + self.join_calls = [] + + def is_alive(self): + return False + + def terminate(self): + self.terminate_calls += 1 + + def kill(self): + self.kill_calls += 1 + + def join(self, timeout=None): + self.join_calls.append(timeout) + + class FakePool: + def __init__(self): + self.shutdown_calls = [] + self._executor_manager_thread = FakeThread() + self._processes = {0: FakeProcess()} + + def shutdown(self, wait=True, cancel_futures=True): + self.shutdown_calls.append((wait, cancel_futures)) + + service = DummyService() + pool = FakePool() + service.pool = pool + + service.release_resources() + + assert service.pool is None + assert pool.shutdown_calls == [(False, True)] + assert pool._executor_manager_thread.join_calls == [ + service._SHUTDOWN_TIMEOUT + ] + process = pool._processes[0] + assert process.terminate_calls == 0 + assert process.kill_calls == 0 + + +def test_process_pool_release_resources_forces_stuck_shutdown(): # noqa + """Stuck process-pool shutdown should terminate then kill workers""" + + class DummyService(ProcessPoolService): + @property + def can_process(self): + return True + + async def process(self): + return None + + class FakeThread: + def __init__(self): + self.join_calls = [] + self._alive = True + + def join(self, timeout=None): + self.join_calls.append(timeout) + if len(self.join_calls) > 1: + self._alive = False + + def is_alive(self): + return self._alive + + class FakeProcess: + def __init__(self): + self.terminate_calls = 0 + self.kill_calls = 0 + self.join_calls = [] + self._alive = True + + def is_alive(self): + return self._alive + + def terminate(self): + self.terminate_calls += 1 + + def kill(self): + self.kill_calls += 1 + self._alive = False + + def join(self, timeout=None): + self.join_calls.append(timeout) + + class FakePool: + def __init__(self): + self.shutdown_calls = [] + self._executor_manager_thread = FakeThread() + self._processes = {0: FakeProcess()} + + def shutdown(self, wait=True, cancel_futures=True): + self.shutdown_calls.append((wait, cancel_futures)) + + service = DummyService() + pool = FakePool() + service.pool = pool + + service.release_resources() + + assert service.pool is None + assert pool.shutdown_calls == [(False, True)] + assert pool._executor_manager_thread.join_calls == [ + service._SHUTDOWN_TIMEOUT, + service._FORCE_SHUTDOWN_TIMEOUT, + ] + process = pool._processes[0] + assert process.terminate_calls == 1 + assert process.kill_calls == 1 + assert process.join_calls == [ + service._FORCE_SHUTDOWN_TIMEOUT, + service._FORCE_SHUTDOWN_TIMEOUT, + ] + + if __name__ == "__main__": pytest.main(["-q", "--show-capture=all", Path(__file__), "-rapP"]) From e60fc7e0562a2019ff5880d01b0a195abbe958c1 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:46:21 -0600 Subject: [PATCH 18/39] New schemas --- ..._chunk.json5 => validate_chunk_content.json5} | 0 .../one_shot/schemas/validate_chunk_scope.json5 | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) rename compass/plugin/one_shot/schemas/{validate_chunk.json5 => validate_chunk_content.json5} (100%) create mode 100644 compass/plugin/one_shot/schemas/validate_chunk_scope.json5 diff --git a/compass/plugin/one_shot/schemas/validate_chunk.json5 b/compass/plugin/one_shot/schemas/validate_chunk_content.json5 similarity index 100% rename from compass/plugin/one_shot/schemas/validate_chunk.json5 rename to compass/plugin/one_shot/schemas/validate_chunk_content.json5 diff --git a/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 b/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 new file mode 100644 index 00000000..ddb78ce8 --- /dev/null +++ b/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 @@ -0,0 +1,16 @@ +{ + "type": "object", + "description": "Response indicating whether the text chunk is within the scope of the extraction schema.", + "additionalProperties": false, + "required": ["matches_scope", "explanation"], + "properties": { + "matches_scope": { + "type": "boolean", + "description": "Flag indicating whether the chunk clearly matches the schema's intended domain and scope.", + }, + "explanation": { + "type": "string", + "description": "Short explanation describing why the chunk is in scope or out of scope for the extraction schema.", + }, + }, +} \ No newline at end of file From 51dc95ba711d1fd57b3eba313a76532b2bbea4f4 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:46:42 -0600 Subject: [PATCH 19/39] Automatic text collection now broken into two parts --- compass/plugin/one_shot/base.py | 6 +- compass/plugin/one_shot/components.py | 131 +++++++++++++++++++++----- 2 files changed, 111 insertions(+), 26 deletions(-) diff --git a/compass/plugin/one_shot/base.py b/compass/plugin/one_shot/base.py index ace97a9f..e2f9dd77 100644 --- a/compass/plugin/one_shot/base.py +++ b/compass/plugin/one_shot/base.py @@ -472,12 +472,14 @@ def _collectors_from_config(config): cp = config.get("collection_prompts") if cp is True: - schema_fp = _SCHEMA_DIR / "validate_chunk.json5" + scope_schema_fp = _SCHEMA_DIR / "validate_chunk_scope.json5" + content_schema_fp = _SCHEMA_DIR / "validate_chunk_content.json5" class PluginTextCollector(SchemaBasedTextCollector): OUT_LABEL = NoOpTextCollector.OUT_LABEL # reuse label SCHEMA = config["schema"] - OUTPUT_SCHEMA = load_config(schema_fp) + SCOPE_VALIDATION_OUTPUT_SCHEMA = load_config(scope_schema_fp) + CONTENT_VALIDATION_OUTPUT_SCHEMA = load_config(content_schema_fp) return [PluginTextCollector] diff --git a/compass/plugin/one_shot/components.py b/compass/plugin/one_shot/components.py index ee549a61..f3573e5c 100644 --- a/compass/plugin/one_shot/components.py +++ b/compass/plugin/one_shot/components.py @@ -16,23 +16,48 @@ logger = logging.getLogger(__name__) +_TEXT_SCOPE_SYSTEM_PROMPT = """\ +You are a structured extraction scope validator. You receive: +1) A text chunk. +2) An extraction schema that defines the exact domain and scope of the \ +requested extraction. + +Determine whether the chunk is in scope for the schema. Focus first on any \ +explicit scope limitations in the schema, including technology, document \ +type, regulatory subject, exclusions, and similar boundaries. Be strict and \ +literal: only mark the chunk in scope when the text clearly pertains to the \ +schema's intended domain. Do not infer beyond the text. If the scope match is \ +unclear, return false. Keep the response concise and consistent.\ +""" +_TEXT_SCOPE_MAIN_PROMPT = """\ +Determine whether this text excerpt is within the scope of the following \ +extraction schema. Only decide whether the chunk matches the schema's domain \ +and scope. Do not decide yet whether it contains enough substantive context \ +for extraction. + +{schema} + +TEXT: + +{text} + +Think before you answer.\ +""" _TEXT_COLLECTION_SYSTEM_PROMPT = """\ You are a structured extraction validator. You receive: 1) A text chunk. -2) An extraction schema that specifies the exact criteria for relevance \ -(e.g., technology type, document type, required data fields). - -Determine whether the chunk contains content that matches any of the \ -schema's criteria. Be strict and literal: only mark relevant if the chunk \ -clearly addresses the specific technology and document scope described in \ -the schema. Do not infer beyond the text. Do not treat chapter titles, \ -section titles, tables of contents, navigation links, cross-reference \ -lists, or citation-only indexes as relevant on their own; mark them \ -relevant only when they also include operative provisions, definitions, \ -prohibitions, or other substantive regulatory text that matches the \ -schema. If relevant, summarize the specific matching content; if not, state \ -why it does not meet the schema's requirements. Keep the response concise \ -and consistent.\ +2) An extraction schema that specifies the extraction criteria. + +Determine whether the chunk contains content that matches any of the schema's \ +extraction criteria. Be strict and literal: only mark relevant if the chunk \ +clearly contains at least one extraction component. Do not infer beyond the \ +text. Do not treat chapter titles, section titles, tables of contents, \ +navigation links, cross-reference lists, or citation-only indexes as relevant \ +on their own; mark them relevant only when they also include operative \ +provisions, definitions, prohibitions, or other substantive regulatory text \ +that supports extraction. If relevant, summarize the specific matching \ +content; if not, state why it does not meet the schema's requirements. \ +Keep the response concise and consistent.\ """ _TEXT_COLLECTION_MAIN_PROMPT = """\ Determine whether this text excerpt contains any information relevant to \ @@ -127,8 +152,14 @@ def SCHEMA(self): # noqa: N802 @property @abstractmethod - def OUTPUT_SCHEMA(self): # noqa: N802 - """dict: Validation output schema""" + def SCOPE_VALIDATION_OUTPUT_SCHEMA(self): # noqa: N802 + """dict: Scope validation output schema""" + raise NotImplementedError + + @property + @abstractmethod + def CONTENT_VALIDATION_OUTPUT_SCHEMA(self): # noqa: N802 + """dict: Content validation output schema""" raise NotImplementedError def __init__(self, *args, **kwargs): @@ -170,29 +201,78 @@ async def check_chunk(self, chunk_parser, ind): Boolean flag indicating whether or not the text in the chunk contains large wind energy conversion system ordinance text. """ - key = "contains_relevant_text" + passed_scope = await chunk_parser.parse_from_ind( + ind, + key="matches_scope", + llm_call_callback=self._check_chunk_scope_with_prompt, + ) + + if not passed_scope: + logger.debug( + "Text at ind %d did not pass collection step: scope match", + ind, + ) + return False + + logger.debug("Text at ind %d passed collection step: scope match", ind) + passed_filter = await chunk_parser.parse_from_ind( ind, - key=key, + key="contains_relevant_text", llm_call_callback=self._check_chunk_with_prompt, ) if not passed_filter: - logger.debug("Text at ind %d did not pass collection step", ind) + logger.debug( + "Text at ind %d did not pass collection step: relevant " + "context", + ind, + ) return False - logger.debug("Text at ind %d passed collection step ", ind) + logger.debug( + "Text at ind %d passed collection step: relevant context", ind + ) self._store_chunk(chunk_parser, ind) logger.debug("Added text chunk at ind %d to extraction text", ind) return True + async def _check_chunk_scope_with_prompt(self, key, text_chunk): + """Call LLM on a chunk of text to check schema scope""" + main_prompt = _TEXT_SCOPE_MAIN_PROMPT.format( + schema=self.SCHEMA, text=text_chunk + ) + logger.debug("Checking text chunk scope with LLM: %s", text_chunk) + logger.debug_to_file( + "\t- System Message:\n%s", _TEXT_SCOPE_SYSTEM_PROMPT + ) + logger.debug_to_file("\t- Main prompt:\n%s", main_prompt) + content = await self.call( + sys_msg=_TEXT_SCOPE_SYSTEM_PROMPT, + content=main_prompt, + response_format={ + "type": "json_schema", + "json_schema": { + "name": "chunk_scope_validation", + "strict": True, + "schema": self.SCOPE_VALIDATION_OUTPUT_SCHEMA, + }, + }, + usage_sub_label=LLMUsageCategory.DOCUMENT_CONTENT_VALIDATION, + ) + logger.debug("LLM scope response:\n%s", json.dumps(content, indent=4)) + return content.get(key, False) + async def _check_chunk_with_prompt(self, key, text_chunk): - """Call LLM on a chunk of text to check for ordinance""" + """Call LLM on a chunk of text to check relevant context""" main_prompt = _TEXT_COLLECTION_MAIN_PROMPT.format( schema=self.SCHEMA, text=text_chunk ) - logger.debug("Checking text chunk with LLM: %s", text_chunk) + logger.debug( + "Checking text chunk for relevant context with LLM: %s", + text_chunk, + ) logger.debug_to_file( "\t- System Message:\n%s", _TEXT_COLLECTION_SYSTEM_PROMPT ) @@ -205,12 +285,15 @@ async def _check_chunk_with_prompt(self, key, text_chunk): "json_schema": { "name": "chunk_validation", "strict": True, - "schema": self.OUTPUT_SCHEMA, + "schema": self.CONTENT_VALIDATION_OUTPUT_SCHEMA, }, }, usage_sub_label=LLMUsageCategory.DOCUMENT_CONTENT_VALIDATION, ) - logger.debug("LLM response:\n%s", json.dumps(content, indent=4)) + logger.debug( + "LLM relevant context response:\n%s", + json.dumps(content, indent=4), + ) return content.get(key, False) def _store_chunk(self, parser, chunk_ind): From 0f0784345d50db2933a9387bbd9d54a641a5b2ee Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:46:51 -0600 Subject: [PATCH 20/39] Minor schema updates --- compass/extraction/ghp/geothermal_heat_pump_schema.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 index ad7d9e9b..1fac02a7 100644 --- a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 +++ b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 @@ -207,7 +207,7 @@ "description": "Extract only explicit requirements for visual or physical concealment of above-ground geothermal equipment. Valid concealment mechanisms include barriers or treatments such as screening, fences, walls, landscaping, berms, opaque enclosures, parapets, louvers, or screening panels. A screening row is valid only when the ordinance excerpt itself explicitly states at least one concealment mechanism. Exclude pure siting/location/setback/front-yard/side-yard/rear-yard placement rules, visibility assumptions, or indirect inference from location constraints unless the same requirement explicitly adds a concealment mechanism." }, "permit": { - "description": "Extract permit requirements that explicitly govern GHP installation, drilling, or operation (for example mechanical, geothermal well, environmental, zoning, or health approvals), including triggering conditions. Do not extract generic non-GHP permits unless the ordinance explicitly ties them to geothermal heat pump systems." + "description": "Extract permit requirements that explicitly govern GHP installation, drilling, or operation (for example mechanical, geothermal well, environmental, zoning, or health approvals), including triggering conditions. Do not treat generic groundwater withdrawal permits, aquifer water-use permits, public/private water-supply permits, or general water-well construction permits as GHP permits merely because the same section, rule, or document also mentions geothermal use. The permit clause itself must explicitly govern geothermal heat pump systems, geothermal exchange wells, or geothermal drilling/installation for heating or cooling." }, "inspection": { "description": "Extract required inspections (pre-drilling, during installation, final inspection, pressure/flow testing, health/environmental inspections). Include inspection type(s) and responsible authority details in summary when stated." @@ -224,10 +224,10 @@ "description": "Extract whether **closed-loop** geothermal systems are explicitly prohibited or under moratorium for construction, installation, siting, or deployment. CRITICAL: Extract only when the text states an unconditional prohibition/moratorium that applies as written (not proposed). If there are carve-outs, exceptions, or conditional permitting in any capacity, this is NOT a prohibition feature. Do NOT use this feature for operating conditions, material restrictions, fluid restrictions, design standards, or performance limits that still allow closed-loop systems to be built or installed. For moratoria, include start/end timing details in summary; if the ordinance states an end date that has already passed, omit this feature." }, "prohibitions ol": { - "description": "Extract whether **open-loop** geothermal systems are explicitly prohibited or under moratorium for construction, installation, siting, or deployment. CRITICAL: Extract only when the text states an unconditional prohibition/moratorium that applies as written (not proposed). If there are carve-outs, exceptions, or conditional permitting in any capacity, this is NOT a prohibition feature. Do NOT use this feature for operating conditions, discharge standards, water-quality limits, design standards, or performance limits that still allow open-loop systems to be built or installed. For moratoria, include start/end timing details in summary; if the ordinance states an end date that has already passed, omit this feature." + "description": "Extract whether **open-loop** geothermal systems are explicitly prohibited or under moratorium for construction, installation, siting, or deployment. CRITICAL: Extract only when the text states an unconditional prohibition/moratorium that applies as written (not proposed). If there are carve-outs, exceptions, or conditional permitting in any capacity, this is NOT a prohibition feature. Do NOT use this feature for operating conditions, discharge standards, water-quality limits, design standards, or performance limits that still allow open-loop systems to be built or installed. A rule that limits how geothermal water may be withdrawn, discharged, or reinjected is an operating condition, not a prohibition feature, when the system remains allowed subject to those conditions. For moratoria, include start/end timing details in summary; if the ordinance states an end date that has already passed, omit this feature. " }, "prohibitions other": { - "description": "Extract any other geothermal-related prohibitions or moratoria on construction, installation, siting, or deployment not captured above (for example: standing-column wells, vertical borefields, district-specific bans, or explicit bans on a geothermal installation method). Do NOT extract operating conditions, allowed-material lists, fluid restrictions, discharge standards, maintenance rules, or performance requirements that regulate how an otherwise permitted system must be designed or operated. If the text allows the system type to be built subject to conditions, omit this feature." + "description": "Extract any other geothermal-related prohibitions or moratoria on construction, installation, siting, or deployment not captured above (for example: standing-column wells, vertical borefields, district-specific bans, or explicit bans on a geothermal installation method). Do NOT extract operating conditions, allowed-material lists, fluid restrictions, discharge standards, maintenance rules, or performance requirements that regulate how an otherwise permitted system must be designed or operated. A rule that limits how geothermal water may be withdrawn, discharged, or reinjected is an operating condition, not a prohibition feature, when the system remains allowed subject to those conditions. If the text allows the system type to be built subject to conditions, omit this feature. " } } } From 648b929d4ef556bd514cc0fb01e9f7de1c3b22cf Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:46:58 -0600 Subject: [PATCH 21/39] Ban search results --- compass/data/domains.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compass/data/domains.json5 b/compass/data/domains.json5 index b1d11aaa..12c8088d 100644 --- a/compass/data/domains.json5 +++ b/compass/data/domains.json5 @@ -13,8 +13,12 @@ "carolinas-dash.org", "findlaw.com", "encodeplus.com", + "wind-watch.org", + "/search" ], "whitelist": [ + "searchdocs", + "searchlight", // If any of these substrings are in the URL, it is always included regardless of blacklist status ] } \ No newline at end of file From 68463a4af1345f7de2f507de673cc1a69f2eb783 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:47:50 -0600 Subject: [PATCH 22/39] Add test --- .../unit/plugin/test_plugin_one_shot.py | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/tests/python/unit/plugin/test_plugin_one_shot.py b/tests/python/unit/plugin/test_plugin_one_shot.py index 29534010..11ea4b06 100644 --- a/tests/python/unit/plugin/test_plugin_one_shot.py +++ b/tests/python/unit/plugin/test_plugin_one_shot.py @@ -6,9 +6,76 @@ from compass.exceptions import COMPASSPluginConfigurationError from compass.plugin.one_shot.base import _normalize_heuristic_keywords +from compass.plugin.one_shot.components import SchemaBasedTextCollector +from compass.validation.content import ParseChunksWithMemory from compass.warn import COMPASSPluginConfigurationWarning +class _TestSchemaBasedTextCollector(SchemaBasedTextCollector): + OUT_LABEL = "relevant_text" + SCHEMA = { + "type": "object", + "properties": { + "technology": {"const": "ground-source heat pump ordinance"} + }, + } + CONTENT_VALIDATION_OUTPUT_SCHEMA = { + "type": "object", + "additionalProperties": False, + "required": ["contains_relevant_text", "explanation"], + "properties": { + "contains_relevant_text": {"type": "boolean"}, + "explanation": {"type": "string"}, + }, + } + SCOPE_VALIDATION_OUTPUT_SCHEMA = { + "type": "object", + "description": ( + "Response indicating whether the text chunk is within the scope " + "of the extraction schema." + ), + "additionalProperties": False, + "required": ["matches_scope", "explanation"], + "properties": { + "matches_scope": { + "type": "boolean", + "description": ( + "Flag indicating whether the chunk clearly matches the " + "schema's intended domain and scope." + ), + }, + "explanation": { + "type": "string", + "description": ( + "Short explanation describing why the chunk is in scope " + "or out of scope for the extraction schema." + ), + }, + }, + } + + def __init__(self, scope_result, context_result): + self._chunks = {} + self._scope_result = scope_result + self._context_result = context_result + self.response_names = [] + + async def call(self, *args, response_format=None, **kwargs): + """Return canned validation responses keyed by schema name""" + name = response_format["json_schema"]["name"] + self.response_names.append(name) + if name == "chunk_scope_validation": + return { + "matches_scope": self._scope_result, + "explanation": "scope", + } + + return { + "contains_relevant_text": self._context_result, + "explanation": "context", + } + + def test_normalize_heuristic_keywords_normalizes_keys_and_values(): """Heuristic keyword config should accept flexible keys and values""" @@ -107,5 +174,47 @@ def test_normalize_heuristic_keywords_raises_for_unexpected_list_name(): ) +@pytest.mark.asyncio +async def test_schema_text_collector_short_circuits_when_scope_fails(): + """Collector should stop before relevance check when scope fails""" + + collector = _TestSchemaBasedTextCollector(False, True) + chunk_parser = ParseChunksWithMemory(["county budgeting text"], 1) + + out = await collector.check_chunk(chunk_parser, 0) + + assert not out + assert collector.response_names == ["chunk_scope_validation"] + assert chunk_parser.memory == [{"matches_scope": False}] + assert not collector._chunks + + +@pytest.mark.asyncio +async def test_schema_text_collector_stores_chunk_after_scope_and_context(): + """Collector should keep text only after both scope and context pass""" + + collector = _TestSchemaBasedTextCollector(True, True) + chunk_parser = ParseChunksWithMemory( + ["header text", "operative geothermal setback text"], + num_to_recall=2, + ) + + out = await collector.check_chunk(chunk_parser, 1) + + assert out + assert collector.response_names == [ + "chunk_scope_validation", + "chunk_validation", + ] + assert chunk_parser.memory[1] == { + "matches_scope": True, + "contains_relevant_text": True, + } + assert collector._chunks == { + 0: "header text", + 1: "operative geothermal setback text", + } + + if __name__ == "__main__": pytest.main(["-q", "--show-capture=all", Path(__file__), "-rapP"]) From c4b50484c9c0b666a75d8f1d3538393431f82c22 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:55:01 -0600 Subject: [PATCH 23/39] Bump elm version and allow URL whitelist --- compass/web/search.py | 19 ++--- pixi.lock | 188 +++++++++++++++++++++--------------------- pyproject.toml | 2 +- 3 files changed, 100 insertions(+), 109 deletions(-) diff --git a/compass/web/search.py b/compass/web/search.py index deb60ffb..9a1f6523 100644 --- a/compass/web/search.py +++ b/compass/web/search.py @@ -1,12 +1,9 @@ """COMPASS ordinance document web search functionality""" import logging -from warnings import warn from elm.web.search.run import search_with_fallback, search_all_se -from compass.warn import COMPASSWarning - logger = logging.getLogger(__name__) @@ -112,25 +109,18 @@ async def search_single_jurisdiction( async def _run_simple_sort_search( queries, num_urls, - ignore_url_parts, + url_ignore_substrings, url_keep_substrings, search_semaphore, jurisdiction_full_name, **se_kwargs, ): """Run search with fallback search engines, applying simple sort""" - if url_keep_substrings: - msg = ( - "url_keep_substrings is not currently implemented for simple" - "search result sorting. Consider using holistic sorting to " - "apply the url whitelist." - ) - warn(msg, COMPASSWarning) - urls = await search_with_fallback( queries, num_urls=num_urls, - ignore_url_parts=ignore_url_parts, + url_ignore_substrings=url_ignore_substrings, + url_keep_substrings=url_keep_substrings, browser_semaphore=search_semaphore, task_name=jurisdiction_full_name, **se_kwargs, @@ -151,7 +141,8 @@ async def _run_holistic_sort_search( out = await search_all_se( queries, num_urls=10, # Need as many results as possible for holistic sort - ignore_url_parts=None, # custom filters applied later + url_ignore_substrings=None, # custom filters applied later + url_keep_substrings=None, # custom filters applied later browser_semaphore=browser_semaphore, task_name=jurisdiction_full_name, **se_kwargs, diff --git a/pixi.lock b/pixi.lock index 51251b0d..5b14fdb8 100644 --- a/pixi.lock +++ b/pixi.lock @@ -255,6 +255,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/76/932be4b50ef6ccedf9d3c6639b056a967a86258c6d9200643f01269211ca/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl @@ -284,7 +285,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/1a/2593692d543498959b2836028ff26c36439343a2122f31a71202072f4e62/maxminddb-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7a/fd/bc60798803414ecab66456208eeff4308344d0c055ca0d294d2cdd692b60/playwright-1.51.0-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl @@ -635,6 +635,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2d/5e/7d7f54ba960c13302584c73704d8c4d15404a51024631adb60b126a4ae88/shapely-2.1.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl @@ -663,7 +664,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/73/23/90e31ceeed1de63058a02cb04b12f2de4b40e3bef5e082a7c18d9c8ae281/contourpy-1.3.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7c/46/d84105f062e626a1b233f863907288a4708c2d833b8b4c6fb2764bc080c0/rpds_py-2026.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl @@ -1075,6 +1075,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/3b/1af2be2bf5204bbcfc94de215d5f87d35348c9982d9b05f54ceefbc53b8f/pyobjc_framework_cocoa-12.2-cp313-cp313-macosx_10_13_universal2.whl @@ -1088,7 +1089,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7c/43/79ac9b4db5bc87020c9dbc419125371d80882d1d197e9c4765ba8682b605/chardet-7.4.3-cp313-cp313-macosx_10_13_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7f/80/c4885a783a7493e396d89a592ba19fce63ef6bd6ad47230924a884a30ec0/primp-1.3.1-cp310-abi3-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/82/3d/14ce75ef66813643812f3093ab17e46d3a206942ce7376d31ec2d36229e7/lark-1.3.1-py3-none-any.whl @@ -1478,6 +1478,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/3b/1af2be2bf5204bbcfc94de215d5f87d35348c9982d9b05f54ceefbc53b8f/pyobjc_framework_cocoa-12.2-cp313-cp313-macosx_10_13_universal2.whl @@ -1494,7 +1495,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - pypi: https://files.pythonhosted.org/packages/79/52/211774912511af0c1fa5d57affecd8806f611f08d5a1c71834a1511c1be7/rebrowser_playwright-1.49.1-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/30/f648409de61fd74ae63090071061145059664cc9b9ff8578197601a3beb6/cython-3.2.5-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/82/3d/14ce75ef66813643812f3093ab17e46d3a206942ce7376d31ec2d36229e7/lark-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8a/01/0bff084d31b4441ec00e8ec84fa961efe5dffd3359d5318a557db8302a09/maxminddb-3.1.1-cp313-cp313-macosx_11_0_arm64.whl @@ -1806,6 +1806,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2c/58/ca301544e1fa93ed4f80d724bf5b194f6e4b945841c5bfd555878eea9fcb/referencing-0.37.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl @@ -1830,7 +1831,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/74/25/5282c8270bfcd620d3e73beb35b40ac4ab00f0a898d98ebeb41ef0989ec8/rtree-1.4.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/3d/14ce75ef66813643812f3093ab17e46d3a206942ce7376d31ec2d36229e7/lark-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8b/ab/dd84f0e2337296a5f09749f7b5483215d75c8fa9e33738522e5ed81f7254/tree_sitter_typescript-0.23.2-cp39-abi3-win_amd64.whl @@ -2175,6 +2175,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -2196,7 +2197,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/1a/2593692d543498959b2836028ff26c36439343a2122f31a71202072f4e62/maxminddb-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7a/fd/bc60798803414ecab66456208eeff4308344d0c055ca0d294d2cdd692b60/playwright-1.51.0-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl @@ -2585,6 +2585,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -2604,7 +2605,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl - pypi: https://files.pythonhosted.org/packages/81/09/e6126d32175f96ea963616debbb8e380e7c987ca913efeb59bf7e7f39438/patchright-1.51.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -3046,6 +3046,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -3055,7 +3056,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7c/43/79ac9b4db5bc87020c9dbc419125371d80882d1d197e9c4765ba8682b605/chardet-7.4.3-cp313-cp313-macosx_10_13_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7f/80/c4885a783a7493e396d89a592ba19fce63ef6bd6ad47230924a884a30ec0/primp-1.3.1-cp310-abi3-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/91/31/7824913ec71e7421d6a57bc06228f3e2d946d8e8f738f898572dded0dc57/pyjson5-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl @@ -3473,6 +3473,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -3485,7 +3486,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - pypi: https://files.pythonhosted.org/packages/79/52/211774912511af0c1fa5d57affecd8806f611f08d5a1c71834a1511c1be7/rebrowser_playwright-1.49.1-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/30/f648409de61fd74ae63090071061145059664cc9b9ff8578197601a3beb6/cython-3.2.5-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/8a/01/0bff084d31b4441ec00e8ec84fa961efe5dffd3359d5318a557db8302a09/maxminddb-3.1.1-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/a0/3b/c9f4b7bdab7d95be31f7444eae973e17786471c609b8297ace6dcf68a41c/docling-2.95.0-py3-none-any.whl @@ -3832,6 +3832,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -3849,7 +3850,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/74/25/5282c8270bfcd620d3e73beb35b40ac4ab00f0a898d98ebeb41ef0989ec8/rtree-1.4.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8b/ab/dd84f0e2337296a5f09749f7b5483215d75c8fa9e33738522e5ed81f7254/tree_sitter_typescript-0.23.2-cp39-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/8f/68/f0c6a60fadff0c185aef232b951a6fa4bbb64511facc48d34734db14f16f/primp-1.3.1-cp310-abi3-win_amd64.whl @@ -4338,6 +4338,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -4359,7 +4360,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/1a/2593692d543498959b2836028ff26c36439343a2122f31a71202072f4e62/maxminddb-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7a/fd/bc60798803414ecab66456208eeff4308344d0c055ca0d294d2cdd692b60/playwright-1.51.0-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl @@ -4900,6 +4900,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -4919,7 +4920,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl - pypi: https://files.pythonhosted.org/packages/81/09/e6126d32175f96ea963616debbb8e380e7c987ca913efeb59bf7e7f39438/patchright-1.51.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -5510,6 +5510,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -5519,7 +5520,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7c/43/79ac9b4db5bc87020c9dbc419125371d80882d1d197e9c4765ba8682b605/chardet-7.4.3-cp313-cp313-macosx_10_13_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7f/80/c4885a783a7493e396d89a592ba19fce63ef6bd6ad47230924a884a30ec0/primp-1.3.1-cp310-abi3-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/91/31/7824913ec71e7421d6a57bc06228f3e2d946d8e8f738f898572dded0dc57/pyjson5-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl @@ -6085,6 +6085,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -6097,7 +6098,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - pypi: https://files.pythonhosted.org/packages/79/52/211774912511af0c1fa5d57affecd8806f611f08d5a1c71834a1511c1be7/rebrowser_playwright-1.49.1-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/30/f648409de61fd74ae63090071061145059664cc9b9ff8578197601a3beb6/cython-3.2.5-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/8a/01/0bff084d31b4441ec00e8ec84fa961efe5dffd3359d5318a557db8302a09/maxminddb-3.1.1-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/a0/3b/c9f4b7bdab7d95be31f7444eae973e17786471c609b8297ace6dcf68a41c/docling-2.95.0-py3-none-any.whl @@ -6595,6 +6595,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -6612,7 +6613,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/74/25/5282c8270bfcd620d3e73beb35b40ac4ab00f0a898d98ebeb41ef0989ec8/rtree-1.4.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8b/ab/dd84f0e2337296a5f09749f7b5483215d75c8fa9e33738522e5ed81f7254/tree_sitter_typescript-0.23.2-cp39-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/8f/68/f0c6a60fadff0c185aef232b951a6fa4bbb64511facc48d34734db14f16f/primp-1.3.1-cp310-abi3-win_amd64.whl @@ -6949,6 +6949,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -6970,7 +6971,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/1a/2593692d543498959b2836028ff26c36439343a2122f31a71202072f4e62/maxminddb-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7a/fd/bc60798803414ecab66456208eeff4308344d0c055ca0d294d2cdd692b60/playwright-1.51.0-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl @@ -7359,6 +7359,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -7378,7 +7379,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl - pypi: https://files.pythonhosted.org/packages/81/09/e6126d32175f96ea963616debbb8e380e7c987ca913efeb59bf7e7f39438/patchright-1.51.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -7822,6 +7822,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -7831,7 +7832,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7c/43/79ac9b4db5bc87020c9dbc419125371d80882d1d197e9c4765ba8682b605/chardet-7.4.3-cp313-cp313-macosx_10_13_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7f/80/c4885a783a7493e396d89a592ba19fce63ef6bd6ad47230924a884a30ec0/primp-1.3.1-cp310-abi3-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/91/31/7824913ec71e7421d6a57bc06228f3e2d946d8e8f738f898572dded0dc57/pyjson5-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl @@ -8251,6 +8251,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -8263,7 +8264,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - pypi: https://files.pythonhosted.org/packages/79/52/211774912511af0c1fa5d57affecd8806f611f08d5a1c71834a1511c1be7/rebrowser_playwright-1.49.1-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/30/f648409de61fd74ae63090071061145059664cc9b9ff8578197601a3beb6/cython-3.2.5-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/8a/01/0bff084d31b4441ec00e8ec84fa961efe5dffd3359d5318a557db8302a09/maxminddb-3.1.1-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/a0/3b/c9f4b7bdab7d95be31f7444eae973e17786471c609b8297ace6dcf68a41c/docling-2.95.0-py3-none-any.whl @@ -8611,6 +8611,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -8628,7 +8629,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/74/25/5282c8270bfcd620d3e73beb35b40ac4ab00f0a898d98ebeb41ef0989ec8/rtree-1.4.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8b/ab/dd84f0e2337296a5f09749f7b5483215d75c8fa9e33738522e5ed81f7254/tree_sitter_typescript-0.23.2-cp39-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/8f/68/f0c6a60fadff0c185aef232b951a6fa4bbb64511facc48d34734db14f16f/primp-1.3.1-cp310-abi3-win_amd64.whl @@ -8971,6 +8971,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -8992,7 +8993,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/75/1a/2593692d543498959b2836028ff26c36439343a2122f31a71202072f4e62/maxminddb-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7a/fd/bc60798803414ecab66456208eeff4308344d0c055ca0d294d2cdd692b60/playwright-1.51.0-py3-none-manylinux1_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl @@ -9386,6 +9386,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -9405,7 +9406,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7f/74/d2c27e03cb84251dfe7249b8e82923643c6d48fa4883b9476b025e7dc7eb/multiprocess-0.70.19-py313-none-any.whl - pypi: https://files.pythonhosted.org/packages/81/09/e6126d32175f96ea963616debbb8e380e7c987ca913efeb59bf7e7f39438/patchright-1.51.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -9855,6 +9855,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -9864,7 +9865,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/bf/c5205d480307bef660e56544b9e3d7ff687da776abb30c9cb3f330887570/screeninfo-0.8.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7c/43/79ac9b4db5bc87020c9dbc419125371d80882d1d197e9c4765ba8682b605/chardet-7.4.3-cp313-cp313-macosx_10_13_x86_64.whl - pypi: https://files.pythonhosted.org/packages/7f/80/c4885a783a7493e396d89a592ba19fce63ef6bd6ad47230924a884a30ec0/primp-1.3.1-cp310-abi3-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/91/31/7824913ec71e7421d6a57bc06228f3e2d946d8e8f738f898572dded0dc57/pyjson5-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl @@ -10290,6 +10290,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -10302,7 +10303,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - pypi: https://files.pythonhosted.org/packages/79/52/211774912511af0c1fa5d57affecd8806f611f08d5a1c71834a1511c1be7/rebrowser_playwright-1.49.1-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/30/f648409de61fd74ae63090071061145059664cc9b9ff8578197601a3beb6/cython-3.2.5-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/8a/01/0bff084d31b4441ec00e8ec84fa961efe5dffd3359d5318a557db8302a09/maxminddb-3.1.1-cp313-cp313-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/a0/3b/c9f4b7bdab7d95be31f7444eae973e17786471c609b8297ace6dcf68a41c/docling-2.95.0-py3-none-any.whl @@ -10656,6 +10656,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -10673,7 +10674,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/74/25/5282c8270bfcd620d3e73beb35b40ac4ab00f0a898d98ebeb41ef0989ec8/rtree-1.4.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/77/30/b3a6f6a2e00f8153549c2fa345c58ae1ce8e5f3153c2fe0484d444c3abcb/google_search_results-2.4.2.tar.gz - - pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/46/02ac5e262d4af18054b3e922b2baedbb2a03289ee792162de60a865defc5/accelerate-1.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8b/ab/dd84f0e2337296a5f09749f7b5483215d75c8fa9e33738522e5ed81f7254/tree_sitter_typescript-0.23.2-cp39-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/8f/68/f0c6a60fadff0c185aef232b951a6fa4bbb64511facc48d34734db14f16f/primp-1.3.1-cp310-abi3-win_amd64.whl @@ -34257,7 +34257,7 @@ packages: - langchain-text-splitters>=1.0.0,<2 - networkx>=3.4.2,<4 - nltk>=3.9.1,<4 - - nlr-elm>=0.0.41,<1 + - nlr-elm>=0.0.43,<1 - numpy>=2.4.3,<3 - openai>=2.34.0 - pandas>=2.2.3,<3 @@ -35153,6 +35153,74 @@ packages: - gdown>=4.7.3 ; extra == 'gdown' - scipy ; extra == 'scipy' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl + name: nlr-elm + version: 0.0.43 + sha256: 775ba34a8b5795026e6104000fca49b50154c3ba1f6083bae1540dcb04c73c6e + requires_dist: + - openai>=1.1.0 + - aiohttp + - beautifulsoup4 + - camoufox + - click + - crawl4ai>=0.8.6 + - ddgs + - fake-useragent>=2.0.3 + - google-api-python-client + - google-search-results + - html2text + - httpx + - langchain-text-splitters + - lxml + - matplotlib + - networkx + - nltk + - numpy + - pandas + - playwright-stealth + - pypdf2 + - python-slugify + - rebrowser-playwright + - scipy + - scrapling + - tabulate + - tavily-python + - tiktoken + - openai>=1.1.0 ; extra == 'dev' + - aiohttp ; extra == 'dev' + - beautifulsoup4 ; extra == 'dev' + - camoufox ; extra == 'dev' + - click ; extra == 'dev' + - crawl4ai>=0.8.6 ; extra == 'dev' + - ddgs ; extra == 'dev' + - fake-useragent>=2.0.3 ; extra == 'dev' + - google-api-python-client ; extra == 'dev' + - google-search-results ; extra == 'dev' + - html2text ; extra == 'dev' + - httpx ; extra == 'dev' + - langchain-text-splitters ; extra == 'dev' + - lxml ; extra == 'dev' + - matplotlib ; extra == 'dev' + - networkx ; extra == 'dev' + - nltk ; extra == 'dev' + - numpy ; extra == 'dev' + - pandas ; extra == 'dev' + - playwright-stealth ; extra == 'dev' + - pypdf2 ; extra == 'dev' + - python-slugify ; extra == 'dev' + - rebrowser-playwright ; extra == 'dev' + - scipy ; extra == 'dev' + - scrapling ; extra == 'dev' + - tabulate ; extra == 'dev' + - tavily-python ; extra == 'dev' + - tiktoken ; extra == 'dev' + - nlr-rex>=0.5.0 ; extra == 'dev' + - pytest>=5.2 ; extra == 'dev' + - pytest-mock ; extra == 'dev' + - pytest-asyncio ; extra == 'dev' + - pytest-cov ; extra == 'dev' + - flaky>=3.8.1 ; extra == 'dev' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl name: importlib-metadata version: 9.0.0 @@ -35783,74 +35851,6 @@ packages: - greenlet==3.1.1 - pyee==12.0.0 requires_python: '>=3.9' -- pypi: https://files.pythonhosted.org/packages/7a/2f/5ba588e6e5cfd5f7a16bb7af903accc7626e6fdea0c46daa9d5f0ae83a0c/nlr_elm-0.0.41-py3-none-any.whl - name: nlr-elm - version: 0.0.41 - sha256: 07f04061078b2fba3213e6d09aae69747d5628d59017296e423ac3bdcdace6d5 - requires_dist: - - openai>=1.1.0 - - aiohttp - - beautifulsoup4 - - camoufox - - click - - crawl4ai>=0.8.6 - - ddgs - - fake-useragent>=2.0.3 - - google-api-python-client - - google-search-results - - html2text - - httpx - - langchain-text-splitters - - lxml - - matplotlib - - networkx - - nltk - - numpy - - pandas - - playwright-stealth - - pypdf2 - - python-slugify - - rebrowser-playwright - - scipy - - scrapling - - tabulate - - tavily-python - - tiktoken - - openai>=1.1.0 ; extra == 'dev' - - aiohttp ; extra == 'dev' - - beautifulsoup4 ; extra == 'dev' - - camoufox ; extra == 'dev' - - click ; extra == 'dev' - - crawl4ai>=0.8.6 ; extra == 'dev' - - ddgs ; extra == 'dev' - - fake-useragent>=2.0.3 ; extra == 'dev' - - google-api-python-client ; extra == 'dev' - - google-search-results ; extra == 'dev' - - html2text ; extra == 'dev' - - httpx ; extra == 'dev' - - langchain-text-splitters ; extra == 'dev' - - lxml ; extra == 'dev' - - matplotlib ; extra == 'dev' - - networkx ; extra == 'dev' - - nltk ; extra == 'dev' - - numpy ; extra == 'dev' - - pandas ; extra == 'dev' - - playwright-stealth ; extra == 'dev' - - pypdf2 ; extra == 'dev' - - python-slugify ; extra == 'dev' - - rebrowser-playwright ; extra == 'dev' - - scipy ; extra == 'dev' - - scrapling ; extra == 'dev' - - tabulate ; extra == 'dev' - - tavily-python ; extra == 'dev' - - tiktoken ; extra == 'dev' - - nlr-rex>=0.5.0 ; extra == 'dev' - - pytest>=5.2 ; extra == 'dev' - - pytest-mock ; extra == 'dev' - - pytest-asyncio ; extra == 'dev' - - pytest-cov ; extra == 'dev' - - flaky>=3.8.1 ; extra == 'dev' - requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/7a/fd/bc60798803414ecab66456208eeff4308344d0c055ca0d294d2cdd692b60/playwright-1.51.0-py3-none-manylinux1_x86_64.whl name: playwright version: 1.51.0 diff --git a/pyproject.toml b/pyproject.toml index 9d0ac7c7..1976a979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "langchain-text-splitters>=1.0.0,<2", "networkx>=3.4.2,<4", "nltk>=3.9.1,<4", - "nlr-elm>=0.0.41,<1", + "nlr-elm>=0.0.43,<1", "numpy>=2.4.3,<3", "openai>=2.34.0", "pandas>=2.2.3,<3", From ec3e40eb942787eafb8f60069f12d696b868d50c Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 16:55:10 -0600 Subject: [PATCH 24/39] New param --- compass/scripts/download.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compass/scripts/download.py b/compass/scripts/download.py index 2a42098a..901b9a94 100644 --- a/compass/scripts/download.py +++ b/compass/scripts/download.py @@ -238,7 +238,7 @@ async def find_jurisdiction_website( potential_website_links = await search_with_fallback( queries=[query_1, query_2], num_urls=3, - ignore_url_parts=url_ignore_substrings, + url_ignore_substrings=url_ignore_substrings, browser_semaphore=search_semaphore, task_name=jurisdiction.full_name, **kwargs, @@ -602,7 +602,7 @@ async def download_jurisdiction_ordinance_using_search_engine( num_urls=num_urls, search_semaphore=search_semaphore, browser_semaphore=browser_semaphore, - ignore_url_parts=url_ignore_substrings, + url_ignore_substrings=url_ignore_substrings, jurisdiction=jurisdiction, simple_se_result_sort=simple_se_result_sort, **kwargs, @@ -748,7 +748,7 @@ async def _docs_from_web_search( num_urls, search_semaphore, browser_semaphore, - ignore_url_parts, + url_ignore_substrings, jurisdiction, simple_se_result_sort, **kwargs, @@ -760,7 +760,7 @@ async def _docs_from_web_search( jurisdiction, num_urls, search_semaphore, - ignore_url_parts, + url_ignore_substrings, simple=simple_se_result_sort, **kwargs, ) From 0f41415b7fc11374a0c9085e38b03dff8e7d4b99 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 17:13:37 -0600 Subject: [PATCH 25/39] Move comment --- compass/data/domains.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compass/data/domains.json5 b/compass/data/domains.json5 index 12c8088d..2033531a 100644 --- a/compass/data/domains.json5 +++ b/compass/data/domains.json5 @@ -17,8 +17,8 @@ "/search" ], "whitelist": [ + // If any of these substrings are in the URL, it is always included regardless of blacklist status "searchdocs", "searchlight", - // If any of these substrings are in the URL, it is always included regardless of blacklist status ] } \ No newline at end of file From f23bcf95b103ddf18c118da2277201ab4a8a3b03 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 21:33:02 -0600 Subject: [PATCH 26/39] Fix logger message --- compass/pipeline/coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compass/pipeline/coordinator.py b/compass/pipeline/coordinator.py index 7761e182..ab5f88f8 100644 --- a/compass/pipeline/coordinator.py +++ b/compass/pipeline/coordinator.py @@ -321,7 +321,7 @@ async def run(self, jurisdictions_df): jurisdictions = manifest.get("jurisdictions", []) logger.info( "Extracting structured data for %d jurisdiction(s)", - len(jurisdictions), + len(jurisdictions_df), ) tasks = [] From 6848ffd62a61721617b22b0bc7d0e5d43a425f1d Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 21:37:01 -0600 Subject: [PATCH 27/39] Minor schema update --- compass/extraction/ghp/geothermal_heat_pump_schema.json5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 index 1fac02a7..497410f4 100644 --- a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 +++ b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 @@ -1,6 +1,6 @@ { "title": "Geothermal Heat Pump Ordinance Extraction Schema", - "description": "Single-shot structured extraction schema for geothermal heat pump (GHP) and ground source heat pump ordinances. This schema guides an LLM to extract all relevant features in one call and returns an outputs array where each object represents one row in the extracted long-form table.", + "description": "Single-shot structured extraction schema for geothermal heat pumps (GHPs), ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange system ordinances. This schema guides an LLM to extract all relevant features in one call and returns an outputs array where each object represents one row in the extracted long-form table.", "version": "1.0.0", "type": "object", "required": ["outputs"], @@ -91,7 +91,7 @@ }, "$core_principles": { "scope_context": { - "description": "Only extract requirements that apply to geothermal heat pump / ground source heat pump / geothermal heat exchange systems (or equivalent terms), including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Do NOT consider rules for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." + "description": "Only extract requirements that apply to geothermal heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange systems, including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Exception for definition features only: you may extract 'well definition', 'geothermal definition', or 'ghp definition' from an otherwise generic geothermal/well definition when the definition text itself mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way. This exception applies only to definition features; all other extraction must satisfy the narrower GHP scope above. Do NOT consider rules for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." }, "strict_evidence_gate": { "description": "Extract a feature only when the ordinance text explicitly states a requirement, definition, or prohibition for that same feature. Never infer, assume, extrapolate, or guess from related context, implications, headings, or nearby provisions. Chapter titles, section titles, tables of contents, navigation lists, and cross-reference lists are not valid evidence by themselves unless they also quote or restate the operative requirement, definition, or prohibition. If the ordinance points to an outside document or standard without restating the controlling requirement in the ordinance text itself, do not import missing values from that outside source." @@ -184,10 +184,10 @@ "description": "Definitions of certain terms as direct excerpts whose primary purpose is to state term meaning. Apply the definition-vs-rule routing test in $core_principles before classifying a clause as a definition.", "properties": { "well definition": { - "description": "Extract the ordinance definition text for 'Geothermal Well' (or equivalent term) only when the excerpt's primary purpose is to define the term's meaning." + "description": "Extract the ordinance definition text for 'Geothermal Well' (or equivalent term) only when the excerpt's primary purpose is to define the term's meaning. This definition is in scope if the definition text mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way, even when the defined term itself is generic." }, "geothermal definition": { - "description": "Extract the ordinance definition text for 'Geothermal' only when the excerpt's primary purpose is to define the term's meaning." + "description": "Extract the ordinance definition text for 'Geothermal' only when the excerpt's primary purpose is to define the term's meaning. This definition is in scope if the definition text mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way, even when the defined term itself is generic." }, "ghp definition": { "description": "Extract the ordinance definition text for 'ground source heat pump system', 'geothermal heat pump system', or equivalent term only when the excerpt's primary purpose is to define the term's meaning." @@ -293,6 +293,7 @@ "definitions": [ "Definitions are qualitative text extractions; set value and units to null and place definition text directly in summary.", "If a requested definition is not present, omit that feature entirely; do not emit placeholder text.", + "For 'well definition' and 'geothermal definition', a definition is in scope when the definition text itself mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way, even if the defined term is otherwise generic. Do not apply this broader definition exception to non-definition features.", "Apply the definition-vs-rule routing test in $core_principles before classifying a row as a definition feature.", "When a clause both references a term label and imposes a requirement, classify it under the relevant operational/prohibition feature if applicable; do not classify it as a definition.", "Counterexample for definition features: a sentence like 'X, referred to as Y, shall be subject to development standards' is not a definition because its primary purpose is obligation, not term meaning.", From bfa6ae3d7a6c581cbd23131659b169ebeb6651c9 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 22:01:23 -0600 Subject: [PATCH 28/39] Update prompt --- compass/plugin/one_shot/components.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compass/plugin/one_shot/components.py b/compass/plugin/one_shot/components.py index f3573e5c..c2aac925 100644 --- a/compass/plugin/one_shot/components.py +++ b/compass/plugin/one_shot/components.py @@ -26,8 +26,11 @@ explicit scope limitations in the schema, including technology, document \ type, regulatory subject, exclusions, and similar boundaries. Be strict and \ literal: only mark the chunk in scope when the text clearly pertains to the \ -schema's intended domain. Do not infer beyond the text. If the scope match is \ -unclear, return false. Keep the response concise and consistent.\ +schema's intended domain. Note that a broader ordinance can still be in scope \ +when the excerpt contains an explicit definition, permit, prohibition, or \ +requirement for the target technology. Honor any exceptions that may be given \ +within the schema. Do not infer beyond the text. If the scope match is \ +unclear, return true. Keep the response concise and consistent.\ """ _TEXT_SCOPE_MAIN_PROMPT = """\ Determine whether this text excerpt is within the scope of the following \ From 65d83f33911e377049e99ee0c660b34fd7f13017 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 14 Jun 2026 22:01:31 -0600 Subject: [PATCH 29/39] Schema update --- compass/extraction/ghp/geothermal_heat_pump_schema.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 index 497410f4..c7ea70dc 100644 --- a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 +++ b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 @@ -91,7 +91,7 @@ }, "$core_principles": { "scope_context": { - "description": "Only extract requirements that apply to geothermal heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange systems, including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Exception for definition features only: you may extract 'well definition', 'geothermal definition', or 'ghp definition' from an otherwise generic geothermal/well definition when the definition text itself mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way. This exception applies only to definition features; all other extraction must satisfy the narrower GHP scope above. Do NOT consider rules for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." + "description": "Only extract requirements that apply to geothermal heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange systems, including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Exception for definition features only: you may extract 'well definition', 'geothermal definition', or 'ghp definition' from an otherwise generic geothermal/well definition. This exception applies only to definition features; all other extraction must satisfy the narrower GHP scope above. Do NOT consider rules for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." }, "strict_evidence_gate": { "description": "Extract a feature only when the ordinance text explicitly states a requirement, definition, or prohibition for that same feature. Never infer, assume, extrapolate, or guess from related context, implications, headings, or nearby provisions. Chapter titles, section titles, tables of contents, navigation lists, and cross-reference lists are not valid evidence by themselves unless they also quote or restate the operative requirement, definition, or prohibition. If the ordinance points to an outside document or standard without restating the controlling requirement in the ordinance text itself, do not import missing values from that outside source." @@ -184,10 +184,10 @@ "description": "Definitions of certain terms as direct excerpts whose primary purpose is to state term meaning. Apply the definition-vs-rule routing test in $core_principles before classifying a clause as a definition.", "properties": { "well definition": { - "description": "Extract the ordinance definition text for 'Geothermal Well' (or equivalent term) only when the excerpt's primary purpose is to define the term's meaning. This definition is in scope if the definition text mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way, even when the defined term itself is generic." + "description": "Extract the ordinance definition text for 'Geothermal Well' (or equivalent term) only when the excerpt's primary purpose is to define the term's meaning." }, "geothermal definition": { - "description": "Extract the ordinance definition text for 'Geothermal' only when the excerpt's primary purpose is to define the term's meaning. This definition is in scope if the definition text mentions heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange use in any way, even when the defined term itself is generic." + "description": "Extract the ordinance definition text for 'Geothermal' only when the excerpt's primary purpose is to define the term's meaning." }, "ghp definition": { "description": "Extract the ordinance definition text for 'ground source heat pump system', 'geothermal heat pump system', or equivalent term only when the excerpt's primary purpose is to define the term's meaning." From aefa9d6292bddd2c8b6e9ca0895a8482f31984b4 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 17 Jun 2026 17:00:47 -0600 Subject: [PATCH 30/39] WIP `max_tasks_per_child` --- compass/services/cpu.py | 13 ++++ compass/utilities/logs.py | 4 +- .../unit/utilities/test_utilities_io.py | 69 +++++++++++++++++++ 3 files changed, 85 insertions(+), 1 deletion(-) diff --git a/compass/services/cpu.py b/compass/services/cpu.py index 02efa87e..70c0bd96 100644 --- a/compass/services/cpu.py +++ b/compass/services/cpu.py @@ -8,6 +8,7 @@ import logging import contextlib import warnings +import multiprocessing from io import BytesIO from pathlib import Path from functools import partial @@ -42,6 +43,7 @@ class ProcessPoolService(Service): """Service that contains a ProcessPoolExecutor instance""" + _DEFAULT_MAX_TASKS_PER_CHILD = 100 _SHUTDOWN_TIMEOUT = 5 _FORCE_SHUTDOWN_TIMEOUT = 1 @@ -62,12 +64,23 @@ def acquire_resources(self): """Open thread pool and temp directory""" os.environ.setdefault("OMP_NUM_THREADS", "1") ppe_kwargs = dict(self._ppe_kwargs) + # ppe_kwargs = self._set_tasks_per_child(ppe_kwargs) user_initializer = ppe_kwargs.pop("initializer", None) initargs = tuple(ppe_kwargs.pop("initargs", ())) ppe_kwargs["initializer"] = _configure_subprocess_logging ppe_kwargs["initargs"] = (LQ.QUEUE, user_initializer, initargs) self.pool = ProcessPoolExecutor(**ppe_kwargs) + def _set_tasks_per_child(self, ppe_kwargs): + """Set default ``max_tasks_per_child``""" + ppe_kwargs.setdefault( + "max_tasks_per_child", self._DEFAULT_MAX_TASKS_PER_CHILD + ) + ppe_kwargs.setdefault( + "mp_context", multiprocessing.get_context("spawn") + ) + return ppe_kwargs + def release_resources(self): """Shutdown thread pool and cleanup temp directory""" pool = self.pool diff --git a/compass/utilities/logs.py b/compass/utilities/logs.py index 58a49f2c..e71227f7 100644 --- a/compass/utilities/logs.py +++ b/compass/utilities/logs.py @@ -29,6 +29,7 @@ class _LQ: def __get__(self, __, lq_class=None): lq_class.QUEUE = multiprocessing.get_context().Queue() + # lq_class.QUEUE = multiprocessing.get_context("spawn").Queue() return lq_class.QUEUE @@ -41,7 +42,8 @@ class LQ: default on unix systems, which causes issues when the process pool executor is launched. By loading lazily, we can ensure that the multiprocessing context is set to "spawn" in the CLI before the - queue is loaded. + queue is loaded. We intentionally use the ``spawn`` context so it + matches COMPASS process pools, which recycle worker processes. """ QUEUE = _LQ() diff --git a/tests/python/unit/utilities/test_utilities_io.py b/tests/python/unit/utilities/test_utilities_io.py index f5134914..26f81e2d 100644 --- a/tests/python/unit/utilities/test_utilities_io.py +++ b/tests/python/unit/utilities/test_utilities_io.py @@ -56,6 +56,75 @@ def shutdown(self, wait=True, cancel_futures=True): service.release_resources() +# def test_file_loader_sets_default_max_tasks_per_child(monkeypatch): +# """Test process pool recycles workers after a default task count""" + +# captured_kwargs = {} + +# class DummyPool: +# def __init__(self, *__, **kwargs): +# captured_kwargs.update(kwargs) + +# def shutdown(self, wait=True, cancel_futures=True): +# return None + +# monkeypatch.setattr("compass.services.cpu.ProcessPoolExecutor", DummyPool) + +# service = FileLoader() +# service.acquire_resources() + +# assert ( +# captured_kwargs["max_tasks_per_child"] +# == service._DEFAULT_MAX_TASKS_PER_CHILD +# ) + +# service.release_resources() + + +# def test_file_loader_preserves_max_tasks_per_child_override(monkeypatch): +# """Test process pool respects user task-recycling overrides""" + +# captured_kwargs = {} + +# class DummyPool: +# def __init__(self, *__, **kwargs): +# captured_kwargs.update(kwargs) + +# def shutdown(self, wait=True, cancel_futures=True): +# return None + +# monkeypatch.setattr("compass.services.cpu.ProcessPoolExecutor", DummyPool) + +# service = FileLoader(max_tasks_per_child=7) +# service.acquire_resources() + +# assert captured_kwargs["max_tasks_per_child"] == 7 + +# service.release_resources() + + +# def test_file_loader_sets_spawn_mp_context(monkeypatch): +# """Test process pool defaults to a spawn multiprocessing context""" + +# captured_kwargs = {} + +# class DummyPool: +# def __init__(self, *__, **kwargs): +# captured_kwargs.update(kwargs) + +# def shutdown(self, wait=True, cancel_futures=True): +# return None + +# monkeypatch.setattr("compass.services.cpu.ProcessPoolExecutor", DummyPool) + +# service = FileLoader() +# service.acquire_resources() + +# assert captured_kwargs["mp_context"].get_start_method() == "spawn" + +# service.release_resources() + + def test_resolve_all_paths(): """Test resolving all paths""" From fb49e6152ebb12613199ce9e74bcade3afb49b75 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 20 Jun 2026 14:50:19 -0600 Subject: [PATCH 31/39] Bump elm dep --- pixi.lock | 188 ++++++++++++++++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 95 insertions(+), 95 deletions(-) diff --git a/pixi.lock b/pixi.lock index 724ec17f..6a82ec44 100644 --- a/pixi.lock +++ b/pixi.lock @@ -239,6 +239,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/9b/a997b638fcd068ad6e4d53b8551a7d30fe8b404d6f1804abf1df69838932/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl @@ -255,7 +256,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/76/932be4b50ef6ccedf9d3c6639b056a967a86258c6d9200643f01269211ca/tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl @@ -621,6 +621,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/bf/d493fd1b33bb090fa64e28c1009374d5d72fa705f9331cd56517c35e381e/pyclipper-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/14/13db550d7b892aefe80f8581c6557a17cbfc2e084383cd09d25fdd488f6e/playwright-1.51.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -635,7 +636,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2d/5e/7d7f54ba960c13302584c73704d8c4d15404a51024631adb60b126a4ae88/shapely-2.1.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl @@ -1070,12 +1070,12 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1a/55/d62c85fff36e9e9e515ee92407b02acb556e6832d4fbcc8624b638cf70bb/patchright-1.51.3-py3-none-macosx_11_0_universal2.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/3b/1af2be2bf5204bbcfc94de215d5f87d35348c9982d9b05f54ceefbc53b8f/pyobjc_framework_cocoa-12.2-cp313-cp313-macosx_10_13_universal2.whl @@ -1472,13 +1472,13 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0f/8d/d8fec3dcde2963f8c908fb315e5ff2cd0ac34f82394bbbf73a2aa5145ce3/fonttools-4.63.0-cp313-cp313-macosx_10_13_universal2.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/3b/1af2be2bf5204bbcfc94de215d5f87d35348c9982d9b05f54ceefbc53b8f/pyobjc_framework_cocoa-12.2-cp313-cp313-macosx_10_13_universal2.whl @@ -1791,6 +1791,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/18/0b/0098c214843213759692cc638fce7de5c289200a830e5035d1791d7a2338/contourpy-1.3.3-cp313-cp313-win_amd64.whl @@ -1806,7 +1807,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2c/58/ca301544e1fa93ed4f80d724bf5b194f6e4b945841c5bfd555878eea9fcb/referencing-0.37.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl @@ -2162,6 +2162,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/9b/a997b638fcd068ad6e4d53b8551a7d30fe8b404d6f1804abf1df69838932/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl @@ -2175,7 +2176,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -2574,6 +2574,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/bf/d493fd1b33bb090fa64e28c1009374d5d72fa705f9331cd56517c35e381e/pyclipper-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/14/13db550d7b892aefe80f8581c6557a17cbfc2e084383cd09d25fdd488f6e/playwright-1.51.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -2585,7 +2586,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -3041,12 +3041,12 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1a/55/d62c85fff36e9e9e515ee92407b02acb556e6832d4fbcc8624b638cf70bb/patchright-1.51.3-py3-none-macosx_11_0_universal2.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -3468,12 +3468,12 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -3819,6 +3819,7 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/18/79/1b8fa1bb3568781e84c9200f951c735f3f157429f44be0495da55894d620/filetype-1.2.0-py2.py3-none-any.whl @@ -3832,7 +3833,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -4324,6 +4324,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/9b/a997b638fcd068ad6e4d53b8551a7d30fe8b404d6f1804abf1df69838932/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl @@ -4338,7 +4339,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -4888,6 +4888,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/bf/d493fd1b33bb090fa64e28c1009374d5d72fa705f9331cd56517c35e381e/pyclipper-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/14/13db550d7b892aefe80f8581c6557a17cbfc2e084383cd09d25fdd488f6e/playwright-1.51.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -4900,7 +4901,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -5504,13 +5504,13 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1a/55/d62c85fff36e9e9e515ee92407b02acb556e6832d4fbcc8624b638cf70bb/patchright-1.51.3-py3-none-macosx_11_0_universal2.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -6079,13 +6079,13 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -6581,6 +6581,7 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/18/79/1b8fa1bb3568781e84c9200f951c735f3f157429f44be0495da55894d620/filetype-1.2.0-py2.py3-none-any.whl @@ -6595,7 +6596,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -6935,6 +6935,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/9b/a997b638fcd068ad6e4d53b8551a7d30fe8b404d6f1804abf1df69838932/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl @@ -6949,7 +6950,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -7347,6 +7347,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/bf/d493fd1b33bb090fa64e28c1009374d5d72fa705f9331cd56517c35e381e/pyclipper-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/14/13db550d7b892aefe80f8581c6557a17cbfc2e084383cd09d25fdd488f6e/playwright-1.51.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -7359,7 +7360,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -7816,13 +7816,13 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1a/55/d62c85fff36e9e9e515ee92407b02acb556e6832d4fbcc8624b638cf70bb/patchright-1.51.3-py3-none-macosx_11_0_universal2.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -8245,13 +8245,13 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -8597,6 +8597,7 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/18/79/1b8fa1bb3568781e84c9200f951c735f3f157429f44be0495da55894d620/filetype-1.2.0-py2.py3-none-any.whl @@ -8611,7 +8612,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2e/45/6adc5efeb19fd5fed4027e520b5c668ce58236a2b271ade5533c4c116276/sphinx_tabs-3.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -8958,6 +8958,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/9b/a997b638fcd068ad6e4d53b8551a7d30fe8b404d6f1804abf1df69838932/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl @@ -8971,7 +8972,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/bb/9b66986b7ecf2eff987134cd94bde533142e3085d6f67531f1a369ceaaae/primp-1.3.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl @@ -9375,6 +9375,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/bf/d493fd1b33bb090fa64e28c1009374d5d72fa705f9331cd56517c35e381e/pyclipper-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/14/13db550d7b892aefe80f8581c6557a17cbfc2e084383cd09d25fdd488f6e/playwright-1.51.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl @@ -9386,7 +9387,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/b1/3d6c42f62c272ce34fcce609bb8939bdf873dab5f1b798fd4e880255f129/torchvision-0.25.0-cp313-cp313-manylinux_2_28_aarch64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz - pypi: https://files.pythonhosted.org/packages/40/bd/bf4787f57e6b2860f3f1c8c62f045b39fb32d6bac4b53d7a9e66de968440/tree_sitter_python-0.25.0-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl @@ -9850,12 +9850,12 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1a/55/d62c85fff36e9e9e515ee92407b02acb556e6832d4fbcc8624b638cf70bb/patchright-1.51.3-py3-none-macosx_11_0_universal2.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -10285,12 +10285,12 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/0c/7bb51e3acfafd16c48875bf3db03607674df16f5b6ef8d056586af7e2b8b/cssselect-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/4a/5f2ff6866bdf88e86147930b0be86b227f3691f4eb01daad5198302a8cbe/playwright-1.51.0-py3-none-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/85/7b1e0bc5827bcb23dc572b17c447fb5825340f36a9e4405d4b777b862e0c/unclecode_litellm-1.81.13-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/51/37/b3ea9cd5558ff4cb51957caca2193981c6b0ff30bd0d2630ac62505d99d0/fake_useragent-2.2.0-py3-none-any.whl @@ -10643,6 +10643,7 @@ environments: - pypi: . - pypi: https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/98/716a473cfb24750858ddd5d14e6527539dd206583a46408d08eeb2844a75/trimesh-4.12.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0c/ec/e1db9922bceb168197a558a2b8c03a7963f1afe93517ddd3cf99f202f996/jsonref-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/18/79/1b8fa1bb3568781e84c9200f951c735f3f157429f44be0495da55894d620/filetype-1.2.0-py2.py3-none-any.whl @@ -10656,7 +10657,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/2a/21/f691fb2613100a62b3fa91e9988c991e9ca5b89ea31c0d3152a3210344f9/rank_bm25-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2f/4a/ef8bb2b86988e7e45b8dfa75a9387fe346f5f52792bfdd0d530ef36c9afe/rebrowser_playwright-1.49.1-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2f/dd/63d1d2fddcaaee040745ea58d13b54c0b1483260ddae52eb59abf691f757/tavily_python-0.5.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/39/5c/92165c1eb695d019c5bbcb220f840f6975252fc8511aca78a6989d3a065c/docling_parse-5.11.0-cp313-cp313-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3a/0c/3662f4a66880196a590b202f0db82d919dd2f89e99a27fadef91c4a33d41/xlsxwriter-3.2.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3b/dc/d90cb1790f8cec9b4878d278ad9faf7c8f893189ce0f855304fd704fc274/tree_sitter_javascript-0.25.0-cp310-abi3-win_amd64.whl @@ -34257,7 +34257,7 @@ packages: - langchain-text-splitters>=1.0.0,<2 - networkx>=3.4.2,<4 - nltk>=3.9.1,<4 - - nlr-elm>=0.0.43,<1 + - nlr-elm>=0.0.44,<1 - numpy>=2.4.3,<3 - openai>=2.34.0 - pandas>=2.2.3,<3 @@ -34853,6 +34853,74 @@ packages: version: 1.4.0 sha256: f2a50c22c3a78cb4e48347ecf06930f61ce98cf9252f2e292aa025471e9d75b1 requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/09/bd/bea0f66f3c8e8fc7a7e8af54c3b6d9139c195e7138db2cc9a5ce025a495a/nlr_elm-0.0.44-py3-none-any.whl + name: nlr-elm + version: 0.0.44 + sha256: 312477eb1bbaf3c406b32010b205ed12b9e318dc7542f1a3bbadfbacfe847567 + requires_dist: + - openai>=1.1.0 + - aiohttp + - beautifulsoup4 + - camoufox + - click + - crawl4ai>=0.8.6 + - ddgs + - fake-useragent>=2.0.3 + - google-api-python-client + - google-search-results + - html2text + - httpx + - langchain-text-splitters + - lxml + - matplotlib + - networkx + - nltk + - numpy + - pandas + - playwright-stealth + - pypdf2 + - python-slugify + - rebrowser-playwright + - scipy + - scrapling + - tabulate + - tavily-python + - tiktoken + - openai>=1.1.0 ; extra == 'dev' + - aiohttp ; extra == 'dev' + - beautifulsoup4 ; extra == 'dev' + - camoufox ; extra == 'dev' + - click ; extra == 'dev' + - crawl4ai>=0.8.6 ; extra == 'dev' + - ddgs ; extra == 'dev' + - fake-useragent>=2.0.3 ; extra == 'dev' + - google-api-python-client ; extra == 'dev' + - google-search-results ; extra == 'dev' + - html2text ; extra == 'dev' + - httpx ; extra == 'dev' + - langchain-text-splitters ; extra == 'dev' + - lxml ; extra == 'dev' + - matplotlib ; extra == 'dev' + - networkx ; extra == 'dev' + - nltk ; extra == 'dev' + - numpy ; extra == 'dev' + - pandas ; extra == 'dev' + - playwright-stealth ; extra == 'dev' + - pypdf2 ; extra == 'dev' + - python-slugify ; extra == 'dev' + - rebrowser-playwright ; extra == 'dev' + - scipy ; extra == 'dev' + - scrapling ; extra == 'dev' + - tabulate ; extra == 'dev' + - tavily-python ; extra == 'dev' + - tiktoken ; extra == 'dev' + - nlr-rex>=0.5.0 ; extra == 'dev' + - pytest>=5.2 ; extra == 'dev' + - pytest-mock ; extra == 'dev' + - pytest-asyncio ; extra == 'dev' + - pytest-cov ; extra == 'dev' + - flaky>=3.8.1 ; extra == 'dev' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/0a/21/b48b9e8408b3faec9fb7cb2f68352c7724add35a980c948eaceb29ac41e4/language_tags-1.3.1-py3-none-any.whl name: language-tags version: 1.3.1 @@ -35153,74 +35221,6 @@ packages: - gdown>=4.7.3 ; extra == 'gdown' - scipy ; extra == 'scipy' requires_python: '>=3.10' -- pypi: https://files.pythonhosted.org/packages/37/7c/dbfb48cc5da9b52795d6219f35e08766b6672cc7aacd04ebf1fa7e6a7d94/nlr_elm-0.0.43-py3-none-any.whl - name: nlr-elm - version: 0.0.43 - sha256: 775ba34a8b5795026e6104000fca49b50154c3ba1f6083bae1540dcb04c73c6e - requires_dist: - - openai>=1.1.0 - - aiohttp - - beautifulsoup4 - - camoufox - - click - - crawl4ai>=0.8.6 - - ddgs - - fake-useragent>=2.0.3 - - google-api-python-client - - google-search-results - - html2text - - httpx - - langchain-text-splitters - - lxml - - matplotlib - - networkx - - nltk - - numpy - - pandas - - playwright-stealth - - pypdf2 - - python-slugify - - rebrowser-playwright - - scipy - - scrapling - - tabulate - - tavily-python - - tiktoken - - openai>=1.1.0 ; extra == 'dev' - - aiohttp ; extra == 'dev' - - beautifulsoup4 ; extra == 'dev' - - camoufox ; extra == 'dev' - - click ; extra == 'dev' - - crawl4ai>=0.8.6 ; extra == 'dev' - - ddgs ; extra == 'dev' - - fake-useragent>=2.0.3 ; extra == 'dev' - - google-api-python-client ; extra == 'dev' - - google-search-results ; extra == 'dev' - - html2text ; extra == 'dev' - - httpx ; extra == 'dev' - - langchain-text-splitters ; extra == 'dev' - - lxml ; extra == 'dev' - - matplotlib ; extra == 'dev' - - networkx ; extra == 'dev' - - nltk ; extra == 'dev' - - numpy ; extra == 'dev' - - pandas ; extra == 'dev' - - playwright-stealth ; extra == 'dev' - - pypdf2 ; extra == 'dev' - - python-slugify ; extra == 'dev' - - rebrowser-playwright ; extra == 'dev' - - scipy ; extra == 'dev' - - scrapling ; extra == 'dev' - - tabulate ; extra == 'dev' - - tavily-python ; extra == 'dev' - - tiktoken ; extra == 'dev' - - nlr-rex>=0.5.0 ; extra == 'dev' - - pytest>=5.2 ; extra == 'dev' - - pytest-mock ; extra == 'dev' - - pytest-asyncio ; extra == 'dev' - - pytest-cov ; extra == 'dev' - - flaky>=3.8.1 ; extra == 'dev' - requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl name: importlib-metadata version: 9.0.0 diff --git a/pyproject.toml b/pyproject.toml index 9904e574..46e63f9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "langchain-text-splitters>=1.0.0,<2", "networkx>=3.4.2,<4", "nltk>=3.9.1,<4", - "nlr-elm>=0.0.43,<1", + "nlr-elm>=0.0.44,<1", "numpy>=2.4.3,<3", "openai>=2.34.0", "pandas>=2.2.3,<3", From ec1f7b35c2ce5069facde3b6aaf7e7d083b6bae0 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 20 Jun 2026 14:53:45 -0600 Subject: [PATCH 32/39] Guard error --- compass/pipeline/collection/steps.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/compass/pipeline/collection/steps.py b/compass/pipeline/collection/steps.py index c6f046f4..1b873d8b 100644 --- a/compass/pipeline/collection/steps.py +++ b/compass/pipeline/collection/steps.py @@ -417,6 +417,9 @@ async def _validate_jurisdiction_website(workflow): workflow.jurisdiction_website = await _get_base_website( workflow.jurisdiction_website, ) + if workflow.jurisdiction_website is None: + return + COMPASS_PB.update_jurisdiction_task( workflow.jurisdiction.full_name, description=( @@ -444,7 +447,11 @@ async def _validate_jurisdiction_website(workflow): async def _get_base_website(website): """Get the base URL for a website, following redirects if needed""" - website = await get_redirected_url(website, timeout=30) + try: + website = await get_redirected_url(website, timeout=30) + except Exception: + logger.exception("Error getting redirected URL for %s", website) + return None return base_website_url(website) From 2c5b0f8d44165645911f0c5400f284a901686a5f Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 27 Jun 2026 14:00:05 -0600 Subject: [PATCH 33/39] Fix import --- compass/pipeline/collection/steps.py | 2 +- support/jurisdictions/update_jur_websites.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compass/pipeline/collection/steps.py b/compass/pipeline/collection/steps.py index 1b873d8b..a9ca61c2 100644 --- a/compass/pipeline/collection/steps.py +++ b/compass/pipeline/collection/steps.py @@ -15,8 +15,8 @@ ) from compass.validation.location import JurisdictionWebsiteValidator from compass.utilities.enums import LLMTasks, COMPASSDocumentCollectionStep +from compass.utilities.url import base_website_url from compass.pb import COMPASS_PB -from compass.web.url_utils import base_website_url logger = logging.getLogger(__name__) diff --git a/support/jurisdictions/update_jur_websites.py b/support/jurisdictions/update_jur_websites.py index d5611dff..89e6cf33 100755 --- a/support/jurisdictions/update_jur_websites.py +++ b/support/jurisdictions/update_jur_websites.py @@ -44,8 +44,8 @@ from compass.utilities.io import load_config from compass.utilities.jurisdictions import Jurisdiction from compass.utilities.logs import AddLocationFilter, log_versions +from compass.utilities.url import base_website_url from compass.web.file_loader import COMPASSWebFileLoader -from compass.web.url_utils import base_website_url from compass.validation.location import JurisdictionWebsiteValidator From f4347582e34658a15f1f2fa4b8901064fb170d5d Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 27 Jun 2026 14:01:19 -0600 Subject: [PATCH 34/39] Minor prompt updates --- compass/validation/location.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/compass/validation/location.py b/compass/validation/location.py index 80240211..cfd00ce0 100644 --- a/compass/validation/location.py +++ b/compass/validation/location.py @@ -305,7 +305,11 @@ class JurisdictionWebsiteValidator: "You are an expert data analyst that examines website text to " "determine if the website is the main website for a given " "jurisdiction. Only ever answer based on the information from the " - "website itself." + "website itself. Do not treat affiliated but separate entities as " + "the main jurisdiction website (i.e. such as school district " + "websites, courthouse or court system websites, library websites, " + "or other department and agency websites are **not** the main " + "website)." ) """System message for main jurisdiction website validation calls""" @@ -397,6 +401,11 @@ async def check(self, url, jurisdiction): "Based on the website text below, is it reasonable to conclude " f"that this webpage is the **main** {jurisdiction.type} website " f"for {jurisdiction.full_name_the_prefixed}? " + "Do not treat affiliated but separate entities as the main " + "jurisdiction website. Examples of websites that should **not** " + "be treated the main jurisdiction website include school " + "district websites, courthouse or court system websites, " + "library websites, and other department or agency websites. " "Please start your response with either 'Yes' or 'No' and briefly " "explain your answer." f'\n\n"""\n{doc.text}\n"""' From 09b607703095b09b8794f8f430855b3d557e4ab2 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 27 Jun 2026 14:27:19 -0600 Subject: [PATCH 35/39] More jur updates --- compass/data/conus_jurisdictions.csv | 1132 +++++++++++++------------- 1 file changed, 566 insertions(+), 566 deletions(-) diff --git a/compass/data/conus_jurisdictions.csv b/compass/data/conus_jurisdictions.csv index a548dc3f..722cc0f2 100644 --- a/compass/data/conus_jurisdictions.csv +++ b/compass/data/conus_jurisdictions.csv @@ -18,7 +18,7 @@ Alabama,Barbour,Clayton,city,0115376, Alabama,Barbour,Clio,city,0115640, Alabama,Barbour,Eufaula,city,0124568,https://www.eufaulaalabama.com/ Alabama,Barbour,Louisville,town,0144344,https://louisvillealabama.gov/ -Alabama,Barbour,,county,01005, +Alabama,Barbour,,county,01005,https://www.barbourcountyal.gov/ Alabama,Bibb,Centreville-Brent,city,0100790531,https://www.cityofcentreville.com/ Alabama,Bibb,Piper-Coleanor,city,0100792601, Alabama,Bibb,West Blocton,town,0180928, @@ -75,7 +75,7 @@ Alabama,Choctaw,,county,01023,http://www.choctawcountyal.org/ Alabama,Clarke,Coffeeville,town,0116264,https://www.townofcoffeeville.org/ Alabama,Clarke,Fulton,town,0128504, Alabama,Clarke,Grove Hill,town,0132080, -Alabama,Clarke,Jackson,city,0138152, +Alabama,Clarke,Jackson,city,0138152,https://cityofjacksonal.com/ Alabama,Clarke,Thomasville,city,0175960,https://www.thomasvilleal.com/ Alabama,Clarke,Walker Springs,city,0102593362, Alabama,Clarke,,county,01025,http://www.clarkecountyal.com/ @@ -105,7 +105,7 @@ Alabama,Conecuh,Lyeffion,city,0103592016, Alabama,Conecuh,Repton,town,0164368,https://www.reptonalabama.com/ Alabama,Conecuh,Shreve,city,0103592916, Alabama,Conecuh,,county,01035,https://conecuh.alacourt.gov/ -Alabama,Coosa,Goodwater-Kellyton,city,0103791350, +Alabama,Coosa,Goodwater-Kellyton,city,0103791350,https://www.cityofgoodwater.com/ Alabama,Coosa,Rockford,town,0165472,http://www.rockfordalabama.net/ Alabama,Coosa,Weogufka-Marble,valley,0103793429, Alabama,Coosa,,county,01037,http://www.coosacountyal.com/ @@ -194,16 +194,16 @@ Alabama,Greene,Boligee,town,0108104, Alabama,Greene,Eutaw,city,0124664, Alabama,Greene,Forkland-Tishabee,city,0106391179, Alabama,Greene,Mantua-West Greene,city,0106392088, -Alabama,Greene,,county,01063,https://greenecoboe.greene.k12.al.us/ +Alabama,Greene,,county,01063, Alabama,Hale,Greensboro,city,0131720,https://www.cityofgreensboroalabama.com/ -Alabama,Hale,Greensboro Northeast,city,0106591414, +Alabama,Hale,Greensboro Northeast,city,0106591414,https://www.cityofgreensboroalabama.com/ Alabama,Hale,Greensboro South,city,0106591415,https://www.cityofgreensboroalabama.com/ Alabama,Hale,Moundville,town,0151648,https://www.moundvillealabama.com/ Alabama,Hale,Newbern,town,0153784, Alabama,Hale,Sawyerville,city,0106592853, Alabama,Hale,Stewart-Akron,city,0106593015, Alabama,Hale,,county,01065,http://www.halecountyal.gov/ -Alabama,Henry,Abbeville,city,0100124, +Alabama,Henry,Abbeville,city,0100124,https://cityofabbeville.org/ Alabama,Henry,Haleburg,town,0132656, Alabama,Henry,Headland-Newville,city,0106791584,https://www.headlandalabama.org/ Alabama,Henry,Shorterville,city,0106792907, @@ -248,7 +248,7 @@ Alabama,Lamar,,county,01075,https://lamarcountyal.gov/ Alabama,Lauderdale,Cloverdale,city,0107790657, Alabama,Lauderdale,Florence,city,0126896,https://www.visitflorenceal.com/ Alabama,Lauderdale,Killen,town,0139784,https://townofkillen.org/ -Alabama,Lauderdale,Lexington,town,0142640, +Alabama,Lauderdale,Lexington,town,0142640,https://lexingtonal.org/ Alabama,Lauderdale,Oakland,city,0107792412, Alabama,Lauderdale,Rogersville,town,0166216,https://rogersvillealabama.gov/ Alabama,Lauderdale,Waterloo,town,0180064, @@ -307,7 +307,7 @@ Alabama,Marion,Brilliant,town,0109424,https://brilliantal.org/ Alabama,Marion,Guin,city,0132224,https://www.guinal.org/ Alabama,Marion,Hackleburg,town,0132560,https://townofhackleburg.com/ Alabama,Marion,Hamilton,city,0132848,https://www.hamiltoncityal.org/ -Alabama,Marion,Winfield,city,0182992,https://www.winfield.k12.al.us/ +Alabama,Marion,Winfield,city,0182992, Alabama,Marion,,county,01093,http://marioncountyalabama.org/ Alabama,Marshall,Albertville-Boaz,city,0109590054,https://www.cityofalbertville.com/ Alabama,Marshall,Arab,city,0102116,https://www.arabcity.org/ @@ -321,13 +321,13 @@ Alabama,Mobile,Bayou La Batre,city,0104684,https://www.cityofbayoulabatre.com/ Alabama,Mobile,Citronelle,city,0115064,https://www.cityofcitronelle.com/ Alabama,Mobile,Grand Bay,city,0109791386, Alabama,Mobile,Mobile,city,0150000,https://www.cityofmobile.gov/ -Alabama,Mobile,Mount Vernon,town,0152608, +Alabama,Mobile,Mount Vernon,town,0152608,https://mtvernonal.com/ Alabama,Mobile,Semmes,city,0169240,https://cityofsemmesal.gov/ Alabama,Mobile,Tanner Williams,city,0109793105, Alabama,Mobile,Theodore,city,0109793114, Alabama,Mobile,,county,01097,http://mobilecountyal.gov/ -Alabama,Monroe,Beatrice,town,0104900, -Alabama,Monroe,Frisco City,town,0128312, +Alabama,Monroe,Beatrice,town,0104900,http://beatriceal.com/ +Alabama,Monroe,Frisco City,town,0128312,https://friscocityal.com/ Alabama,Monroe,Monroeville,city,0150192,https://www.monroevilleal.gov/ Alabama,Monroe,Peterman,city,0109992520, Alabama,Monroe,Uriah,city,0109993267, @@ -357,7 +357,7 @@ Alabama,Perry,,county,01105,https://www.perrycountyal.gov/ Alabama,Pickens,Aliceville,city,0101228,https://www.thecityofaliceville.com/ Alabama,Pickens,Carrollton,town,0112304, Alabama,Pickens,Ethelsville,town,0124472, -Alabama,Pickens,Gordo,town,0130736, +Alabama,Pickens,Gordo,town,0130736,https://www.townofgordo.org/ Alabama,Pickens,Reform,town,0164104,https://cityofreform.com/ Alabama,Pickens,,county,01107, Alabama,Pike,Banks-Josie,city,0110990198, @@ -379,7 +379,7 @@ Alabama,Russell,Hurtsboro,town,0137096, Alabama,Russell,Phenix City,city,0159472,https://phenixcityal.gov/ Alabama,Russell,,county,01113,https://russellcountyal.gov/ Alabama,Shelby,Alabaster-Helena,city,0111790036, -Alabama,Shelby,Calera,city,0111416, +Alabama,Shelby,Calera,city,0111416,https://www.cityofcalera.org/ Alabama,Shelby,Chelsea,city,0114104,https://www.cityofchelsea.com/ Alabama,Shelby,Columbiana,city,0116768,https://www.cityofcolumbiana.com/ Alabama,Shelby,Montevallo,city,0150312,https://www.cityofmontevallo.com/ @@ -391,7 +391,7 @@ Alabama,St. Clair,Moody,city,0151096,https://www.moodyalabama.gov/ Alabama,St. Clair,Pell City,city,0158896,https://www.pellcity.gov/ Alabama,St. Clair,Ragland,town,0163216,https://www.townofragland.org/ Alabama,St. Clair,Springville,city,0172600, -Alabama,St. Clair,,county,01115, +Alabama,St. Clair,,county,01115,https://www.stclairco.com/ Alabama,Sumter,Belmont,city,0111990261, Alabama,Sumter,Cuba,town,0118952, Alabama,Sumter,Gainesville,town,0128768, @@ -449,7 +449,7 @@ Alabama,Wilcox,Coy-Fatama,city,0113190756, Alabama,Wilcox,Pine Apple,town,0159880, Alabama,Wilcox,Pine Hill,town,0160240, Alabama,Wilcox,,county,01131, -Alabama,Winston,Addison,town,0100484, +Alabama,Winston,Addison,town,0100484,https://town-of-addison.com/ Alabama,Winston,Double Springs,town,0121280,https://townofdoublesprings.municipalimpact.com/ Alabama,Winston,Haleyville,city,0132704,https://www.cityofhaleyville.com/ Alabama,Winston,Lynn,town,0144800,https://townoflynn.org/ @@ -460,14 +460,14 @@ Alabama,,Akron,town,0100676, Alabama,,Alabaster,city,0100820,https://www.cityofalabaster.com/ Alabama,,Albertville,city,0100988,https://www.cityofalbertville.com/ Alabama,,Alexandria,CDP,0101180, -Alabama,,Allgood,town,0101396, +Alabama,,Allgood,town,0101396,https://www.townofallgoodal.com/ Alabama,,Anderson,town,0101756, Alabama,,Ardmore,town,0102260,http://www.townofardmorealabama.com/ Alabama,,Argo,city,0102320,https://www.cityofargo.org/ Alabama,,Ariton,town,0102428, Alabama,,Arley,town,0102500,https://arleyal.govtportal.com/ Alabama,,Ashford,city,0102836,https://www.cityofashford.com/ -Alabama,,Attalla,city,0103028,https://www.attalla.k12.al.us/ +Alabama,,Attalla,city,0103028, Alabama,,Auburn,city,0103076,https://selfservice.auburnalabama.org/ Alabama,,Avon,town,0103364, Alabama,,Axis,CDP,0103508, @@ -498,14 +498,14 @@ Alabama,,Brook Highland,CDP,0109500, Alabama,,Broomtown,CDP,0109880, Alabama,,Bucks,CDP,0110456, Alabama,,Calvert,CDP,0111488, -Alabama,,Cardiff,town,0112040, +Alabama,,Cardiff,town,0112040,https://cardiffalabama.info/ Alabama,,Carlisle-Rockledge,CDP,0112070, Alabama,,Carlton,CDP,0112112, Alabama,,Carolina,town,0112160, Alabama,,Catherine,CDP,0112544, Alabama,,Cedar Bluff,town,0112760,https://cedarbluff-al.org/ Alabama,,Center Point,city,0113264,https://www.cityofcenterpoint.org/ -Alabama,,Centreville,city,0113672, +Alabama,,Centreville,city,0113672,https://www.cityofcentreville.com/ Alabama,,Cherokee Ridge,town,0114202,https://www.townofcherokeeridge.com/ Alabama,,Chickasaw,city,0114392,https://cityofchickasaw.org/ Alabama,,Chunchula,CDP,0114968, @@ -515,7 +515,7 @@ Alabama,,Coats Bend,CDP,0116080, Alabama,,Coffee Springs,town,0116240, Alabama,,Colony,town,0116684, Alabama,,Concord,CDP,0116936, -Alabama,,Coosada,town,0117176, +Alabama,,Coosada,town,0117176,https://coosadaal.gov/ Alabama,,Cottondale,CDP,0117704, Alabama,,County Line,town,0117968,https://mycountyline.org/ Alabama,,Courtland,town,0118040,https://www.townofcourtland.org/ @@ -592,7 +592,7 @@ Alabama,,Highland Lakes,CDP,0134490, Alabama,,Hissop,CDP,0134984, Alabama,,Hobson,CDP,0135130,http://townofhobsoncity.com/ Alabama,,Hobson City,town,0135152,http://townofhobsoncity.com/ -Alabama,,Hodges,town,0135200, +Alabama,,Hodges,town,0135200,https://hodgesal.com/ Alabama,,Hollins,CDP,0135512, Alabama,,Hollis Crossroads,CDP,0135536, Alabama,,Hollywood,town,0135632,http://thetownofhollywood.com/ @@ -634,7 +634,7 @@ Alabama,,Margaret,city,0146696,https://margaretal.gov/ Alabama,,Maytown,town,0147728, Alabama,,McCalla,CDP,0145040, Alabama,,McDonald Chapel,CDP,0145208, -Alabama,,McKenzie,town,0145496,https://mck.butlerco.k12.al.us/ +Alabama,,McKenzie,town,0145496, Alabama,,McMullen,town,0145640, Alabama,,Meadowbrook,CDP,0147740, Alabama,,Megargel,CDP,0147848, @@ -668,7 +668,7 @@ Alabama,,Newton,town,0154480,https://newtonal.govtportal.com/ Alabama,,Newville,town,0154600, Alabama,,Nixburg,CDP,0154696, Alabama,,North Courtland,town,0155044, -Alabama,,Oak Grove,town,0155752, +Alabama,,Oak Grove,town,0155752,https://townofoakgrove.org/ Alabama,,Oak Hill,town,0155848, Alabama,,Odenville,city,0156400,https://cityofodenville.net/ Alabama,,Onycha,town,0157024, @@ -721,7 +721,7 @@ Alabama,,Saks,CDP,0167608, Alabama,,Sand Rock,town,0167920,https://www.sandrock-al.org/ Alabama,,Sanford,town,0168016, Alabama,,Saraland,city,0168160,https://saraland.org/ -Alabama,,Sardis City,town,0168280, +Alabama,,Sardis City,town,0168280,https://sardiscityal.govtportal.com/ Alabama,,Satsuma,city,0168352,https://www.cityofsatsuma.com/ Alabama,,Selmont-West Selmont,CDP,0169180, Alabama,,Sheffield,city,0169648,https://sheffieldalabama.net/ @@ -734,7 +734,7 @@ Alabama,,Sims Chapel,CDP,0170632, Alabama,,Skyline,town,0170896, Alabama,,Smoke Rise,CDP,0171201, Alabama,,Snead,town,0171280, -Alabama,,South Vinemont,town,0171900, +Alabama,,South Vinemont,town,0171900,https://www.townofsouthvinemont.com/ Alabama,,Southside,city,0171832,https://cityofsouthside.com/ Alabama,,Spanish Fort,city,0171976,https://www.cityofspanishfort.com/ Alabama,,Spruce Pine,CDP,0172672, @@ -751,7 +751,7 @@ Alabama,,Sylvan Springs,town,0174424,https://sylvanspringsal.com/ Alabama,,Sylvania,town,0174400,https://sylvaniaalabama.com/ Alabama,,Talladega Springs,town,0174616, Alabama,,Tallassee,city,0174688,https://www.tallasseeal.gov/ -Alabama,,Tarrant,city,0174976,https://www.tarrant.k12.al.us/ +Alabama,,Tarrant,city,0174976, Alabama,,Taylor,city,0175096,https://www.cityoftaylor.org/ Alabama,,Thorsby,city,0176080,https://www.thorsbyal.com/ Alabama,,Tibbie,CDP,0176200, @@ -793,7 +793,7 @@ Alaska,Aleutians East,,borough,02013,http://www.aleutianseast.org/ Alaska,Aleutians West,Aleutians West,census subarea,0201601615, Alaska,Aleutians West,,census area,02016, Alaska,Anchorage,Anchorage,municipality,0203000,https://www.muni.org/ -Alaska,Anchorage,,borough,02020, +Alaska,Anchorage,,borough,02020,https://www.muni.org/ Alaska,Bethel,Aniak,city,0203550, Alaska,Bethel,Lower Kuskokwim,census subarea,0205045510, Alaska,Bristol Bay,Bristol Bay,census subarea,0206009050, @@ -818,7 +818,7 @@ Alaska,Kenai Peninsula,,borough,02122,https://www.kpb.us/ Alaska,Ketchikan Gateway,Ketchikan,city,0238970,https://www.borough.ketchikan.ak.us/ Alaska,Ketchikan Gateway,,borough,02130,https://www.borough.ketchikan.ak.us/ Alaska,Kodiak Island,Kodiak Island,census subarea,0215041200, -Alaska,Kodiak Island,,borough,02150, +Alaska,Kodiak Island,,borough,02150,https://www.kodiakak.us/ Alaska,Kusilvak,Kusilvak,census subarea,0215842185, Alaska,Kusilvak,,census area,02158, Alaska,Lake and Peninsula,Lake and Peninsula,census subarea,0216442780, @@ -854,7 +854,7 @@ Alaska,,Adak,city,0200065,https://www.adak-ak.gov/ Alaska,,Akhiok,city,0200650, Alaska,,Akiachak,CDP,0200760, Alaska,,Akiak,city,0200870, -Alaska,,Akutan,city,0201090, +Alaska,,Akutan,city,0201090,https://akutanak.us/ Alaska,,Alakanuk,city,0201200, Alaska,,Alatna,CDP,0201305, Alaska,,Alcan Border,CDP,0201390, @@ -977,7 +977,7 @@ Alaska,,Healy,CDP,0232150, Alaska,,Healy Lake,CDP,0232310, Alaska,,Hobart Bay,CDP,0232550, Alaska,,Hollis,CDP,0232810, -Alaska,,Holy Cross,city,0233030, +Alaska,,Holy Cross,city,0233030,https://www.holycrossalaska.net/ Alaska,,Homer,city,0233140,https://www.homeralaska.org/ Alaska,,Hoonah,city,0233360,https://www.cityofhoonah.org/ Alaska,,Hooper Bay,city,0233470, @@ -995,7 +995,7 @@ Alaska,,Kaktovik,city,0236990,https://www.cityofkaktovik.org/ Alaska,,Kalifornsky,CDP,0237250, Alaska,,Kaltag,city,0237430, Alaska,,Karluk,CDP,0237540, -Alaska,,Kasaan,city,0237650, +Alaska,,Kasaan,city,0237650,https://www.cityofkasaan.org/ Alaska,,Kasigluk,CDP,0237975, Alaska,,Kasilof,CDP,0238090, Alaska,,Kenai,city,0238420,https://www.kenai.city/ @@ -1048,7 +1048,7 @@ Alaska,,Minto,CDP,0249530, Alaska,,Moose Creek,CDP,0250080, Alaska,,Moose Pass,CDP,0250190, Alaska,,Mosquito Lake,CDP,0250800, -Alaska,,Mountain Village,city,0251180, +Alaska,,Mountain Village,city,0251180,https://mtnvillagealaska.com/ Alaska,,Mud Bay,CDP,0251455, Alaska,,Nabesna,CDP,0251960, Alaska,,Naknek,CDP,0252060, @@ -1240,11 +1240,11 @@ Arizona,Maricopa,Deer,valley,0401390867, Arizona,Maricopa,Gila Bend,town,0427050, Arizona,Maricopa,Phoenix,city,0455000,https://www.phoenix.gov/ Arizona,Maricopa,Salt River,city,0401393060, -Arizona,Maricopa,St. Johns,city,0401393009, +Arizona,Maricopa,St. Johns,city,0401393009,https://www.stjohnsaz.gov/ Arizona,Maricopa,Tonto National Forest,city,0401393472, Arizona,Maricopa,Wickenburg,town,0482740,https://wickenburgaz.gov/ Arizona,Maricopa,,county,04013,http://www.maricopa.gov/ -Arizona,Mohave,Bullhead City,city,0408220, +Arizona,Mohave,Bullhead City,city,0408220,https://www.bullheadcityaz.gov/ Arizona,Mohave,Kingman,city,0437620,https://www.cityofkingman.gov/ Arizona,Mohave,Lake Havasu City,city,0439370,https://www.lhcaz.gov/ Arizona,Mohave,North Mohave,city,0401592340, @@ -1272,7 +1272,7 @@ Arizona,Pinal,North Pinal,city,0402192346, Arizona,Pinal,San Manuel,city,0402193162, Arizona,Pinal,Tohono O'odham Nation,city,0402193377, Arizona,Pinal,,county,04021,http://www.pinalcountyaz.gov/ -Arizona,Santa Cruz,Nogales,city,0449640, +Arizona,Santa Cruz,Nogales,city,0449640,https://www.nogalesaz.gov/ Arizona,Santa Cruz,Patagonia,town,0453490,https://patagonia-az.gov/ Arizona,Santa Cruz,,county,04023,http://www.co.santa-cruz.az.us/ Arizona,Yavapai,Ash Fork,city,0402590204, @@ -1410,7 +1410,7 @@ Arizona,,Franklin,CDP,0425650, Arizona,,Fredonia,town,0425720,https://www.fredoniaaz.gov/ Arizona,,Freedom Acres,CDP,0425735, Arizona,,Gadsden,CDP,0426070, -Arizona,,Ganado,CDP,0426210,https://www.ganado.k12.az.us/ +Arizona,,Ganado,CDP,0426210, Arizona,,Geronimo Estates,CDP,0426780, Arizona,,Gila Crossing,CDP,0427260, Arizona,,Gilbert,town,0427400,https://www.gilbertaz.gov/ @@ -1505,7 +1505,7 @@ Arizona,,Morristown,CDP,0447750, Arizona,,Mountain View Ranches,CDP,0447925, Arizona,,Mountainaire,CDP,0447820, Arizona,,Munds Park,CDP,0448170, -Arizona,,Naco,CDP,0448310,https://naco.k12.az.us/ +Arizona,,Naco,CDP,0448310, Arizona,,Nazlini,CDP,0449010,https://nazlini.navajochapters.org/ Arizona,,Nelson,CDP,0449100, Arizona,,New Kingman-Butler,CDP,0449270, @@ -1561,7 +1561,7 @@ Arizona,,Rock House,CDP,0460770, Arizona,,Rock Point,CDP,0460880,https://rockpoint.navajochapters.org/ Arizona,,Roosevelt,CDP,0461300, Arizona,,Roosevelt Estates,CDP,0461302, -Arizona,,Rough Rock,CDP,0461370,https://www.roughrock.k12.az.us/ +Arizona,,Rough Rock,CDP,0461370, Arizona,,Round Rock,CDP,0461440, Arizona,,Round Valley,CDP,0461448, Arizona,,Rye,CDP,0461690, @@ -1597,7 +1597,7 @@ Arizona,,Shumway,CDP,0466540, Arizona,,Sierra Vista Southeast,CDP,0466845, Arizona,,Six Shooter Canyon,CDP,0467295, Arizona,,So-Hi,CDP,0467920, -Arizona,,Solomon,CDP,0468010,http://solomon.k12.az.us/ +Arizona,,Solomon,CDP,0468010, Arizona,,Sonoita,CDP,0468220, Arizona,,South Komelik,CDP,0468670, Arizona,,South Tucson,city,0468850,https://www.southtucsonaz.gov/ @@ -1782,7 +1782,7 @@ Arkansas,Boone,Sugar Loaf,township,0500997309, Arkansas,Boone,Summit,township,0500997364, Arkansas,Boone,Zinc,town,0577600, Arkansas,Boone,,county,05009,https://www.boonecountyar.com/ -Arkansas,Bowie,Texarkana,city,0568810, +Arkansas,Bowie,Texarkana,city,0568810,https://texarkanaar.gov/ Arkansas,Bradley,Clay,township,0501191653, Arkansas,Bradley,Eagle,township,0501192516, Arkansas,Bradley,Marion,township,0501194941, @@ -1905,7 +1905,7 @@ Arkansas,Crawford,10,district,0503396831, Arkansas,Crawford,11,district,0503397171, Arkansas,Crawford,12,district,0503397441, Arkansas,Crawford,13,district,0503397571, -Arkansas,Crawford,2,district,0503390901, +Arkansas,Crawford,2,district,0503390901,https://www.crawfordcountyar.gov/ Arkansas,Crawford,3,district,0503391651, Arkansas,Crawford,4,district,0503392401, Arkansas,Crawford,5,district,0503393151, @@ -2093,7 +2093,7 @@ Arkansas,Hot Spring,Brown Springs,township,0505991003, Arkansas,Hot Spring,Butterfield,township,0505991123, Arkansas,Hot Spring,Clear Creek,township,0505991683, Arkansas,Hot Spring,De Roche,township,0505992168, -Arkansas,Hot Spring,Dover,township,0505992426, +Arkansas,Hot Spring,Dover,township,0505992426,https://www.dovertownship.org/ Arkansas,Hot Spring,Fenter,township,0505992731, Arkansas,Hot Spring,Gifford,township,0505993071, Arkansas,Hot Spring,Harrison,township,0505993351, @@ -2129,7 +2129,7 @@ Arkansas,Howard,Saline,township,0506196904, Arkansas,Howard,Saratoga,township,0506196929, Arkansas,Howard,Tollette,town,0569500, Arkansas,Howard,Umpire,township,0506197868, -Arkansas,Howard,,county,05061, +Arkansas,Howard,,county,05061,https://www.howardcountysheriffar.com/ Arkansas,Independence,Ashley,township,0506390128, Arkansas,Independence,Barren,township,0506390223, Arkansas,Independence,Big Bottom-Wycough-Logan,township,0506390503, @@ -2235,7 +2235,7 @@ Arkansas,Lafayette,Hadley,township,0507393286, Arkansas,Lafayette,La Grange,township,0507394351, Arkansas,Lafayette,Mars Hill,township,0507395031, Arkansas,Lafayette,Roane,township,0507396719, -Arkansas,Lafayette,Russell,township,0507396819, +Arkansas,Lafayette,Russell,township,0507396819,https://russell-ar.gov/ Arkansas,Lafayette,Steel,township,0507397254, Arkansas,Lafayette,Walker Creek,township,0507398288, Arkansas,Lafayette,,county,05073,http://www.lafayettecounty.arkansas.gov/ @@ -2326,9 +2326,9 @@ Arkansas,Logan,Six Mile,township,0508397044, Arkansas,Logan,Sugar Creek,township,0508397304, Arkansas,Logan,Tomlinson,township,0508397479, Arkansas,Logan,Washburn,township,0508398398, -Arkansas,Logan,,county,05083, +Arkansas,Logan,,county,05083,https://www.logancountyark.org/ Arkansas,Lonoke,Butler,township,0508591113, -Arkansas,Lonoke,Carlisle,city,0511500,https://www.carlisle.k12.ar.us/ +Arkansas,Lonoke,Carlisle,city,0511500, Arkansas,Lonoke,Caroline,township,0508591348, Arkansas,Lonoke,Cleveland,township,0508591743, Arkansas,Lonoke,Crooked Creek,township,0508591963, @@ -2414,7 +2414,7 @@ Arkansas,Montgomery,Center,township,0509791463, Arkansas,Montgomery,Fannie,township,0509792691, Arkansas,Montgomery,Hopper,township,0509793611, Arkansas,Montgomery,Mount Ida,city,0547690, -Arkansas,Montgomery,Norman,town,0550030, +Arkansas,Montgomery,Norman,town,0550030,https://normanar.com/ Arkansas,Montgomery,Oden,town,0551290, Arkansas,Montgomery,Pencil Bluff,township,0509795951, Arkansas,Montgomery,Sims,township,0509797034, @@ -2478,7 +2478,7 @@ Arkansas,Ouachita,Valley,township,0510398168, Arkansas,Ouachita,Washington,township,0510398483, Arkansas,Ouachita,,county,05103, Arkansas,Perry,Aplin,township,0510590088, -Arkansas,Perry,Casa,town,0511890, +Arkansas,Perry,Casa,town,0511890,https://cityofcasa.gov/ Arkansas,Perry,Cherry Hill,township,0510591573, Arkansas,Perry,Fourche Lafave,township,0510592796, Arkansas,Perry,Houston,town,0533490, @@ -2868,7 +2868,7 @@ Arkansas,Yell,Prairie,township,0514996353, Arkansas,Yell,Richland,township,0514996644, Arkansas,Yell,Riley,township,0514996684, Arkansas,Yell,Rover,township,0514996784, -Arkansas,Yell,Sulphur Springs,township,0514997359, +Arkansas,Yell,Sulphur Springs,township,0514997359,https://sulphurspringsar.gov/ Arkansas,Yell,Ward,township,0514998368, Arkansas,Yell,Waveland,township,0514998563, Arkansas,Yell,,county,05149,https://yellcountyar.gov/ @@ -2890,7 +2890,7 @@ Arkansas,,Antoine,town,0501540, Arkansas,,Appleton,CDP,0501660, Arkansas,,Arkadelphia,city,0501870, Arkansas,,Arkansas City,city,0501990,https://arkansascityusa.com/ -Arkansas,,Armorel,CDP,0502230,https://www.armorel.k12.ar.us/ +Arkansas,,Armorel,CDP,0502230, Arkansas,,Ash Flat,city,0502470,https://www.ash-flat.com/ Arkansas,,Ashdown,city,0502380,https://www.ashdownarkansas.org/ Arkansas,,Atkins,city,0502590,http://www.cityofatkins.org/ @@ -2932,11 +2932,11 @@ Arkansas,,Bonanza,city,0507540, Arkansas,,Bono,city,0507630,https://cityofbono.gov/ Arkansas,,Booneville,city,0507720,https://cityofbooneville.com/ Arkansas,,Bowman,CDP,0508020, -Arkansas,,Bradford,city,0508260,https://www.bradford.k12.ar.us/ +Arkansas,,Bradford,city,0508260, Arkansas,,Bradley,city,0508290, Arkansas,,Branch,city,0508440, Arkansas,,Briarcliff,city,0508665,https://cityofbriarcliff.com/ -Arkansas,,Buckner,city,0509550, +Arkansas,,Buckner,city,0509550,https://www.cityofbucknermo.gov/ Arkansas,,Buffalo City,CDP,0509700, Arkansas,,Bull Shoals,city,0509790,https://www.cityofbullshoals.gov/ Arkansas,,Cabot,city,0510300,https://www.cabotar.gov/ @@ -3034,7 +3034,7 @@ Arkansas,,Forrest City,city,0524430,https://www.cityofforrestcityar.com/ Arkansas,,Fort Smith,city,0524550,https://www.fortsmithar.gov/ Arkansas,,Fouke,city,0524640, Arkansas,,Fountain Hill,town,0524670, -Arkansas,,Fountain Lake,town,0524700, +Arkansas,,Fountain Lake,town,0524700,http://townoffountainlake.com/ Arkansas,,Fourche,town,0524760, Arkansas,,Fox,CDP,0524910, Arkansas,,Fredonia (Biscoe),town,0525060, @@ -3121,7 +3121,7 @@ Arkansas,,Jerusalem,CDP,0535260, Arkansas,,Joiner,city,0535650, Arkansas,,Jones Mills,CDP,0535770, Arkansas,,Judsonia,city,0536040, -Arkansas,,Junction City,city,0536130,https://www.junctioncity.k12.ar.us/ +Arkansas,,Junction City,city,0536130, Arkansas,,Keiser,city,0536310,https://www.cityofkeiserar.gov/ Arkansas,,Kensett,city,0536430,https://kensettar.gov/ Arkansas,,Keo,town,0536550,https://keoar.com/ @@ -3159,13 +3159,13 @@ Arkansas,,Lowell,city,0541720,https://www.lowellarkansas.gov/ Arkansas,,Luxora,city,0542170, Arkansas,,Lynn,town,0542260, Arkansas,,Magazine,city,0543310, -Arkansas,,Magnet Cove,CDP,0543430,https://magnetcove.k12.ar.us/ +Arkansas,,Magnet Cove,CDP,0543430, Arkansas,,Malvern,city,0543610,https://www.malvernar.gov/ Arkansas,,Manila,city,0543820,https://www.manilaark.com/ Arkansas,,Mansfield,city,0543880,https://mansfieldar.org/ Arkansas,,Marianna,city,0544120, Arkansas,,Marie,town,0544150, -Arkansas,,Marion,city,0544180, +Arkansas,,Marion,city,0544180,https://www.marionar.org/ Arkansas,,Marked Tree,city,0544210, Arkansas,,Marmaduke,city,0544240,https://marmadukear.com/ Arkansas,,Marshall,city,0544300,https://cityofmarshallar.com/ @@ -3177,26 +3177,26 @@ Arkansas,,Maysville,CDP,0544810, Arkansas,,McAlmont,CDP,0542350, Arkansas,,McCaskill,town,0542410, Arkansas,,McDougal,town,0542560, -Arkansas,,McGehee,city,0542770, +Arkansas,,McGehee,city,0542770,https://www.thecityofmcgehee.com/ Arkansas,,McNab,town,0543070, Arkansas,,McRae,city,0543220, Arkansas,,Melbourne,city,0545080,https://www.mymelbournearkansas.com/ Arkansas,,Mellwood,CDP,0545110, -Arkansas,,Mena,city,0545170, -Arkansas,,Menifee,town,0545200, +Arkansas,,Mena,city,0545170,https://www.cityofmena.org/ +Arkansas,,Menifee,town,0545200,https://www.cityofmenifeear.org/ Arkansas,,Midland,town,0545500, Arkansas,,Midway,CDP,0545530, Arkansas,,Midway,town,0545560, Arkansas,,Minturn,town,0546100, Arkansas,,Mitchellville,city,0546190, -Arkansas,,Monette,city,0546400, +Arkansas,,Monette,city,0546400,https://cityofmonette.org/ Arkansas,,Monroe,CDP,0546460, Arkansas,,Monticello,city,0546580,https://monticelloarkansas.us/ Arkansas,,Moro,town,0546910, Arkansas,,Morrilton,city,0546970,https://cityofmorrilton.com/ Arkansas,,Morrison Bluff,town,0547030, Arkansas,,Mount Holly,CDP,0547660, -Arkansas,,Mount Judea,CDP,0547720,https://www.deermtjudea.k12.ar.us/ +Arkansas,,Mount Judea,CDP,0547720, Arkansas,,Mount Pleasant,town,0547900,https://mountpleasantar.org/ Arkansas,,Mountain Pine,city,0547450, Arkansas,,Mountain View,city,0547540,https://mountainviewarkansas.com/ @@ -3355,7 +3355,7 @@ Arkansas,,Warren,city,0573310,https://cityofwarren.us/ Arkansas,,Washington,city,0573370, Arkansas,,Watson,city,0573550, Arkansas,,Wayton,CDP,0573730, -Arkansas,,Weiner,city,0573940, +Arkansas,,Weiner,city,0573940,http://www.cityofweiner.com/ Arkansas,,Weldon,town,0574000, Arkansas,,Wesley,CDP,0574090, Arkansas,,West Crossett,CDP,0574270, @@ -3511,7 +3511,7 @@ California,Lassen,Madeline Plains,city,0603591820, California,Lassen,Susanville,city,0677364,https://www.cityofsusanville.gov/ California,Lassen,Westwood,city,0603593710, California,Lassen,,county,06035,https://co.lassen.ca.us/ -California,Los Angeles,Agoura Hills-Malibu,city,0603790015, +California,Los Angeles,Agoura Hills-Malibu,city,0603790015,https://www.agourahillscity.gov/ California,Los Angeles,Compton,city,0615044,https://www.comptoncity.org/ California,Los Angeles,Downey-Norwalk,city,0603790730,https://www.downeyca.org/ California,Los Angeles,East San Gabriel,valley,0603790810, @@ -3568,7 +3568,7 @@ California,Merced,Livingston-Delhi,city,0604791670,https://www.cityoflivingston. California,Merced,Los Banos,city,0644028,https://losbanos.org/ California,Merced,Merced,city,0646898,https://www.cityofmerced.gov/ California,Merced,Planada-Le Grand,city,0604792500, -California,Merced,Snelling,city,0604793050,https://snelling.k12.ca.us/ +California,Merced,Snelling,city,0604793050, California,Merced,,county,06047,http://www.co.merced.ca.us/ California,Modoc,Adin-Lookout,city,0604990010, California,Modoc,Alturas,city,0601444,https://www.cityofalturas.us/ @@ -3583,7 +3583,7 @@ California,Monterey,Carmel,valley,0605390370, California,Monterey,Carmel-by-the-Sea,city,0611250,https://ci.carmel.ca.us/ California,Monterey,Castroville,city,0605390400, California,Monterey,Gonzales,city,0630392,https://gonzalesca.gov/ -California,Monterey,Greenfield,city,0630994, +California,Monterey,Greenfield,city,0630994,https://www.greenfieldca.gov/ California,Monterey,King City,city,0638520,https://www.kingcity.com/ California,Monterey,Pajaro,city,0605392320, California,Monterey,Salinas,city,0664224,https://www.salinas.gov/ @@ -3605,7 +3605,7 @@ California,Nevada,,county,06057,http://www.mynevadacounty.com/ California,Orange,Anaheim-Santa Ana-Garden Grove,city,0605990050, California,Orange,Central Coast,city,0605990420, California,Orange,Irvine-Lake Forest,city,0605991413,https://lakeforestca.gov/ -California,Orange,Mission Viejo,city,0648256, +California,Orange,Mission Viejo,city,0648256,https://www.missionviejo.gov/ California,Orange,North Coast,city,0605992150, California,Orange,Silverado,city,0605993015, California,Orange,South Coast,city,0605993110, @@ -3630,11 +3630,11 @@ California,Riverside,Cathedral City-Palm Desert,city,0606590410,https://www.cath California,Riverside,Chuckwalla,valley,0606590492, California,Riverside,Coachella,valley,0606590520, California,Riverside,Corona,city,0616350,https://www.coronaca.gov/ -California,Riverside,Desert Hot Springs,city,0618996, +California,Riverside,Desert Hot Springs,city,0618996,https://www.cityofdhs.org/ California,Riverside,Elsinore,valley,0606590880, -California,Riverside,Hemet-San Jacinto,city,0606591280, +California,Riverside,Hemet-San Jacinto,city,0606591280,https://www.hemetca.gov/ California,Riverside,Idyllwild,city,0606591370, -California,Riverside,Jurupa,city,0606591450, +California,Riverside,Jurupa,city,0606591450,https://www.jurupavalley.org/ California,Riverside,Lake Mathews,city,0606591530, California,Riverside,Murrieta,city,0650076,https://www.murrietaca.gov/ California,Riverside,Norco,city,0651560,https://www.norco.ca.us/ @@ -3665,7 +3665,7 @@ California,San Bernardino,Ontario,city,0653896,https://www.ontarioca.gov/ California,San Bernardino,San Bernardino,city,0665000,https://www.sanbernardino.gov/ California,San Bernardino,Searles,valley,0607192955, California,San Bernardino,Twentynine Palms-Yucca,valley,0607193482, -California,San Bernardino,Victorville-Hesperia,city,0607193555, +California,San Bernardino,Victorville-Hesperia,city,0607193555,https://www.victorvilleca.gov/ California,San Bernardino,Yucaipa,city,0687042,https://yucaipa.gov/ California,San Bernardino,,county,06071,https://main.sbcounty.gov/ California,San Diego,Alpine,city,0607390030, @@ -3723,7 +3723,7 @@ California,Santa Clara,Diablo Range,city,0608590680, California,Santa Clara,Lexington Hills,city,0608591602, California,Santa Clara,Llagas-Uvas,city,0608591680, California,Santa Clara,San Jose,city,0668000,https://www.sanjoseca.gov/ -California,Santa Clara,South Santa Clara,valley,0608593175, +California,Santa Clara,South Santa Clara,valley,0608593175,https://www.santaclaracounty.gov/ California,Santa Clara,West Santa Clara,city,0608593660, California,Santa Clara,,county,06085,https://santaclaracounty.gov/ California,Santa Cruz,San Lorenzo,valley,0608792850, @@ -3765,8 +3765,8 @@ California,Sonoma,Healdsburg,city,0633056,https://healdsburg.gov/ California,Sonoma,Petaluma,city,0656784,https://cityofpetaluma.org/ California,Sonoma,Russian River-Sonoma Coast,city,0609792682, California,Sonoma,Santa Rosa,city,0670098,https://www.srcity.org/ -California,Sonoma,Sebastopol,city,0670770, -California,Sonoma,Sonoma,city,0672646, +California,Sonoma,Sebastopol,city,0670770,https://www.cityofsebastopol.gov/ +California,Sonoma,Sonoma,city,0672646,https://www.sonomacity.org/ California,Sonoma,,county,06097,https://sonomacounty.gov/ California,Stanislaus,Hughson,city,0634904,https://www.cityofhughsonca.gov/ California,Stanislaus,Modesto,city,0648354,https://www.modestogov.com/ @@ -3775,7 +3775,7 @@ California,Stanislaus,Oakdale,city,0652694,https://www.oakdalegov.com/ California,Stanislaus,Patterson,city,0656112,https://www.pattersonca.gov/ California,Stanislaus,Salida,city,0609992720, California,Stanislaus,Turlock,city,0680812,https://www.cityofturlock.org/ -California,Stanislaus,Waterford,city,0683612, +California,Stanislaus,Waterford,city,0683612,https://cityofwaterford.org/ California,Stanislaus,Westport,city,0609993650, California,Stanislaus,,county,06099,https://stancounty.com/ California,Sutter,Live Oak,city,0641936,https://www.liveoakcity.org/ @@ -3809,7 +3809,7 @@ California,Tulare,Terra Bella,city,0610793330, California,Tulare,Tipton,city,0610793360, California,Tulare,Tulare,city,0680644,https://www.tulare.ca.gov/ California,Tulare,Visalia,city,0682954, -California,Tulare,Woodlake-Three Rivers,city,0610793780, +California,Tulare,Woodlake-Three Rivers,city,0610793780,https://cityofwoodlake.com/ California,Tulare,,county,06107,https://tularecounty.ca.gov/ California,Tuolumne,East Sonora-Phoenix Lake,region,0610990835, California,Tuolumne,Groveland,city,0610991190, @@ -3821,7 +3821,7 @@ California,Ventura,Fillmore,city,0624092,https://www.fillmoreca.gov/ California,Ventura,Las Posas,city,0611191560, California,Ventura,Los Padres,city,0611191770, California,Ventura,Moorpark,city,0649138,https://www.moorparkca.gov/ -California,Ventura,Ojai-Mira Monte,city,0611192245, +California,Ventura,Ojai-Mira Monte,city,0611192245,https://www.ojai.ca.gov/ California,Ventura,Oxnard,city,0654652,https://www.oxnard.gov/ California,Ventura,Santa Paula,city,0670042,https://spcity.org/ California,Ventura,Simi Valley,city,0672016,https://www.simivalley.org/ @@ -3882,7 +3882,7 @@ California,,Amesti,CDP,0601651, California,,Anaheim,city,0602000,https://www.anaheim.net/ California,,Anchor Bay,CDP,0602028, California,,Anderson,city,0602042,https://www.ci.anderson.ca.us/ -California,,Angels,city,0602112, +California,,Angels,city,0602112,https://angelscamp.gov/ California,,Antelope,CDP,0602210, California,,Antioch,city,0602252,https://www.antiochca.gov/ California,,Anza,CDP,0602294, @@ -3897,14 +3897,14 @@ California,,Arnold,CDP,0602770, California,,Aromas,CDP,0602812, California,,Artesia,city,0602896,https://www.cityofartesia.us/ California,,Artois,CDP,0602910, -California,,Arvin,city,0602924, +California,,Arvin,city,0602924,https://www.arvin.org/ California,,Ashland,CDP,0602980, California,,Aspen Springs,CDP,0603026, California,,Atherton,town,0603092,https://www.athertonca.gov/ California,,Auberry,CDP,0603190, California,,Auburn Lake Trails,CDP,0603205, California,,August,CDP,0603209, -California,,Avalon,city,0603274, +California,,Avalon,city,0603274,https://www.cityofavalon.gov/ California,,Avery,CDP,0603316, California,,Avila Beach,CDP,0603330, California,,Avocado Heights,CDP,0603344, @@ -3947,7 +3947,7 @@ California,,Bethel Island,CDP,0606210, California,,Beverly Hills,city,0606308,https://www.beverlyhills.org/ California,,Bieber,CDP,0606336, California,,Big Bear City,CDP,0606406, -California,,Big Bear Lake,city,0606434, +California,,Big Bear Lake,city,0606434,https://bigbearlake.gov/ California,,Big Bend,CDP,0606475, California,,Big Creek,CDP,0606518, California,,Big Lagoon,CDP,0606567, @@ -3967,7 +3967,7 @@ California,,Bodega Bay,CDP,0607260, California,,Bodfish,CDP,0607274, California,,Bombay Beach,CDP,0607372, California,,Bonadelle Ranchos,CDP,0607378, -California,,Bonita,CDP,0607414,https://do.bonita.k12.ca.us/ +California,,Bonita,CDP,0607414, California,,Bonny Doon,CDP,0607470, California,,Bonsall,CDP,0607498, California,,Boonville,CDP,0607512, @@ -3995,10 +3995,10 @@ California,,Buckhorn,CDP,0608680, California,,Bucks Lake,CDP,0608744, California,,Buellton,city,0608758,https://cityofbuellton.com/ California,,Buena Park,city,0608786,https://www.buenapark.com/ -California,,Buena Vista,CDP,0608828,https://buenavista.pbvusd.k12.ca.us/ +California,,Buena Vista,CDP,0608828, California,,Burbank,city,0608954,https://www.burbankca.gov/ California,,Burbank,CDP,0608968,https://www.burbankca.gov/ -California,,Burlingame,city,0609066, +California,,Burlingame,city,0609066,https://www.burlingame.org/ California,,Burney,CDP,0609122, California,,Burnt Ranch,CDP,0609150, California,,Butte Creek Canyon,CDP,0609310, @@ -4047,7 +4047,7 @@ California,,Carnelian Bay,CDP,0611418, California,,Carrick,CDP,0611481, California,,Carson,city,0611530,https://carsonca.gov/ California,,Cartago,CDP,0611600, -California,,Caruthers,CDP,0611614,https://www.caruthers.k12.ca.us/ +California,,Caruthers,CDP,0611614, California,,Casa Conejo,CDP,0611656, California,,Casa Loma,CDP,0611696, California,,Casa de Oro-Mount Helix,CDP,0611691, @@ -4120,7 +4120,7 @@ California,,Concow,CDP,0616035, California,,Contra Costa Centre,CDP,0616090, California,,Copperopolis,CDP,0616210, California,,Coronado,city,0616378,https://www.coronado.ca.us/ -California,,Coronita,CDP,0616420,https://coronita.cnusd.k12.ca.us/ +California,,Coronita,CDP,0616420, California,,Corralitos,CDP,0616434, California,,Corte Madera,town,0616462,https://www.cortemadera.gov/ California,,Costa Mesa,city,0616532,https://www.costamesaca.gov/ @@ -4162,9 +4162,9 @@ California,,Del Monte Forest,CDP,0618590, California,,Del Rey,CDP,0618674,https://delreycsd.com/ California,,Del Rey Oaks,city,0618688,https://www.delreyoaks.org/ California,,Del Rio,CDP,0618695, -California,,Delano,city,0618394, +California,,Delano,city,0618394,https://www.cityofdelano.org/ California,,Delft Colony,CDP,0618450, -California,,Delhi,CDP,0618464,https://www.delhi.k12.ca.us/ +California,,Delhi,CDP,0618464, California,,Delleker,CDP,0618485, California,,Denair,CDP,0618856, California,,Derby Acres,CDP,0618926, @@ -4205,7 +4205,7 @@ California,,East Bakersfield,CDP,0620515, California,,East Foothills,CDP,0620598, California,,East Hemet,CDP,0620697, California,,East Los Angeles,CDP,0620802, -California,,East Nicolaus,CDP,0620900,https://www.eastnicolaus.k12.ca.us/ +California,,East Nicolaus,CDP,0620900, California,,East Niles,CDP,0620903, California,,East Oakdale,CDP,0620907, California,,East Orosi,CDP,0620942, @@ -4297,7 +4297,7 @@ California,,Fort Irwin,CDP,0625114, California,,Fort Washington,CDP,0625300, California,,Foster City,city,0625338,https://www.fostercity.org/ California,,Fountain Valley,city,0625380,https://www.fountainvalley.gov/ -California,,Franklin,CDP,0625506,https://www.franklin.k12.ca.us/ +California,,Franklin,CDP,0625506, California,,Frazier Park,CDP,0625534, California,,Freedom,CDP,0625576, California,,Freeport,CDP,0625590, @@ -4342,12 +4342,12 @@ California,,Granite Bay,CDP,0630693, California,,Granite Hills,CDP,0630703, California,,Graniteville,CDP,0630714, California,,Graton,CDP,0630812, -California,,Grayson,CDP,0630882,https://grayson.patterson.k12.ca.us/ +California,,Grayson,CDP,0630882, California,,Greeley Hill,CDP,0630900, California,,Green Acres,CDP,0630944, California,,Green Valley,CDP,0631092, California,,Greenacres,CDP,0630938, -California,,Greenfield,CDP,0630987,https://www.greenfield.k12.ca.us/ +California,,Greenfield,CDP,0630987, California,,Greenhorn,CDP,0631029, California,,Greenview,CDP,0631134, California,,Grenada,CDP,0631246, @@ -4410,15 +4410,15 @@ California,,Imperial Beach,city,0636294,https://www.imperialbeachca.gov/ California,,Indian Falls,CDP,0636364, California,,Indian Wells,city,0636434,https://www.cityofindianwells.org/ California,,Indianola,CDP,0636420, -California,,Indio,city,0636448, +California,,Indio,city,0636448,https://www.indio.org/ California,,Indio Hills,CDP,0636452, -California,,Industry,city,0636490, +California,,Industry,city,0636490,https://www.cityofindustry.org/ California,,Interlaken,CDP,0636613, California,,Inverness,CDP,0636616, California,,Inyokern,CDP,0636658, California,,Iron Horse,CDP,0636735, California,,Irvine,city,0636770,https://legacy.cityofirvine.org/ -California,,Irwindale,city,0636826, +California,,Irwindale,city,0636826,https://ca-irwindale.civicplus.com/ California,,Isla Vista,CDP,0636868,https://islavistacsd.ca.gov/ California,,Jacumba,CDP,0637022, California,,Jamestown,CDP,0637106, @@ -4453,7 +4453,7 @@ California,,Kings Beach,CDP,0638548, California,,Kingvale,CDP,0638604, California,,Kirkwood,CDP,0638646, California,,Knights Ferry,CDP,0638786, -California,,Knightsen,CDP,0638772,https://www.knightsen.k12.ca.us/ +California,,Knightsen,CDP,0638772, California,,La Cañada Flintridge,city,0639003,https://lcf.ca.gov/ California,,La Crescenta-Montrose,CDP,0639045, California,,La Cresta,CDP,0639052, @@ -4515,15 +4515,15 @@ California,,Las Lomas,CDP,0640592, California,,Lathrop,city,0640704,https://www.ci.lathrop.ca.us/ California,,Lawndale,city,0640886,https://www.lawndale.ca.gov/ California,,Laytonville,CDP,0640928, -California,,Le Grand,CDP,0641040,https://www.legrand.k12.ca.us/ +California,,Le Grand,CDP,0641040, California,,Lebec,CDP,0640956, California,,Lee Vining,CDP,0640998, -California,,Leggett,CDP,0641026,https://www.leggett.k12.ca.us/ +California,,Leggett,CDP,0641026, California,,Lemon Cove,CDP,0641110, California,,Lemon Grove,city,0641124,https://www.lemongrove.ca.gov/ California,,Lemon Hill,CDP,0641142, California,,Lemoore Station,CDP,0641166, -California,,Lennox,CDP,0641180,https://www.lennox.k12.ca.us/ +California,,Lennox,CDP,0641180, California,,Lenwood,CDP,0641194, California,,Leona Valley,CDP,0641208, California,,Lewiston,CDP,0641278, @@ -4563,7 +4563,7 @@ California,,Los Molinos,CDP,0644140, California,,Los Olivos,CDP,0644168,https://www.losolivosca.com/ California,,Los Osos,CDP,0644182, California,,Los Ranchos,CDP,0644242, -California,,Lost Hills,CDP,0644280,https://www.losthills.k12.ca.us/ +California,,Lost Hills,CDP,0644280, California,,Loyalton,city,0644364,https://www.cityofloyalton.org/ California,,Loyola,CDP,0644378, California,,Lucas Valley-Marinwood,CDP,0644399, @@ -4837,7 +4837,7 @@ California,,Quartz Hill,CDP,0659052, California,,Rackerby,CDP,0659115, California,,Rail Road Flat,CDP,0659220, California,,Rainbow,CDP,0659248, -California,,Raisin City,CDP,0659290,https://www.raisincity.k12.ca.us/ +California,,Raisin City,CDP,0659290, California,,Rancho Calaveras,CDP,0659426, California,,Rancho Cucamonga,city,0659451,https://www.cityofrc.us/ California,,Rancho Mirage,city,0659500,https://ranchomirageca.gov/ @@ -4872,7 +4872,7 @@ California,,Rio Oso,CDP,0660970, California,,Rio del Mar,CDP,0660928, California,,Ripley,CDP,0661012, California,,River Pines,CDP,0661124, -California,,Riverbank,city,0661068,https://www.riverbank.k12.ca.us/ +California,,Riverbank,city,0661068, California,,Riverdale Park,CDP,0661106, California,,Rivergrove,CDP,0661108, California,,Robbins,CDP,0662168, @@ -4916,7 +4916,7 @@ California,,San Diego Country Estates,CDP,0666004, California,,San Dimas,city,0666070,https://www.sandimasca.gov/ California,,San Fernando,city,0666140,https://www.sanfernando.gov/ California,,San Francisco,city,0667000,https://www.sf.gov/ -California,,San Gabriel,city,0667042, +California,,San Gabriel,city,0667042,https://www.sangabrielcity.com/ California,,San Geronimo,CDP,0667070, California,,San Jacinto,city,0667112,https://sanjacintoca.gov/ California,,San Joaquin,city,0667126,https://cityofsanjoaquin.org/ @@ -5032,7 +5032,7 @@ California,,Sunny Slopes,CDP,0676040, California,,Sunnyside,CDP,0675994, California,,Sunnyside-Tahoe City,CDP,0676015, California,,Sunnyvale,city,0677000,https://www.sunnyvale.ca.gov/ -California,,Sunol,CDP,0677042,https://www.sunol.k12.ca.us/ +California,,Sunol,CDP,0677042, California,,Sutter Creek,city,0677392,https://www.cityofsuttercreek.org/ California,,Swall Meadows,CDP,0677430, California,,Taft,city,0677574,https://www.cityoftaft.org/ @@ -5051,7 +5051,7 @@ California,,Tecopa,CDP,0678050, California,,Tehama,city,0678106,https://cityoftehama.us/ California,,Temecula,city,0678120,https://temeculaca.gov/ California,,Temelec,CDP,0678126, -California,,Temescal Valley,CDP,0678138,https://temescalvalley.cnusd.k12.ca.us/ +California,,Temescal Valley,CDP,0678138, California,,Temple City,city,0678148,https://www.templecityca.gov/ California,,Templeton,CDP,0678162,https://www.templetoncsd.org/ California,,Tennant,CDP,0678176, @@ -5177,7 +5177,7 @@ California,,Winchester,CDP,0685894, California,,Windsor,town,0685922,https://www.townofwindsor.ca.gov/ California,,Winter Gardens,CDP,0685992, California,,Winterhaven,CDP,0686020, -California,,Winton,CDP,0686076,https://www.winton.k12.ca.us/ +California,,Winton,CDP,0686076, California,,Wofford Heights,CDP,0686174, California,,Woodacre,CDP,0686216, California,,Woodbridge,CDP,0686230, @@ -5255,7 +5255,7 @@ Colorado,Crowley,,county,08025,http://crowleycounty.colorado.gov/ Colorado,Custer,Westcliffe,town,0883450,https://townofwestcliffe.colorado.gov/ Colorado,Custer,,county,08027,https://www.custercounty-co.gov/ Colorado,Delta,Cedaredge,town,0812635,https://co-cedaredge.civicplus.com/ -Colorado,Delta,Delta,city,0819850, +Colorado,Delta,Delta,city,0819850,https://www.cityofdelta.net/ Colorado,Delta,Hotchkiss,town,0837545,https://townofhotchkiss.colorado.gov/ Colorado,Delta,Paonia,town,0857300,https://townofpaonia.colorado.gov/ Colorado,Delta,,county,08029,https://www.deltacountyco.gov/ @@ -5365,7 +5365,7 @@ Colorado,Mesa,De Beque,town,0819355,https://townofdebeque.colorado.gov/ Colorado,Mesa,Fruita,city,0828745,https://www.fruita.org/ Colorado,Mesa,Glade Park-Gateway,city,0807791501, Colorado,Mesa,Grand Junction,city,0831660,https://www.gjcity.org/ -Colorado,Mesa,Whitewater-Kannah Creek,region,0807793857, +Colorado,Mesa,Whitewater-Kannah Creek,region,0807793857,https://www.mesacounty.us/ Colorado,Mesa,,county,08077,https://www.mesacounty.us/ Colorado,Mineral,Creede,city,0807990874,https://cityofcreede.gov/ Colorado,Mineral,,county,08079,http://mineralcounty.colorado.gov/ @@ -5413,7 +5413,7 @@ Colorado,Prowers,Two Butte Creek,region,0809993667, Colorado,Prowers,,county,08099,https://www.prowersco.gov/ Colorado,Pueblo,Avondale,city,0810190209, Colorado,Pueblo,Colorado City-Rye,city,0810190722, -Colorado,Pueblo,Huerfano,valley,0810191805, +Colorado,Pueblo,Huerfano,valley,0810191805,https://huerfano.us/ Colorado,Pueblo,Northeast Pueblo,city,0810192660, Colorado,Pueblo,Pueblo,city,0862000,https://www.pueblo.us/ Colorado,Pueblo,Pueblo West,city,0810193002, @@ -5424,14 +5424,14 @@ Colorado,Rio Blanco,Rangely,town,0862880,https://townofrangely.colorado.gov/ Colorado,Rio Blanco,,county,08103,http://www.rbc.us/ Colorado,Rio Grande,Del Norte,town,0819795,https://www.delnortecolorado.com/ Colorado,Rio Grande,Monte Vista,city,0851635,https://montevista.gov/ -Colorado,Rio Grande,Sargent,city,0810593230,https://www.sargent.k12.co.us/ +Colorado,Rio Grande,Sargent,city,0810593230, Colorado,Rio Grande,,county,08105,http://www.riograndecounty.org/ Colorado,Routt,Hayden,town,0835070,https://www.haydencolorado.com/ Colorado,Routt,Oak Creek,town,0855155,https://townofoakcreek.colorado.gov/ Colorado,Routt,Steamboat Springs,city,0873825,https://www.steamboatsprings.net/ Colorado,Routt,Yampa,town,0886475,https://www.townofyampa.com/ Colorado,Routt,,county,08107,http://www.co.routt.co.us/ -Colorado,Saguache,Center,town,0812855, +Colorado,Saguache,Center,town,0812855,https://www.centerco.gov/ Colorado,Saguache,Cochetopa,city,0810990684, Colorado,Saguache,Saguache,town,0867005,http://www.townofsaguache.org/ Colorado,Saguache,,county,08109,http://saguachecounty.colorado.gov/ @@ -5450,7 +5450,7 @@ Colorado,Summit,,county,08117,https://www.summitcountyco.gov/ Colorado,Teller,Cripple Creek,city,0818530,https://www.cityofcripplecreek.com/ Colorado,Teller,Divide,city,0811991026, Colorado,Teller,,county,08119,http://www.co.teller.co.us/ -Colorado,Washington,Akron,town,0800925, +Colorado,Washington,Akron,town,0800925,https://www.townofakron.com/ Colorado,Washington,Cope,city,0812190798, Colorado,Washington,Otis,town,0856365,https://townofotis.colorado.gov/ Colorado,Washington,Woodlin,city,0812193905, @@ -5589,8 +5589,8 @@ Colorado,,Garfield,CDP,0829295, Colorado,,Genesee,CDP,0829625,https://geneseewater.colorado.gov/ Colorado,,Genoa,town,0829680,https://townofgenoa.colorado.gov/ Colorado,,Gerrard,CDP,0829845, -Colorado,,Gilcrest,town,0829955, -Colorado,,Glendale,city,0830340, +Colorado,,Gilcrest,town,0829955,https://townofgilcrest.org/ +Colorado,,Glendale,city,0830340,https://www.glendale.co.us/ Colorado,,Glendale,CDP,0830350,https://www.glendale.co.us/ Colorado,,Gleneagle,CDP,0830420, Colorado,,Gold Hill,CDP,0830945,https://goldhillmesamd.colorado.gov/ @@ -5705,7 +5705,7 @@ Colorado,,Parshall,CDP,0857850, Colorado,,Penrose,CDP,0858400, Colorado,,Peoria,CDP,0858510, Colorado,,Perry Park,CDP,0858592,https://perryparkmd.colorado.gov/ -Colorado,,Peyton,CDP,0858675,https://www.peyton.k12.co.us/ +Colorado,,Peyton,CDP,0858675, Colorado,,Phippsburg,CDP,0858785, Colorado,,Piedra,CDP,0858960, Colorado,,Pierce,town,0859005,https://www.piercecolo.gov/ @@ -5798,7 +5798,7 @@ Colorado,,Wiley,town,0885045,https://townofwiley.gov/ Colorado,,Williamsburg,town,0885155,https://townofwilliamsburg.colorado.gov/ Colorado,,Winter Park,town,0885705,https://wpgov.com/ Colorado,,Wolcott,CDP,0885760, -Colorado,,Woodland Park,city,0886090, +Colorado,,Woodland Park,city,0886090,https://woodlandpark.gov/ Colorado,,Woodmoor,CDP,0886117, Colorado,,Woody Creek,CDP,0886200, Colorado,,,state,08000,http://colorado.gov/ @@ -5857,7 +5857,7 @@ Connecticut,Lower Connecticut River Valley,Durham,town,0913020810,https://www.to Connecticut,Lower Connecticut River Valley,East Haddam,town,0913022280,https://www.easthaddam.org/ Connecticut,Lower Connecticut River Valley,East Hampton,town,0913022490,https://www.easthamptonct.gov/ Connecticut,Lower Connecticut River Valley,Essex,town,0913026270,https://www.essexct.gov/ -Connecticut,Lower Connecticut River Valley,Haddam,town,0913035230, +Connecticut,Lower Connecticut River Valley,Haddam,town,0913035230,https://www.haddam.org/ Connecticut,Lower Connecticut River Valley,Killingworth,town,0913040710,https://townofkillingworth.com/ Connecticut,Lower Connecticut River Valley,Lyme,town,0913044210,https://townlyme.org/ Connecticut,Lower Connecticut River Valley,Middlefield,town,0913047080,https://www.middlefieldct.org/ @@ -5867,7 +5867,7 @@ Connecticut,Lower Connecticut River Valley,Old Saybrook,town,0913057320,https:// Connecticut,Lower Connecticut River Valley,Portland,town,0913061800,https://www.portlandct.org/ Connecticut,Lower Connecticut River Valley,Westbrook,town,0913081680,https://www.westbrookct.us/ Connecticut,Middlesex,,county,09007, -Connecticut,Naugatuck Valley,Ansonia,town,0914001220, +Connecticut,Naugatuck Valley,Ansonia,town,0914001220,https://www.cityofansonia.com/ Connecticut,Naugatuck Valley,Beacon Falls,town,0914003250,https://www.beaconfalls-ct.org/ Connecticut,Naugatuck Valley,Bethlehem,town,0914004930,https://bethlehemct.org/ Connecticut,Naugatuck Valley,Bristol,town,0914008490,https://www.bristolct.gov/ @@ -5959,8 +5959,8 @@ Connecticut,Southeastern Connecticut,Sprague,town,0918071670,https://www.ctsprag Connecticut,Southeastern Connecticut,Stonington,borough,0973700,https://www.stoningtonboroughct.com/ Connecticut,Southeastern Connecticut,Waterford,town,0918080280,https://www.waterfordct.org/ Connecticut,Southeastern Connecticut,Windham,town,0918086790,https://whywindhamct.com/ -Connecticut,Tolland,,county,09013,https://www.tolland.k12.ct.us/ -Connecticut,Western Connecticut,Bethel,town,0919004720,http://www.bethel.k12.ct.us/ +Connecticut,Tolland,,county,09013, +Connecticut,Western Connecticut,Bethel,town,0919004720, Connecticut,Western Connecticut,Bridgewater,town,0919008210,https://www.bridgewater-ct.gov/ Connecticut,Western Connecticut,Brookfield,town,0919008980,https://www.brookfieldct.gov/ Connecticut,Western Connecticut,Danbury,town,0919018500,https://www.danbury-ct.gov/ @@ -6227,7 +6227,7 @@ Delaware,,Rodney Village,CDP,1061720, Delaware,,Selbyville,town,1064840,https://selbyville.delaware.gov/ Delaware,,Slaughter Beach,town,1067050,https://slaughterbeach.delaware.gov/ Delaware,,South Bethany,town,1067700,https://southbethany.delaware.gov/ -Delaware,,St. Georges,CDP,1063800,https://stgeorges.nccvt.k12.de.us/ +Delaware,,St. Georges,CDP,1063800, Delaware,,Townsend,town,1072510,https://townsend.delaware.gov/ Delaware,,Viola,town,1074330,https://viola.delaware.gov/ Delaware,,Wilmington Manor,CDP,1077840, @@ -6236,7 +6236,7 @@ Delaware,,Woodside East,CDP,1080895, Delaware,,Wyoming,town,1081350,https://wyoming.delaware.gov/ Delaware,,,state,10000,https://delaware.gov/ District of Columbia,District of Columbia,Washington,city,1100150000,https://dc.gov/ -District of Columbia,District of Columbia,,county,11001, +District of Columbia,District of Columbia,,county,11001,https://dc.gov/ District of Columbia,,,state,11000,https://dc.gov/ Florida,Alachua,Gainesville,city,1225175,https://www.gainesvillefl.gov/ Florida,Alachua,Hawthorne,city,1229275,https://www.cityofhawthorne.net/ @@ -6251,14 +6251,14 @@ Florida,Baker,,county,12003,http://www.bakercountyfl.org/ Florida,Bay,Lynn Haven,city,1241825,https://www.cityoflynnhaven.gov/ Florida,Bay,Mexico Beach,city,1244300,https://mexicobeachfl.gov/ Florida,Bay,Panama City,city,1254700,https://www.panamacity.gov/ -Florida,Bay,Panama City Beaches,city,1200592639, -Florida,Bay,Southport,city,1200593172,https://southport.bay.k12.fl.us/ +Florida,Bay,Panama City Beaches,city,1200592639,https://www.pcbfl.gov/ +Florida,Bay,Southport,city,1200593172, Florida,Bay,Youngstown,city,1200593744, Florida,Bay,,county,12005,https://www.baycountyfl.gov/ Florida,Bradford,Brooker,town,1208725,https://townofbrooker.com/ Florida,Bradford,Hampton,city,1228575,https://hamptonfl.com/ Florida,Bradford,Lawtey,city,1239700,https://cityoflawtey.org/ -Florida,Bradford,Starke,city,1268525, +Florida,Bradford,Starke,city,1268525,https://www.cityofstarke.org/ Florida,Bradford,,county,12007,http://www.bradfordcountyfl.gov/ Florida,Brevard,Cocoa Beach-Cape Canaveral,city,1200990611, Florida,Brevard,Cocoa-Rockledge,city,1200990624,https://www.cocoafl.gov/ @@ -6294,10 +6294,10 @@ Florida,Charlotte,,county,12015,http://www.charlottecountyfl.gov/ Florida,Citrus,Crystal River,city,1215775,https://www.discovercrystalriverfl.com/ Florida,Citrus,Inverness,city,1233950,https://www.inverness-fl.gov/ Florida,Citrus,,county,12017,https://www.citruscounty.gov/ -Florida,Clay,Green Cove Springs,city,1227400, +Florida,Clay,Green Cove Springs,city,1227400,https://www.greencovesprings.com/ Florida,Clay,Keystone Heights,city,1236475,https://www.keystoneheights.us/ Florida,Clay,Middleburg-Clay Hill,city,1201992197, -Florida,Clay,Orange Park,town,1252125, +Florida,Clay,Orange Park,town,1252125,https://www.townoforangepark.com/ Florida,Clay,Penney Farms,town,1255875,https://penneyfarmsfl.org/ Florida,Clay,,county,12019,http://www.claycountygov.com/ Florida,Collier,Everglades,city,1221425,https://www.cityofeverglades.org/ @@ -6382,9 +6382,9 @@ Florida,Holmes,,county,12059,https://holmescountyfla.com/ Florida,Indian River,Fellsmere,city,1222100,https://www.cityoffellsmere.org/ Florida,Indian River,Vero Beach,city,1274150,https://www.covb.org/ Florida,Indian River,,county,12061,https://www.indianriver.gov/ -Florida,Jackson,Alford,town,1200625, +Florida,Jackson,Alford,town,1200625,https://www.alfordfl.com/ Florida,Jackson,Campbellton,town,1209900, -Florida,Jackson,Cottondale,town,1214850, +Florida,Jackson,Cottondale,town,1214850,https://www.cityofcottondale.net/ Florida,Jackson,Cypress,city,1206390728, Florida,Jackson,Graceville,city,1227000,https://www.cityofgraceville.com/ Florida,Jackson,Greenwood,town,1227600,https://townofgreenwoodfl.org/ @@ -6429,10 +6429,10 @@ Florida,Leon,Tallahassee Central,city,1207393295,https://www.talgov.com/ Florida,Leon,Tallahassee East,city,1207393302,https://www.talgov.com/ Florida,Leon,Tallahassee Northeast,city,1207393315,https://www.talgov.com/ Florida,Leon,Tallahassee Northwest,city,1207393328,https://www.talgov.com/ -Florida,Leon,Tallahassee South,city,1207393335, +Florida,Leon,Tallahassee South,city,1207393335,https://www.talgov.com/ Florida,Leon,Tallahassee Southwest,city,1207393354,https://www.talgov.com/ Florida,Leon,,county,12073,https://cms.leoncountyfl.gov/ -Florida,Levy,Cedar Key-Yankeetown,city,1207590468, +Florida,Levy,Cedar Key-Yankeetown,city,1207590468,https://cityofcedarkey.org/ Florida,Levy,Chiefland,city,1211925,https://cityofchiefland.com/ Florida,Levy,Williston-Bronson,city,1207593679,https://www.willistonfl.org/ Florida,Levy,,county,12075,https://www.levycounty.org/ @@ -6471,7 +6471,7 @@ Florida,Miami-Dade,Miami Gardens,city,1245060,https://www.miamigardens-fl.gov/ Florida,Miami-Dade,North Westside,city,1208692470, Florida,Miami-Dade,Princeton-Goulds,city,1208692886, Florida,Miami-Dade,South Westside,city,1208693211, -Florida,Miami-Dade,,county,12086, +Florida,Miami-Dade,,county,12086,https://www.miamidade.gov/ Florida,Monroe,Cape Sable,city,1208790416, Florida,Monroe,Key West,city,1236550,https://www.cityofkeywest-fl.gov/ Florida,Monroe,Lower Keys,city,1208791976, @@ -6506,7 +6506,7 @@ Florida,Osceola,,county,12097,https://www.osceola.org/ Florida,Palm Beach,Belle Glade-Pahokee,city,1209990143,https://www.bellegladegov.com/ Florida,Palm Beach,Boca Raton,city,1207300,https://www.myboca.us/ Florida,Palm Beach,Boynton Beach-Delray Beach,city,1209990260,https://www.boynton-beach.org/ -Florida,Palm Beach,Glades,city,1209991274, +Florida,Palm Beach,Glades,city,1209991274,https://www.bellegladegov.com/ Florida,Palm Beach,Jupiter,town,1235875,https://www.jupiter.fl.us/ Florida,Palm Beach,Lake Worth,city,1209991872,https://lakeworthbeachfl.gov/ Florida,Palm Beach,Riviera Beach,city,1260975,https://www.rivierabch.com/ @@ -6526,7 +6526,7 @@ Florida,Pinellas,Boca Ciega,city,1210390182, Florida,Pinellas,Clearwater,city,1212875,https://www.myclearwater.com/ Florida,Pinellas,St. Pete Beach,city,1262885, Florida,Pinellas,St. Petersburg,city,1263000,https://www.stpete.org/ -Florida,Pinellas,Tarpon Springs,city,1271150, +Florida,Pinellas,Tarpon Springs,city,1271150,https://www.ctsfl.us/ Florida,Pinellas,,county,12103,http://www.pinellas.gov/ Florida,Polk,Bartow,city,1203675,https://www.cityofbartow.net/ Florida,Polk,Frostproof,city,1224900,https://cityoffrostproof.com/ @@ -6550,7 +6550,7 @@ Florida,Santa Rosa,Gulf Breeze,city,1228000,https://cityofgulfbreeze.us/ Florida,Santa Rosa,Harold,city,1211391436, Florida,Santa Rosa,Holley-Navarre,city,1211391500, Florida,Santa Rosa,Jay,town,1235425, -Florida,Santa Rosa,Midway,city,1211392218, +Florida,Santa Rosa,Midway,city,1211392218,https://www.mymidwayfl.com/ Florida,Santa Rosa,Milton,city,1245750,https://www.miltonfl.org/ Florida,Santa Rosa,Munson,city,1211392269, Florida,Santa Rosa,Navarre Beach,city,1211392309, @@ -6571,7 +6571,7 @@ Florida,Seminole,Oviedo,city,1253575,https://www.cityofoviedo.net/ Florida,Seminole,Sanford,city,1263650,https://sanfordfl.gov/ Florida,Seminole,,county,12117,http://www.seminolecountyfl.gov/ Florida,St. Johns,Fruit Cove,city,1210991222, -Florida,St. Johns,Hastings,city,1210991443, +Florida,St. Johns,Hastings,city,1210991443,https://www.hastingsfl.org/ Florida,St. Johns,Matanzas,city,1210992080, Florida,St. Johns,Ponte Vedra,city,1210992795, Florida,St. Johns,St. Augustine,city,1262500,https://www.citystaug.com/ @@ -6598,13 +6598,13 @@ Florida,Union,Worthington Springs,town,1278775,https://worthingtonsprings.org/ Florida,Union,,county,12125,https://unioncounty-fl.gov/ Florida,Volusia,Central Volusia,city,1212790494, Florida,Volusia,Daytona Beach,city,1216525,https://www.daytonabeach.gov/ -Florida,Volusia,DeBary-Orange,city,1212790793, +Florida,Volusia,DeBary-Orange,city,1212790793,https://debary.org/ Florida,Volusia,DeLand,city,1216875,https://www.deland.org/ Florida,Volusia,Deltona,city,1217200,https://www.deltonafl.gov/ Florida,Volusia,New Smyrna Beach,city,1248625,https://www.visitnsbfl.com/ Florida,Volusia,North Peninsula,city,1212792418, Florida,Volusia,Ormond Beach,city,1253150,https://www.ormondbeach.org/ -Florida,Volusia,Pierson-Seville,city,1212792730, +Florida,Volusia,Pierson-Seville,city,1212792730,https://townofpierson.org/ Florida,Volusia,Port Orange,city,1258575,https://www.port-orange.org/ Florida,Volusia,South Peninsula,city,1212793159, Florida,Volusia,,county,12127,http://www.volusia.org/ @@ -6785,7 +6785,7 @@ Florida,,Ebro,town,1219725, Florida,,Edgewater,city,1219825,http://www.cityofedgewater.org/ Florida,,Edgewood,city,1219900,http://www.edgewood-fl.gov/ Florida,,Egypt Lake-Leto,CDP,1220108, -Florida,,El Portal,village,1220650, +Florida,,El Portal,village,1220650,https://elportalvillage.com/ Florida,,Elfers,CDP,1220275, Florida,,Ellenton,CDP,1220375, Florida,,Ensley,CDP,1220925, @@ -6891,7 +6891,7 @@ Florida,,Homosassa Springs,CDP,1232400, Florida,,Horizon West,CDP,1232610, Florida,,Horseshoe Beach,town,1232650,http://www.townofhorseshoebeachfl.com/ Florida,,Hosford,CDP,1232675, -Florida,,Howey-in-the-Hills,town,1232775, +Florida,,Howey-in-the-Hills,town,1232775,https://www.howey.org/ Florida,,Hudson,CDP,1232825,http://www.hudsonfla.com/ Florida,,Hunters Creek,CDP,1232967, Florida,,Hurlburt Field,CDP,1232975, @@ -6899,7 +6899,7 @@ Florida,,Hutchinson Island South,CDP,1232993, Florida,,Hypoluxo,town,1233150,http://www.hypoluxo.org/ Florida,,Indialantic,town,1233375,https://www.indialantic.com/ Florida,,Indian Creek,village,1233425,https://www.indiancreekvillagefl.gov/ -Florida,,Indian Harbour Beach,city,1233450, +Florida,,Indian Harbour Beach,city,1233450,https://www.indianharbourbeach.org/ Florida,,Indian Lake Estates,CDP,1233500, Florida,,Indian River Estates,CDP,1233585, Florida,,Indian River Shores,town,1233600,http://irshores.com/ @@ -6979,7 +6979,7 @@ Florida,,Layton,city,1239725,https://www.cityoflayton.com/ Florida,,Lazy Lake,village,1239750,https://lazylakefl.us/ Florida,,Lealman,CDP,1239775, Florida,,Lecanto,CDP,1239825, -Florida,,Lee,town,1239850, +Florida,,Lee,town,1239850,https://www.leeflorida.org/ Florida,,Leisure City,CDP,1239950, Florida,,Lely,CDP,1239987,https://www.lelycdd.com/ Florida,,Lely Resort,CDP,1240037,https://www.lelycdd.com/ @@ -6999,7 +6999,7 @@ Florida,,Loxahatchee Groves,town,1241577, Florida,,Lutz,CDP,1241775, Florida,,Madeira Beach,city,1242400,https://madeirabeachfl.gov/ Florida,,Maitland,city,1242575,https://www.itsmymaitland.com/ -Florida,,Manalapan,town,1242700, +Florida,,Manalapan,town,1242700,https://manalapan.org/ Florida,,Manasota Key,CDP,1242750, Florida,,Manatee Road,CDP,1242787, Florida,,Mango,CDP,1242850, @@ -7030,7 +7030,7 @@ Florida,,Micco,CDP,1245275, Florida,,Miccosukee,CDP,1245300, Florida,,Middleburg,CDP,1245350, Florida,,Midway,city,1245425,https://www.mymidwayfl.com/ -Florida,,Midway,CDP,1245475,https://www.midway.scps.k12.fl.us/ +Florida,,Midway,CDP,1245475, Florida,,Mims,CDP,1245775, Florida,,Minneola,city,1245900,http://www.minneola.us/ Florida,,Miramar,city,1245975,https://www.miramarfl.gov/ @@ -7066,7 +7066,7 @@ Florida,,North Key Largo,CDP,1249406, Florida,,North Lauderdale,city,1249425,https://www.nlauderdale.org/ Florida,,North Merritt Island,CDP,1249435, Florida,,North Miami,city,1249450,https://www.northmiamifl.gov/ -Florida,,North Miami Beach,city,1249475, +Florida,,North Miami Beach,city,1249475,https://www.citynmb.com/ Florida,,North Palm Beach,village,1249600,https://www.village-npb.org/ Florida,,North Redington Beach,town,1249725,http://www.townofnorthredingtonbeach.com/ Florida,,North River Shores,CDP,1249750,http://www.northrivershoresfl.org/ @@ -7101,18 +7101,18 @@ Florida,,Oriole Beach,CDP,1252250, Florida,,Orlovista,CDP,1253100, Florida,,Ormond-by-the-Sea,CDP,1253200, Florida,,Osprey,CDP,1253425, -Florida,,Otter Creek,town,1253500, +Florida,,Otter Creek,town,1253500,https://townofottercreek.org/ Florida,,Page Park,CDP,1253775, Florida,,Pahokee,city,1253800,http://cityofpahokee.com/ Florida,,Paisley,CDP,1253850, -Florida,,Palm Beach,town,1254025, +Florida,,Palm Beach,town,1254025,https://www.townofpalmbeach.com/ Florida,,Palm Beach Gardens,city,1254075,https://www.pbgfl.gov/ Florida,,Palm Beach Shores,town,1254150,https://www.palmbeachshoresfl.us/ Florida,,Palm City,CDP,1254175, Florida,,Palm Coast,city,1254200,https://old.palmcoastgov.com/ Florida,,Palm Harbor,CDP,1254350, Florida,,Palm River-Clair Mel,CDP,1254387, -Florida,,Palm Shores,town,1254425, +Florida,,Palm Shores,town,1254425,https://www.palmbeachshoresfl.us/ Florida,,Palm Springs,village,1254450,https://www.vpsfl.org/ Florida,,Palm Springs North,CDP,1254500, Florida,,Palm Valley,CDP,1254525, @@ -7232,7 +7232,7 @@ Florida,,South Brooksville,CDP,1267266, Florida,,South Daytona,city,1267325,https://www.southdaytona.org/ Florida,,South Gate Ridge,CDP,1267450, Florida,,South Highpoint,CDP,1267462, -Florida,,South Miami,city,1267550, +Florida,,South Miami,city,1267550,https://www.southmiamifl.gov/ Florida,,South Miami Heights,CDP,1267575, Florida,,South Palm Beach,town,1267650,https://www.southpalmbeach.com/ Florida,,South Pasadena,city,1267675,https://www.mysouthpasadena.com/ @@ -7242,7 +7242,7 @@ Florida,,South Venice,CDP,1268100, Florida,,Southchase,CDP,1267270, Florida,,Southeast Arcadia,CDP,1267355, Florida,,Southgate,CDP,1267425, -Florida,,Southwest Ranches,town,1268135, +Florida,,Southwest Ranches,town,1268135,https://www.southwestranches.org/ Florida,,Spring Lake,CDP,1268375, Florida,,Spring Ridge,CDP,1268435, Florida,,Springfield,city,1268275,https://www.springfieldfl.net/ @@ -7276,7 +7276,7 @@ Florida,,Tangerine,CDP,1271100, Florida,,Tavernier,CDP,1271250, Florida,,Taylor Creek,CDP,1271300, Florida,,Temple Terrace,city,1271400,https://www.templeterrace.gov/ -Florida,,Tequesta,village,1271525, +Florida,,Tequesta,village,1271525,https://www.tequesta.org/ Florida,,The Acreage,CDP,1271564, Florida,,The Crossings,CDP,1271567,https://thecrossingsatflemingislandcdd.com/ Florida,,The Hammocks,CDP,1271569, @@ -7383,7 +7383,7 @@ Florida,,Zephyrhills West,CDP,1279243, Florida,,,state,12000,https://www.myflorida.gov/ Georgia,Appling,Altamaha River,city,1300190078, Georgia,Appling,Baxley,city,1306016, -Georgia,Appling,Big Satilla Creek,region,1300190273, +Georgia,Appling,Big Satilla Creek,region,1300190273,https://applingcountyga.org/ Georgia,Appling,Surrency-Troper,city,1300192905, Georgia,Appling,,county,13001,https://applingcountyga.org/ Georgia,Atkinson,Axson,city,1300390180, @@ -7394,7 +7394,7 @@ Georgia,Bacon,Alma,city,1301612,https://www.cityofalmaga.gov/ Georgia,Bacon,Rockingham,city,1300592562, Georgia,Bacon,,county,13005,https://baconcounty.org/ Georgia,Baker,Milford,city,1300792010, -Georgia,Baker,Newton,city,1355244, +Georgia,Baker,Newton,city,1355244,https://www.cityofnewtonga.com/ Georgia,Baker,,county,13007,https://www.bakercountyga.com/ Georgia,Baldwin,Coopers,city,1300990786, Georgia,Baldwin,East Baldwin,city,1300990992, @@ -7408,18 +7408,18 @@ Georgia,Barrow,Auburn,city,1304140,https://www.cityofauburn-ga.org/ Georgia,Barrow,Bethlehem,town,1307612,http://www.bethlehemga.org/ Georgia,Barrow,Statham,city,1373312,https://www.cityofstatham.com/ Georgia,Barrow,Winder,city,1383420,https://www.cityofwinder.com/ -Georgia,Barrow,,county,13013,https://www.barrow.k12.ga.us/ +Georgia,Barrow,,county,13013, Georgia,Bartow,Adairsville,city,1300436,https://adairsvillega.net/ Georgia,Bartow,Cartersville,city,1313688,https://www.cartersvillega.gov/ Georgia,Bartow,Emerson,city,1327344, Georgia,Bartow,Euharlee-Taylorsville,city,1301591104, -Georgia,Bartow,Kingston,city,1343668, +Georgia,Bartow,Kingston,city,1343668,https://cityofkingstonga.org/ Georgia,Bartow,White-Pine Log,city,1301593360, Georgia,Bartow,,county,13015,https://www.bartowcountyga.gov/ Georgia,Ben Hill,Fitzgerald,city,1329528,https://www.fitzgeraldga.org/ Georgia,Ben Hill,Queensland,city,1301792433, Georgia,Ben Hill,,county,13017,https://www.benhillcounty-ga.gov/ -Georgia,Berrien,Alapaha,town,1301024, +Georgia,Berrien,Alapaha,town,1301024,https://www.townofalapaha.org/ Georgia,Berrien,Enigma,town,1327596, Georgia,Berrien,Nashville,city,1354264,https://cityofnashvillega.net/ Georgia,Berrien,Ray City,city,1363728, @@ -7479,20 +7479,20 @@ Georgia,Camden,,county,13039,https://www.camdencountyga.gov/ Georgia,Candler,Aline,city,1304390060, Georgia,Candler,Metter,city,1351072, Georgia,Candler,Pulaski,town,1363000, -Georgia,Candler,,county,13043, +Georgia,Candler,,county,13043,https://www.candlerco-ga.gov/ Georgia,Carroll,Bowdon,city,1309544,https://www.bowdon.net/ Georgia,Carroll,Carrollton,city,1313492,https://carrolltonga.com/ Georgia,Carroll,Mount Zion,city,1353620,https://www.cityofmountzion.com/ Georgia,Carroll,Roopville,town,1366696, Georgia,Carroll,Temple,city,1375832,https://www.templega.us/ Georgia,Carroll,Villa Rica,city,1379528,https://www.villarica.org/ -Georgia,Carroll,Whitesburg,city,1382720, +Georgia,Carroll,Whitesburg,city,1382720,https://www.whitesburg-ga.com/ Georgia,Carroll,,county,13045,https://www.carrollcountyga.gov/ Georgia,Catoosa,Boynton Ridge,city,1304790360, Georgia,Catoosa,Catoosa Springs,city,1304790582, Georgia,Catoosa,Fort Oglethorpe-Lakeview,city,1304791230,https://fortogov.com/ Georgia,Catoosa,Ringgold,city,1365324,https://www.cityofringgoldga.gov/ -Georgia,Catoosa,,county,13047,https://www.catoosa.k12.ga.us/ +Georgia,Catoosa,,county,13047, Georgia,Charlton,Folkston,city,1330424,https://www.cityoffolkston-ga.gov/ Georgia,Charlton,St. George,city,1304992646, Georgia,Charlton,,county,13049,https://ga-charltoncounty.civicplus.com/ @@ -7510,7 +7510,7 @@ Georgia,Chattooga,Lyerly,town,1348092,https://www.lyerlyga.com/ Georgia,Chattooga,Menlo,city,1350848, Georgia,Chattooga,Summerville,city,1374376,https://www.summervillega.org/ Georgia,Chattooga,Trion,town,1377540,https://www.townoftrion.net/ -Georgia,Chattooga,,county,13055,https://www.chattooga.k12.ga.us/ +Georgia,Chattooga,,county,13055, Georgia,Cherokee,Ball Ground,city,1305036,https://cityofballground.com/ Georgia,Cherokee,Canton,city,1312988,https://www.cantonga.gov/ Georgia,Cherokee,Holly Springs,city,1339524,https://www.hollyspringsga.us/ @@ -7520,7 +7520,7 @@ Georgia,Cherokee,Woodstock,city,1384176,https://www.woodstockga.gov/ Georgia,Cherokee,,county,13057,https://www.cherokeecountyga.gov/ Georgia,Clarke,Athens,city,1305990138,https://www.accgov.com/ Georgia,Clarke,Winterville,city,1383728, -Georgia,Clarke,,county,13059,https://www.clarke.k12.ga.us/ +Georgia,Clarke,,county,13059, Georgia,Clay,Bluffton,town,1308956, Georgia,Clay,Fort Gaines,city,1330816,https://www.fortgainesga.org/ Georgia,Clay,,county,13061,http://www.claycountyga.net/ @@ -7547,7 +7547,7 @@ Georgia,Coffee,Douglas,city,1323872,https://www.cityofdouglasga.gov/ Georgia,Coffee,Nicholls,city,1355440,https://cityofnichollsga.gov/ Georgia,Coffee,West Green,city,1306993324,https://westgreenelem.ga.cce.schoolinsites.com/ Georgia,Coffee,,county,13069,https://www.coffeecounty-ga.gov/ -Georgia,Colquitt,Berlin-Ellenton,city,1307190258, +Georgia,Colquitt,Berlin-Ellenton,city,1307190258,https://cityofberlinga.com/ Georgia,Colquitt,Doerun,city,1323284,https://www.cityofdoerun.com/ Georgia,Colquitt,Funston,city,1331684, Georgia,Colquitt,Moultrie,city,1353060, @@ -7610,7 +7610,7 @@ Georgia,Douglas,,county,13097,https://www.douglascountyga.gov/ Georgia,Early,Blakely,city,1308536,https://cityofblakely.net/ Georgia,Early,Damascus,city,1321436, Georgia,Early,Jakin,city,1341792, -Georgia,Early,,county,13099,https://www.early.k12.ga.us/ +Georgia,Early,,county,13099, Georgia,Echols,East Echols,city,1310191008, Georgia,Echols,West Echols,city,1310193318, Georgia,Echols,,county,13101,http://echolscountyga.com/ @@ -7627,14 +7627,14 @@ Georgia,Emanuel,Summertown,city,1374348, Georgia,Emanuel,Swainsboro,city,1374964,https://cityofswainsboro.org/ Georgia,Emanuel,Twin City,city,1377988,https://www.twincityga.com/ Georgia,Emanuel,,county,13107,http://www.emanuelco-ga.gov/ -Georgia,Evans,Claxton,city,1316600, +Georgia,Evans,Claxton,city,1316600,https://www.cityofclaxton.net/ Georgia,Evans,North Evans,city,1310992204, Georgia,Evans,,county,13109,http://evanscounty.org/ Georgia,Fannin,Blue Ridge,city,1308928,https://www.cityofblueridgega.gov/ Georgia,Fannin,Higdon-Mobile,city,1311191464, Georgia,Fannin,McCaysville,city,1348428,https://cityofmccaysvillega.gov/ Georgia,Fannin,Mineral Bluff,city,1311192034, -Georgia,Fannin,Morganton,city,1352724, +Georgia,Fannin,Morganton,city,1352724,https://cityofmorgantonga.gov/ Georgia,Fannin,,county,13111,https://fannincountyga.com/ Georgia,Fayette,Brooks,town,1311056,https://www.brooksga.com/ Georgia,Fayette,Fayetteville,city,1328968,https://www.fayetteville-ga.gov/ @@ -7645,11 +7645,11 @@ Georgia,Floyd,Cave Spring,city,1314108,https://cavespring.ga.gov/ Georgia,Floyd,Rome,city,1366668,https://www.romega.us/ Georgia,Floyd,Shannon,city,1311592736, Georgia,Floyd,,county,13115,https://www.floydcountyga.gov/ -Georgia,Forsyth,Big Creek,region,1311790270,https://bigcreek.forsyth.k12.ga.us/ -Georgia,Forsyth,Chestatee,city,1311790642,https://chestatee.forsyth.k12.ga.us/ +Georgia,Forsyth,Big Creek,region,1311790270, +Georgia,Forsyth,Chestatee,city,1311790642, Georgia,Forsyth,Cumming,city,1320932,https://www.cityofcumming.net/ -Georgia,Forsyth,Silver,city,1311792772,https://silvercity.forsyth.k12.ga.us/ -Georgia,Forsyth,,county,13117,https://www.forsyth.k12.ga.us/ +Georgia,Forsyth,Silver,city,1311792772, +Georgia,Forsyth,,county,13117, Georgia,Franklin,Carnesville,city,1313352, Georgia,Franklin,Lavonia,city,1345460,https://www.lavoniaga.gov/ Georgia,Franklin,Sandy Cross,city,1311992688, @@ -7687,7 +7687,7 @@ Georgia,Grady,Southeast Grady,city,1313192804, Georgia,Grady,Spence,city,1313192832, Georgia,Grady,Whigham,city,1382412,https://www.cityofwhigham.net/ Georgia,Grady,,county,13131,https://gradycountyga.gov/ -Georgia,Greene,Greensboro,city,1334876, +Georgia,Greene,Greensboro,city,1334876,https://www.greensboroga.gov/ Georgia,Greene,Greshamville,city,1313391374, Georgia,Greene,Siloam,town,1370932, Georgia,Greene,Union Point,city,1378380,https://unionpointga.org/ @@ -7700,7 +7700,7 @@ Georgia,Gwinnett,Lawrenceville,city,1345488,https://www.downtownlawrencevillega. Georgia,Gwinnett,Lilburn,city,1346356,https://www.cityoflilburn.com/ Georgia,Gwinnett,Norcross,city,1355776,https://www.norcrossga.net/ Georgia,Gwinnett,Snellville-Grayson,city,1313592790, -Georgia,Gwinnett,Suwanee-Duluth,city,1313592910, +Georgia,Gwinnett,Suwanee-Duluth,city,1313592910,https://www.suwanee.com/ Georgia,Gwinnett,,county,13135,http://www.gwinnettcounty.com/ Georgia,Habersham,Clarkesville,city,1316460,https://www.clarkesvillega.com/ Georgia,Habersham,Cornelia,city,1319728,https://cornelia.city/ @@ -7708,7 +7708,7 @@ Georgia,Habersham,Turnerville,city,1313793102, Georgia,Habersham,,county,13137,https://www.habershamga.com/ Georgia,Hall,Clermont,town,1316796,https://www.clermontga.com/ Georgia,Hall,Flowery Branch,city,1330340,https://www.flowerybranchga.org/ -Georgia,Hall,Gainesville,city,1331908, +Georgia,Hall,Gainesville,city,1331908,https://www.gainesville.org/ Georgia,Hall,Lula,city,1347896,https://www.cityoflula.com/ Georgia,Hall,Murrayville,city,1313992118, Georgia,Hall,Oakwood,city,1357260,https://www.cityofoakwood.net/ @@ -7724,7 +7724,7 @@ Georgia,Haralson,Tallapoosa,city,1375300,https://tallapoosaga.gov/ Georgia,Haralson,,county,13143,https://www.haralsoncountyga.gov/ Georgia,Harris,Hamilton,city,1336220,https://hamiltoncityhall.net/ Georgia,Harris,Pine Mountain,town,1361124,https://pinemountainga.org/ -Georgia,Harris,Shiloh,city,1370428, +Georgia,Harris,Shiloh,city,1370428,https://www.cityofshiloh.org/ Georgia,Harris,Waverly Hall,town,1380844,https://www.waverlyhallga.gov/ Georgia,Harris,,county,13145,http://www.harriscountyga.gov/ Georgia,Hart,Bowersville,town,1309656,https://townofbowersville.com/ @@ -7762,7 +7762,7 @@ Georgia,Jeff Davis,Denton,city,1322388, Georgia,Jeff Davis,Hazlehurst,city,1337564,https://www.hazlehurstga.gov/ Georgia,Jeff Davis,,county,13161,https://jeffdaviscountyga.gov/ Georgia,Jefferson,Louisville,city,1347560,https://www.cityoflouisvillegeorgia.com/ -Georgia,Jefferson,Stapleton,city,1373004, +Georgia,Jefferson,Stapleton,city,1373004,https://cityofstapleton.com/ Georgia,Jefferson,Wadley,city,1379864,https://wadleyga.gov/ Georgia,Jefferson,Wrens,city,1384456,https://cityofwrens.com/ Georgia,Jefferson,,county,13163,https://www.jeffersoncountyga.gov/ @@ -7780,7 +7780,7 @@ Georgia,Lamar,Barnesville,city,1305344,https://www.cityofbarnesville.com/ Georgia,Lamar,Milner,city,1351604,https://milnerga.gov/ Georgia,Lamar,,county,13171,http://www.lamarcountyga.com/ Georgia,Lanier,East Lanier,city,1317391010, -Georgia,Lanier,Lakeland,city,1344592, +Georgia,Lanier,Lakeland,city,1344592,https://www.cityoflakelandga.com/ Georgia,Lanier,,county,13173,http://laniercountyboc.com/ Georgia,Laurens,Brewton,city,1317590378, Georgia,Laurens,Cadwell,town,1312344, @@ -7793,8 +7793,8 @@ Georgia,Laurens,Rentz,city,1364680, Georgia,Laurens,,county,13175,https://www.laurenscoga.org/ Georgia,Lee,Leesburg,city,1345768,https://www.cityofleesburgga.com/ Georgia,Lee,Philema,city,1317792358, -Georgia,Lee,Smithville,city,1371464, -Georgia,Lee,,county,13177,https://www.lee.k12.ga.us/ +Georgia,Lee,Smithville,city,1371464,https://cityofsmithvillegeorgia.org/ +Georgia,Lee,,county,13177, Georgia,Liberty,Hinesville,city,1338964, Georgia,Liberty,Midway,city,1351352,https://www.historicmidway.com/ Georgia,Liberty,Riceboro,city,1364960,https://www.cityofriceboro.org/ @@ -7834,7 +7834,7 @@ Georgia,McDuffie,,county,13189,https://www.thomson-mcduffie.gov/ Georgia,McIntosh,Darien,city,1321716,https://cityofdarienga.com/ Georgia,McIntosh,Townsend,city,1319193078, Georgia,McIntosh,,county,13191,https://www.mcintoshcountyga.com/ -Georgia,Meriwether,Gay,town,1332384, +Georgia,Meriwether,Gay,town,1332384,https://gayga.gov/ Georgia,Meriwether,Greenville,city,1335016, Georgia,Meriwether,Luthersville,city,1348008,https://luthersville.gov/ Georgia,Meriwether,Manchester,city,1349532,https://www.manchester-ga.gov/ @@ -7873,7 +7873,7 @@ Georgia,Muscogee,Columbus East,city,1321590751,https://columbusga.gov/ Georgia,Muscogee,Columbus North,city,1321590752,https://columbusga.gov/ Georgia,Muscogee,Columbus West,city,1321590753,https://columbusga.gov/ Georgia,Muscogee,Fort Benning,city,1321591213, -Georgia,Muscogee,,county,13215,https://www.muscogee.k12.ga.us/ +Georgia,Muscogee,,county,13215, Georgia,Newton,Covington-Porterdale,city,1321790804,https://www.cityofcovington.org/ Georgia,Newton,Mansfield,city,1349616,https://www.mansfieldga.gov/ Georgia,Newton,South Newton,city,1321792810, @@ -7884,7 +7884,7 @@ Georgia,Oconee,,county,13219,https://www.oconeecountyga.gov/ Georgia,Oglethorpe,Crawford,city,1320288, Georgia,Oglethorpe,Maxeys,town,1350260,https://cityofmaxeys.com/ Georgia,Oglethorpe,Vesta-Enterprise,city,1322193186, -Georgia,Oglethorpe,,county,13221,https://www.oglethorpe.k12.ga.us/ +Georgia,Oglethorpe,,county,13221, Georgia,Paulding,Dallas,city,1321324,https://www.dallasga.gov/ Georgia,Paulding,Hiram,city,1339076,https://www.cityofhiramga.gov/ Georgia,Paulding,North Paulding,city,1322392210, @@ -7928,7 +7928,7 @@ Georgia,Rabun,Tiger,town,1376504, Georgia,Rabun,,county,13241,https://rabuncounty.ga.gov/ Georgia,Randolph,Benevolence,city,1324390252, Georgia,Randolph,Cuthbert,city,1321072,https://www.cuthbertga.org/ -Georgia,Randolph,Shellman,city,1370120, +Georgia,Randolph,Shellman,city,1370120,https://cityofshellman.com/ Georgia,Randolph,,county,13243,http://www.randolphcountyga.com/ Georgia,Richmond,Augusta,city,1324590168,https://www.augustaga.gov/ Georgia,Richmond,Fort Gordon,city,1324591224, @@ -7969,7 +7969,7 @@ Georgia,Stewart,Richland,city,1365016,https://richlandga.org/ Georgia,Stewart,,county,13259,https://stewartcountyga.gov/ Georgia,Sumter,Americus,city,1302116,https://www.americusga.gov/ Georgia,Sumter,Andersonville,city,1302256, -Georgia,Sumter,Leslie-De Soto,city,1326191728, +Georgia,Sumter,Leslie-De Soto,city,1326191728,https://www.lesliega.us/ Georgia,Sumter,Plains,city,1361628,https://plainsgeorgia.gov/ Georgia,Sumter,,county,13261,https://www.sumtercountyga.us/ Georgia,Talbot,Junction City,town,1342800, @@ -7989,7 +7989,7 @@ Georgia,Taylor,Reynolds,city,1364876,https://www.reynoldsga.com/ Georgia,Taylor,Rupert,city,1326992628, Georgia,Taylor,,county,13269,https://taylorcountyga.com/ Georgia,Telfair,Jacksonville,city,1341708, -Georgia,Telfair,Lumber City,city,1347952, +Georgia,Telfair,Lumber City,city,1347952,https://lumbercityus.org/ Georgia,Telfair,McRae-Helena,city,1349100,https://mcraehelena.gov/ Georgia,Telfair,Milan,city,1351408, Georgia,Telfair,,county,13271,http://telfaircounty.georgia.gov/ @@ -8013,7 +8013,7 @@ Georgia,Tift,Tifton,city,1376476,https://tifton.net/ Georgia,Tift,Ty Ty,city,1378100, Georgia,Tift,,county,13277,http://www.tiftcounty.org/ Georgia,Toombs,Cedar Crossing,city,1327990591, -Georgia,Toombs,Vidalia-Lyons,city,1327993192, +Georgia,Toombs,Vidalia-Lyons,city,1327993192,https://vidaliaga.gov/ Georgia,Toombs,,county,13279,http://www.toombscountyga.gov/ Georgia,Towns,Hiawassee,city,1338124,https://hiawasseega.gov/ Georgia,Towns,Macedonia,city,1328191884, @@ -8090,7 +8090,7 @@ Georgia,Wheeler,,county,13309, Georgia,White,Cleveland,city,1316824,https://www.clevelandga.org/ Georgia,White,Helen,city,1337788,https://www.cityofhelen.org/ Georgia,White,Mossy Creek,region,1331192094, -Georgia,White,,county,13311,https://white.k12.ga.us/ +Georgia,White,,county,13311, Georgia,Whitfield,Dalton,city,1321380,https://www.daltonga.gov/ Georgia,Whitfield,North Whitfield,city,1331392220, Georgia,Whitfield,West Whitfield,city,1331393350, @@ -8297,7 +8297,7 @@ Georgia,,Millwood,CDP,1351576, Georgia,,Milstead,CDP,1351660, Georgia,,Milton,city,1351670,https://www.miltonga.gov/ Georgia,,Molena,city,1352108,https://www.molenaga.com/ -Georgia,,Montrose,town,1352500, +Georgia,,Montrose,town,1352500,https://townofmontrose.com/ Georgia,,Moody AFB,CDP,1352556, Georgia,,Morrow,city,1353004,https://morrowga.gov/ Georgia,,Mount Airy,town,1353284,http://townofmtairy.com/ @@ -8334,7 +8334,7 @@ Georgia,,Porterdale,city,1362244,http://www.cityofporterdale.com/ Georgia,,Putney,CDP,1363084, Georgia,,Ranger,CDP,1363560, Georgia,,Raoul,CDP,1363588, -Georgia,,Redan,CDP,1363952,https://www.redanhs.dekalb.k12.ga.us/ +Georgia,,Redan,CDP,1363952, Georgia,,Remerton,city,1364596,http://cityofremerton.com/ Georgia,,Resaca,town,1364736,https://www.resacaga.org/ Georgia,,Rest Haven,town,1364792, @@ -8387,7 +8387,7 @@ Georgia,,Varnell,city,1378996,https://cityofvarnell.com/ Georgia,,Vernonburg,town,1379164, Georgia,,Vidalia,city,1379388,https://vidaliaga.gov/ Georgia,,Waco,city,1379808,http://www.wacoga.net/ -Georgia,,Walnut Grove,city,1380228, +Georgia,,Walnut Grove,city,1380228,https://www.cityofwalnutgrove.com/ Georgia,,Walthourville,city,1380256,http://cityofwalthourville.com/ Georgia,,Waverly,CDP,1380816, Georgia,,Webster County,unified government,1381128,https://webstercountyga.org/ @@ -8450,7 +8450,7 @@ Hawaii,Maui,Waihee-Waikapu,city,1500993690, Hawaii,Maui,Wailuku,city,1500993870, Hawaii,Maui,West Molokai,city,1500993960, Hawaii,Maui,,county,15009,https://www.mauicounty.gov/ -Hawaii,,Ahuimanu,CDP,1500400,http://www.ahuimanu.k12.hi.us/ +Hawaii,,Ahuimanu,CDP,1500400, Hawaii,,Aiea,CDP,1500550, Hawaii,,Ainaloa,CDP,1501085, Hawaii,,Anahola,CDP,1502200, @@ -8480,7 +8480,7 @@ Hawaii,,Hawaiian Ocean View,CDP,1512530, Hawaii,,Hawaiian Paradise Park,CDP,1512600, Hawaii,,Hawi,CDP,1513600, Hawaii,,Heeia,CDP,1513900, -Hawaii,,Helemano,CDP,1513970,https://www.helemano.k12.hi.us/ +Hawaii,,Helemano,CDP,1513970, Hawaii,,Hickam Housing,CDP,1514200, Hawaii,,Holualoa,CDP,1515700, Hawaii,,Honalo,CDP,1516000, @@ -8607,7 +8607,7 @@ Idaho,Ada,,county,16001,http://www.adaweb.net/ Idaho,Adams,Council,city,1618820,https://www.cityofcouncilidaho.org/ Idaho,Adams,New Meadows,city,1656890,https://www.newmeadowsidaho.us/ Idaho,Adams,,county,16003,http://www.co.adams.id.us/ -Idaho,Bannock,Inkom,city,1640330, +Idaho,Bannock,Inkom,city,1640330,https://inkomcity.org/ Idaho,Bannock,Pocatello,city,1664090,https://pocatello.gov/ Idaho,Bannock,South Bannock,city,1600593289, Idaho,Bannock,,county,16005,http://www.bannockcounty.us/ @@ -8689,7 +8689,7 @@ Idaho,Custer,Stanley,city,1676780,https://www.cityofstanleyid.gov/ Idaho,Custer,,county,16037,https://custercountyidaho.org/ Idaho,Elmore,Atlanta,city,1603990184, Idaho,Elmore,Glenns Ferry,city,1631690,https://www.glennsferryidaho.org/ -Idaho,Elmore,Mountain Home,city,1654730, +Idaho,Elmore,Mountain Home,city,1654730,https://www.mountain-home.us/ Idaho,Elmore,,county,16039,http://elmorecounty.org/ Idaho,Franklin,Dayton,city,1620710, Idaho,Franklin,Mink Creek,region,1604192185, @@ -8725,11 +8725,11 @@ Idaho,Jefferson,,county,16051,https://www.jcgov.us/ Idaho,Jerome,Eden-Hazelton,city,1605390874, Idaho,Jerome,Hunt,city,1605391587, Idaho,Jerome,Jerome,city,1641320,https://www.ci.jerome.id.us/ -Idaho,Jerome,,county,16053, +Idaho,Jerome,,county,16053,https://www.jeromecountyid.us/ Idaho,Kootenai,Coeur d'Alene,city,1616750,https://www.cdaid.org/ Idaho,Kootenai,Harrison,city,1635200,https://cityofharrisonid.com/ Idaho,Kootenai,Post Falls-Rathdrum,city,1605592875, -Idaho,Kootenai,Spirit Lake-Athol,city,1605593312, +Idaho,Kootenai,Spirit Lake-Athol,city,1605593312,https://www.spiritlakeid.gov/ Idaho,Kootenai,Worley,city,1688480,http://www.cityofworley.org/ Idaho,Kootenai,,county,16055,https://id-kootenai.publicaccessnow.com/ Idaho,Latah,Deary-Bovill,city,1605790736,https://www.dearyidaho.com/ @@ -8788,14 +8788,14 @@ Idaho,Shoshone,Avery-Clarkia,city,1607990230, Idaho,Shoshone,Kellogg,city,1642580,https://kellogg.id.gov/ Idaho,Shoshone,Mullan,city,1655630, Idaho,Shoshone,Murray,city,1607992392, -Idaho,Shoshone,Osburn-Wallace,city,1607992679, +Idaho,Shoshone,Osburn-Wallace,city,1607992679,https://www.cityofosburn.org/ Idaho,Shoshone,,county,16079,http://shoshonecounty.id.gov/ Idaho,Teton,Driggs,city,1622690,https://driggsidaho.org/ Idaho,Teton,Tetonia,city,1680470,https://tetoniaidaho.com/ Idaho,Teton,Victor,city,1684250,https://victoridaho.gov/ Idaho,Teton,,county,16081,http://tetoncountyidaho.gov/ Idaho,Twin Falls,Buhl,city,1610810,https://www.cityofbuhl.us/ -Idaho,Twin Falls,Filer,city,1627730, +Idaho,Twin Falls,Filer,city,1627730,https://www.cityoffiler.net/ Idaho,Twin Falls,Hollister,city,1638080, Idaho,Twin Falls,Kimberly,city,1643570,https://www.cityofkimberly.org/ Idaho,Twin Falls,Murtaugh,city,1655900, @@ -8830,7 +8830,7 @@ Idaho,,Clayton,city,1615490, Idaho,,Clifton,city,1616120,https://cliftonidaho.com/ Idaho,,Conkling Park,CDP,1617830, Idaho,,Coolin,CDP,1618010, -Idaho,,Crouch,city,1619720, +Idaho,,Crouch,city,1619720,https://cityofcrouch.org/ Idaho,,Culdesac,city,1619900, Idaho,,Dalton Gardens,city,1620350,http://daltongardens.govoffice.com/ Idaho,,De Smet,CDP,1621520, @@ -8912,18 +8912,18 @@ Idaho,,Smelterville,city,1675070, Idaho,,Smiths Ferry,CDP,1675160, Idaho,,Spencer,city,1675970, Idaho,,Spirit Lake,city,1676060,https://www.spiritlakeid.gov/ -Idaho,,St. Charles,city,1671110, +Idaho,,St. Charles,city,1671110,https://stcharlesidaho.weebly.com/ Idaho,,Star,city,1676870,https://www.staridaho.org/ Idaho,,State Line,city,1677050, Idaho,,Stites,city,1677500, Idaho,,Sun Valley,city,1678850,https://sunvalleyidaho.gov/ Idaho,,Sweetwater,CDP,1679300, -Idaho,,Teton,city,1680380, +Idaho,,Teton,city,1680380,https://tetoniaidaho.com/ Idaho,,Troy,city,1682360,http://www.troyidaho.net/ Idaho,,Tyhee,CDP,1683170, Idaho,,Viola,CDP,1684430,https://idahoviolacamp.com/ Idaho,,Wallace,city,1684790,https://wallace.id.gov/ -Idaho,,Wardner,city,1685240, +Idaho,,Wardner,city,1685240,http://www.wardner.id.gov/ Idaho,,Warm River,city,1685420, Idaho,,Weston,city,1687040,https://www.westonidaho.org/ Idaho,,White Bird,city,1687310, @@ -8950,7 +8950,7 @@ Illinois,Adams,Northeast,township,1700153624, Illinois,Adams,Payson,village,1758265,https://paysonil.com/ Illinois,Adams,Quincy,city,1762367,https://www.quincyil.gov/ Illinois,Adams,Richfield,township,1700163550, -Illinois,Adams,Riverside,township,1700164408, +Illinois,Adams,Riverside,township,1700164408,https://riversidetownship.org/ Illinois,Adams,Ursa,village,1777044,https://ursavillage.org/ Illinois,Adams,,county,17001,https://www.adamscountyil.gov/ Illinois,Alexander,Cache,precinct,1700390576, @@ -8965,7 +8965,7 @@ Illinois,Bond,Burgess,township,1700509694, Illinois,Bond,Central,township,1700512112, Illinois,Bond,Lagrange,township,1700540741, Illinois,Bond,Mills,township,1700549321, -Illinois,Bond,Mulberry Grove,village,1751284, +Illinois,Bond,Mulberry Grove,village,1751284,https://mulberrygroveil.org/ Illinois,Bond,Old Ripley,village,1755717, Illinois,Bond,Pleasant Mound,township,1700560586, Illinois,Bond,Shoal Creek,township,1700569641, @@ -9014,7 +9014,7 @@ Illinois,Bureau,Princeton,city,1761899,https://www.princeton-il.com/ Illinois,Bureau,Selby,township,1701168562, Illinois,Bureau,Walnut,village,1778526,https://www.villageofwalnut.org/ Illinois,Bureau,Westfield,township,1701180268, -Illinois,Bureau,Wheatland,township,1701181009, +Illinois,Bureau,Wheatland,township,1701181009,https://wheatlandtownship.com/ Illinois,Bureau,Wyanet,village,1783622,https://wyanetil.com/ Illinois,Bureau,,county,17011,http://bureaucounty-il.gov/ Illinois,Calhoun,Belleview,precinct,1701390360, @@ -9055,7 +9055,7 @@ Illinois,Champaign,Ayers,township,1701903246, Illinois,Champaign,Brown,township,1701908914, Illinois,Champaign,Champaign,city,1712385,https://champaignil.gov/ Illinois,Champaign,Champaign City,township,1701912411,https://champaigntownship.com/ -Illinois,Champaign,Colfax,township,1701915482, +Illinois,Champaign,Colfax,township,1701915482,https://colfaxillinois.com/ Illinois,Champaign,Compromise,township,1701915976, Illinois,Champaign,Condit,township,1701916080, Illinois,Champaign,Crittenden,township,1701917588, @@ -9171,7 +9171,7 @@ Illinois,Cook,Lemont,village,1742795,https://www.lemont.il.us/ Illinois,Cook,Leyden,township,1703143120,http://www.leydentownship.com/ Illinois,Cook,Lyons,village,1745434,https://www.villageoflyons-il.net/ Illinois,Cook,Maine,township,1703146162,http://www.mainetownship.com/ -Illinois,Cook,New Trier,township,1703152909,https://www.newtrier.k12.il.us/ +Illinois,Cook,New Trier,township,1703152909, Illinois,Cook,Niles,village,1753000,https://www.vniles.com/ Illinois,Cook,Northfield,village,1753663,https://www.northfieldil.org/ Illinois,Cook,Norwood Park,township,1703154430,https://norwoodpark.com/ @@ -9257,7 +9257,7 @@ Illinois,DuPage,Addison,village,1700243,https://www.addisonadvantage.org/ Illinois,DuPage,Bloomingdale,village,1706587,https://www.villageofbloomingdale.org/ Illinois,DuPage,Downers Grove,village,1720591,https://www.downers.us/ Illinois,DuPage,Lisle,village,1743939,https://www.villageoflisle.org/ -Illinois,DuPage,Milton,township,1704349451, +Illinois,DuPage,Milton,township,1704349451,https://miltontownship.net/ Illinois,DuPage,Naperville,city,1751622,https://www.naperville.il.us/ Illinois,DuPage,Wayne,village,1779397,https://www.waynetwp-il.org/ Illinois,DuPage,Winfield,village,1782400,https://www.villageofwinfield.com/ @@ -9326,7 +9326,7 @@ Illinois,Fayette,Shafter,township,1705168926, Illinois,Fayette,Sharon,township,1705169017, Illinois,Fayette,South Hurricane,township,1705170876, Illinois,Fayette,Vandalia,city,1777317,https://www.vandaliaillinois.com/ -Illinois,Fayette,Wheatland,township,1705181022, +Illinois,Fayette,Wheatland,township,1705181022,https://wheatlandtownship.com/ Illinois,Fayette,Wilberton,township,1705181568, Illinois,Fayette,,county,17051,https://www.fayettecountyillinois.gov/ Illinois,Ford,Brenton,township,1705307978, @@ -9416,7 +9416,7 @@ Illinois,Grundy,Goodfarm,township,1706330432, Illinois,Grundy,Goose Lake,township,1706330549, Illinois,Grundy,Greenfield,township,1706331381, Illinois,Grundy,Highland,township,1706334657, -Illinois,Grundy,Maine,township,1706346175, +Illinois,Grundy,Maine,township,1706346175,https://mainetown.com/ Illinois,Grundy,Mazon,village,1747787,https://villageofmazon.org/ Illinois,Grundy,Morris,city,1750491,https://morrisil.org/ Illinois,Grundy,Nettle Creek,township,1706352038, @@ -9467,7 +9467,7 @@ Illinois,Hardin,Cave-In-Rock,village,1711826, Illinois,Hardin,McFarlan,precinct,1706991998, Illinois,Hardin,Monroe,precinct,1706992170, Illinois,Hardin,Rock,precinct,1706992995, -Illinois,Hardin,Rosiclare,city,1765897, +Illinois,Hardin,Rosiclare,city,1765897,http://www.cityofrosiclare.com/ Illinois,Hardin,Stone Church,precinct,1706993276, Illinois,Hardin,,county,17069, Illinois,Henderson,Bald Bluff,township,1707103415, @@ -9520,11 +9520,11 @@ Illinois,Iroquois,Danforth,village,1718498, Illinois,Iroquois,Douglas,township,1707520487, Illinois,Iroquois,Fountain Creek,township,1707527286, Illinois,Iroquois,Iroquois,township,1707537725, -Illinois,Iroquois,Loda,village,1744264, +Illinois,Iroquois,Loda,village,1744264,https://villageofloda.org/ Illinois,Iroquois,Lovejoy,township,1707544979, Illinois,Iroquois,Martinton,village,1747280, Illinois,Iroquois,Middleport,township,1707548814, -Illinois,Iroquois,Milford,village,1749048, +Illinois,Iroquois,Milford,village,1749048,https://www.villageofmilfordil.com/ Illinois,Iroquois,Milks Grove,township,1707549074, Illinois,Iroquois,Onarga,village,1756081, Illinois,Iroquois,Papineau,village,1757576, @@ -9534,7 +9534,7 @@ Illinois,Iroquois,Ridgeland,township,1707563901, Illinois,Iroquois,Sheldon,village,1769212, Illinois,Iroquois,Stockland,township,1707572773, Illinois,Iroquois,,county,17075,https://iroquoiscountyil.gov/ -Illinois,Jackson,Bradley,township,1707707731, +Illinois,Jackson,Bradley,township,1707707731,https://bradleyil.org/ Illinois,Jackson,Carbondale,city,1711163,https://www.explorecarbondale.com/ Illinois,Jackson,De Soto,village,1719616,https://villageofdesoto.com/ Illinois,Jackson,Degognia,township,1707719148, @@ -9600,7 +9600,7 @@ Illinois,Jo Daviess,Dunleith,township,1708521202, Illinois,Jo Daviess,East Galena,township,1708521813, Illinois,Jo Daviess,Elizabeth,village,1723165,https://www.elizabeth-il.org/ Illinois,Jo Daviess,Guilford,township,1708531979,https://www.guilfordtownship.org/ -Illinois,Jo Daviess,Hanover,village,1732707, +Illinois,Jo Daviess,Hanover,village,1732707,http://s375438305.onlinehome.us/ Illinois,Jo Daviess,Menominee,village,1748359, Illinois,Jo Daviess,Nora,village,1753195, Illinois,Jo Daviess,Pleasant Valley,township,1708560664, @@ -9644,7 +9644,7 @@ Illinois,Kane,Dundee,township,1708921046,https://www.dundeetownship.org/ Illinois,Kane,Elgin,city,1723074,https://elginil.gov/ Illinois,Kane,Geneva,city,1728872,https://www.geneva.il.us/ Illinois,Kane,Hampshire,village,1732525,https://www.hampshireil.org/ -Illinois,Kane,Kaneville,village,1738895, +Illinois,Kane,Kaneville,village,1738895,https://villageofkaneville.com/ Illinois,Kane,Plato,township,1708960365,https://platotownship.godaddysites.com/ Illinois,Kane,Rutland,township,1708966430,http://www.rutlandtownship.com/ Illinois,Kane,St. Charles,city,1766703,https://www.stcharlesil.gov/ @@ -9775,7 +9775,7 @@ Illinois,Lee,Bradford,township,1710307679, Illinois,Lee,Brooklyn,township,1710308654, Illinois,Lee,Dixon,city,1720162,https://www.dixongov.com/ Illinois,Lee,East Grove,township,1710321865, -Illinois,Lee,Franklin Grove,village,1727689, +Illinois,Lee,Franklin Grove,village,1727689,http://www.franklingrove.org/ Illinois,Lee,Hamilton,township,1710332447, Illinois,Lee,Harmon,village,1732967, Illinois,Lee,Lee Center,township,1710342613, @@ -9812,11 +9812,11 @@ Illinois,Livingston,Odell,village,1755171,https://odell-il.com/ Illinois,Livingston,Owego,township,1710557056, Illinois,Livingston,Pike,township,1710559780, Illinois,Livingston,Pleasant Ridge,township,1710560612, -Illinois,Livingston,Pontiac,city,1761015, +Illinois,Livingston,Pontiac,city,1761015,https://www.pontiac.org/ Illinois,Livingston,Reading,township,1710563017, Illinois,Livingston,Rooks Creek,township,1710565520, Illinois,Livingston,Round Grove,township,1710565988, -Illinois,Livingston,Saunemin,village,1767795, +Illinois,Livingston,Saunemin,village,1767795,https://www.sauneminillinois.org/ Illinois,Livingston,Sullivan,township,1710573482, Illinois,Livingston,Sunbury,township,1710573781, Illinois,Livingston,Union,township,1710576680, @@ -9863,10 +9863,10 @@ Illinois,Macoupin,Brighton,village,1708264,https://www.brightonil.com/ Illinois,Macoupin,Brushy Mound,township,1711709135, Illinois,Macoupin,Bunker Hill,city,1709577,https://cityofbunkerhillil.org/ Illinois,Macoupin,Cahokia,township,1711710357, -Illinois,Macoupin,Carlinville,city,1711202, +Illinois,Macoupin,Carlinville,city,1711202,https://cityofcarlinville.com/ Illinois,Macoupin,Chesterfield,village,1713165, Illinois,Macoupin,Dorchester,village,1720370, -Illinois,Macoupin,Gillespie,city,1729236, +Illinois,Macoupin,Gillespie,city,1729236,https://cityofgillespie.org/ Illinois,Macoupin,Girard,city,1729392, Illinois,Macoupin,Hillyard,township,1711735242, Illinois,Macoupin,Honey Point,township,1711735996, @@ -9999,13 +9999,13 @@ Illinois,McHenry,Chemung,township,1711112892,https://www.chemungtownshipil.gov/ Illinois,McHenry,Coral,township,1711116314,https://www.coraltownship.com/ Illinois,McHenry,Dorr,township,1711120396,http://www.dorrtownship.com/ Illinois,McHenry,Dunham,township,1711121111,https://dunhamtownship.com/ -Illinois,McHenry,Grafton,township,1711130666, +Illinois,McHenry,Grafton,township,1711130666,https://graftontownship.us/ Illinois,McHenry,Greenwood,village,1731667, Illinois,McHenry,Hartland,township,1711133305,https://hartlandtownshipil.org/ Illinois,McHenry,Hebron,village,1733851,http://www.villageofhebron.org/ Illinois,McHenry,Marengo,city,1746786,https://www.cityofmarengo.com/ Illinois,McHenry,McHenry,city,1745694,https://cityofmchenry.org/ -Illinois,McHenry,Nunda,township,1711154495, +Illinois,McHenry,Nunda,township,1711154495,https://www.nundasupervisor.com/ Illinois,McHenry,Richmond,village,1763641,https://richmond-il.com/ Illinois,McHenry,Riley,township,1711164096,https://rileytwp.com/ Illinois,McHenry,Seneca,township,1711168653,http://www.senecatownship.com/ @@ -10027,7 +10027,7 @@ Illinois,McLean,Downs,village,1720643,http://www.villageofdowns.org/ Illinois,McLean,Dry Grove,township,1711320838, Illinois,McLean,Empire,township,1711324140, Illinois,McLean,Funks Grove,township,1711328209, -Illinois,McLean,Gridley,village,1731732, +Illinois,McLean,Gridley,village,1731732,https://villageofgridley.org/ Illinois,McLean,Hudson,village,1736438,https://my.hudsonil.org/ Illinois,McLean,Lawndale,township,1711342353, Illinois,McLean,Lexington,city,1743094,https://www.lexingtonil.gov/ @@ -10036,7 +10036,7 @@ Illinois,McLean,Money Creek,township,1711349971, Illinois,McLean,Mount Hope,township,1711350972, Illinois,McLean,Normal,town,1753234,https://www.normalil.gov/ Illinois,McLean,Old Town,township,1711355782,https://www.oldtowntownship-il.gov/ -Illinois,McLean,Randolph,township,1711362692, +Illinois,McLean,Randolph,township,1711362692,https://randolphtownship.org/ Illinois,McLean,Towanda,village,1775822,https://villageoftowanda.org/ Illinois,McLean,West,township,1711379904, Illinois,McLean,White Oak,township,1711381321,https://whiteoaktownship.com/ @@ -10185,7 +10185,7 @@ Illinois,Ogle,Marion,township,1714146903, Illinois,Ogle,Maryland,township,1714147358, Illinois,Ogle,Monroe,township,1714150049, Illinois,Ogle,Mount Morris,village,1750998,https://mtmorrisil.net/ -Illinois,Ogle,Oregon-Nashua,township,1714156504, +Illinois,Ogle,Oregon-Nashua,township,1714156504,https://oregon-nashuatownship.org/ Illinois,Ogle,Pine Creek,township,1714159897, Illinois,Ogle,Pine Rock,township,1714159975, Illinois,Ogle,Rockvale,township,1714165182, @@ -10305,7 +10305,7 @@ Illinois,Randolph,Baldwin,village,1703454, Illinois,Randolph,Bremen,precinct,1715790504, Illinois,Randolph,Brewerville,precinct,1715790522, Illinois,Randolph,Central,precinct,1715790702, -Illinois,Randolph,Chester,city,1713139, +Illinois,Randolph,Chester,city,1713139,https://www.chesterill.com/ Illinois,Randolph,Coulterville,village,1716613, Illinois,Randolph,Ellis Grove,village,1723503, Illinois,Randolph,Evansville,village,1724608,https://www.evansvilleil.org/ @@ -10315,7 +10315,7 @@ Illinois,Randolph,Percy,village,1759104, Illinois,Randolph,Prairie du Rocher,village,1761639, Illinois,Randolph,Red Bud,city,1763043,https://cityofredbud.org/ Illinois,Randolph,Rockwood,village,1765221, -Illinois,Randolph,Ruma,village,1766287, +Illinois,Randolph,Ruma,village,1766287,http://www.villageofruma.com/ Illinois,Randolph,Sparta,city,1771448, Illinois,Randolph,Steeleville,village,1772468,https://www.steeleville.org/ Illinois,Randolph,Tilden,village,1775263,https://villageoftilden.com/ @@ -10439,7 +10439,7 @@ Illinois,Shelby,Shelbyville,city,1769186,https://shelbyvilleillinois.net/ Illinois,Shelby,Sigel,town,1769914, Illinois,Shelby,Todds Point,township,1717375588, Illinois,Shelby,Tower Hill,village,1775848, -Illinois,Shelby,Windsor,city,1782322, +Illinois,Shelby,Windsor,city,1782322,https://newwindsoril.gov/ Illinois,Shelby,,county,17173,http://www.shelbycounty-il.com/ Illinois,St. Clair,Belleville,city,1704845,https://belleville.net/ Illinois,St. Clair,Canteen,township,1716310968,https://canteentownship.org/ @@ -10634,7 +10634,7 @@ Illinois,Whiteside,Erie,village,1724374,https://villageoferie.com/ Illinois,Whiteside,Fenton,township,1719525817, Illinois,Whiteside,Fulton,city,1728144,https://cityoffulton.us/ Illinois,Whiteside,Garden Plain,township,1719528586, -Illinois,Whiteside,Genesee,township,1719528833, +Illinois,Whiteside,Genesee,township,1719528833,https://geneseetownshipilcemeteries.com/ Illinois,Whiteside,Hahnaman,township,1719532174, Illinois,Whiteside,Hopkins,township,1719536178, Illinois,Whiteside,Hume,township,1719536581, @@ -10660,7 +10660,7 @@ Illinois,Will,Green Garden,township,1719731394,https://greengardentownship.com/ Illinois,Will,Homer,township,1719735827,https://homertownship.com/ Illinois,Will,Jackson,township,1719738076,https://jacksontownshipil.com/ Illinois,Will,Joliet,city,1738570, -Illinois,Will,Lockport,city,1744225, +Illinois,Will,Lockport,city,1744225,https://www.cityoflockport.net/ Illinois,Will,Manhattan,village,1746357,https://www.villageofmanhattan.org/ Illinois,Will,Monee,village,1749945,https://www.villageofmonee.org/ Illinois,Will,New Lenox,village,1752584,https://www.newlenox.net/ @@ -10668,7 +10668,7 @@ Illinois,Will,Peotone,village,1759052,https://villageofpeotone.com/ Illinois,Will,Plainfield,village,1760287,https://www.plainfieldil.gov/ Illinois,Will,Reed,township,1719763108,https://reedtownship.us/ Illinois,Will,Troy,township,1719776212,https://troytownship.com/ -Illinois,Will,Washington,township,1719779059, +Illinois,Will,Washington,township,1719779059,https://www.washingtontownshipil.com/ Illinois,Will,Wesley,township,1719779865, Illinois,Will,Wheatland,township,1719781035,https://wheatlandtownship.com/ Illinois,Will,Will,township,1719781711, @@ -10718,7 +10718,7 @@ Illinois,Woodford,Panola,village,1757524, Illinois,Woodford,Partridge,township,1720358018, Illinois,Woodford,Roanoke,village,1764590,https://roanokeil.org/ Illinois,Woodford,Spring Bay,village,1771604, -Illinois,Woodford,Worth,township,1720383544, +Illinois,Woodford,Worth,township,1720383544,https://worthtownship.com/ Illinois,Woodford,,county,17203,http://www.woodford-county.org/ Illinois,,Abingdon,city,1700113, Illinois,,Adair,CDP,1700178, @@ -10779,7 +10779,7 @@ Illinois,,Bellevue,village,1704871,http://villageofbellevueil.com/ Illinois,,Bellwood,village,1704975,http://www.vil.bellwood.il.us/ Illinois,,Benld,city,1705209, Illinois,,Bensenville,village,1705248,https://www.bensenville.gov/ -Illinois,,Benson,village,1705261, +Illinois,,Benson,village,1705261,https://www.villageofbenson.com/ Illinois,,Bentley,town,1705274, Illinois,,Berkeley,village,1705404,http://www.berkeley.il.us/ Illinois,,Berlin,village,1705443,https://newberlin.il.us/ @@ -10804,7 +10804,7 @@ Illinois,,Boulder Hill,CDP,1707419, Illinois,,Bowen,village,1707510,https://www.villageofbowen.com/ Illinois,,Bradford,village,1707692,https://bradfordil.com/ Illinois,,Bradley,village,1707744,https://bradleyil.org/ -Illinois,,Braidwood,city,1707770, +Illinois,,Braidwood,city,1707770,https://www.braidwood.gov/ Illinois,,Bridgeview,village,1708225,http://www.bridgeview-il.gov/ Illinois,,Broadlands,village,1708420, Illinois,,Broadview,village,1708446,http://www.broadview-il.gov/ @@ -10858,7 +10858,7 @@ Illinois,,Cedarville,village,1712008, Illinois,,Central City,village,1712151,http://www.centralcityil.com/ Illinois,,Chadwick,village,1712294,http://www.chadwickil.com/ Illinois,,Channel Lake,CDP,1712489, -Illinois,,Chapin,village,1712528, +Illinois,,Chapin,village,1712528,https://www.villageofchapin.com/ Illinois,,Cherry,village,1712970, Illinois,,Chestnut,CDP,1713230, Illinois,,Chicago,city,1703114000,https://www.chicago.gov/ @@ -10868,7 +10868,7 @@ Illinois,,Chrisman,city,1714273,https://chrismanil.org/ Illinois,,Christopher,city,1714286,https://www.cityofchristopher.org/ Illinois,,Cisco,village,1714442, Illinois,,Cisne,village,1714455, -Illinois,,Cissna Park,village,1714468, +Illinois,,Cissna Park,village,1714468,https://cissnapark.com/ Illinois,,Clarendon Hills,village,1714572,https://www.clarendonhills.us/ Illinois,,Cleveland,village,1714923, Illinois,,Clifton,village,1714936,http://www.cliftonillinois.com/ @@ -10969,7 +10969,7 @@ Illinois,,Elmhurst,city,1723620,https://www.elmhurst.org/ Illinois,,Elmwood Park,village,1723724,https://www.elmwoodpark.org/ Illinois,,Elvaston,village,1723841, Illinois,,Elwin,CDP,1723919, -Illinois,,Elwood,village,1723945, +Illinois,,Elwood,village,1723945,https://www.villageofelwood.com/ Illinois,,Emden,village,1723971,https://www.villageofemden.com/ Illinois,,Emington,village,1724062, Illinois,,Energy,village,1724166,http://www.villageofenergy.com/ @@ -11212,7 +11212,7 @@ Illinois,,Little York,village,1744082, Illinois,,Livingston,village,1744160, Illinois,,Lockport Heights,CDP,1744244, Illinois,,Lombard,village,1744407,http://www.villageoflombard.org/ -Illinois,,London Mills,village,1744446, +Illinois,,London Mills,village,1744446,https://londonmillsil.gov/ Illinois,,Long Grove,village,1744524,https://www.longgroveil.gov/ Illinois,,Long Lake,CDP,1744550, Illinois,,Longview,village,1744602, @@ -11231,7 +11231,7 @@ Illinois,,Macon,city,1745941, Illinois,,Madison,city,1745993,https://cityofmadisonil.com/ Illinois,,Maeystown,village,1746058, Illinois,,Malden,village,1746240, -Illinois,,Mansfield,village,1746487, +Illinois,,Mansfield,village,1746487,https://villageofmansfield.net/ Illinois,,Maple Park,village,1746604,https://villageofmaplepark.org/ Illinois,,Mapleton,village,1746643,https://www.mapletonillinois.com/ Illinois,,Marcelline,CDP,1746734, @@ -11250,7 +11250,7 @@ Illinois,,Maywood,village,1747774,https://maywood-il.gov/ Illinois,,McCook,village,1745564,http://www.villageofmccook.org/ Illinois,,McCullom Lake,village,1745616,https://voml.org/ Illinois,,McLean,village,1745811,http://www.mclean-il.com/ -Illinois,,McNabb,village,1745850, +Illinois,,McNabb,village,1745850,http://www.villageofmcnabb.org/ Illinois,,Medora,village,1748138, Illinois,,Melrose Park,village,1748242,http://melrosepark.org/ Illinois,,Melvin,village,1748268, @@ -11259,7 +11259,7 @@ Illinois,,Metcalf,village,1748632, Illinois,,Metropolis,city,1748645,https://www.metropolisil.gov/ Illinois,,Mettawa,village,1748671,http://www.mettawa.org/ Illinois,,Meyer,CDP,1748684, -Illinois,,Middletown,village,1748853, +Illinois,,Middletown,village,1748853,https://middletownillinois.com/ Illinois,,Midlothian,village,1748892,https://www.villageofmidlothian.net/ Illinois,,Milan,village,1749009,https://www.milanil.org/ Illinois,,Millbrook,village,1749100,https://www.thevillageofmillbrook.com/ @@ -11285,7 +11285,7 @@ Illinois,,Muddy,village,1751271, Illinois,,Mulkeytown,CDP,1751310, Illinois,,Muncie,village,1751336,https://muncieillinois.weebly.com/ Illinois,,Mundelein,village,1751349,https://www.mundelein.org/ -Illinois,,Naplate,village,1751648, +Illinois,,Naplate,village,1751648,https://villageofnaplate.com/ Illinois,,Naples,town,1751661, Illinois,,Nason,city,1751726, Illinois,,Nebo,village,1751882, @@ -11302,7 +11302,7 @@ Illinois,,Newark,village,1752103,http://newark-il.us/ Illinois,,Newton,city,1752844, Illinois,,Niota,CDP,1753078, Illinois,,Norridge,village,1753377,http://www.villageofnorridge.com/ -Illinois,,Norris,village,1753390, +Illinois,,Norris,village,1753390,https://villageofnorriscity.com/ Illinois,,Norris City,village,1753403,https://villageofnorriscity.com/ Illinois,,North Aurora,village,1753442,http://www.northaurora.org/ Illinois,,North Barrington,village,1753455,http://www.northbarrington.org/ @@ -11344,7 +11344,7 @@ Illinois,,Owaneco,village,1757043, Illinois,,Oxville,CDP,1757121, Illinois,,Paderborn,CDP,1757160, Illinois,,Palestine,village,1757277,https://villageofpalestine.com/ -Illinois,,Palmer,village,1757303, +Illinois,,Palmer,village,1757303,https://villageofpalmer.com/ Illinois,,Palmyra,village,1757329, Illinois,,Paloma,CDP,1757342,https://cdb.illinois.gov/ Illinois,,Palos Heights,city,1757381,http://www.palosheights.org/ @@ -11440,7 +11440,7 @@ Illinois,,Sauget,village,1767756, Illinois,,Sauk Village,village,1767769,http://www.saukvillage.org/ Illinois,,Savoy,village,1767860,https://www.savoy.illinois.gov/ Illinois,,Sawyerville,village,1767873, -Illinois,,Saybrook,village,1767912, +Illinois,,Saybrook,village,1767912,https://saybrookil.govtportal.com/ Illinois,,Schiller Park,village,1768081,http://www.villageofschillerpark.com/ Illinois,,Schram City,village,1768120, Illinois,,Scott AFB,CDP,1768328, @@ -11510,7 +11510,7 @@ Illinois,,Streator,city,1773170,https://www.ci.streator.il.us/ Illinois,,Summerfield,village,1773547, Illinois,,Summit,village,1773638,https://www.summit-il.org/ Illinois,,Sumner,city,1773703, -Illinois,,Sun River Terrace,village,1773943, +Illinois,,Sun River Terrace,village,1773943,https://sunriverterrace.com/ Illinois,,Sunnyland,CDP,1773872, Illinois,,Swansea,village,1774119,http://swanseail.org/ Illinois,,Swedona,CDP,1774145,https://cdb.illinois.gov/ @@ -11560,16 +11560,16 @@ Illinois,,Vienna,city,1777863,https://cityofviennail.net/ Illinois,,Villa Grove,city,1777941,https://villagrove.org/ Illinois,,Villa Park,village,1777993,https://villaparkil.gov/ Illinois,,Viola,village,1778123,https://thevillageofviola.org/ -Illinois,,Volo,village,1778227, +Illinois,,Volo,village,1778227,http://www.villageofvolo.com/ Illinois,,Wadsworth,village,1778370,https://www.villageofwadsworth.org/ Illinois,,Waggoner,village,1778383, -Illinois,,Walnut Hill,village,1778604, -Illinois,,Waltonville,village,1778708, +Illinois,,Walnut Hill,village,1778604,https://www.villageofwalnut.org/ +Illinois,,Waltonville,village,1778708,https://villageofwaltonville.org/ Illinois,,Wamac,city,1778721, Illinois,,Warrensburg,village,1778916,https://warrensburgil.com/ Illinois,,Warrenville,city,1778929,https://www.warrenville.il.us/ Illinois,,Washburn,village,1779007,http://washburnil.com/ -Illinois,,Washington Park,village,1779085, +Illinois,,Washington Park,village,1779085,https://villageofwp.com/ Illinois,,Wataga,village,1779124, Illinois,,Waterloo,city,1779150,http://www.waterloo.il.us/ Illinois,,Waterman,village,1779163,https://villageofwaterman.com/ @@ -11617,7 +11617,7 @@ Illinois,,Winchester,city,1782270,http://www.winchesteril.com/ Illinois,,Windsor,village,1782309,https://newwindsoril.gov/ Illinois,,Winnetka,village,1782530,http://www.villageofwinnetka.org/ Illinois,,Winthrop Harbor,village,1782686,http://www.winthropharbor.com/ -Illinois,,Wonder Lake,village,1782855, +Illinois,,Wonder Lake,village,1782855,https://www.villageofwonderlake.org/ Illinois,,Wood Dale,city,1782985,http://www.wooddale.com/ Illinois,,Woodhull,village,1783063,https://www.woodhullil.org/ Illinois,,Woodland,village,1783102,https://woodlandillinois.com/ @@ -11804,7 +11804,7 @@ Indiana,Daviess,Steele,township,1802772890, Indiana,Daviess,Van Buren,township,1802778434, Indiana,Daviess,Veale,township,1802778722, Indiana,Daviess,Washington,city,1880504,https://www.washingtonin.us/ -Indiana,Daviess,,county,18027, +Indiana,Daviess,,county,18027,https://www.daviess.org/ Indiana,DeKalb,Butler,township,1803309550, Indiana,DeKalb,Concord,township,1803314824, Indiana,DeKalb,Fairfield,township,1803322288, @@ -11818,7 +11818,7 @@ Indiana,DeKalb,Smithfield,township,1803370200, Indiana,DeKalb,Spencer,township,1803371918, Indiana,DeKalb,Stafford,township,1803372512, Indiana,DeKalb,Troy,township,1803376598, -Indiana,DeKalb,Union,township,1803377228, +Indiana,DeKalb,Union,township,1803377228,https://www.union-dekalb.org/ Indiana,DeKalb,Wilmington,township,1803384590, Indiana,DeKalb,,county,18033,http://www.co.dekalb.in.us/ Indiana,Dearborn,Caesar Creek,township,1802909730, @@ -11827,7 +11827,7 @@ Indiana,Dearborn,Clay,township,1802913024, Indiana,Dearborn,Hogan,township,1802934222, Indiana,Dearborn,Jackson,township,1802936900, Indiana,Dearborn,Kelso,township,1802939330, -Indiana,Dearborn,Lawrenceburg,city,1842462, +Indiana,Dearborn,Lawrenceburg,city,1842462,https://thinklawrenceburg.com/ Indiana,Dearborn,Logan,township,1802944604, Indiana,Dearborn,Manchester,township,1802946368, Indiana,Dearborn,Miller,township,1802949464, @@ -11879,7 +11879,7 @@ Indiana,Elkhart,Clinton,township,1803913726, Indiana,Elkhart,Concord,township,1803914842, Indiana,Elkhart,Elkhart,township,1803920746, Indiana,Elkhart,Harrison,township,1803931774, -Indiana,Elkhart,Jackson,township,1803936972, +Indiana,Elkhart,Jackson,township,1803936972,https://www.jacksontownshipin.com/ Indiana,Elkhart,Jefferson,township,1803937944, Indiana,Elkhart,Locke,township,1803944514, Indiana,Elkhart,Middlebury,town,1848924,https://www.middleburyin.com/ @@ -11936,7 +11936,7 @@ Indiana,Fulton,Henry,township,1804933106, Indiana,Fulton,Liberty,township,1804943254, Indiana,Fulton,Newcastle,township,1804952722, Indiana,Fulton,Richland,township,1804964044, -Indiana,Fulton,Rochester,city,1865214, +Indiana,Fulton,Rochester,city,1865214,https://rochester.in.us/ Indiana,Fulton,Union,township,1804977282, Indiana,Fulton,Wayne,township,1804981692, Indiana,Fulton,,county,18049,http://www.co.fulton.in.us/ @@ -12066,7 +12066,7 @@ Indiana,Huntington,Union,township,1806977354, Indiana,Huntington,Warren,township,1806980126, Indiana,Huntington,Wayne,township,1806981746, Indiana,Huntington,,county,18069, -Indiana,Jackson,Brownstown,town,1808470, +Indiana,Jackson,Brownstown,town,1808470,https://brownstowntownshipindiana.com/ Indiana,Jackson,Carr,township,1807110450, Indiana,Jackson,Driftwood,township,1807118712, Indiana,Jackson,Grassy Fork,township,1807129016, @@ -12092,7 +12092,7 @@ Indiana,Jasper,Newton,township,1807353622, Indiana,Jasper,Union,township,1807377372, Indiana,Jasper,Walker,township,1807379640, Indiana,Jasper,Wheatfield,town,1883528,https://townofwheatfield.com/ -Indiana,Jasper,,county,18073, +Indiana,Jasper,,county,18073,https://www.jaspercountyin.gov/ Indiana,Jay,Bearcreek,township,1807503844, Indiana,Jay,Greene,township,1807529466, Indiana,Jay,Jackson,township,1807537152, @@ -12207,7 +12207,7 @@ Indiana,Lake,Cedar Creek,township,1808911026, Indiana,Lake,Center,township,1808911476, Indiana,Lake,Eagle Creek,township,1808919306, Indiana,Lake,Hanover,township,1808931252, -Indiana,Lake,Hobart,city,1834114,https://www.hobart.k12.in.us/ +Indiana,Lake,Hobart,city,1834114, Indiana,Lake,North,township,1808954414, Indiana,Lake,Ross,township,1808966096,https://www.rosstownshipin.org/ Indiana,Lake,St. John,town,1866852,https://stjohnin.gov/ @@ -12224,7 +12224,7 @@ Indiana,Lawrence,Pleasant Run,township,1809360624, Indiana,Lawrence,Shawswick,township,1809369102, Indiana,Lawrence,Spice Valley,township,1809372044, Indiana,Lawrence,,county,18093,https://lawrencecounty.in.gov/ -Indiana,Madison,Adams,township,1809500406, +Indiana,Madison,Adams,township,1809500406,https://www.adamstownship.org/ Indiana,Madison,Anderson,city,1801468, Indiana,Madison,Boone,township,1809506562, Indiana,Madison,Duck Creek,township,1809518820, @@ -12281,7 +12281,7 @@ Indiana,Miami,Pipe Creek,township,1810360174, Indiana,Miami,Richland,township,1810364134, Indiana,Miami,Union,township,1810377462, Indiana,Miami,Washington,township,1810380810, -Indiana,Miami,,county,18103, +Indiana,Miami,,county,18103,https://www.miamicountyin.gov/ Indiana,Monroe,Bean Blossom,township,1810503808, Indiana,Monroe,Benton,township,1810504816,http://bentontownshiptrustee.org/ Indiana,Monroe,Bloomington,city,1805860,https://bloomington.in.gov/ @@ -12361,7 +12361,7 @@ Indiana,Orange,Orleans,town,1857024,https://town.orleans.in.us/ Indiana,Orange,Paoli,town,1857780, Indiana,Orange,Southeast,township,1811771090, Indiana,Orange,Stampers Creek,township,1811772548, -Indiana,Orange,,county,18117, +Indiana,Orange,,county,18117,https://orangecountyindianatax.com/ Indiana,Owen,Clay,township,1811913186, Indiana,Owen,Franklin,township,1811925540, Indiana,Owen,Harrison,township,1811931954, @@ -12527,11 +12527,11 @@ Indiana,Spencer,Jackson,township,1814737422, Indiana,Spencer,Luce,township,1814745216, Indiana,Spencer,Ohio,township,1814756160, Indiana,Spencer,,county,18147,http://spencercounty.in.gov/ -Indiana,St. Joseph,Centre,township,1814111890, +Indiana,St. Joseph,Centre,township,1814111890,https://centretownshipin.gov/ Indiana,St. Joseph,Clay,township,1814113222,https://claysb.com/ Indiana,St. Joseph,German,township,1814127468,http://germantownshipsb.com/ Indiana,St. Joseph,Greene,township,1814129502, -Indiana,St. Joseph,Harris,township,1814131558, +Indiana,St. Joseph,Harris,township,1814131558,https://harristwp.com/ Indiana,St. Joseph,Liberty,township,1814143380, Indiana,St. Joseph,Lincoln,township,1814143848,https://www.lincolntwp.org/ Indiana,St. Joseph,Madison,township,1814146098, @@ -12580,7 +12580,7 @@ Indiana,Switzerland,Jefferson,township,1815538232, Indiana,Switzerland,Pleasant,township,1815560480, Indiana,Switzerland,Posey,township,1815561380, Indiana,Switzerland,York,township,1815586048, -Indiana,Switzerland,,county,18155,https://www.switzerland.k12.in.us/ +Indiana,Switzerland,,county,18155, Indiana,Tippecanoe,Fairfield,township,1815722342, Indiana,Tippecanoe,Jackson,township,1815737494, Indiana,Tippecanoe,Lauramie,township,1815742354, @@ -12601,14 +12601,14 @@ Indiana,Tipton,Liberty,township,1815943416, Indiana,Tipton,Madison,township,1815946116, Indiana,Tipton,Prairie,township,1815961614, Indiana,Tipton,Wildcat,township,1815984194, -Indiana,Tipton,,county,18159, +Indiana,Tipton,,county,18159,https://www.tipton.in.gov/ Indiana,Union,Brownsville,township,1816108542, Indiana,Union,Center,township,1816111656, Indiana,Union,Harmony,township,1816131522, Indiana,Union,Harrison,township,1816132008, Indiana,Union,Liberty,township,1816143452, Indiana,Union,Union,township,1816177678, -Indiana,Union,,county,18161, +Indiana,Union,,county,18161,https://unionin.wthgis.com/ Indiana,Vanderburgh,Armstrong,township,1816302188, Indiana,Vanderburgh,Center,township,1816311674,https://centertwp.org/ Indiana,Vanderburgh,German,township,1816327486, @@ -12635,7 +12635,7 @@ Indiana,Vigo,Pierson,township,1816759652, Indiana,Vigo,Prairie Creek,township,1816761704, Indiana,Vigo,Prairieton,township,1816761776, Indiana,Vigo,Riley,town,1864512, -Indiana,Vigo,Sugar Creek,township,1816773970, +Indiana,Vigo,Sugar Creek,township,1816773970,https://sugarcreektwptrustee.com/ Indiana,Vigo,,county,18167,https://www.vigocounty.in.gov/ Indiana,Wabash,Chester,township,1816912322, Indiana,Wabash,Lagro,town,1840896,https://lagrotownship.in.gov/ @@ -12784,7 +12784,7 @@ Indiana,,Bennetts Switch,CDP,1804726, Indiana,,Berne,city,1804888,https://www.cityofberne.in.gov/ Indiana,,Bethany,town,1804978, Indiana,,Bethel Village,CDP,1805050, -Indiana,,Beverly Shores,town,1805158, +Indiana,,Beverly Shores,town,1805158,https://www.beverlyshoresindiana.org/ Indiana,,Bicknell,city,1805176,https://bicknell.in.gov/ Indiana,,Big Lake,CDP,1805230, Indiana,,Billtown,CDP,1805284, @@ -12793,7 +12793,7 @@ Indiana,,Birdseye,town,1805374, Indiana,,Blairsville,CDP,1805644, Indiana,,Blanford,CDP,1805662, Indiana,,Blocher,CDP,1805680, -Indiana,,Bloomfield,town,1805716, +Indiana,,Bloomfield,town,1805716,https://www.bloomfieldindiana.com/ Indiana,,Bloomingdale,town,1805788, Indiana,,Blountsville,town,1805896, Indiana,,Blue Ridge,CDP,1806022, @@ -12842,7 +12842,7 @@ Indiana,,Cannelburg,town,1810090, Indiana,,Cannelton,city,1810108,http://www.canneltonindiana.com/ Indiana,,Canton,CDP,1810144, Indiana,,Carbon,town,1810198,https://townofcarbon.com/ -Indiana,,Carlisle,town,1810270, +Indiana,,Carlisle,town,1810270,https://townofnewcarlisle.in.gov/ Indiana,,Carmel,city,1810342,http://www.carmel.in.gov/ Indiana,,Carrollton,CDP,1810558, Indiana,,Cartersburg,CDP,1810594, @@ -12888,13 +12888,13 @@ Indiana,,Commiskey,CDP,1814788, Indiana,,Converse,town,1814986, Indiana,,Cordry Sweetwater Lakes,CDP,1815115, Indiana,,Cortland,CDP,1815202, -Indiana,,Corunna,town,1815220, +Indiana,,Corunna,town,1815220,https://corunnatown.com/ Indiana,,Cory,CDP,1815238, Indiana,,Corydon,town,1815256,https://documents.townofcorydon.com/ Indiana,,Country Club Heights,town,1815364, Indiana,,Country Squire Lakes,CDP,1815409, Indiana,,Covington,city,1815490,http://covingtonin.net/ -Indiana,,Cowan,CDP,1815526,https://www.cowan.k12.in.us/ +Indiana,,Cowan,CDP,1815526, Indiana,,Craigville,CDP,1815616, Indiana,,Crandall,town,1815634, Indiana,,Crane,town,1815652, @@ -12916,10 +12916,10 @@ Indiana,,Danville,town,1816804,http://www.danvilleindiana.org/ Indiana,,Darlington,town,1816840,http://www.darlingtonindiana.com/ Indiana,,Darmstadt,town,1816858,https://darmstadt-indiana.org/ Indiana,,Dayton,town,1817002,https://dayton.in.gov/ -Indiana,,DeMotte,town,1817704, +Indiana,,DeMotte,town,1817704,https://www.townofdemotte.com/ Indiana,,Decatur,city,1817074,https://www.cityofdecatur.in.gov/ Indiana,,Deer Creek,CDP,1817245, -Indiana,,Delphi,city,1817614,https://www.delphi.k12.in.us/ +Indiana,,Delphi,city,1817614, Indiana,,Denver,town,1817776, Indiana,,Depauw,CDP,1817794, Indiana,,Deputy,CDP,1817812, @@ -12940,7 +12940,7 @@ Indiana,,Dyer,town,1819270,http://www.townofdyer.com/ Indiana,,Earl Park,town,1819450,http://www.earlparkindiana.com/ Indiana,,East Chicago,city,1819486,http://www.eastchicago.com/ Indiana,,East Enterprise,CDP,1819576, -Indiana,,East Germantown,town,1819756, +Indiana,,East Germantown,town,1819756,https://www.germantown-pershing.com/ Indiana,,East Oolitic,CDP,1819936, Indiana,,Eaton,town,1820080,https://eatonindiana.org/ Indiana,,Eckerty,CDP,1820134, @@ -12958,7 +12958,7 @@ Indiana,,Ellettsville,town,1820800,https://ellettsville.in.us/ Indiana,,Elnora,town,1820998, Indiana,,Elrod,CDP,1821034, Indiana,,Elwood,city,1821070,http://www.elwoodcity-in.org/ -Indiana,,Eminence,CDP,1821106,https://www.eminence.k12.in.us/ +Indiana,,Eminence,CDP,1821106, Indiana,,Emison,CDP,1821124, Indiana,,Enchanted Hills,CDP,1821178, Indiana,,English,town,1821214, @@ -12975,7 +12975,7 @@ Indiana,,Fillmore,town,1823188,http://fillmoreindiana.com/ Indiana,,Fish Lake,CDP,1823386, Indiana,,Fishers,city,1823278,https://fishersin.gov/ Indiana,,Fishersburg,CDP,1823296, -Indiana,,Flat Rock,CDP,1823566,http://www.flatrock.k12.in.us/ +Indiana,,Flat Rock,CDP,1823566, Indiana,,Flora,town,1823692,http://www.townofflora.org/ Indiana,,Florence,CDP,1823728, Indiana,,Floyds Knobs,CDP,1823800, @@ -13212,7 +13212,7 @@ Indiana,,Mays,CDP,1847826, Indiana,,McCordsville,town,1845648,https://www.mccordsville.in.gov/ Indiana,,Mecca,town,1848132, Indiana,,Medaryville,town,1848186,http://www.medaryville.net/ -Indiana,,Medora,town,1848240,http://www.medora.k12.in.us/ +Indiana,,Medora,town,1848240, Indiana,,Mellott,town,1848294, Indiana,,Melody Hill,CDP,1848330, Indiana,,Memphis,CDP,1848384, @@ -13445,7 +13445,7 @@ Indiana,,Scott,CDP,1868418, Indiana,,Scottsburg,city,1868526,https://www.cityofscottsburg.com/ Indiana,,Seelyville,town,1868652,https://seelyville-in.gov/ Indiana,,Sellersburg,town,1868670,https://www.sellersburg.org/ -Indiana,,Selma,town,1868706, +Indiana,,Selma,town,1868706,https://townofselma.com/ Indiana,,Servia,CDP,1868742, Indiana,,Seymour,city,1868832,http://www.seymourin.org/ Indiana,,Shadeland,town,1868868,http://www.shadeland.in.gov/ @@ -13458,7 +13458,7 @@ Indiana,,Shepardsville,CDP,1869336, Indiana,,Shipshewana,town,1869480,https://shipshewana.gov/ Indiana,,Shipshewana Lake,CDP,1869489, Indiana,,Shirley,town,1869516, -Indiana,,Shoals,town,1869552,https://www.shoals.k12.in.us/ +Indiana,,Shoals,town,1869552, Indiana,,Shorewood Forest,CDP,1869642, Indiana,,Sidney,town,1869678, Indiana,,Silver Lake,town,1869768,https://townofsilverlake.com/ @@ -13518,7 +13518,7 @@ Indiana,,Tab,CDP,1874780, Indiana,,Talma,CDP,1874870, Indiana,,Taswell,CDP,1874978, Indiana,,Taylorsville,CDP,1875104, -Indiana,,Tecumseh,CDP,1875176,https://tecumseh.warrick.k12.in.us/ +Indiana,,Tecumseh,CDP,1875176, Indiana,,Teegarden,CDP,1875194, Indiana,,Tell City,city,1875248,https://tellcity.in.gov/ Indiana,,Templeton,CDP,1875284, @@ -13976,7 +13976,7 @@ Iowa,Clay,Herdland,township,1904191914, Iowa,Clay,Lake,township,1904192349, Iowa,Clay,Lincoln,township,1904192541, Iowa,Clay,Logan,township,1904192691, -Iowa,Clay,Lone Tree,township,1904192709, +Iowa,Clay,Lone Tree,township,1904192709,https://lonetreeiowa.com/ Iowa,Clay,Meadow,township,1904192901, Iowa,Clay,Peterson,city,1962625, Iowa,Clay,Riverton,township,1904193645, @@ -13988,7 +13988,7 @@ Iowa,Clay,,county,19041,https://claycounty.iowa.gov/ Iowa,Clayton,Boardman,township,1904390291, Iowa,Clayton,Buena Vista,township,1904390378, Iowa,Clayton,Cass,township,1904390498, -Iowa,Clayton,Clayton,city,1913845, +Iowa,Clayton,Clayton,city,1913845,https://www.cityofclaytoniowa.com/ Iowa,Clayton,Cox Creek,township,1904390843, Iowa,Clayton,Elk,township,1904391176, Iowa,Clayton,Farmersburg,city,1926850, @@ -14002,7 +14002,7 @@ Iowa,Clayton,Mallory,township,1904392808, Iowa,Clayton,Marion,township,1904392841, Iowa,Clayton,Mendon,township,1904392913, Iowa,Clayton,Millville,township,1904392943, -Iowa,Clayton,Monona,city,1953310, +Iowa,Clayton,Monona,city,1953310,https://cityofmonona.org/ Iowa,Clayton,Read,township,1904393543, Iowa,Clayton,Sperry,township,1904393957, Iowa,Clayton,Volga,township,1904394374, @@ -14233,7 +14233,7 @@ Iowa,Franklin,Reeve,township,1906993561, Iowa,Franklin,Richland,township,1906993588, Iowa,Franklin,Ross,township,1906993702, Iowa,Franklin,Scott,township,1906993777, -Iowa,Franklin,Sheffield,city,1906993833, +Iowa,Franklin,Sheffield,city,1906993833,https://www.sheffieldiowa.com/ Iowa,Franklin,West Fork,township,1906994668, Iowa,Franklin,Wisner,township,1906994767, Iowa,Franklin,,county,19069,https://www.franklincountyia.gov/ @@ -14248,7 +14248,7 @@ Iowa,Fremont,Prairie,township,1907193486, Iowa,Fremont,Riverside,township,1907193639, Iowa,Fremont,Riverton,city,1967575, Iowa,Fremont,Scott,township,1907193780, -Iowa,Fremont,Sidney,city,1973065, +Iowa,Fremont,Sidney,city,1973065,https://sidneyiowa.org/ Iowa,Fremont,Tabor,city,1907194078,https://taboriowa.socs.net/ Iowa,Fremont,Walnut,township,1907194398, Iowa,Fremont,Washington,township,1907194494, @@ -14627,7 +14627,7 @@ Iowa,Linn,Putnam,township,1911393525, Iowa,Linn,Spring Grove,township,1911393987, Iowa,Linn,Washington,township,1911394527, Iowa,Linn,,county,19113,https://www.linncountyiowa.gov/ -Iowa,Louisa,Columbus City,city,1915375, +Iowa,Louisa,Columbus City,city,1915375,https://columbusjctia.gov/ Iowa,Louisa,Concord,township,1911590807, Iowa,Louisa,Eliot,township,1911591170, Iowa,Louisa,Elm Grove,township,1911591218, @@ -14764,7 +14764,7 @@ Iowa,Mitchell,Jenkins,township,1913192268, Iowa,Mitchell,Liberty,township,1913192478, Iowa,Mitchell,Mitchell,city,1952905, Iowa,Mitchell,Newburg,township,1913193075, -Iowa,Mitchell,Osage,city,1959745, +Iowa,Mitchell,Osage,city,1959745,https://www.osageia.org/ Iowa,Mitchell,Otranto,township,1913193225, Iowa,Mitchell,Rock,township,1913193663, Iowa,Mitchell,St. Ansgar,city,1969735,https://www.stansgar.org/ @@ -14856,7 +14856,7 @@ Iowa,Osceola,Allison,township,1914390054, Iowa,Osceola,Baker,township,1914390111, Iowa,Osceola,East Holman,township,1914391111, Iowa,Osceola,Fairview,township,1914391302, -Iowa,Osceola,Gilman,township,1914391572, +Iowa,Osceola,Gilman,township,1914391572,https://gilman.ia.gov/ Iowa,Osceola,Goewey,township,1914391584, Iowa,Osceola,Harrison,township,1914391875, Iowa,Osceola,Horton,township,1914391986, @@ -14968,7 +14968,7 @@ Iowa,Polk,Webster,township,1915394629, Iowa,Polk,,county,19153,https://www.polkcountyiowa.gov/ Iowa,Pottawattamie,Belknap,township,1915590174, Iowa,Pottawattamie,Boomer,township,1915590297, -Iowa,Pottawattamie,Carson,city,1911170, +Iowa,Pottawattamie,Carson,city,1911170,https://www.carsongov.com/ Iowa,Pottawattamie,Center,township,1915590624, Iowa,Pottawattamie,Crescent,city,1917175,https://crescentiowa.org/ Iowa,Pottawattamie,Garner,township,1915591545, @@ -15220,7 +15220,7 @@ Iowa,Warren,Linn,township,1918192652, Iowa,Warren,Otter,township,1918193228, Iowa,Warren,Palmyra,township,1918193264, Iowa,Warren,Richland,township,1918193624, -Iowa,Warren,Squaw Creek,township,1918194000, +Iowa,Warren,Squaw Creek,township,1918194000,https://www.squawcreektownship.com/ Iowa,Warren,Union,township,1918194278, Iowa,Warren,Virginia,township,1918194371, Iowa,Warren,West Lincoln,township,1918194684, @@ -15236,7 +15236,7 @@ Iowa,Washington,English River,township,1918391236, Iowa,Washington,Franklin,township,1918391431, Iowa,Washington,Highland,township,1918391953, Iowa,Washington,Iowa,township,1918392073, -Iowa,Washington,Jackson,township,1918392172, +Iowa,Washington,Jackson,township,1918392172,https://www.townofjacksonwi.gov/ Iowa,Washington,Lime Creek,township,1918392511, Iowa,Washington,Marion,township,1918392868, Iowa,Washington,Oregon,township,1918393195, @@ -15394,7 +15394,7 @@ Iowa,,Altoona,city,1901630,https://www.altoona-iowa.com/ Iowa,,Alvord,city,1901675,https://cityofalvordiowa.com/ Iowa,,Amana,CDP,1901720, Iowa,,Ames,city,1901855,https://www.cityofames.org/ -Iowa,,Anamosa,city,1901990,https://www.anamosa.k12.ia.us/ +Iowa,,Anamosa,city,1901990, Iowa,,Anderson,CDP,1902035, Iowa,,Andover,city,1902080,https://cityofandover.org/ Iowa,,Andrew,city,1902125,https://andrewia.com/ @@ -15591,7 +15591,7 @@ Iowa,,Earling,city,1923385, Iowa,,Earlville,city,1923430, Iowa,,Early,city,1923475,http://www.earlyia.com/ Iowa,,East Amana,CDP,1923520, -Iowa,,East Peru,city,1923790, +Iowa,,East Peru,city,1923790,https://www.eastperuia.org/ Iowa,,Eddyville,city,1923970, Iowa,,Edgewood,city,1924060,https://www.edgewoodiowa.com/ Iowa,,Elberon,city,1924375,https://elberon.lib.ia.us/ @@ -15599,7 +15599,7 @@ Iowa,,Eldon,city,1924420,https://www.cityofeldon.org/ Iowa,,Eldridge,city,1924600,http://www.cityofeldridgeia.org/ Iowa,,Elgin,city,1924645,https://www.elginia.com/ Iowa,,Elk Horn,city,1924780,http://www.cityofelkhornia.com/ -Iowa,,Elk Run Heights,city,1924870, +Iowa,,Elk Run Heights,city,1924870,https://elkrunheights.com/ Iowa,,Elkader,city,1924690,http://elkader-iowa.com/ Iowa,,Elkport,city,1924825, Iowa,,Elliott,city,1924915, @@ -15681,8 +15681,8 @@ Iowa,,Hartwick,city,1934770, Iowa,,Harvey,city,1934860,https://harveyiowa.org/ Iowa,,Hastings,city,1934995, Iowa,,Havelock,city,1935130,http://www.havelockia.com/ -Iowa,,Haverhill,city,1935220, -Iowa,,Hawarden,city,1935265, +Iowa,,Haverhill,city,1935220,https://www.cityofhaverhillia.com/ +Iowa,,Hawarden,city,1935265,https://www.cityofhawarden.com/ Iowa,,Hawkeye,city,1935310,https://hawkeyeia.gov/ Iowa,,Hayesville,city,1935445, Iowa,,Hayfield,CDP,1935490, @@ -15811,7 +15811,7 @@ Iowa,,Mallard,city,1948585, Iowa,,Maloy,city,1948675, Iowa,,Manchester,city,1948810,https://www.manchester-ia.org/ Iowa,,Manilla,city,1948855,https://www.manillaia.com/ -Iowa,,Manly,city,1948900, +Iowa,,Manly,city,1948900,https://cityofmanly.com/ Iowa,,Manson,city,1948990,https://mansoniowa.com/ Iowa,,Mapleton,city,1949170,http://www.mapleton.com/ Iowa,,Marathon,city,1949260, @@ -15870,7 +15870,7 @@ Iowa,,Moravia,city,1953985,https://moraviaiowa.com/ Iowa,,Morley,city,1954030, Iowa,,Morrison,city,1954165, Iowa,,Moulton,city,1954390,https://moultoniowa.com/ -Iowa,,Mount Auburn,city,1954435, +Iowa,,Mount Auburn,city,1954435,https://mountauburnia.com/ Iowa,,Mount Sterling,CDP,1954750, Iowa,,Mount Union,CDP,1954795, Iowa,,Mount Vernon,city,1954840,https://cityofmtvernon-ia.gov/ @@ -15889,7 +15889,7 @@ Iowa,,New Providence,city,1956415,https://www.newprovidenceiowa.com/ Iowa,,New Sharon,city,1956460,http://www.newsharoniowa.org/ Iowa,,New Vienna,city,1956550,https://newviennaiowa.com/ Iowa,,New Virginia,city,1956595,https://www.newvirginia.com/ -Iowa,,Newhall,city,1956055, +Iowa,,Newhall,city,1956055,http://www.cityofnewhall.com/ Iowa,,Nichols,city,1956685, Iowa,,Nora Springs,city,1956910,http://www.citynorasprings.com/ Iowa,,North Buena Vista,city,1957135, @@ -15938,7 +15938,7 @@ Iowa,,Paullina,city,1961905,https://cityofpaullina.com/ Iowa,,Pella,city,1962040,https://www.cityofpella.com/ Iowa,,Peosta,city,1962130,http://www.cityofpeosta.org/ Iowa,,Percival,CDP,1962175, -Iowa,,Perry,city,1962355,https://www.perry.k12.ia.us/ +Iowa,,Perry,city,1962355, Iowa,,Persia,city,1962445, Iowa,,Pierson,city,1962760,https://www.piersonia.com/ Iowa,,Pisgah,city,1963075, @@ -16052,7 +16052,7 @@ Iowa,,Spring Hill,city,1974685, Iowa,,Springbrook,city,1974505, Iowa,,Springville,city,1974775,https://cityofspringville.us/ Iowa,,St. Anthony,city,1969780,https://www.cityofstanthony.org/ -Iowa,,St. Benedict,CDP,1969825,https://st-ben.pvt.k12.ia.us/ +Iowa,,St. Benedict,CDP,1969825, Iowa,,St. Charles,city,1969915,https://stcharlesia.us/ Iowa,,St. Donatus,city,1969960, Iowa,,St. Joseph,CDP,1970005, @@ -16137,7 +16137,7 @@ Iowa,,Waukee,city,1982695,https://www.waukee.org/ Iowa,,Waukon,city,1982740,http://www.cityofwaukon.com/ Iowa,,Wayland,city,1982965,https://www.waylandiowa.com/ Iowa,,Webb,city,1983010,https://cityofwebb.com/ -Iowa,,Webster,city,1983055, +Iowa,,Webster,city,1983055,https://www.webstercity.com/ Iowa,,Weldon,city,1983190, Iowa,,Wellman,city,1983280,http://www.cityofwellman.com/ Iowa,,Wellsburg,city,1983325,https://wellsburgiowa.net/ @@ -16276,7 +16276,7 @@ Kansas,Brown,Mission,township,2001347200, Kansas,Brown,Morrill,city,2048300, Kansas,Brown,Padonia,township,2001354025, Kansas,Brown,Powhattan,city,2057350, -Kansas,Brown,Robinson,city,2060325, +Kansas,Brown,Robinson,city,2060325,https://www.cityofrobinsonks.org/ Kansas,Brown,Walnut,township,2001374875, Kansas,Brown,Washington,township,2001375525, Kansas,Brown,,county,20013, @@ -16359,7 +16359,7 @@ Kansas,Cheyenne,Cleveland Run,township,2002314150, Kansas,Cheyenne,Jaqua,township,2002335025, Kansas,Cheyenne,Orlando,township,2002353050, Kansas,Cheyenne,Wano,township,2002375375, -Kansas,Cheyenne,,county,20023, +Kansas,Cheyenne,,county,20023,https://cncoks.us/ Kansas,Clark,Appleton,township,2002502100, Kansas,Clark,Center,township,2002511600, Kansas,Clark,Englewood,city,2021350, @@ -16457,7 +16457,7 @@ Kansas,Cowley,,county,20035,https://www.cowleycountyks.gov/ Kansas,Crawford,Baker,township,2003703750, Kansas,Crawford,Crawford,township,2003716250, Kansas,Crawford,Frontenac,city,2003724850,https://frontenacks.net/ -Kansas,Crawford,Girard,city,2003726300, +Kansas,Crawford,Girard,city,2003726300,https://girardkansas.gov/ Kansas,Crawford,Grant,township,2003727575, Kansas,Crawford,Lincoln,township,2003740575, Kansas,Crawford,Mulberry,city,2003749025,https://cityofmulberryks.com/ @@ -16569,7 +16569,7 @@ Kansas,Ellis,Ellis,city,2005120450,https://ellis.ks.us/ Kansas,Ellis,Freedom,township,2005124625, Kansas,Ellis,Hays,city,2005131100,https://www.haysusa.com/ Kansas,Ellis,Herzog,township,2005131525, -Kansas,Ellis,,county,20051, +Kansas,Ellis,,county,20051,https://www.ellisco.net/ Kansas,Ellsworth,Ash Creek,township,2005302575, Kansas,Ellsworth,Black Wolf,township,2005307025, Kansas,Ellsworth,Carneiro,township,2005310800, @@ -16626,7 +16626,7 @@ Kansas,Franklin,Lincoln,township,2005940700, Kansas,Franklin,Ohio,township,2005952350, Kansas,Franklin,Ottawa,city,2005953550,https://www.ottawaks.gov/ Kansas,Franklin,Peoria,township,2005955425, -Kansas,Franklin,Pomona,city,2057000, +Kansas,Franklin,Pomona,city,2057000,https://www.pomonaks.org/ Kansas,Franklin,Pottawatomie,township,2005957225, Kansas,Franklin,Richmond,city,2059675, Kansas,Franklin,Williamsburg,city,2079300, @@ -16640,7 +16640,7 @@ Kansas,Geary,Lyon,township,2006143500, Kansas,Geary,Milford,city,2046525, Kansas,Geary,Smoky Hill,township,2006166000, Kansas,Geary,Wingfield,township,2006180025, -Kansas,Geary,,county,20061, +Kansas,Geary,,county,20061,https://www.gearycounty.gov/ Kansas,Gove,Baker,township,2006303775, Kansas,Gove,Gaeland,township,2006325000, Kansas,Gove,Gove,township,2006327075, @@ -16676,7 +16676,7 @@ Kansas,Gray,Foote,township,2006923675, Kansas,Gray,Ingalls,city,2034225,https://cityofingalls.com/ Kansas,Gray,Logan,township,2006941900, Kansas,Gray,Montezuma,city,2047875, -Kansas,Gray,,county,20069, +Kansas,Gray,,county,20069,https://www.grayco.org/ Kansas,Greeley,Tribune,city,2071450, Kansas,Greeley,,county,20071, Kansas,Greenwood,Bachelor,township,2007303625, @@ -17054,7 +17054,7 @@ Kansas,Miami,Sugar Creek,township,2012168825, Kansas,Miami,Ten Mile,township,2012170125, Kansas,Miami,Valley,township,2012172950, Kansas,Miami,Wea,township,2012176225, -Kansas,Miami,,county,20121, +Kansas,Miami,,county,20121,http://www.miamicountyks.gov/ Kansas,Mitchell,Asherville,township,2012302625, Kansas,Mitchell,Beloit,city,2005775,https://www.beloitks.org/ Kansas,Mitchell,Bloomfield,township,2012307425, @@ -18319,7 +18319,7 @@ Kentucky,Christian,,county,21047,http://www.christiancountyky.gov/ Kentucky,Clark,Ford-Boonesborough,city,2104991278, Kentucky,Clark,Southeast Clark,city,2104993269, Kentucky,Clark,Winchester,city,2183676,https://www.winchesterky.com/ -Kentucky,Clark,,county,21049, +Kentucky,Clark,,county,21049,https://www.clarkcoky.com/ Kentucky,Clay,Ashers Fork,city,2105190096, Kentucky,Clay,Big Creek,region,2105190248, Kentucky,Clay,Burning Springs,city,2105190448, @@ -18412,7 +18412,7 @@ Kentucky,Green,Gresham,city,2108791536, Kentucky,Green,Summersville,city,2108793408, Kentucky,Green,,county,21087,https://greencounty.ky.gov/ Kentucky,Greenup,Flatwoods-Russell,city,2108991260,https://www.flatwoodsky.gov/ -Kentucky,Greenup,Greenup,city,2133004,https://www.greenup.k12.ky.us/ +Kentucky,Greenup,Greenup,city,2133004, Kentucky,Greenup,South Shore,city,2172210, Kentucky,Greenup,Tygarts,valley,2108993530, Kentucky,Greenup,Wurtland,city,2185008,https://www.cityofwurtland.com/ @@ -18505,7 +18505,7 @@ Kentucky,Knott,Carr Fork,city,2111990600, Kentucky,Knott,Emmalena,city,2111991160, Kentucky,Knott,Hindman,city,2137108, Kentucky,Knott,Mousie,city,2111992448, -Kentucky,Knott,,county,21119,https://www.knott.k12.ky.us/ +Kentucky,Knott,,county,21119, Kentucky,Knox,Barbourville,city,2103574,https://cityofbarbourville.com/ Kentucky,Knox,Bryants Store,city,2112190396, Kentucky,Knox,Dewitt,city,2112191040, @@ -18525,7 +18525,7 @@ Kentucky,Laurel,Greenmount-Langnau,city,2112591496, Kentucky,Laurel,Keavy,city,2112591904, Kentucky,Laurel,London,city,2147476,https://www.londonky.gov/ Kentucky,Laurel,North Corbin,city,2112592568, -Kentucky,Laurel,,county,21125,https://www.laurel.k12.ky.us/ +Kentucky,Laurel,,county,21125, Kentucky,Lawrence,Adams,city,2112790016, Kentucky,Lawrence,Blaine,city,2107264, Kentucky,Lawrence,Clifford,city,2112790744, @@ -18675,7 +18675,7 @@ Kentucky,Owen,,county,21187,http://www.owencountyky.us/ Kentucky,Owsley,Booneville,city,2108614,https://boonevilleky.com/ Kentucky,Owsley,Cowcreek,city,2118990872, Kentucky,Owsley,Sturgeon,city,2118993376, -Kentucky,Owsley,,county,21189, +Kentucky,Owsley,,county,21189,https://www.owsley.kyschools.us/ Kentucky,Pendleton,Butler,city,2111530,https://butlerky.org/ Kentucky,Pendleton,Falmouth,city,2126434,https://cityoffalmouth.com/ Kentucky,Pendleton,Goforth-Locust Grove,city,2119191420, @@ -19265,7 +19265,7 @@ Louisiana,De Soto,4C,district,2203194753, Louisiana,De Soto,4D,district,2203194756, Louisiana,De Soto,5,district,2203194801, Louisiana,De Soto,6,district,2203194969, -Louisiana,De Soto,,parish,22031, +Louisiana,De Soto,,parish,22031,https://desotoppj.com/ Louisiana,East Baton Rouge,1,district,2203394045,https://www.brla.gov/ Louisiana,East Baton Rouge,10,district,2203395482, Louisiana,East Baton Rouge,11,district,2203395557,https://www.brla.gov/ @@ -19320,7 +19320,7 @@ Louisiana,Franklin,4,district,2204194615, Louisiana,Franklin,5,district,2204194816, Louisiana,Franklin,6,district,2204194984, Louisiana,Franklin,7,district,2204195137, -Louisiana,Franklin,,parish,22041, +Louisiana,Franklin,,parish,22041,https://www.franklin-la.com/ Louisiana,Grant,1,district,2204394057, Louisiana,Grant,2,district,2204394261, Louisiana,Grant,3,district,2204394441, @@ -19518,7 +19518,7 @@ Louisiana,Red River,5,district,2208194861, Louisiana,Red River,6,district,2208195026,https://www.rrppj.org/ Louisiana,Red River,7,district,2208195179, Louisiana,Red River,,parish,22081,http://rrppj.org/ -Louisiana,Richland,1,district,2208394102,https://richland.k12.la.us/ +Louisiana,Richland,1,district,2208394102, Louisiana,Richland,2,district,2208394306, Louisiana,Richland,3,district,2208394489, Louisiana,Richland,4,district,2208394666, @@ -19527,7 +19527,7 @@ Louisiana,Richland,6,district,2208395029, Louisiana,Richland,7,district,2208395182, Louisiana,Richland,8,district,2208395320, Louisiana,Richland,9,district,2208395428, -Louisiana,Richland,,parish,22083,https://richland.k12.la.us/ +Louisiana,Richland,,parish,22083, Louisiana,Sabine,1,district,2208594105, Louisiana,Sabine,2,district,2208594309, Louisiana,Sabine,3,district,2208594492, @@ -19697,7 +19697,7 @@ Louisiana,Washington,4,district,2211794711, Louisiana,Washington,5,district,2211794909, Louisiana,Washington,6,district,2211795074, Louisiana,Washington,7,district,2211795224, -Louisiana,Washington,,parish,22117, +Louisiana,Washington,,parish,22117,https://www.wpgov.org/ Louisiana,Webster,1,district,2211994150, Louisiana,Webster,10,district,2211995536, Louisiana,Webster,11,district,2211995602, @@ -20165,7 +20165,7 @@ Louisiana,,Springfield,town,2272415,https://townofspringfield.org/ Louisiana,,Springhill,city,2272485,https://www.springhilllouisiana.gov/ Louisiana,,St. Francisville,town,2267215,https://stfrancisville.net/ Louisiana,,St. Gabriel,city,2267250,https://cityofstgabriel.us/ -Louisiana,,St. James,CDP,2267355,https://www.stjames.k12.la.us/ +Louisiana,,St. James,CDP,2267355, Louisiana,,St. Joseph,town,2267495, Louisiana,,St. Martinville,city,2267600, Louisiana,,St. Maurice,CDP,2267635, @@ -21810,7 +21810,7 @@ Massachusetts,Hampden,Wales,town,2501372390,https://www.townofwales.net/ Massachusetts,Hampden,West Springfield Town,city,2501377890, Massachusetts,Hampden,Westfield,city,2501376030,https://www.cityofwestfield.org/ Massachusetts,Hampden,Wilbraham,town,2501379740,https://www.wilbraham-ma.gov/ -Massachusetts,Hampden,,county,25013, +Massachusetts,Hampden,,county,25013,https://www.hampdenma.gov/ Massachusetts,Hampshire,Amherst Town,city,2501370,https://www.amherstma.gov/ Massachusetts,Hampshire,Belchertown,town,2501504825,https://www.belchertown.org/ Massachusetts,Hampshire,Chesterfield,town,2501513590,https://www.townofchesterfieldma.com/ @@ -21888,7 +21888,7 @@ Massachusetts,Middlesex,Winchester,town,2501780510,https://www.winchester.us/ Massachusetts,Middlesex,Woburn,city,2501781035,https://woburnma.gov/ Massachusetts,Middlesex,,county,25017, Massachusetts,Nantucket,Nantucket,town,2501943790,https://www.nantucket-ma.gov/ -Massachusetts,Nantucket,,county,25019, +Massachusetts,Nantucket,,county,25019,https://www.nantucket-ma.gov/ Massachusetts,Norfolk,Avon,town,2502102935,https://www.avon-ma.gov/ Massachusetts,Norfolk,Bellingham,town,2502104930,https://www.bellinghamma.org/ Massachusetts,Norfolk,Braintree Town,city,2502107740,https://braintreema.gov/ @@ -23852,7 +23852,7 @@ Michigan,,Prudenville,CDP,2666400, Michigan,,Quinnesec,CDP,2666720, Michigan,,Ramsay,CDP,2666980, Michigan,,Rapid City,CDP,2667140, -Michigan,,Rapid River,CDP,2667160,https://www.rapidriver.k12.mi.us/ +Michigan,,Rapid River,CDP,2667160, Michigan,,Reese,village,2667900,https://www.villageofreese.net/ Michigan,,Richmond,city,2609968380,https://www.cityofrichmond.net/ Michigan,,Riverdale,CDP,2668720, @@ -25145,7 +25145,7 @@ Minnesota,Marshall,Mud Lake,unorganized territory,2708944718, Minnesota,Marshall,Nelson Park,township,2708945142, Minnesota,Marshall,New Maine,township,2708945718, Minnesota,Marshall,New Solum,township,2708945970, -Minnesota,Marshall,Newfolden,city,2708945520,https://www.newfolden.k12.mn.us/ +Minnesota,Marshall,Newfolden,city,2708945520, Minnesota,Marshall,Oak Park,township,2708947878, Minnesota,Marshall,Oslo,city,2708948976, Minnesota,Marshall,Parker,township,2708949696, @@ -26437,7 +26437,7 @@ Minnesota,,Ebro,CDP,2717882, Minnesota,,Eden Valley,city,2709318134,https://ci.edenvalley.mn.us/ Minnesota,,Elbow Lake,CDP,2718440,https://www.thecityofelbowlake.com/ Minnesota,,Elysian,city,2707919160,https://www.elysianmn.com/ -Minnesota,,Esko,CDP,2719718,https://www.esko.k12.mn.us/ +Minnesota,,Esko,CDP,2719718, Minnesota,,Essig,CDP,2719754, Minnesota,,Finland,CDP,2721104, Minnesota,,Fish Lake,CDP,2721196, @@ -26546,7 +26546,7 @@ Mississippi,Calhoun,2,district,2801390801, Mississippi,Calhoun,3,district,2801391539, Mississippi,Calhoun,4,district,2801392277, Mississippi,Calhoun,5,district,2801393015, -Mississippi,Calhoun,,county,28013, +Mississippi,Calhoun,,county,28013,https://www.calhouncityms.gov/ Mississippi,Carroll,1,district,2801590072, Mississippi,Carroll,2,district,2801590810, Mississippi,Carroll,3,district,2801591548, @@ -26643,7 +26643,7 @@ Mississippi,Hancock,3,district,2804591683, Mississippi,Hancock,4,district,2804592421, Mississippi,Hancock,5,district,2804593159, Mississippi,Hancock,,county,28045,https://www.hancockcounty.ms.gov/ -Mississippi,Harrison,1,district,2804790216,https://www.harrison.k12.ms.us/ +Mississippi,Harrison,1,district,2804790216, Mississippi,Harrison,2,district,2804790954, Mississippi,Harrison,3,district,2804791692, Mississippi,Harrison,4,district,2804792430, @@ -26708,7 +26708,7 @@ Mississippi,Jones,2,district,2806791044, Mississippi,Jones,3,district,2806791782, Mississippi,Jones,4,district,2806792520, Mississippi,Jones,5,district,2806793258, -Mississippi,Jones,,county,28067, +Mississippi,Jones,,county,28067,https://jonescountyms.com/ Mississippi,Kemper,1,district,2806990315,https://kempercountyms.gov/ Mississippi,Kemper,2,district,2806991053, Mississippi,Kemper,3,district,2806991791, @@ -26768,7 +26768,7 @@ Mississippi,Lowndes,2,district,2808791134, Mississippi,Lowndes,3,district,2808791872, Mississippi,Lowndes,4,district,2808792610, Mississippi,Lowndes,5,district,2808793348, -Mississippi,Lowndes,,county,28087,https://www.lowndes.k12.ms.us/ +Mississippi,Lowndes,,county,28087, Mississippi,Madison,1,district,2808990405,https://www.madison-schools.com/ Mississippi,Madison,2,district,2808991143, Mississippi,Madison,3,district,2808991881,https://www.madison-co.com/ @@ -26852,7 +26852,7 @@ Mississippi,Pontotoc,2,district,2811591260, Mississippi,Pontotoc,3,district,2811591998, Mississippi,Pontotoc,4,district,2811592736, Mississippi,Pontotoc,5,district,2811593474, -Mississippi,Pontotoc,,county,28115, +Mississippi,Pontotoc,,county,28115,https://crms.pontotoccountyms.gov/ Mississippi,Prentiss,1,district,2811790531,https://www.prentisscounty.org/ Mississippi,Prentiss,2,district,2811791269, Mississippi,Prentiss,3,district,2811792007, @@ -26870,7 +26870,7 @@ Mississippi,Rankin,2,district,2812191287, Mississippi,Rankin,3,district,2812192025, Mississippi,Rankin,4,district,2812192763, Mississippi,Rankin,5,district,2812193501, -Mississippi,Rankin,,county,28121, +Mississippi,Rankin,,county,28121,https://www.rcsd.ms/ Mississippi,Scott,1,district,2812390558, Mississippi,Scott,2,district,2812391296, Mississippi,Scott,3,district,2812392034, @@ -26888,7 +26888,7 @@ Mississippi,Simpson,2,district,2812791314, Mississippi,Simpson,3,district,2812792052, Mississippi,Simpson,4,district,2812792790, Mississippi,Simpson,5,district,2812793528, -Mississippi,Simpson,,county,28127,https://www.simpson.k12.ms.us/ +Mississippi,Simpson,,county,28127, Mississippi,Smith,1,district,2812990585,https://www.smithcountyms.gov/ Mississippi,Smith,2,district,2812991323, Mississippi,Smith,3,district,2812992061, @@ -27158,7 +27158,7 @@ Mississippi,,Hamilton,CDP,2830220, Mississippi,,Harperville,CDP,2830780, Mississippi,,Hatley,town,2830980, Mississippi,,Hattiesburg,city,2831020,http://www.hattiesburgms.com/ -Mississippi,,Hazlehurst,city,2831220,https://www.hazlehurst.k12.ms.us/ +Mississippi,,Hazlehurst,city,2831220, Mississippi,,Heidelberg,town,2831420, Mississippi,,Helena,CDP,2831460, Mississippi,,Henderson Point,CDP,2831540, @@ -27196,7 +27196,7 @@ Mississippi,,Lakeview,CDP,2838910, Mississippi,,Lamar,CDP,2839000,https://lamarcountyms.gov/ Mississippi,,Lambert,town,2839080, Mississippi,,Latimer,CDP,2839520, -Mississippi,,Lauderdale,CDP,2839600,https://www.lauderdale.k12.ms.us/ +Mississippi,,Lauderdale,CDP,2839600, Mississippi,,Laurel,city,2839640,http://www.laurelms.com/ Mississippi,,Leaf,CDP,2839800, Mississippi,,Leakesville,town,2839840,https://www.leakesvillems.com/ @@ -27335,7 +27335,7 @@ Mississippi,,Satartia,village,2865680, Mississippi,,Saucier,CDP,2865720, Mississippi,,Schlater,town,2866080, Mississippi,,Scooba,town,2866160,http://townofscooba.net/ -Mississippi,,Scott,CDP,2866240,https://sca.scott.k12.ms.us/ +Mississippi,,Scott,CDP,2866240, Mississippi,,Sebastopol,town,2866280, Mississippi,,Seminary,town,2866400, Mississippi,,Senatobia,city,2866440,http://www.cityofsenatobia.com/ @@ -27687,7 +27687,7 @@ Missouri,Cass,Sherman,township,2903767394, Missouri,Cass,Union,township,2903774536, Missouri,Cass,West Dolan,township,2903778694, Missouri,Cass,West Peculiar,township,2903778892, -Missouri,Cass,,county,29037, +Missouri,Cass,,county,29037,https://cassmosheriff.org/ Missouri,Cedar,Benton,township,2903904600, Missouri,Cedar,Box,township,2903907696, Missouri,Cedar,Cedar,township,2903912178, @@ -27831,7 +27831,7 @@ Missouri,Dallas,Sherman,township,2905967412, Missouri,Dallas,South Benton,township,2905968636, Missouri,Dallas,Washington,township,2905977344, Missouri,Dallas,Wilson,township,2905980170, -Missouri,Dallas,,county,29059, +Missouri,Dallas,,county,29059,https://www.dallascountymocollector.com/ Missouri,Daviess,Benton,township,2906104636, Missouri,Daviess,Colfax,township,2906115472, Missouri,Daviess,Grand River,township,2906128270, @@ -28250,7 +28250,7 @@ Missouri,Macon,Hudson,township,2912133580, Missouri,Macon,Independence,township,2912135018, Missouri,Macon,Jackson,township,2912135900, Missouri,Macon,Johnston,township,2912137520, -Missouri,Macon,La Plata,city,2940682,https://www.laplata.k12.mo.us/ +Missouri,Macon,La Plata,city,2940682, Missouri,Macon,Liberty,township,2912142194, Missouri,Macon,Lingo,township,2912143112, Missouri,Macon,Lyda,township,2912144642, @@ -28322,7 +28322,7 @@ Missouri,Mercer,Morgan,township,2912949952, Missouri,Mercer,Ravanna,township,2912960662, Missouri,Mercer,Somerset,township,2912968564, Missouri,Mercer,Washington,township,2912977578, -Missouri,Mercer,,county,29129, +Missouri,Mercer,,county,29129,https://visitmercercountymo.com/ Missouri,Miller,Equality,township,2913122528, Missouri,Miller,Franklin,township,2913125678, Missouri,Miller,Glaze,township,2913127244, @@ -28488,7 +28488,7 @@ Missouri,Pettis,Cedar,township,2915912214, Missouri,Pettis,Dresden,township,2915920098, Missouri,Pettis,Elk Fork,township,2915921646, Missouri,Pettis,Flat Creek,township,2915924454, -Missouri,Pettis,Green Ridge,city,2929332,https://www.greenridge.k12.mo.us/ +Missouri,Pettis,Green Ridge,city,2929332, Missouri,Pettis,Heath Creek,township,2915931362, Missouri,Pettis,Houstonia,city,2933256, Missouri,Pettis,Hughesville,village,2933652, @@ -28497,7 +28497,7 @@ Missouri,Pettis,Lake Creek,township,2915939926, Missouri,Pettis,Longwood,township,2915944012, Missouri,Pettis,Prairie,township,2915959636, Missouri,Pettis,Sedalia,city,2966440,https://www.sedalia.com/ -Missouri,Pettis,Smithton,city,2968384,https://www.smithton.k12.mo.us/ +Missouri,Pettis,Smithton,city,2968384, Missouri,Pettis,Washington,township,2915977650, Missouri,Pettis,,county,29159,http://www.pettiscomo.com/ Missouri,Phelps,Arlington,township,2916101918, @@ -28578,7 +28578,7 @@ Missouri,Putnam,Sherman,township,2917167466, Missouri,Putnam,Union,township,2917174896, Missouri,Putnam,Wilson,township,2917180242, Missouri,Putnam,York,township,2917181340, -Missouri,Putnam,,county,29171, +Missouri,Putnam,,county,29171,https://putnam.missouriassessors.com/ Missouri,Ralls,Center,city,2912592,https://centermissouri.com/ Missouri,Ralls,Clay,township,2917314482, Missouri,Ralls,Jasper,township,2917336566, @@ -28652,7 +28652,7 @@ Missouri,Schuyler,Independence,township,2919735054, Missouri,Schuyler,Liberty,township,2919742338, Missouri,Schuyler,Prairie,township,2919759672, Missouri,Schuyler,Salt River,township,2919765648, -Missouri,Schuyler,,county,29197,https://www.schuyler.k12.mo.us/ +Missouri,Schuyler,,county,29197, Missouri,Scotland,Harrison,township,2919930574, Missouri,Scotland,Jefferson,township,2919936980, Missouri,Scotland,Johnson,township,2919937466, @@ -28663,7 +28663,7 @@ Missouri,Scotland,Thomson,township,2919973060, Missouri,Scotland,Tobin,township,2919973492, Missouri,Scotland,Union,township,2919974986, Missouri,Scotland,Vest,township,2919975958, -Missouri,Scotland,,county,29199,https://www.scotland.k12.mo.us/ +Missouri,Scotland,,county,29199, Missouri,Scott,Commerce,village,2915760, Missouri,Scott,Kelso,village,2938216, Missouri,Scott,Moreland,township,2920149916, @@ -28684,7 +28684,7 @@ Missouri,Shannon,Newton,township,2920352274, Missouri,Shannon,Spring Creek,township,2920369734, Missouri,Shannon,Spring Valley,township,2920370144, Missouri,Shannon,Winona,city,2980512, -Missouri,Shannon,,county,29203, +Missouri,Shannon,,county,29203,https://www.shannoncounty.gov/ Missouri,Shelby,Bethel,village,2905104, Missouri,Shelby,Black Creek,township,2920505968, Missouri,Shelby,Clay,township,2920514518, @@ -28989,7 +28989,7 @@ Missouri,,Bates City,city,2903556, Missouri,,Battlefield,city,2903592,https://battlefieldmo.gov/ Missouri,,Bel-Nor,village,2904348,https://www.cityofbelnor.org/ Missouri,,Bel-Ridge,village,2904366,https://bel-ridge.us/ -Missouri,,Bell City,city,2904132,https://www.bellcity.k12.mo.us/ +Missouri,,Bell City,city,2904132, Missouri,,Bella Villa,city,2904114,http://www.cityofbellavilla-mo.org/ Missouri,,Belle,city,2904150,http://cityofbellemo.org/ Missouri,,Bellefontaine Neighbors,city,2904222,http://www.cityofbn.com/ @@ -29019,7 +29019,7 @@ Missouri,,Bland,city,2906256, Missouri,,Blodgett,city,2906346, Missouri,,Bloomfield,city,2906382,https://www.newbloomfieldmo.com/ Missouri,,Bloomsdale,city,2906454,https://www.cityofbloomsdale.com/ -Missouri,,Blue Eye,town,2906526,https://www.blueeye.k12.mo.us/ +Missouri,,Blue Eye,town,2906526, Missouri,,Blue Springs,city,2906652,https://bluespringsgov.com/ Missouri,,Blue Summit,CDP,2906670, Missouri,,Blythedale,village,2906742, @@ -29041,7 +29041,7 @@ Missouri,,Brewer,CDP,2908272, Missouri,,Briarwood Estates,CDP,2908294, Missouri,,Bridgeton,city,2908398,https://www.bridgetonmo.com/ Missouri,,Brimson,village,2908470, -Missouri,,Bronaugh,city,2908614,https://bronaugh.k12.mo.us/ +Missouri,,Bronaugh,city,2908614, Missouri,,Brooklyn Heights,town,2908776, Missouri,,Broseley,CDP,2908812, Missouri,,Browning,city,2908884, @@ -29162,7 +29162,7 @@ Missouri,,Dixon,city,2919630,https://dixonmo.gov/ Missouri,,Doe Run,CDP,2919684, Missouri,,Doolittle,city,2919828, Missouri,,Downing,city,2919990, -Missouri,,Drexel,city,2920134,https://www.drexel.k12.mo.us/ +Missouri,,Drexel,city,2920134, Missouri,,Dudley,city,2920296, Missouri,,Duenweg,city,2920314,https://duenwegmo.com/ Missouri,,Duquesne,village,2920512,https://duquesnemo.org/ @@ -29242,7 +29242,7 @@ Missouri,,Frontenac,city,2926110,https://www.cityoffrontenac.org/ Missouri,,Fulton,city,2926182,http://fultonmo.org/ Missouri,,Gainesville,city,2926218, Missouri,,Galena,city,2926254,https://galenacityhall.org/ -Missouri,,Gallatin,city,2926308,https://www.gallatin.k12.mo.us/ +Missouri,,Gallatin,city,2926308, Missouri,,Galt,city,2926362, Missouri,,Garden City,city,2926434,https://gardencitymo.org/ Missouri,,Gasconade,city,2926578, @@ -29250,7 +29250,7 @@ Missouri,,Gentry,village,2926776, Missouri,,Gerald,city,2926866,https://geraldmo.com/ Missouri,,Gerster,town,2926902, Missouri,,Gibbs,village,2926920, -Missouri,,Gideon,city,2926974,https://www.gideon.k12.mo.us/ +Missouri,,Gideon,city,2926974, Missouri,,Gilliam,city,2927028, Missouri,,Gilman City,city,2927064, Missouri,,Ginger Blue,village,2927100, @@ -29281,7 +29281,7 @@ Missouri,,Grayhawk,CDP,2928860, Missouri,,Grayridge,CDP,2928864, Missouri,,Grayson,CDP,2928882, Missouri,,Green Castle,city,2929116, -Missouri,,Green City,city,2929134,https://www.greencity.k12.mo.us/ +Missouri,,Green City,city,2929134, Missouri,,Green Park,city,2929324,http://www.cityofgreenpark.com/ Missouri,,Greendale,city,2929152,http://www.greendale-mo.us/ Missouri,,Greenfield,city,2929206,http://greenfieldmo.org/ @@ -29357,7 +29357,7 @@ Missouri,,Irwin,CDP,2935486,https://www.irwinformissouri.com/ Missouri,,Jackson,city,2935648,https://www.cityofjacksonmo.gov/ Missouri,,Jacksonville,village,2936224, Missouri,,Jameson,town,2936314,https://www.jamesonmo.org/ -Missouri,,Jamestown,town,2936368,https://www.jamestown.k12.mo.us/ +Missouri,,Jamestown,town,2936368, Missouri,,Jane,town,2936422, Missouri,,Jasper,city,2936512,https://jaspermo.org/ Missouri,,Jefferson City,city,2937000,http://www.jeffersoncitymo.gov/ @@ -29478,7 +29478,7 @@ Missouri,,Merriam Woods,city,2947520,http://merriamwoodsmo.org/ Missouri,,Merwin,village,2947540, Missouri,,Meta,city,2947594,https://cityofmetamo.com/ Missouri,,Mexico,city,2947648,http://www.mexicomissouri.net/ -Missouri,,Middle Grove,CDP,2947846,http://www.middlegrove.k12.mo.us/ +Missouri,,Middle Grove,CDP,2947846, Missouri,,Middletown,town,2947900, Missouri,,Milan,city,2948062,https://milanmo.gov/ Missouri,,Millard,village,2948134, @@ -29525,7 +29525,7 @@ Missouri,,New Market,CDP,2952130, Missouri,,New Melle,city,2952148,https://www.cityofnewmelle.com/ Missouri,,New Wells,CDP,2952364, Missouri,,Newark,village,2951662, -Missouri,,Newburg,city,2951716,https://newburg.k12.mo.us/ +Missouri,,Newburg,city,2951716, Missouri,,Newtown,town,2952328, Missouri,,Nixa,city,2952616, Missouri,,Noel,city,2952742, @@ -29553,7 +29553,7 @@ Missouri,,Old Monroe,city,2954416, Missouri,,Olean,town,2954560, Missouri,,Olivette,city,2954650,http://www.olivettemo.com/ Missouri,,Olympian Village,city,2954686, -Missouri,,Oran,city,2954758,https://www.oran.k12.mo.us/ +Missouri,,Oran,city,2954758, Missouri,,Oregon,city,2954848,https://www.cityoforegon.info/ Missouri,,Oronogo,city,2954920,https://oronogomo.org/ Missouri,,Osage Beach,city,2955244,https://osagebeach-mo.gov/ @@ -29578,7 +29578,7 @@ Missouri,,Parnell,city,2956360, Missouri,,Pasadena Hills,city,2956396,https://www.pasadenahillsmo.us/ Missouri,,Pasadena Park,village,2956414,https://www.villageofpasadenapark.org/ Missouri,,Passaic,town,2956468, -Missouri,,Pattonsburg,city,2956558,https://www.pattonsburg.k12.mo.us/ +Missouri,,Pattonsburg,city,2956558, Missouri,,Paynesville,village,2956612, Missouri,,Peaceful Village,village,2956620, Missouri,,Peculiar,city,2956756,https://www.cityofpeculiar.com/ @@ -29626,7 +29626,7 @@ Missouri,,Qulin,city,2960428, Missouri,,Raintree Plantation,CDP,2960528, Missouri,,Randolph,village,2960590, Missouri,,Ravenwood,town,2960716, -Missouri,,Raymondville,town,2960734,https://www.rville.k12.mo.us/ +Missouri,,Raymondville,town,2960734, Missouri,,Raytown,city,2960788,http://www.raytown.mo.us/ Missouri,,Rayville,CDP,2960824, Missouri,,Rea,city,2960842, @@ -29639,7 +29639,7 @@ Missouri,,Republic,city,2961238,http://www.republicmo.com/ Missouri,,Revere,town,2961292, Missouri,,Rhineland,town,2961328, Missouri,,Rich Hill,city,2961418,http://www.richhillmo.com/ -Missouri,,Richards,town,2961364,https://www.richardsschool.k12.mo.us/ +Missouri,,Richards,town,2961364, Missouri,,Richland,city,2961562,https://richlandmo.info/ Missouri,,Richmond Heights,city,2961706,http://www.richmondheights.org/ Missouri,,Ridgely,village,2961886, @@ -29729,7 +29729,7 @@ Missouri,,Stoutland,city,2971008, Missouri,,Stoutsville,village,2971026, Missouri,,Stover,city,2971044,http://cityofstover.net/ Missouri,,Strafford,city,2971062,http://www.straffordmo.net/ -Missouri,,Strasburg,city,2971098,https://www.strasburg.k12.mo.us/ +Missouri,,Strasburg,city,2971098, Missouri,,Sturgeon,city,2971224,http://www.sturgeon-mo.org/ Missouri,,Sugar Creek,city,2971368,https://sugar-creek.mo.us/ Missouri,,Sullivan,city,2971440,https://www.sullivan.mo.us/ @@ -29841,9 +29841,9 @@ Missouri,,Wooldridge,village,2981016, Missouri,,Worth,village,2981070, Missouri,,Wortham,CDP,2981088, Missouri,,Worthington,village,2981106, -Missouri,,Wright City,city,2981124,https://www.wrightcity.k12.mo.us/ +Missouri,,Wright City,city,2981124, Missouri,,Wyatt,city,2981178, -Missouri,,Zalma,CDP,2981430,https://www.zalma.k12.mo.us/ +Missouri,,Zalma,CDP,2981430, Missouri,,,state,29000,http://mo.gov/ Montana,Beaverhead,Big Hole Basin,city,3000190273, Montana,Beaverhead,Clark Canyon-Horse Prairie,city,3000190651, @@ -29903,7 +29903,7 @@ Montana,Fallon,,county,30025,http://www.falloncounty.net/ Montana,Fergus,Denton,town,3020425,https://dentonmt.gov/ Montana,Fergus,Grass Range,town,3032575, Montana,Fergus,Hanover,city,3002791596, -Montana,Fergus,Lewistown,city,3043375,https://www.lewistown.k12.mt.us/ +Montana,Fergus,Lewistown,city,3043375, Montana,Fergus,Roy,city,3002792898, Montana,Fergus,Winifred,town,3081025, Montana,Fergus,,county,30027,https://fergusmt.gov/ @@ -30069,7 +30069,7 @@ Montana,Teton,Dutton-Power,city,3009990966, Montana,Teton,Fairfield,town,3025225,https://www.townoffairfield.com/ Montana,Teton,,county,30099,http://www.tetoncomt.org/ Montana,Toole,Shelby,city,3067450,https://www.shelbymtchamber.org/ -Montana,Toole,Sunburst,town,3072175,https://www.sunburst.k12.mt.us/ +Montana,Toole,Sunburst,town,3072175, Montana,Toole,,county,30101,http://www.toolecountymt.gov/ Montana,Treasure,North Treasure,city,3010392520, Montana,Treasure,South Treasure,city,3010393255, @@ -30134,7 +30134,7 @@ Montana,,Brandon,CDP,3009400, Montana,,Bridger,town,3009475,https://www.bridger-mt.com/ Montana,,Bridger,CDP,3009500,https://www.bridger-mt.com/ Montana,,Broadview,town,3009775, -Montana,,Brockton,CDP,3010000,https://www.brockton.k12.mt.us/ +Montana,,Brockton,CDP,3010000, Montana,,Brockway,CDP,3010075, Montana,,Brooks,CDP,3010150, Montana,,Browning,CDP,3010375, @@ -30149,7 +30149,7 @@ Montana,,Cardwell,CDP,3012400, Montana,,Carlton,CDP,3012435, Montana,,Carter,CDP,3012625, Montana,,Cascade Colony,CDP,3012783, -Montana,,Centerville,CDP,3013375,https://www.centerville.k12.mt.us/ +Montana,,Centerville,CDP,3013375, Montana,,Charlo,CDP,3013900, Montana,,Charlos Heights,CDP,3013975, Montana,,Churchill,CDP,3014875, @@ -30215,7 +30215,7 @@ Montana,,Forty Mile Colony,CDP,3028725, Montana,,Four Corners,CDP,3028862, Montana,,Fox,CDP,3029050, Montana,,Fox Lake,CDP,3029087, -Montana,,Frazer,CDP,3029275,https://frazer.k12.mt.us/ +Montana,,Frazer,CDP,3029275, Montana,,Frenchtown,CDP,3029350, Montana,,Froid,town,3029500,https://townoffroid.com/ Montana,,Fromberg,town,3029575,http://www.fromberg-mt.com/ @@ -30239,7 +30239,7 @@ Montana,,Hartland Colony,CDP,3034584, Montana,,Haugan,CDP,3034825, Montana,,Havre North,CDP,3035125, Montana,,Hays,CDP,3035275, -Montana,,Heart Butte,CDP,3035350,https://heartbutte.k12.mt.us/ +Montana,,Heart Butte,CDP,3035350, Montana,,Hebgen Lake Estates,CDP,3035435, Montana,,Helena Flats,CDP,3035622, Montana,,Helena Valley Northeast,CDP,3035628, @@ -30260,7 +30260,7 @@ Montana,,Homestead,CDP,3037450, Montana,,Horizon Colony,CDP,3037710, Montana,,Hot Springs,town,3037825,https://townofhotspringsmt.com/ Montana,,Hungry Horse,CDP,3038125, -Montana,,Huntley,CDP,3038200,https://www.huntley.k12.mt.us/ +Montana,,Huntley,CDP,3038200, Montana,,Huson,CDP,3038275, Montana,,Hysham,town,3038350,https://www.hyshammt.org/ Montana,,Indian Springs,CDP,3038480,https://www.indianspringsmontana.com/ @@ -30370,7 +30370,7 @@ Montana,,Rapelje,CDP,3060850, Montana,,Ravalli,CDP,3061075, Montana,,Raynesford,CDP,3061300, Montana,,Redstone,CDP,3061675, -Montana,,Reed Point,CDP,3061900,https://www.reedpoint.k12.mt.us/ +Montana,,Reed Point,CDP,3061900, Montana,,Reserve,CDP,3062125, Montana,,Rexford,town,3062200, Montana,,Rhodes,CDP,3062230, @@ -30466,7 +30466,7 @@ Montana,,Wheatland,CDP,3079695, Montana,,White Haven,CDP,3079935, Montana,,Whitetail,CDP,3080125, Montana,,Whitlash,CDP,3080275, -Montana,,Willow Creek,CDP,3080800,https://www.willowcreek.k12.mt.us/ +Montana,,Willow Creek,CDP,3080800, Montana,,Wilsall,CDP,3080875, Montana,,Windham,CDP,3080950, Montana,,Wineglass,CDP,3080975, @@ -30563,7 +30563,7 @@ Nebraska,Brown,Ainsworth,city,3100415,https://cityofainsworth.com/ Nebraska,Brown,Johnstown,village,3124740, Nebraska,Brown,North Pine,precinct,3101792175, Nebraska,Brown,South Pine,precinct,3101793005, -Nebraska,Brown,,county,31017, +Nebraska,Brown,,county,31017,https://browncountyne.gov/ Nebraska,Buffalo,1,precinct,3101992468, Nebraska,Buffalo,10,precinct,3101992553, Nebraska,Buffalo,11,precinct,3101992559, @@ -31030,7 +31030,7 @@ Nebraska,Hamilton,5,precinct,3108192513, Nebraska,Hamilton,6,precinct,3108192523, Nebraska,Hamilton,7,precinct,3108192533, Nebraska,Hamilton,8,precinct,3108192543, -Nebraska,Hamilton,,county,31081, +Nebraska,Hamilton,,county,31081,https://hamiltoncountyne.gov/ Nebraska,Harlan,Albany,township,3108300520, Nebraska,Harlan,Alma,city,3100975,https://almacity.com/ Nebraska,Harlan,Antelope,township,3108301640, @@ -31267,7 +31267,7 @@ Nebraska,Lincoln,Rosedale,precinct,3111192790, Nebraska,Lincoln,Sellers,precinct,3111192900, Nebraska,Lincoln,Sutherland,village,3147920,https://villageofsutherland.com/ Nebraska,Lincoln,Wallace,village,3151175,https://villageofwallace-ne.com/ -Nebraska,Lincoln,,county,31111, +Nebraska,Lincoln,,county,31111,https://lincolncountyne.gov/ Nebraska,Logan,Logan,precinct,3111391825, Nebraska,Logan,,county,31113,https://logancounty.ne.gov/ Nebraska,Loup,Kent,precinct,3111591580, @@ -32071,7 +32071,7 @@ Nebraska,,Wynot,village,3153905, Nebraska,,Yutan,city,3154115,https://www.yutannebraska.com/ Nebraska,,,state,31000,https://nebraska.gov/ Nevada,Carson City,Carson,city,3251094140,https://www.carsoncity.gov/ -Nevada,Carson City,,county,32510, +Nevada,Carson City,,county,32510,https://www.carsoncity.gov/ Nevada,Churchill,Carson Sink,city,3200194154, Nevada,Churchill,Dixie,valley,3200194238, Nevada,Churchill,Fallon,city,3224100,https://www.fallonnevada.gov/ @@ -32098,7 +32098,7 @@ Nevada,Esmeralda,Goldfield,city,3200994420, Nevada,Esmeralda,Silver Peak,city,3200994770, Nevada,Esmeralda,,county,32009,https://www.accessesmeralda.com/ Nevada,Eureka,Beowawe,city,3201194098, -Nevada,Eureka,Eureka,city,3201194294,https://www.eureka.k12.nv.us/ +Nevada,Eureka,Eureka,city,3201194294, Nevada,Eureka,,county,32011,https://www.eurekacountynv.gov/ Nevada,Humboldt,Golconda,city,3201394406, Nevada,Humboldt,McDermitt,city,3201394546, @@ -32124,11 +32124,11 @@ Nevada,Mineral,Walker River,city,3202194868, Nevada,Mineral,,county,32021,http://mineralcountynv.us/ Nevada,Nye,Amargosa,valley,3202394028, Nevada,Nye,Beatty,city,3202394084, -Nevada,Nye,Duckwater,city,3202394252,https://duckwater.nye.k12.nv.us/ +Nevada,Nye,Duckwater,city,3202394252, Nevada,Nye,Gabbs,city,3202394350, Nevada,Nye,Pahrump,city,3202394644,https://www.pahrumpnv.gov/ Nevada,Nye,Ralston,valley,3202394701, -Nevada,Nye,Round Mountain,city,3202394728,https://rndmtn.nye.k12.nv.us/ +Nevada,Nye,Round Mountain,city,3202394728, Nevada,Nye,Tonopah,city,3202394812, Nevada,Nye,Yucca Flat,city,3202394938, Nevada,Nye,,county,32023,http://nyecounty.net/ @@ -32610,7 +32610,7 @@ New Jersey,Bergen,Oradell,borough,3400354990,https://www.oradell.org/ New Jersey,Bergen,Palisades Park,borough,3400355770,https://palisadesparknj.org/ New Jersey,Bergen,Paramus,borough,3400355950,https://paramusborough.gov/ New Jersey,Bergen,Park Ridge,borough,3400356130,https://www.parkridgeboro.com/ -New Jersey,Bergen,Ramsey,borough,3400361680,https://www.ramsey.k12.nj.us/ +New Jersey,Bergen,Ramsey,borough,3400361680, New Jersey,Bergen,Ridgefield,borough,3400362910,https://www.ridgefieldnj.gov/ New Jersey,Bergen,Ridgefield Park,village,3400362940,https://www.ridgefieldpark.org/ New Jersey,Bergen,Ridgewood,village,3400363000,https://www.ridgewoodnj.net/ @@ -32651,7 +32651,7 @@ New Jersey,Burlington,Hainesport,township,3400529010,https://www.hainesporttowns New Jersey,Burlington,Lumberton,township,3400542060,https://www.lumbertontwp.com/ New Jersey,Burlington,Mansfield,township,3400543290,https://www.mansfieldtwp.com/ New Jersey,Burlington,Maple Shade,township,3400543740,https://mapleshade.com/ -New Jersey,Burlington,Medford,township,3400545120,https://www.medford.k12.nj.us/ +New Jersey,Burlington,Medford,township,3400545120, New Jersey,Burlington,Medford Lakes,borough,3400545210, New Jersey,Burlington,Moorestown,township,3400547880,https://www.moorestown.nj.us/ New Jersey,Burlington,Mount Holly,township,3400548900,https://twp.mountholly.nj.us/ @@ -32660,7 +32660,7 @@ New Jersey,Burlington,New Hanover,township,3400551510,https://www.newhanovertwp. New Jersey,Burlington,North Hanover,township,3400553070,https://www.northhanovertwp.com/ New Jersey,Burlington,Palmyra,borough,3400555800,https://boroughofpalmyra.com/ New Jersey,Burlington,Pemberton,borough,3400557480,https://www.pembertonborough.us/ -New Jersey,Burlington,Riverside,township,3400563510,https://www.riverside.k12.nj.us/ +New Jersey,Burlington,Riverside,township,3400563510, New Jersey,Burlington,Riverton,borough,3400563660,https://riverton-nj.com/ New Jersey,Burlington,Shamong,township,3400566810,https://www.shamong.net/ New Jersey,Burlington,Southampton,township,3400568610,https://www.southamptonnj.org/ @@ -32706,7 +32706,7 @@ New Jersey,Camden,Tavistock,borough,3400772240,https://tavistocknj.org/ New Jersey,Camden,Voorhees,township,3400776220,https://voorheesnj.com/ New Jersey,Camden,Waterford,township,3400777630,https://waterfordtwp.org/ New Jersey,Camden,Winslow,township,3400781740,https://www.winslowtownship.com/ -New Jersey,Camden,Woodlynne,borough,3400782450,https://www.woodlynne.k12.nj.us/ +New Jersey,Camden,Woodlynne,borough,3400782450, New Jersey,Camden,,county,34007,https://www.camdencounty.com/ New Jersey,Cape May,Avalon,borough,3400902320,https://avalonboro.net/ New Jersey,Cape May,Cape May,city,3400910270,https://www.capemaycity.com/ @@ -32776,7 +32776,7 @@ New Jersey,Gloucester,Mantua,township,3401543440,https://mantuatownship.com/ New Jersey,Gloucester,Monroe,township,3401547250,https://monroetownshipnj.org/ New Jersey,Gloucester,National Park,borough,3401549680,https://www.nationalparknj.com/ New Jersey,Gloucester,Newfield,borough,3401551390,https://www.newfieldborough.org/ -New Jersey,Gloucester,Paulsboro,borough,3401557150,https://www.paulsboro.k12.nj.us/ +New Jersey,Gloucester,Paulsboro,borough,3401557150, New Jersey,Gloucester,Pitman,borough,3401559070,https://www.pitman.org/ New Jersey,Gloucester,South Harrison,township,3401569030,https://www.southharrison-nj.org/ New Jersey,Gloucester,Swedesboro,borough,3401571850,https://www.historicswedesboro.com/ @@ -32834,7 +32834,7 @@ New Jersey,Mercer,Hightstown,borough,3402131620,https://www.hightstownborough.co New Jersey,Mercer,Hopewell,borough,3402133150,https://www.hopewellboro-nj.us/ New Jersey,Mercer,Lawrence,township,3402139510,https://www.lawrencetwp.com/ New Jersey,Mercer,Pennington,borough,3402157600,https://www.penningtonboro.org/ -New Jersey,Mercer,Robbinsville,township,3402163850,https://www.robbinsville.k12.nj.us/ +New Jersey,Mercer,Robbinsville,township,3402163850, New Jersey,Mercer,Trenton,city,3402174000,https://www.trentonnj.org/ New Jersey,Mercer,West Windsor,township,3402180240,https://www.westwindsortwp.gov/ New Jersey,Mercer,,county,34021,https://www.mercercounty.org/ @@ -32842,7 +32842,7 @@ New Jersey,Middlesex,Carteret,borough,3402310750,https://www.carteret.net/ New Jersey,Middlesex,Cranbury,township,3402315550,https://www.cranburytownship.org/ New Jersey,Middlesex,Dunellen,borough,3402318490,https://www.dunellen-nj.gov/ New Jersey,Middlesex,East Brunswick,township,3402319000,https://www.eastbrunswick.org/ -New Jersey,Middlesex,Edison,township,3402320230,https://www.edison.k12.nj.us/ +New Jersey,Middlesex,Edison,township,3402320230, New Jersey,Middlesex,Helmetta,borough,3402330840,https://www.helmettaboro.com/ New Jersey,Middlesex,Highland Park,borough,3402331470,https://www.hpboro.com/ New Jersey,Middlesex,Jamesburg,borough,3402334890,https://www.jamesburgborough.org/ @@ -32883,7 +32883,7 @@ New Jersey,Monmouth,Freehold,borough,3402525200,https://www.freeholdboroughnj.go New Jersey,Monmouth,Hazlet,township,3402530690,https://www.hazlettwp.org/ New Jersey,Monmouth,Highlands,borough,3402531500,https://highlandsnj.gov/ New Jersey,Monmouth,Holmdel,township,3402532640,https://holmdeltownship.com/ -New Jersey,Monmouth,Howell,township,3402533300,https://www.howell.k12.nj.us/ +New Jersey,Monmouth,Howell,township,3402533300, New Jersey,Monmouth,Interlaken,borough,3402534200,https://www.interlakenboro.com/ New Jersey,Monmouth,Keansburg,borough,3402536480,https://keansburgnj.gov/ New Jersey,Monmouth,Keyport,borough,3402536810,https://www.keyportonline.com/ @@ -32941,7 +32941,7 @@ New Jersey,Morris,Mount Arlington,borough,3402748690,https://mountarlingtonnj.or New Jersey,Morris,Mount Olive,township,3402749080,https://www.mountolivetwpnj.org/ New Jersey,Morris,Mountain Lakes,borough,3402748480,https://mountainlakes.gov/ New Jersey,Morris,Netcong,borough,3402750130,https://netcong.org/ -New Jersey,Morris,Parsippany-Troy Hills,township,3402756460,https://www.pthsd.k12.nj.us/ +New Jersey,Morris,Parsippany-Troy Hills,township,3402756460, New Jersey,Morris,Pequannock,township,3402758110,https://www.peqtwp.org/ New Jersey,Morris,Randolph,township,3402761890,https://www.randolphnj.org/ New Jersey,Morris,Riverdale,borough,3402763300,https://www.riverdalenj.gov/ @@ -33030,7 +33030,7 @@ New Jersey,Somerset,Green Brook,township,3403527510,https://www.greenbrooktwp.or New Jersey,Somerset,Hillsborough,township,3403531890,https://hillsboroughnj.gov/ New Jersey,Somerset,Manville,borough,3403543620,https://www.manvillenj.org/ New Jersey,Somerset,Millstone,borough,3403546590,https://millstoneboro.org/ -New Jersey,Somerset,Montgomery,township,3403547580,https://www.mtsd.k12.nj.us/ +New Jersey,Somerset,Montgomery,township,3403547580, New Jersey,Somerset,North Plainfield,borough,3403553280,https://northplainfieldnj.gov/ New Jersey,Somerset,Peapack and Gladstone,borough,3403557300,https://www.peapackgladstone.org/ New Jersey,Somerset,Raritan,borough,3403561980,https://www.raritanboro.org/ @@ -33133,7 +33133,7 @@ New Jersey,,Blackwells Mills,CDP,3406025, New Jersey,,Blackwood,CDP,3406040, New Jersey,,Blawenburg,CDP,3406190, New Jersey,,Bradley Gardens,CDP,3407000, -New Jersey,,Brainards,CDP,3407120,https://brainerd.mtholly.k12.nj.us/ +New Jersey,,Brainards,CDP,3407120, New Jersey,,Brass Castle,CDP,3407360, New Jersey,,Bridgeport,CDP,3407570, New Jersey,,Bridgeville,CDP,3407660, @@ -33369,7 +33369,7 @@ New Jersey,,Princeton Meadows,CDP,3460975, New Jersey,,Rainbow Lakes,CDP,3461560, New Jersey,,Ramapo College of New Jersey,CDP,3461632, New Jersey,,Ramblewood,CDP,3461650, -New Jersey,,Ramtown,CDP,3461725,https://ramtown.howell.k12.nj.us/ +New Jersey,,Ramtown,CDP,3461725, New Jersey,,Regency at Monroe,CDP,3462585, New Jersey,,Renaissance at Monroe,CDP,3462605, New Jersey,,Richland,CDP,3462790, @@ -33441,7 +33441,7 @@ New Jersey,,Voorhees,CDP,3476250,https://voorheesnj.com/ New Jersey,,Wanamassa,CDP,3476700, New Jersey,,Waretown,CDP,3476820, New Jersey,,Washington Crossing,CDP,3477330, -New Jersey,,Watsessing,CDP,3477750,https://watsessing.bloomfield.k12.nj.us/ +New Jersey,,Watsessing,CDP,3477750, New Jersey,,West Belmar,CDP,3478350, New Jersey,,West Berlin,CDP,3478410, New Jersey,,West Freehold,CDP,3479100, @@ -33620,7 +33620,7 @@ New Mexico,Torrance,Mountainair-Encino,city,3505792135,https://mountainairnm.gov New Mexico,Torrance,,county,35057,https://www.torrancecountynm.org/ New Mexico,Union,Clayton North,city,3505990660, New Mexico,Union,Clayton South,city,3505990690, -New Mexico,Union,,county,35059, +New Mexico,Union,,county,35059,https://www.unionnm.us/ New Mexico,Valencia,Belen,city,3506480,https://www.belen-nm.gov/ New Mexico,Valencia,Los Lunas,village,3543370,https://www.loslunasnm.gov/ New Mexico,Valencia,,county,35061,https://www.co.valencia.nm.us/ @@ -34252,7 +34252,7 @@ New York,Chenango,Preston,town,3601759817, New York,Chenango,Sherburne,town,3601766894,https://townofsherburne.gov/ New York,Chenango,Smithville,town,3601768055,https://www.smithvilleny.gov/ New York,Chenango,Smyrna,town,3601768110,https://www.townofsmyrnany.gov/ -New York,Chenango,,county,36017, +New York,Chenango,,county,36017,https://www.chenangocountyny.gov/ New York,Clinton,Altona,town,3601901583,https://townaltonany.gov/ New York,Clinton,Au Sable,town,3601903221,https://townofausableny.gov/ New York,Clinton,Beekmantown,town,3601905485,https://townofbeekmantownny.gov/ @@ -34943,7 +34943,7 @@ New York,Steuben,Wayne,town,3610178883,https://www.townofwayneny.com/ New York,Steuben,West Union,town,3610181105, New York,Steuben,Wheeler,town,3610181457, New York,Steuben,Woodhull,town,3610182843,https://www.woodhullny.gov/ -New York,Steuben,,county,36101, +New York,Steuben,,county,36101,https://www.steubencountyny.gov/ New York,Suffolk,Babylon,town,3610304000,https://www.townofbabylonny.gov/ New York,Suffolk,Brookhaven,town,3610310000,https://www.brookhavenny.gov/ New York,Suffolk,East Hampton,town,3610322194,https://www.ehamptonny.gov/ @@ -35138,7 +35138,7 @@ New York,,Asharoken,village,3602737,https://asharoken.com/ New York,,Atlantic Beach,village,3602968,https://atlanticbeachny.gov/ New York,,Au Sable Forks,CDP,3603254, New York,,Aurora,village,3603188,https://auroranewyork.us/ -New York,,Averill Park,CDP,3603320,https://www.averillpark.k12.ny.us/ +New York,,Averill Park,CDP,3603320, New York,,Baiting Hollow,CDP,3604055, New York,,Baldwin,CDP,3604143, New York,,Baldwinsville,village,3604198,https://www.baldwinsville.gov/ @@ -35163,7 +35163,7 @@ New York,,Belle Terre,village,3605672,https://belleterre.us/ New York,,Bellerose,village,3605639,https://www.bellerosevillage.org/ New York,,Bellerose Terrace,CDP,3605661, New York,,Belleville,CDP,3605683, -New York,,Bellmore,CDP,3605738,https://www.bellmore-merrick.k12.ny.us/ +New York,,Bellmore,CDP,3605738, New York,,Bellport,village,3605771,https://www.bellportvillageny.gov/ New York,,Belmont,village,3605815,https://www.belmontny.org/ New York,,Bemus Point,village,3605848,https://www.bemuspointny.org/ @@ -35189,7 +35189,7 @@ New York,,Brewster,village,3608070,https://brewstervillage-ny.gov/ New York,,Brewster Heights,CDP,3608081, New York,,Brewster Hill,CDP,3608092, New York,,Briarcliff Manor,village,3608103,https://www.briarcliffmanor.gov/ -New York,,Bridgehampton,CDP,3608136,https://www.bridgehampton.k12.ny.us/ +New York,,Bridgehampton,CDP,3608136, New York,,Bridgeport,CDP,3608147, New York,,Bridgeville,CDP,3608158, New York,,Brightwaters,village,3608323,https://www.villageofbrightwaters.com/ @@ -35227,7 +35227,7 @@ New York,,Center Moriches,CDP,3613420, New York,,Centereach,CDP,3613376, New York,,Centerport,CDP,3613442, New York,,Central Bridge,CDP,3613530, -New York,,Central Islip,CDP,3613552,https://www.centralislip.k12.ny.us/ +New York,,Central Islip,CDP,3613552, New York,,Central Square,village,3613585,http://www.villageofcentralsquare.org/ New York,,Centre Island,village,3613618,https://centreisland.org/ New York,,Chadwicks,CDP,3613662, @@ -35253,7 +35253,7 @@ New York,,Clyde,village,3616573,https://www.clydeny.gov/ New York,,Cold Brook,village,3616815, New York,,Cold Spring,village,3616936,https://www.coldspringny.gov/ New York,,Cold Spring Harbor,CDP,3616958, -New York,,Commack,CDP,3617530,https://www.commack.k12.ny.us/ +New York,,Commack,CDP,3617530, New York,,Conesus Lake,CDP,3617622, New York,,Congers,CDP,3617739, New York,,Constableville,village,3617882,https://constablevilleny.gov/ @@ -35262,7 +35262,7 @@ New York,,Cooperstown,village,3618047,https://cooperstownny.gov/ New York,,Copake Falls,CDP,3618113,https://copakefallsny.com/ New York,,Copake Lake,CDP,3618124, New York,,Copenhagen,village,3618135,https://copenhagen.racog.org/ -New York,,Copiague,CDP,3618146,https://www.copiague.k12.ny.us/ +New York,,Copiague,CDP,3618146, New York,,Coram,CDP,3618157, New York,,Corfu,village,3618201, New York,,Cornwall-on-Hudson,village,3618333,https://cornwall-on-hudson.gov/ @@ -35376,7 +35376,7 @@ New York,,Fort Montgomery,CDP,3626902, New York,,Fort Plain,village,3626924,https://www.villageoffortplain.org/ New York,,Fort Salonga,CDP,3626946, New York,,Fowlerville,CDP,3627133, -New York,,Franklin Square,CDP,3627309,https://www.franklinsquare.k12.ny.us/ +New York,,Franklin Square,CDP,3627309, New York,,Fredonia,village,3627419,https://www.villageoffredoniany.gov/ New York,,Freedom Plains,CDP,3627452, New York,,Freeport,village,3627485,https://www.freeportny.gov/ @@ -35439,7 +35439,7 @@ New York,,Harris Hill,CDP,3632391, New York,,Hartsdale,CDP,3632523, New York,,Hartwick Seminary,CDP,3632597, New York,,Hastings-on-Hudson,village,3632710,https://www.hohny.gov/ -New York,,Hauppauge,CDP,3632732,https://www.hauppauge.k12.ny.us/ +New York,,Hauppauge,CDP,3632732, New York,,Haviland,CDP,3632776, New York,,Hawthorne,CDP,3632842, New York,,Head of the Harbor,village,3632963,https://headoftheharborny.gov/ @@ -35505,7 +35505,7 @@ New York,,Kensington,village,3639309,https://vok-ny.com/ New York,,Kerhonkson,CDP,3639397, New York,,Keuka Park,CDP,3639463, New York,,Kiamesha Lake,CDP,3639485, -New York,,Kings Park,CDP,3639672,https://www.kpcsd.k12.ny.us/ +New York,,Kings Park,CDP,3639672, New York,,Kings Point,village,3639694,https://www.villageofkingspoint.org/ New York,,Kiryas Joel,village,3639853, New York,,Kysorville,CDP,3640175, @@ -35592,7 +35592,7 @@ New York,,Middleport,village,3646998,https://middleport-newyork.com/ New York,,Middleville,village,3647108,https://villageofmiddlevilleny.gov/ New York,,Mill Neck,village,3647405,https://millneckvillage.com/ New York,,Millbrook,village,3647273,https://villageofmillbrookny.gov/ -New York,,Miller Place,CDP,3647306,https://www.millerplace.k12.ny.us/ +New York,,Miller Place,CDP,3647306, New York,,Millerton,village,3647361,https://villageofmillerton-ny.gov/ New York,,Millport,village,3647427,https://millportny.gov/ New York,,Millwood,CDP,3647482, @@ -35784,7 +35784,7 @@ New York,,Rocky Point,CDP,3663319, New York,,Roessleville,CDP,3663363, New York,,Ronkonkoma,CDP,3663473, New York,,Roosevelt,CDP,3663506, -New York,,Roscoe,CDP,3663583,https://www.roscoe.k12.ny.us/ +New York,,Roscoe,CDP,3663583, New York,,Roslyn,village,3663770,https://historicroslyn.org/ New York,,Roslyn Estates,village,3663792,https://www.villageofroslynestates.gov/ New York,,Roslyn Harbor,village,3663803,https://www.roslynharbor.org/ @@ -36047,7 +36047,7 @@ North Carolina,Alexander,Sharpes,township,3700392908, North Carolina,Alexander,Sugar Loaf,township,3700393168, North Carolina,Alexander,Taylorsville,town,3766960,https://taylorsvillenc.com/ North Carolina,Alexander,Wittenburg,township,3700394086, -North Carolina,Alexander,,county,37003,https://www.alexander.k12.nc.us/ +North Carolina,Alexander,,county,37003, North Carolina,Alleghany,Cherry Lane,township,3700590640, North Carolina,Alleghany,Cranberry,township,3700590808, North Carolina,Alleghany,Gap Civil,township,3700591204, @@ -36121,7 +36121,7 @@ North Carolina,Bertie,Snakebite,township,3701593008, North Carolina,Bertie,Whites,township,3701593988, North Carolina,Bertie,Windsor,town,3774680,https://windsornc.com/ North Carolina,Bertie,Woodville,township,3701594104, -North Carolina,Bertie,,county,37015,https://www.bertie.k12.nc.us/ +North Carolina,Bertie,,county,37015, North Carolina,Bladen,Abbotts,township,3701790004, North Carolina,Bladen,Bethel,township,3701790244, North Carolina,Bladen,Bladenboro,town,3706240,https://bladenboronc.org/ @@ -36137,7 +36137,7 @@ North Carolina,Bladen,Lake Creek,township,3701791720, North Carolina,Bladen,Turnbull,township,3701793784, North Carolina,Bladen,White Oak,township,3701793964, North Carolina,Bladen,Whites Creek,township,3701793992, -North Carolina,Bladen,,county,37017,https://www.bladen.k12.nc.us/ +North Carolina,Bladen,,county,37017, North Carolina,Brunswick,Lockwoods Folly,township,3701991884, North Carolina,Brunswick,Northwest,city,3747860,https://www.cityofnorthwest.com/ North Carolina,Brunswick,Shallotte,town,3760800,https://www.townofshallotte.org/ @@ -36174,7 +36174,7 @@ North Carolina,Burke,Silver Creek,township,3702392952, North Carolina,Burke,Smoky Creek,township,3702392996, North Carolina,Burke,Upper Creek,township,3702393832, North Carolina,Burke,Upper Fork,township,3702393836, -North Carolina,Burke,,county,37023,https://www.burke.k12.nc.us/ +North Carolina,Burke,,county,37023, North Carolina,Cabarrus,"1, Harrisburg",township,3702593284, North Carolina,Cabarrus,"10, Midland",township,3702593688, North Carolina,Cabarrus,"11, Central Cabarrus",township,3702593696, @@ -36187,7 +36187,7 @@ North Carolina,Cabarrus,"6, Rimertown",township,3702593532, North Carolina,Cabarrus,"7, Gold Hill",township,3702593572, North Carolina,Cabarrus,"8, Mount Pleasant",township,3702593604,https://mtpleasantnc.gov/ North Carolina,Cabarrus,"9, Georgeville",township,3702593644, -North Carolina,Cabarrus,,county,37025,https://www.cabarrus.k12.nc.us/ +North Carolina,Cabarrus,,county,37025, North Carolina,Caldwell,Globe,township,3702791244, North Carolina,Caldwell,Hudson,town,3732980,https://www.townofhudsonnc.com/ North Carolina,Caldwell,Johns River,township,3702791672, @@ -36230,7 +36230,7 @@ North Carolina,Caswell,Leasburg,township,3703391756, North Carolina,Caswell,Locust Hill,township,3703391888, North Carolina,Caswell,Milton,town,3743300,https://www.townofmiltonnc.gov/ North Carolina,Caswell,Pelham,township,3703392468, -North Carolina,Caswell,Stoney Creek,township,3703393137,https://stoney.caswell.k12.nc.us/ +North Carolina,Caswell,Stoney Creek,township,3703393137, North Carolina,Caswell,Yanceyville,town,3776000,https://yanceyvillenc.gov/ North Carolina,Caswell,,county,37033,https://www.caswellcountync.gov/ North Carolina,Catawba,Bandy's,township,3703590140, @@ -36343,7 +36343,7 @@ North Carolina,Davidson,Silver Hill,township,3705792956, North Carolina,Davidson,Thomasville,city,3767420,https://www.thomasville-nc.gov/ North Carolina,Davidson,Tyro,township,3705793796, North Carolina,Davidson,Yadkin College,township,3705794112, -North Carolina,Davidson,,county,37057,https://www.davidson.k12.nc.us/ +North Carolina,Davidson,,county,37057, North Carolina,Davie,Calahaln,township,3705990472, North Carolina,Davie,Clarksville,township,3705990668, North Carolina,Davie,Farmington,township,3705991080, @@ -36420,7 +36420,7 @@ North Carolina,Gaston,Crowders Mountain,township,3707190844, North Carolina,Gaston,Dallas,town,3716180,https://www.dallasnc.net/ North Carolina,Gaston,Gastonia,city,3725580, North Carolina,Gaston,Riverbend,township,3707192692, -North Carolina,Gaston,South Point,township,3707193048,https://southpoint.gaston.k12.nc.us/ +North Carolina,Gaston,South Point,township,3707193048, North Carolina,Gaston,,county,37071,https://www.gastongov.com/ North Carolina,Gates,Gatesville,town,3725680, North Carolina,Gates,Hall,township,3707391376, @@ -36529,7 +36529,7 @@ North Carolina,Hertford,Maneys Neck,township,3709191968, North Carolina,Hertford,Murfreesboro,town,3745640,https://townofmurfreesboro.com/ North Carolina,Hertford,St. Johns,township,3709192784, North Carolina,Hertford,Winton,town,3775080, -North Carolina,Hertford,,county,37091,https://www.hertford.k12.nc.us/ +North Carolina,Hertford,,county,37091, North Carolina,Hoke,Allendale,township,3709390036, North Carolina,Hoke,Antioch,township,3709390068, North Carolina,Hoke,Blue Springs,township,3709390312, @@ -36667,7 +36667,7 @@ North Carolina,Martin,Poplar Point,township,3711792556, North Carolina,Martin,Robersonville,town,3757100,https://www.robersonville.org/ North Carolina,Martin,Williams,township,3711794024, North Carolina,Martin,Williamston,town,3774220,https://www.townofwilliamston.com/ -North Carolina,Martin,,county,37117,https://www.martin.k12.nc.us/ +North Carolina,Martin,,county,37117, North Carolina,McDowell,Brackett,township,3711190348, North Carolina,McDowell,Crooked Creek,township,3711190828, North Carolina,McDowell,Dysartsville,township,3711190940, @@ -36758,7 +36758,7 @@ North Carolina,Northampton,Rich Square,town,3756440,https://www.richsquarenc.org North Carolina,Northampton,Roanoke,township,3713192696, North Carolina,Northampton,Seaboard,town,3759980,https://www.townofseaboardnc.org/ North Carolina,Northampton,Wiccacanee,township,3713194004, -North Carolina,Northampton,,county,37131,https://www.northampton.k12.nc.us/ +North Carolina,Northampton,,county,37131, North Carolina,Onslow,Camp Lejeune,unorganized territory,3713390482, North Carolina,Onslow,Hofmann Forest,unorganized territory,3713391502, North Carolina,Onslow,Jacksonville,city,3734200,https://jacksonvillenc.gov/ @@ -36817,17 +36817,17 @@ North Carolina,Person,Woodsdale,township,3714594100, North Carolina,Person,,county,37145,https://www.personcountync.gov/ North Carolina,Pitt,Arthur,township,3714790080, North Carolina,Pitt,Ayden,town,3702840,https://www.ayden.com/ -North Carolina,Pitt,Belvoir,township,3714790224,https://belvoir.pitt.k12.nc.us/ +North Carolina,Pitt,Belvoir,township,3714790224, North Carolina,Pitt,Bethel,town,3705460,https://bethelnc.org/ North Carolina,Pitt,Carolina,township,3714790512, -North Carolina,Pitt,Chicod,township,3714790652,https://chicod.pitt.k12.nc.us/ +North Carolina,Pitt,Chicod,township,3714790652, North Carolina,Pitt,Falkland,town,3722640, North Carolina,Pitt,Farmville,town,3722820,https://www.farmvillenc.gov/ North Carolina,Pitt,Fountain,town,3724440, North Carolina,Pitt,Greenville,city,3728080,https://www.visitgreenvillenc.com/ North Carolina,Pitt,Grifton,town,3728200,https://grifton.com/ North Carolina,Pitt,Grimesland,town,3728240,https://grimesland.org/ -North Carolina,Pitt,Pactolus,township,3714792428,https://pactolus.pitt.k12.nc.us/ +North Carolina,Pitt,Pactolus,township,3714792428, North Carolina,Pitt,Swift Creek,township,3714793196, North Carolina,Pitt,Winterville,town,3775060,https://www.wintervillenc.com/ North Carolina,Pitt,,county,37147,https://www.pittcountync.gov/ @@ -36862,11 +36862,11 @@ North Carolina,Randolph,,county,37151,https://www.randolphcountync.gov/ North Carolina,Richmond,Beaverdam,township,3715390200, North Carolina,Richmond,Black Jack,township,3715390280, North Carolina,Richmond,Marks Creek,township,3715391988, -North Carolina,Richmond,Mineral Springs,township,3715392084,http://mineralsprings.richmond.k12.nc.us/ +North Carolina,Richmond,Mineral Springs,township,3715392084, North Carolina,Richmond,Rockingham,city,3757260,https://gorockingham.com/ North Carolina,Richmond,Steeles,township,3715393116, North Carolina,Richmond,Wolf Pit,township,3715394088, -North Carolina,Richmond,,county,37153,https://www.richmond.k12.nc.us/ +North Carolina,Richmond,,county,37153, North Carolina,Robeson,Alfordsville,township,3715590028, North Carolina,Robeson,Back Swamp,township,3715590120, North Carolina,Robeson,Britts,township,3715590372, @@ -36896,7 +36896,7 @@ North Carolina,Robeson,Union,township,3715593812, North Carolina,Robeson,West Howellsville,township,3715593952, North Carolina,Robeson,Whitehouse,township,3715593962, North Carolina,Robeson,Wisharts,township,3715594080, -North Carolina,Robeson,,county,37155,https://www.robeson.k12.nc.us/ +North Carolina,Robeson,,county,37155, North Carolina,Rockingham,Huntsville,township,3715791564, North Carolina,Rockingham,Leaksville,township,3715791752, North Carolina,Rockingham,Madison,town,3740560,https://www.townofmadison.org/ @@ -36974,7 +36974,7 @@ North Carolina,Stanly,North Albemarle,township,3716792296, North Carolina,Stanly,Ridenhour,township,3716792680, North Carolina,Stanly,South Albemarle,township,3716793028, North Carolina,Stanly,Tyson,township,3716793800, -North Carolina,Stanly,,county,37167, +North Carolina,Stanly,,county,37167,https://www.stanlycountync.gov/ North Carolina,Stokes,Beaver Island,township,3716990208, North Carolina,Stokes,Big Creek,township,3716990260, North Carolina,Stokes,Danbury,town,3716240,https://townofdanbury.org/ @@ -37000,11 +37000,11 @@ North Carolina,Surry,Siloam,township,3717192948, North Carolina,Surry,South Westfield,township,3717193064, North Carolina,Surry,Stewarts Creek,township,3717193128, North Carolina,Surry,Westfield,township,3717193948, -North Carolina,Surry,,county,37171,https://www.surry.k12.nc.us/ +North Carolina,Surry,,county,37171, North Carolina,Swain,Charleston,township,3717390624, North Carolina,Swain,Forneys Creek,unorganized territory,3717391144, North Carolina,Swain,Nantahala,township,3717392208, -North Carolina,Swain,,county,37173,https://www.swain.k12.nc.us/ +North Carolina,Swain,,county,37173, North Carolina,Transylvania,Boyd,township,3717590344, North Carolina,Transylvania,Brevard,city,3707720,https://www.cityofbrevard.com/ North Carolina,Transylvania,Catheys Creek,township,3717590564, @@ -37019,7 +37019,7 @@ North Carolina,Tyrrell,Columbia,town,3713940,https://www.townofcolumbianc.com/ North Carolina,Tyrrell,Gum Neck,township,3717791360, North Carolina,Tyrrell,Scuppernong,township,3717792872, North Carolina,Tyrrell,South Fork,township,3717793040, -North Carolina,Tyrrell,,county,37177,https://www.tyrrell.k12.nc.us/ +North Carolina,Tyrrell,,county,37177, North Carolina,Union,Buford,township,3717990432, North Carolina,Union,Goose Creek,township,3717991264, North Carolina,Union,Jackson,township,3717991624, @@ -37030,7 +37030,7 @@ North Carolina,Union,New Salem,township,3717992280, North Carolina,Union,Sandy Ridge,township,3717992836, North Carolina,Union,Vance,township,3717993860, North Carolina,Union,,county,37179,https://www.unioncountync.gov/ -North Carolina,Vance,Dabney,township,3718190868,https://dabney.vcs.k12.nc.us/ +North Carolina,Vance,Dabney,township,3718190868, North Carolina,Vance,Henderson,city,3730660,https://henderson.nc.gov/ North Carolina,Vance,Kittrell,town,3736020, North Carolina,Vance,Middleburg,town,3742640, @@ -37267,7 +37267,7 @@ North Carolina,,Claremont,city,3712720,https://www.cityofclaremont.org/ North Carolina,,Clarkton,town,3712780,https://townofclarkton.com/ North Carolina,,Clemmons,village,3712960,https://www.clemmons.org/ North Carolina,,Cliffside,CDP,3713100, -North Carolina,,Clinton,city,3713240,https://www.clinton.k12.nc.us/ +North Carolina,,Clinton,city,3713240, North Carolina,,Coats,town,3713360,http://coatsnc.org/ North Carolina,,Cofield,village,3713460, North Carolina,,Coinjock,CDP,3713500, @@ -37905,7 +37905,7 @@ North Dakota,Bowman,Sunny Slope,township,3801177060, North Dakota,Bowman,Talbot,township,3801177900, North Dakota,Bowman,West Bowman,unorganized territory,3801184650, North Dakota,Bowman,Whiting,township,3801185780, -North Dakota,Bowman,,county,38011,https://www.bowman.k12.nd.us/ +North Dakota,Bowman,,county,38011, North Dakota,Burke,Battleview,township,3801305380, North Dakota,Burke,Bowbells,city,3801308500, North Dakota,Burke,Carter,unorganized territory,3801312502, @@ -38406,7 +38406,7 @@ North Dakota,Kidder,Weiser,township,3804384260, North Dakota,Kidder,Westford,township,3804384980, North Dakota,Kidder,Williams,township,3804386100, North Dakota,Kidder,Woodlawn,township,3804387460, -North Dakota,Kidder,,county,38043,https://www.kiddercounty.k12.nd.us/ +North Dakota,Kidder,,county,38043, North Dakota,LaMoure,Adrian,township,3804500660, North Dakota,LaMoure,Badger,township,3804504180, North Dakota,LaMoure,Berlin,city,3804506300, @@ -38906,7 +38906,7 @@ North Dakota,Rolette,South Rolette,unorganized territory,3807974320, North Dakota,Rolette,South Valley,township,3807974340, North Dakota,Rolette,St. John,city,3807969980, North Dakota,Rolette,Turtle Mountain,unorganized territory,3807980010, -North Dakota,Rolette,,county,38079, +North Dakota,Rolette,,county,38079,https://rolettecountynd.gov/ North Dakota,Sargent,Bowen,township,3808108620, North Dakota,Sargent,Brampton,township,3808108980, North Dakota,Sargent,Cayuga,city,3808113020, @@ -38959,7 +38959,7 @@ North Dakota,Sioux,Fort Yates,city,3808527860, North Dakota,Sioux,Menz,township,3808552300, North Dakota,Sioux,North Sioux,unorganized territory,3808558135, North Dakota,Sioux,Selfridge,city,3808571660, -North Dakota,Sioux,Solen,city,3808573820,https://www.solen.k12.nd.us/ +North Dakota,Sioux,Solen,city,3808573820, North Dakota,Sioux,Southwest Sioux,unorganized territory,3808574520, North Dakota,Sioux,,county,38085,https://sioux.northdakotaassessors.com/ North Dakota,Slope,Amidon,city,3802060, @@ -39370,13 +39370,13 @@ North Dakota,Williams,,county,38105,https://www.williamsnd.com/ North Dakota,,Apple Valley,CDP,3802820, North Dakota,,Auburn,CDP,3803740, North Dakota,,Barton,CDP,3805220, -North Dakota,,Belcourt,CDP,3805740,https://www.belcourt.k12.nd.us/ +North Dakota,,Belcourt,CDP,3805740, North Dakota,,Brooktree Park,CDP,3809830, North Dakota,,Cannon Ball,CDP,3812020, North Dakota,,Churchs Ferry,CDP,3814140, North Dakota,,De Lamere,CDP,3818820, North Dakota,,East Dunseith,CDP,3821520, -North Dakota,,East Fairview,CDP,3821580,https://www.eastfairview.k12.nd.us/ +North Dakota,,East Fairview,CDP,3821580, North Dakota,,Embden,CDP,3824020, North Dakota,,Enderlin,city,3801724260, North Dakota,,Englevale,CDP,3824380, @@ -39391,7 +39391,7 @@ North Dakota,,Larson,CDP,3845220, North Dakota,,Lehr,city,3804745740, North Dakota,,Logan,CDP,3847540, North Dakota,,Long Creek,CDP,3847796, -North Dakota,,Mandaree,CDP,3849980,https://www.mandaree.k12.nd.us/ +North Dakota,,Mandaree,CDP,3849980, North Dakota,,Manning,CDP,3850220, North Dakota,,McGregor,CDP,3849220, North Dakota,,McLeod,CDP,3849540, @@ -39405,7 +39405,7 @@ North Dakota,,Sarles,city,3801970780, North Dakota,,Selz,CDP,3871700, North Dakota,,Sutton,CDP,3877260, North Dakota,,Tower City,city,3800379340,https://www.towercitynd.com/ -North Dakota,,White Shield,CDP,3885660,https://www.white-shield.k12.nd.us/ +North Dakota,,White Shield,CDP,3885660, North Dakota,,Wilton,city,3801586580,https://wiltonnd.org/ North Dakota,,,state,38000,https://www.nd.gov/ Ohio,Adams,Bratton,township,3900108350, @@ -39751,7 +39751,7 @@ Ohio,Cuyahoga,Strongsville,city,3903575098,https://www.strongsville.org/ Ohio,Cuyahoga,University Heights,city,3903578932,https://universityheightsoh.gov/ Ohio,Cuyahoga,Valley View,village,3903579268,https://www.valleyview.net/ Ohio,Cuyahoga,Walton Hills,village,3903580738,https://waltonhillsohio.gov/ -Ohio,Cuyahoga,Warrensville Heights,city,3903580990,https://www.warrensville.k12.oh.us/ +Ohio,Cuyahoga,Warrensville Heights,city,3903580990, Ohio,Cuyahoga,Westlake,city,3903583622,https://www.cityofwestlake.org/ Ohio,Cuyahoga,Woodmere,village,3903586394,https://woodmerevillage.com/ Ohio,Cuyahoga,,county,39035,https://cuyahogacounty.gov/ @@ -39760,11 +39760,11 @@ Ohio,Darke,Allen,township,3903701294, Ohio,Darke,Brown,township,3903709414, Ohio,Darke,Butler,township,3903710576, Ohio,Darke,Franklin,township,3903728266, -Ohio,Darke,Greenville,city,3932340,https://www.greenville.k12.oh.us/ +Ohio,Darke,Greenville,city,3932340, Ohio,Darke,Harrison,township,3903733810,https://www.harrisontwpdarke.com/ Ohio,Darke,Jackson,township,3903737758, Ohio,Darke,Liberty,township,3903743092, -Ohio,Darke,Mississinawa,township,3903750960,https://www.mississinawa.k12.oh.us/ +Ohio,Darke,Mississinawa,township,3903750960, Ohio,Darke,Monroe,township,3903751366, Ohio,Darke,Neave,township,3903753732, Ohio,Darke,Patterson,township,3903761168, @@ -40297,7 +40297,7 @@ Ohio,Lorain,,county,39093,https://www.loraincountyohio.gov/ Ohio,Lucas,Harbor View,village,3909533376, Ohio,Lucas,Harding,township,3909533418, Ohio,Lucas,Jerusalem,township,3909539116,https://twp.jerusalem.oh.us/ -Ohio,Lucas,Maumee,city,3909548342,https://www.maumee.k12.oh.us/ +Ohio,Lucas,Maumee,city,3909548342, Ohio,Lucas,Monclova,township,3909551156,https://monclovatwp.org/ Ohio,Lucas,Oregon,city,3909558730,https://oregonohio.org/ Ohio,Lucas,Ottawa Hills,village,3909559010,https://ottawahills.org/ @@ -40332,7 +40332,7 @@ Ohio,Mahoning,Austintown,township,3909903198,https://www.austintowntwp.com/ Ohio,Mahoning,Beaver,township,3909904668,https://www.beavertwp-oh.gov/ Ohio,Mahoning,Berlin,township,3909905858, Ohio,Mahoning,Boardman,township,3909907468,https://www.boardmantwp.com/ -Ohio,Mahoning,Campbell,city,3909911066,https://www.campbell.k12.oh.us/ +Ohio,Mahoning,Campbell,city,3909911066, Ohio,Mahoning,Canfield,city,3911360, Ohio,Mahoning,Coitsville,township,3909916476,https://coitsvilletwp.org/ Ohio,Mahoning,Ellsworth,township,3909925088,http://www.ellsworthohio.com/ @@ -40813,7 +40813,7 @@ Ohio,Summit,Coventry,township,3915319036,https://www.coventrytownship.com/ Ohio,Summit,Cuyahoga Falls,city,3915319778,https://www.cityofcf.com/ Ohio,Summit,Fairlawn,city,3915326166,https://www.fairlawn.us/ Ohio,Summit,Green,city,3915331860,https://www.cityofgreen.org/ -Ohio,Summit,Hudson,city,3915336651,https://www.hudson.k12.oh.us/ +Ohio,Summit,Hudson,city,3915336651, Ohio,Summit,Lakemore,village,3915341454,https://lakemoreohio.org/ Ohio,Summit,Macedonia,city,3915345976,https://www.macedonia.oh.us/ Ohio,Summit,Munroe Falls,city,3915353312,https://www.munroefalls.com/ @@ -40855,7 +40855,7 @@ Ohio,Trumbull,Southington,township,3915573397,https://southingtontownship.org/ Ohio,Trumbull,Vernon,township,3915579856, Ohio,Trumbull,Vienna,township,3915580052,https://www.viennatownship.com/ Ohio,Trumbull,Warren,city,3915580892,https://www.warren.org/ -Ohio,Trumbull,Weathersfield,township,3915582446,https://www.weathersfield.k12.oh.us/ +Ohio,Trumbull,Weathersfield,township,3915582446, Ohio,Trumbull,,county,39155,http://www.co.trumbull.oh.us/ Ohio,Tuscarawas,Auburn,township,3915702918, Ohio,Tuscarawas,Bucks,township,3915709988, @@ -41281,7 +41281,7 @@ Ohio,,Elizabethtown,CDP,3924850, Ohio,,Elmore,village,3925144,https://villageofelmoreohio.wordpress.com/ Ohio,,Empire,village,3925368,https://www.villageofempire.org/ Ohio,,Enon,village,3925452,https://www.enon-oh.gov/ -Ohio,,Fairborn,city,3925914,https://www.fairborn.k12.oh.us/ +Ohio,,Fairborn,city,3925914, Ohio,,Fairfield,city,3901725970,https://www.fairfield-city.org/ Ohio,,Fairfield Beach,CDP,3926110, Ohio,,Fairport Harbor,village,3926306,https://fairportharbor.org/ @@ -41399,7 +41399,7 @@ Ohio,,Hopedale,village,3936260,https://www.hopedaleohio.com/ Ohio,,Howland Center,CDP,3936557, Ohio,,Hoytville,village,3936568, Ohio,,Huber Heights,city,3910936610,https://www.hhoh.org/ -Ohio,,Huber Ridge,CDP,3936624,https://huberridge.westerville.k12.oh.us/ +Ohio,,Huber Ridge,CDP,3936624, Ohio,,Hunter,CDP,3936806, Ohio,,Hunting Valley,village,3903536918,https://www.huntingvalley.net/ Ohio,,Huntsville,village,3936988,https://huntsvilleohio.net/ @@ -41558,7 +41558,7 @@ Ohio,,Mineral City,village,3950764, Ohio,,Mineral Ridge,CDP,3950778, Ohio,,Minerva,village,3950834,https://minerva.oh.us/ Ohio,,Minerva Park,village,3950862,https://www.minervapark.gov/ -Ohio,,Minford,CDP,3950876,https://www.minford.k12.oh.us/ +Ohio,,Minford,CDP,3950876, Ohio,,Mingo Junction,village,3950904,https://www.mingojct.us/ Ohio,,Minster,village,3950918,https://www.minsteroh.com/ Ohio,,Mitiwanga,CDP,3950974, @@ -41651,7 +41651,7 @@ Ohio,,North Star,village,3957064, Ohio,,North Zanesville,CDP,3957218, Ohio,,Northbrook,CDP,3956280, Ohio,,Northgate,CDP,3956553, -Ohio,,Northridge,CDP,3956938,https://www.northridge.k12.oh.us/ +Ohio,,Northridge,CDP,3956938, Ohio,,Norton,city,3915357260, Ohio,,Norwich,village,3957372, Ohio,,Oak Harbor,village,3957582,https://www.oakharbor.oh.us/ @@ -41934,11 +41934,11 @@ Ohio,,Winesburg,CDP,3986072, Ohio,,Wintersville,village,3986184,https://www.wintersvilleoh.us/ Ohio,,Withamsville,CDP,3986254, Ohio,,Wolfhurst,CDP,3986282, -Ohio,,Woodsdale,CDP,3986422,https://woodsdale.ohio.k12.wv.us/ +Ohio,,Woodsdale,CDP,3986422, Ohio,,Woodsfield,village,3986436,https://villageofwoodsfield.org/ Ohio,,Woodstock,village,3986478,http://woodstockohio.org/ Ohio,,Woodworth,CDP,3986534, -Ohio,,Worthington,city,3986604,https://www.worthington.k12.oh.us/ +Ohio,,Worthington,city,3986604, Ohio,,Wren,village,3986632, Ohio,,Wright-Patterson AFB,CDP,3986660,https://www.wpafb.af.mil/ Ohio,,Yankee Lake,village,3986856, @@ -42031,7 +42031,7 @@ Oklahoma,Comanche,Northeast Comanche,city,4003192119, Oklahoma,Comanche,Northwest Comanche,city,4003192249, Oklahoma,Comanche,Southeast Comanche,city,4003192951, Oklahoma,Comanche,Southwest Comanche,city,4003193133, -Oklahoma,Comanche,,county,40031, +Oklahoma,Comanche,,county,40031,https://www.comanchecountyok.gov/ Oklahoma,Cotton,Southwest Cotton,city,4003393146, Oklahoma,Cotton,Temple,town,4072750, Oklahoma,Cotton,Walters,city,4078150,https://www.waltersok.org/ @@ -42062,7 +42062,7 @@ Oklahoma,Delaware,,county,40041,https://delaware.okcounties.org/ Oklahoma,Dewey,Seiling,city,4066250,https://seilingok.com/ Oklahoma,Dewey,Taloga-Leedey,city,4004393308, Oklahoma,Dewey,Vici,town,4077300,https://www.townofvici.com/ -Oklahoma,Dewey,,county,40043, +Oklahoma,Dewey,,county,40043,https://www.deweyassessorok.com/ Oklahoma,Ellis,Northeast Ellis,city,4004592132, Oklahoma,Ellis,Northwest Ellis,city,4004592262, Oklahoma,Ellis,South Ellis,city,4004593003, @@ -42078,7 +42078,7 @@ Oklahoma,Garvin,Pauls Valley,city,4057550,https://www.paulsvalley.com/ Oklahoma,Garvin,Stratford,town,4070800, Oklahoma,Garvin,,county,40049, Oklahoma,Grady,Alex,town,4001250,https://townofalexok.net/ -Oklahoma,Grady,Amber-Pocasset,city,4005190104,https://www.ampo.k12.ok.us/ +Oklahoma,Grady,Amber-Pocasset,city,4005190104, Oklahoma,Grady,Chickasha,city,4013950,https://www.chickasha.gov/ Oklahoma,Grady,Minco,city,4048750,http://minco-ok.gov/ Oklahoma,Grady,Rush Springs,town,4064300, @@ -42097,7 +42097,7 @@ Oklahoma,Harmon,Gould,town,4030400, Oklahoma,Harmon,Hollis,city,4035500,https://hollisok.org/ Oklahoma,Harmon,,county,40057, Oklahoma,Harper,Buffalo,town,4009850,https://www.buffalooklahoma.com/ -Oklahoma,Harper,Laverne,town,4041700,https://www.laverne.k12.ok.us/ +Oklahoma,Harper,Laverne,town,4041700, Oklahoma,Harper,,county,40059, Oklahoma,Haskell,Keota,town,4039500, Oklahoma,Haskell,McCurtain,town,4044950,https://mccurtain.okcounties.org/ @@ -42106,7 +42106,7 @@ Oklahoma,Haskell,West Haskell,city,4006193718, Oklahoma,Haskell,,county,40061, Oklahoma,Hughes,Holdenville,city,4035400,https://www.holdenvillecityhall.com/ Oklahoma,Hughes,South Hughes,city,4006393029, -Oklahoma,Hughes,Wetumka,city,4080500,https://www.wetumka.k12.ok.us/ +Oklahoma,Hughes,Wetumka,city,4080500, Oklahoma,Hughes,,county,40063, Oklahoma,Jackson,Altus,city,4001700,https://www.altusok.gov/ Oklahoma,Jackson,Altus South,city,4006590078,https://www.altusok.gov/ @@ -42149,7 +42149,7 @@ Oklahoma,Le Flore,Panama-Bokoshe,city,4007992470, Oklahoma,Le Flore,Pocola,town,4059750,https://www.townofpocola.com/ Oklahoma,Le Flore,Poteau,city,4060350,https://www.poteau-ok.com/ Oklahoma,Le Flore,South Le Flore,city,4007993068, -Oklahoma,Le Flore,Spiro,town,4069350,https://www.spiro.k12.ok.us/ +Oklahoma,Le Flore,Spiro,town,4069350, Oklahoma,Le Flore,Talihina,town,4072250,https://townoftalihina.org/ Oklahoma,Le Flore,Wister,town,4081750,https://www.wisterok.com/ Oklahoma,Le Flore,,county,40079, @@ -42280,7 +42280,7 @@ Oklahoma,Rogers,Catoosa,city,4012900,https://www.cityofcatoosa.org/ Oklahoma,Rogers,Chelsea,town,4013700, Oklahoma,Rogers,Claremore,city,4014700,https://claremore.com/ Oklahoma,Rogers,Inola,town,4037100, -Oklahoma,Rogers,Oologah-Talala,city,4013192444,https://www.oologah.k12.ok.us/ +Oklahoma,Rogers,Oologah-Talala,city,4013192444, Oklahoma,Rogers,,county,40131,http://www.rogerscounty.org/ Oklahoma,Seminole,Konawa,city,4040200, Oklahoma,Seminole,Seminole North,city,4013392782,https://www.seminole-oklahoma.net/ @@ -42297,7 +42297,7 @@ Oklahoma,Sherman,Texhoma,town,4073100, Oklahoma,Stephens,Comanche,city,4016450,https://cityofcomanche.com/ Oklahoma,Stephens,Duncan,city,4021900,https://duncanok.gov/ Oklahoma,Stephens,Marlow,city,4046600,https://www.cityofmarlow.com/ -Oklahoma,Stephens,Velma-Alma,city,4013793432,https://www.velma-alma.k12.ok.us/ +Oklahoma,Stephens,Velma-Alma,city,4013793432, Oklahoma,Stephens,,county,40137,http://www.stephenscountyok.com/ Oklahoma,Texas,Guymon,city,4031750,https://www.guymonok.org/ Oklahoma,Texas,Hooker,city,4036000,https://www.hookeroklahoma.net/ @@ -42368,7 +42368,7 @@ Oklahoma,,Baron,CDP,4004350, Oklahoma,,Bearden,town,4004700, Oklahoma,,Beaver,town,4004750,https://www.townofbeaver.com/ Oklahoma,,Bee,CDP,4004950, -Oklahoma,,Belfonte,CDP,4005070,https://www.belfonte.k12.ok.us/ +Oklahoma,,Belfonte,CDP,4005070, Oklahoma,,Bell,CDP,4005090, Oklahoma,,Bennington,town,4005400,https://www.benningtonok.com/ Oklahoma,,Bentley,CDP,4005450, @@ -42391,7 +42391,7 @@ Oklahoma,,Bokchito,town,4007350,https://www.townofbokchito.org/ Oklahoma,,Bokoshe,town,4007450, Oklahoma,,Boswell,town,4007750, Oklahoma,,Bowlegs,town,4007950, -Oklahoma,,Bowring,CDP,4008000,https://www.bowringps.k12.ok.us/ +Oklahoma,,Bowring,CDP,4008000, Oklahoma,,Box,CDP,4008050, Oklahoma,,Bradley,town,4008300,https://bradley-ok.us/ Oklahoma,,Braggs,town,4008400, @@ -42424,7 +42424,7 @@ Oklahoma,,Cache,city,4010700,https://www.cachegov.com/ Oklahoma,,Caddo,town,4010800, Oklahoma,,Calera,town,4010950,https://caleraok.org/ Oklahoma,,Calumet,town,4011050,https://www.townofcalumetok.com/ -Oklahoma,,Calvin,town,4011100,https://www.calvin.k12.ok.us/ +Oklahoma,,Calvin,town,4011100, Oklahoma,,Camargo,town,4011150, Oklahoma,,Canadian,town,4011450, Oklahoma,,Canadian Shores,CDP,4011530, @@ -42483,11 +42483,11 @@ Oklahoma,,Cowlington,town,4017850, Oklahoma,,Coyle,town,4017950,https://townofcoyle.myruralwater.com/ Oklahoma,,Crescent Springs,CDP,4018275, Oklahoma,,Cromwell,town,4018450,https://www.cromwellok.org/ -Oklahoma,,Crowder,town,4018550,https://www.crowder.k12.ok.us/ +Oklahoma,,Crowder,town,4018550, Oklahoma,,Cumberland,CDP,4018750, Oklahoma,,Cyril,town,4019000, Oklahoma,,Dacoma,town,4019050, -Oklahoma,,Dale,CDP,4019150,https://dale.k12.ok.us/ +Oklahoma,,Dale,CDP,4019150, Oklahoma,,Davenport,town,4019350,https://davenportok.gov/ Oklahoma,,Davis,city,4019450,https://www.davisokla.org/ Oklahoma,,Deer Creek,town,4019650, @@ -42500,7 +42500,7 @@ Oklahoma,,Devol,town,4020450, Oklahoma,,Dewar,town,4020500, Oklahoma,,Dewey,city,4020550,https://cityofdeweyok.municipalonlinepayments.com/ Oklahoma,,Dibble,town,4020650, -Oklahoma,,Dickson,town,4020700,https://www.dickson.k12.ok.us/ +Oklahoma,,Dickson,town,4020700, Oklahoma,,Dill City,town,4020850, Oklahoma,,Disney,town,4020900,https://www.disney-ok.com/ Oklahoma,,Dixon,CDP,4021000, @@ -42559,17 +42559,17 @@ Oklahoma,,Forest Park,town,4026850,https://forestparkok.gov/ Oklahoma,,Forgan,town,4026900, Oklahoma,,Fort Coffee,town,4027150, Oklahoma,,Fort Gibson,town,4027200,https://www.fortgibson.net/ -Oklahoma,,Fort Supply,town,4027350,https://www.fortsupply.k12.ok.us/ +Oklahoma,,Fort Supply,town,4027350, Oklahoma,,Foss,town,4027450, Oklahoma,,Foster,town,4027500, -Oklahoma,,Fox,CDP,4027550,https://www.foxps.k12.ok.us/ +Oklahoma,,Fox,CDP,4027550, Oklahoma,,Foyil,town,4027600, Oklahoma,,Francis,town,4027650, Oklahoma,,Freedom,town,4027850,https://www.freedomoklahoma.org/ Oklahoma,,Friendship,town,4027900, Oklahoma,,Gage,town,4028250,https://townofgageok.org/ Oklahoma,,Gans,town,4028350,https://www.townofgans.com/ -Oklahoma,,Garber,city,4028500,https://www.garber.k12.ok.us/ +Oklahoma,,Garber,city,4028500, Oklahoma,,Garvin,town,4028700, Oklahoma,,Gate,town,4028800, Oklahoma,,Gene Autry,town,4028950, @@ -42600,12 +42600,12 @@ Oklahoma,,Haileyville,city,4031900,https://haileyville.municipalimpact.com/ Oklahoma,,Hallett,town,4032050, Oklahoma,,Hammon,town,4032250, Oklahoma,,Hanson,CDP,4032400, -Oklahoma,,Hardesty,town,4032550,https://www.hardesty.k12.ok.us/ +Oklahoma,,Hardesty,town,4032550, Oklahoma,,Harrah,city,4032750,https://cityofharrah.com/ Oklahoma,,Hartshorne,city,4032850,https://cityofhartshorne.com/ Oklahoma,,Hastings,town,4033000, -Oklahoma,,Haworth,town,4033150,https://www.haworth.k12.ok.us/ -Oklahoma,,Haywood,CDP,4033250,https://www.haywood.k12.ok.us/ +Oklahoma,,Haworth,town,4033150, +Oklahoma,,Haywood,CDP,4033250, Oklahoma,,Headrick,town,4033300, Oklahoma,,Healdton,city,4033350, Oklahoma,,Hendrix,town,4033600, @@ -42616,7 +42616,7 @@ Oklahoma,,Hinton,town,4034750,https://www.hintonok.com/ Oklahoma,,Hitchcock,town,4034850, Oklahoma,,Hitchita,town,4034900, Oklahoma,,Hochatown,town,4035030,https://www.hochatown.gov/ -Oklahoma,,Hodgen,CDP,4035150,https://www.hodgen.k12.ok.us/ +Oklahoma,,Hodgen,CDP,4035150, Oklahoma,,Hoffman,town,4035300, Oklahoma,,Hollister,town,4035550, Oklahoma,,Homestead,CDP,4035800, @@ -42630,8 +42630,8 @@ Oklahoma,,Hoyt,CDP,4036200, Oklahoma,,Hunter,town,4036600, Oklahoma,,IXL,town,4037410, Oklahoma,,Indiahoma,town,4036850, -Oklahoma,,Indianola,CDP,4036945,https://www.indianola.k12.ok.us/ -Oklahoma,,Indianola,town,4036950,https://www.indianola.k12.ok.us/ +Oklahoma,,Indianola,CDP,4036945, +Oklahoma,,Indianola,town,4036950, Oklahoma,,Ingalls,CDP,4037000, Oklahoma,,Iron Post,CDP,4037275, Oklahoma,,Isabella,CDP,4037350, @@ -42654,7 +42654,7 @@ Oklahoma,,Kenwood,CDP,4039450, Oklahoma,,Ketchum,town,4039550,https://www.ketchumok.gov/ Oklahoma,,Keys,CDP,4039625, Oklahoma,,Kiefer,town,4039750,https://townofkiefer.org/ -Oklahoma,,Kildare,town,4039800,https://www.kildare.k12.ok.us/ +Oklahoma,,Kildare,town,4039800, Oklahoma,,Kingston,town,4039900,https://www.townofkingston.com/ Oklahoma,,Kinta,town,4039950, Oklahoma,,Kiowa,town,4040000,https://www.kiowaoklahoma.com/ @@ -42670,7 +42670,7 @@ Oklahoma,,Lambert,town,4041300, Oklahoma,,Lane,CDP,4041400, Oklahoma,,Langley,town,4041500,http://www.langleyok.gov/ Oklahoma,,Langston,town,4041550,https://cityoflangstonok.gov/ -Oklahoma,,Latta,CDP,4041680,https://www.latta.k12.ok.us/ +Oklahoma,,Latta,CDP,4041680, Oklahoma,,Lawrence Creek,town,4041760, Oklahoma,,Lawtonka Acres,CDP,4041856, Oklahoma,,Le Flore,town,4042150, @@ -42691,11 +42691,11 @@ Oklahoma,,Little Ponderosa,CDP,4043425, Oklahoma,,Little Rock,CDP,4043442, Oklahoma,,Loco,town,4043450, Oklahoma,,Lone Chimney,town,4043725, -Oklahoma,,Lone Grove,city,4043750,https://www.lonegrove.k12.ok.us/ +Oklahoma,,Lone Grove,city,4043750, Oklahoma,,Long,CDP,4043900, Oklahoma,,Longdale,town,4043950, Oklahoma,,Longtown,CDP,4043975, -Oklahoma,,Lookeba,town,4044000,https://www.lookeba.k12.ok.us/ +Oklahoma,,Lookeba,town,4044000, Oklahoma,,Lost City,CDP,4044075, Oklahoma,,Lotsee,town,4044100, Oklahoma,,Loveland,town,4044150, @@ -42729,20 +42729,20 @@ Oklahoma,,Medicine Park,town,4047350,https://www.medicinepark.com/ Oklahoma,,Mehan,CDP,4047550, Oklahoma,,Meno,town,4047750, Oklahoma,,Meridian,town,4047800, -Oklahoma,,Middleberg,CDP,4048100,https://www.middleberg.k12.ok.us/ +Oklahoma,,Middleberg,CDP,4048100, Oklahoma,,Midwest City,city,4048350,https://www.midwestcityok.org/ Oklahoma,,Milburn,town,4048400, Oklahoma,,Milfay,CDP,4048450, Oklahoma,,Mill Creek,town,4048500,https://www.discovermillcreekok.com/ Oklahoma,,Millerton,town,4048600, -Oklahoma,,Moffett,town,4049000,https://www.moffett.k12.ok.us/ +Oklahoma,,Moffett,town,4049000, Oklahoma,,Monroe,CDP,4049050, Oklahoma,,Moodys,CDP,4049100, Oklahoma,,Moore,city,4049200,https://www.cityofmoore.com/ Oklahoma,,Morrison,town,4049450,https://www.townofmorrisonok.com/ Oklahoma,,Mounds,town,4049550,https://townofmounds.com/ Oklahoma,,Mountain Park,town,4049600,https://mtnparkok.org/ -Oklahoma,,Moyers,CDP,4049750,https://www.moyers.k12.ok.us/ +Oklahoma,,Moyers,CDP,4049750, Oklahoma,,Mulberry,CDP,4049825, Oklahoma,,Mule Barn,town,4049860, Oklahoma,,Mulhall,town,4049900, @@ -42762,7 +42762,7 @@ Oklahoma,,Newcastle,city,4051150,https://newcastleok.gov/ Oklahoma,,Nichols Hills,city,4051800,https://www.nicholshills-ok.gov/ Oklahoma,,Nicoma Park,city,4051850,https://nicomapark.org/ Oklahoma,,Nicut,CDP,4051900, -Oklahoma,,Ninnekah,town,4052100,https://www.ninnekah.k12.ok.us/ +Oklahoma,,Ninnekah,town,4052100, Oklahoma,,Norge,town,4052450, Oklahoma,,North Enid,town,4052600, Oklahoma,,North Miami,town,4052700, @@ -42775,28 +42775,28 @@ Oklahoma,,Oakland,town,4053400, Oklahoma,,Oaks,town,4053550, Oklahoma,,Oakwood,town,4053600, Oklahoma,,Ochelata,town,4053700, -Oklahoma,,Oilton,city,4054000,https://www.oilton.k12.ok.us/ +Oklahoma,,Oilton,city,4054000, Oklahoma,,Okarche,town,4054050, Oklahoma,,Okay,town,4054100, Oklahoma,,Oklahoma City,city,4055000,https://www.okc.gov/ Oklahoma,,Oktaha,town,4055200, Oklahoma,,Old Eucha,CDP,4055275, Oklahoma,,Old Green,CDP,4055285, -Oklahoma,,Olive,CDP,4055350,https://www.olive.k12.ok.us/ -Oklahoma,,Olustee,town,4055450,https://olustee.k12.ok.us/ -Oklahoma,,Oologah,town,4055750,https://www.oologah.k12.ok.us/ +Oklahoma,,Olive,CDP,4055350, +Oklahoma,,Olustee,town,4055450, +Oklahoma,,Oologah,town,4055750, Oklahoma,,Optima,town,4055850, Oklahoma,,Orlando,town,4056050, Oklahoma,,Osage,town,4056150, Oklahoma,,Owasso,city,4056650, Oklahoma,,Panama,town,4056900, -Oklahoma,,Panola,CDP,4056950,https://www.panola.k12.ok.us/ +Oklahoma,,Panola,CDP,4056950, Oklahoma,,Paoli,town,4057100,https://paoliok.com/ Oklahoma,,Paradise Hill,town,4057150, Oklahoma,,Park Hill,CDP,4057300, Oklahoma,,Peavine,CDP,4057875, -Oklahoma,,Peckham,CDP,4057900,https://www.peckham.k12.ok.us/ -Oklahoma,,Peggs,CDP,4057950,https://www.peggs.k12.ok.us/ +Oklahoma,,Peckham,CDP,4057900, +Oklahoma,,Peggs,CDP,4057950, Oklahoma,,Pensacola,town,4058050, Oklahoma,,Peoria,town,4058100, Oklahoma,,Perkins,city,4058150,https://www.cityofperkins.net/ @@ -42827,7 +42827,7 @@ Oklahoma,,Ralston,town,4061650, Oklahoma,,Ramona,town,4061700, Oklahoma,,Randlett,town,4061850, Oklahoma,,Ratliff City,town,4061900, -Oklahoma,,Rattan,town,4061950,https://www.rattan.k12.ok.us/ +Oklahoma,,Rattan,town,4061950, Oklahoma,,Ravia,town,4062000,https://townofravia.org/ Oklahoma,,Reagan,CDP,4062100, Oklahoma,,Red Rock,town,4062650, @@ -42843,13 +42843,13 @@ Oklahoma,,River Bottom,CDP,4063537, Oklahoma,,Rock Island,town,4063600, Oklahoma,,Rocky,town,4063700, Oklahoma,,Rocky Ford,CDP,4063715, -Oklahoma,,Rocky Mountain,CDP,4063720,https://www.rockymtn.k12.ok.us/ +Oklahoma,,Rocky Mountain,CDP,4063720, Oklahoma,,Rocky Point,CDP,4063730, Oklahoma,,Roff,town,4063750, Oklahoma,,Rose,CDP,4063950, Oklahoma,,Rosedale,town,4064000, Oklahoma,,Rosston,town,4064050, -Oklahoma,,Ryan,town,4064600,https://www.ryan.k12.ok.us/ +Oklahoma,,Ryan,town,4064600, Oklahoma,,Salina,town,4064950,https://salina.municipalimpact.com/ Oklahoma,,Sams Corner,CDP,4065062, Oklahoma,,Sand Hill,CDP,4065240, @@ -42862,7 +42862,7 @@ Oklahoma,,Schulter,town,4065900, Oklahoma,,Scipio,CDP,4065950, Oklahoma,,Selman,CDP,4066300, Oklahoma,,Seminole,city,4066350,https://www.seminole-oklahoma.net/ -Oklahoma,,Sentinel,town,4066400,https://www.sentinel.k12.ok.us/ +Oklahoma,,Sentinel,town,4066400, Oklahoma,,Sequoyah,CDP,4066450, Oklahoma,,Seward,CDP,4066500, Oklahoma,,Shady Grove,CDP,4066520, @@ -42896,7 +42896,7 @@ Oklahoma,,Springer,town,4069500, Oklahoma,,St. Louis,town,4064850, Oklahoma,,Steely Hollow,CDP,4070037, Oklahoma,,Sterling,town,4070150, -Oklahoma,,Stidham,town,4070200,https://www.stidham.k12.ok.us/ +Oklahoma,,Stidham,town,4070200, Oklahoma,,Stilwell,city,4070350,https://www.cityofstilwell.com/ Oklahoma,,Stonewall,town,4070500, Oklahoma,,Stoney Point,CDP,4070512, @@ -42940,7 +42940,7 @@ Oklahoma,,Tupelo,city,4075050, Oklahoma,,Turley,CDP,4075150, Oklahoma,,Turpin,CDP,4075200, Oklahoma,,Tushka,town,4075250, -Oklahoma,,Tuskahoma,CDP,4075300,https://www.tuskahoma.k12.ok.us/ +Oklahoma,,Tuskahoma,CDP,4075300, Oklahoma,,Twin Lakes,CDP,4075575, Oklahoma,,Twin Oaks,CDP,4075600, Oklahoma,,Tyrone,town,4075750, @@ -42948,7 +42948,7 @@ Oklahoma,,Union City,town,4075950,https://www.unioncityok.gov/ Oklahoma,,Utica,CDP,4076350, Oklahoma,,Valley Brook,town,4076500, Oklahoma,,Valley Park,town,4076600, -Oklahoma,,Vanoss,CDP,4076850,https://www.vanoss.k12.ok.us/ +Oklahoma,,Vanoss,CDP,4076850, Oklahoma,,Velma,town,4076900, Oklahoma,,Vera,town,4076950, Oklahoma,,Verden,town,4077000, @@ -42986,7 +42986,7 @@ Oklahoma,,Whitesboro,CDP,4080900, Oklahoma,,Wickliffe,CDP,4080975, Oklahoma,,Willow,town,4081300, Oklahoma,,Winchester,town,4081575,https://winchesterok.com/ -Oklahoma,,Woodall,CDP,4081912,https://www.woodall.k12.ok.us/ +Oklahoma,,Woodall,CDP,4081912, Oklahoma,,Woodlawn Park,town,4082000, Oklahoma,,Wynnewood,city,4082400,https://wynnewood.okpls.org/ Oklahoma,,Wynona,town,4082450, @@ -43011,7 +43011,7 @@ Oregon,Benton,Southwest Benton,city,4100393077, Oregon,Benton,,county,41003,https://www.bentoncountyor.gov/ Oregon,Clackamas,Beavercreek,city,4100590272, Oregon,Clackamas,Canby,city,4110750,https://www.canbyoregon.gov/ -Oregon,Clackamas,Colton,city,4100590595,https://www.colton.k12.or.us/ +Oregon,Clackamas,Colton,city,4100590595, Oregon,Clackamas,Estacada,city,4123800,https://www.cityofestacada.org/ Oregon,Clackamas,Molalla,city,4149450,https://www.cityofmolalla.com/ Oregon,Clackamas,Mount Hood,city,4100592023, @@ -43023,7 +43023,7 @@ Oregon,Clackamas,Wilsonville,city,4182800,https://www.wilsonvilleoregon.gov/ Oregon,Clackamas,Yoder,city,4100593587, Oregon,Clackamas,,county,41005,http://www.clackamas.us/ Oregon,Clatsop,Astoria,city,4103150,https://www.astoria.gov/ -Oregon,Clatsop,Jewell,city,4100791445,https://www.jewell.k12.or.us/ +Oregon,Clatsop,Jewell,city,4100791445, Oregon,Clatsop,Knappa-Brownsmead,city,4100791598, Oregon,Clatsop,Seaside,city,4165950,https://www.cityofseaside.us/ Oregon,Clatsop,,county,41007,https://www.clatsopcounty.gov/ @@ -43059,7 +43059,7 @@ Oregon,Deschutes,Tumalo,city,4101793247, Oregon,Deschutes,,county,41017,http://www.deschutes.org/ Oregon,Douglas,Elkton-Drain,city,4101991054, Oregon,Douglas,Kellogg-Yoncalla,city,4101991547, -Oregon,Douglas,Melrose,city,4101991853,https://melrose.roseburg.k12.or.us/ +Oregon,Douglas,Melrose,city,4101991853, Oregon,Douglas,Myrtle Creek-Riddle,city,4101992057,https://www.cityofmyrtlecreek.com/ Oregon,Douglas,North Umpqua,city,4101992244, Oregon,Douglas,Reedsport,city,4161300,https://www.cityofreedsport.org/ @@ -43295,7 +43295,7 @@ Oregon,,Crawfordsville,CDP,4116650, Oregon,,Crescent,CDP,4116750, Oregon,,Crooked River Ranch,CDP,4116975, Oregon,,Damascus,CDP,4117800, -Oregon,,Days Creek,CDP,4118150,https://www.dayscreek.k12.or.us/ +Oregon,,Days Creek,CDP,4118150, Oregon,,Dayton,city,4118250,https://www.daytonoregon.gov/ Oregon,,Dayville,town,4118300, Oregon,,Deer Island,CDP,4118450, @@ -43323,7 +43323,7 @@ Oregon,,Foots Creek,CDP,4126165, Oregon,,Forest Grove,city,4126200,https://www.forestgrove-or.gov/ Oregon,,Fort Hill,CDP,4126400, Oregon,,Fort Klamath,CDP,4126450, -Oregon,,Four Corners,CDP,4126750,https://fourcorners.salkeiz.k12.or.us/ +Oregon,,Four Corners,CDP,4126750, Oregon,,Garden Home-Whitford,CDP,4127825, Oregon,,Gardiner,CDP,4127850, Oregon,,Garibaldi,city,4128000, @@ -43375,7 +43375,7 @@ Oregon,,Kerby,CDP,4138900, Oregon,,King City,city,4139150,https://www.ci.king-city.or.us/ Oregon,,Kings Valley,CDP,4139350, Oregon,,Kirkpatrick,CDP,4139566, -Oregon,,Knappa,CDP,4139850,https://www.knappa.k12.or.us/ +Oregon,,Knappa,CDP,4139850, Oregon,,La Pine,city,4141050,https://www.lapineoregon.gov/ Oregon,,Labish Village,CDP,4140050, Oregon,,Lacomb,CDP,4140150, @@ -43390,12 +43390,12 @@ Oregon,,Lookingglass,CDP,4143650, Oregon,,Lostine,city,4143900,https://www.cityoflostine.com/ Oregon,,Lyons,city,4144300,https://www.cityoflyons.org/ Oregon,,Manzanita,city,4145700,https://ci.manzanita.or.us/ -Oregon,,Mapleton,CDP,4145750,https://www.mapleton.k12.or.us/ +Oregon,,Mapleton,CDP,4145750, Oregon,,Marion,CDP,4145900, Oregon,,Marlene Village,CDP,4146100, Oregon,,Maupin,city,4146500,https://cityofmaupin.org/ Oregon,,Maywood Park,city,4146730,https://cityofmaywoodpark.com/ -Oregon,,McKay,CDP,4144625,https://mckay.salkeiz.k12.or.us/ +Oregon,,McKay,CDP,4144625, Oregon,,Meacham,CDP,4146800, Oregon,,Mehama,CDP,4147300, Oregon,,Merlin,CDP,4147650, @@ -43422,7 +43422,7 @@ Oregon,,North Bend,city,4153000,https://www.northbendoregon.gov/ Oregon,,North Powder,city,4153300,https://northpowderoregon.org/ Oregon,,O'Brien,CDP,4154350, Oregon,,Oak Grove,CDP,4153900, -Oregon,,Oak Hills,CDP,4153988,https://oakhills.beaverton.k12.or.us/ +Oregon,,Oak Hills,CDP,4153988, Oregon,,Oakland,city,4154000,https://www.oaklandoregon.org/ Oregon,,Oatfield,CDP,4154325, Oregon,,Oceanside,CDP,4154450, @@ -43445,12 +43445,12 @@ Oregon,,Prescott,city,4159750, Oregon,,Prineville Lake Acres,CDP,4159916, Oregon,,Pronghorn,CDP,4160070, Oregon,,Prospect,CDP,4160100, -Oregon,,Raleigh Hills,CDP,4160900,https://raleighhills.beaverton.k12.or.us/ +Oregon,,Raleigh Hills,CDP,4160900, Oregon,,Redwood,CDP,4161250, Oregon,,Rhododendron,CDP,4161550, Oregon,,Richland,city,4161700, Oregon,,Rickreall,CDP,4161800, -Oregon,,Riddle,city,4161850,https://www.riddle.k12.or.us/ +Oregon,,Riddle,city,4161850, Oregon,,River Point,CDP,4162292, Oregon,,River Road,CDP,4162300, Oregon,,Rivergrove,city,4162250,https://www.cityofrivergrove.org/ @@ -43715,7 +43715,7 @@ Pennsylvania,Armstrong,Hovey,township,4200535936, Pennsylvania,Armstrong,Kiskiminetas,township,4200539968,https://kiskitownship-pa.gov/ Pennsylvania,Armstrong,Kittanning,borough,4200540040,https://kittanning-borough.com/ Pennsylvania,Armstrong,Kittanning,township,4200540056, -Pennsylvania,Armstrong,Leechburg,borough,4200542280,https://www.leechburg.k12.pa.us/ +Pennsylvania,Armstrong,Leechburg,borough,4200542280, Pennsylvania,Armstrong,Madison,township,4200546456, Pennsylvania,Armstrong,Mahoning,township,4200546632, Pennsylvania,Armstrong,Manor,township,4200546976, @@ -43900,7 +43900,7 @@ Pennsylvania,Berks,West Reading,borough,4201183928,https://www.westreadingboroug Pennsylvania,Berks,Windsor,township,4201185720,https://www.windsortownshipberkscounty.com/ Pennsylvania,Berks,Womelsdorf,borough,4201186056,https://www.womelsdorfborough.org/ Pennsylvania,Berks,Wyomissing,borough,4201186880,https://wyomissingboro.org/ -Pennsylvania,Berks,,county,42011, +Pennsylvania,Berks,,county,42011,https://www.berkspa.gov/ Pennsylvania,Blair,Allegheny,township,4201300852,https://alleghenytownship.net/ Pennsylvania,Blair,Altoona,city,4201302184,https://www.altoonapa.gov/ Pennsylvania,Blair,Antis,township,4201302680,https://www.antistownship.org/ @@ -44555,7 +44555,7 @@ Pennsylvania,Delaware,Eddystone,borough,4204522296,https://eddystoneborough.org/ Pennsylvania,Delaware,Edgmont,township,4204522584,https://edgmont.org/ Pennsylvania,Delaware,Folcroft,borough,4204526408,https://www.folcroftborough.com/ Pennsylvania,Delaware,Glenolden,borough,4204529720,https://www.glenoldenborough.com/ -Pennsylvania,Delaware,Haverford,township,4204533144,https://www.haverford.k12.pa.us/ +Pennsylvania,Delaware,Haverford,township,4204533144, Pennsylvania,Delaware,Lansdowne,borough,4204541440,https://www.lansdowneborough.com/ Pennsylvania,Delaware,Lower Chichester,township,4204544888,https://lowerchitwp.com/ Pennsylvania,Delaware,Marcus Hook,borough,4204547344,https://marcushookboro.org/ @@ -45150,7 +45150,7 @@ Pennsylvania,Lycoming,Jersey Shore,borough,4208138128, Pennsylvania,Lycoming,Jordan,township,4208138448, Pennsylvania,Lycoming,Lewis,township,4208142944, Pennsylvania,Lycoming,Limestone,township,4208143352,http://www.limestonetwp.org/ -Pennsylvania,Lycoming,Loyalsock,township,4208145224,https://www.ltsd.k12.pa.us/ +Pennsylvania,Lycoming,Loyalsock,township,4208145224, Pennsylvania,Lycoming,Lycoming,township,4208145584, Pennsylvania,Lycoming,McHenry,township,4208146184, Pennsylvania,Lycoming,McIntyre,township,4208146208, @@ -45433,7 +45433,7 @@ Pennsylvania,Northumberland,Watsontown,borough,4209781616,https://watsontownpa.i Pennsylvania,Northumberland,West Cameron,township,4209782680, Pennsylvania,Northumberland,West Chillisquaque,township,4209782712,https://westchilli.org/ Pennsylvania,Northumberland,Zerbe,township,4209787280, -Pennsylvania,Northumberland,,county,42097, +Pennsylvania,Northumberland,,county,42097,https://northumberlandcountypa.gov/ Pennsylvania,Perry,Blain,borough,4206824, Pennsylvania,Perry,Bloomfield,borough,4207040,https://bloomfieldboro.org/ Pennsylvania,Perry,Buffalo,township,4209910008,https://www.perrybuffalotwp.org/ @@ -47048,7 +47048,7 @@ Rhode Island,,Greene,CDP,4431240, Rhode Island,,Greenville,CDP,4431600, Rhode Island,,Harmony,CDP,4433040, Rhode Island,,Harrisville,CDP,4433400, -Rhode Island,,Hope Valley,CDP,4434660,https://hopevalley.chariho.k12.ri.us/ +Rhode Island,,Hope Valley,CDP,4434660, Rhode Island,,Kingston,CDP,4438980, Rhode Island,,Melville,CDP,4445010, Rhode Island,,Misquamicut,CDP,4446000, @@ -47291,13 +47291,13 @@ South Carolina,Marion,Brittons Neck,city,4506790403, South Carolina,Marion,Centenary,city,4506790520, South Carolina,Marion,Marion,city,4544575,https://www.marionsc.org/ South Carolina,Marion,Mullins,city,4548805,https://www.mullinssc.us/ -South Carolina,Marion,,county,45067,https://www.marion.k12.sc.us/ +South Carolina,Marion,,county,45067, South Carolina,Marlboro,Bennettsville,city,4505680,https://www.bennettsvillesc.com/ South Carolina,Marlboro,Blenheim,town,4506850, South Carolina,Marlboro,Clio,town,4515310, South Carolina,Marlboro,McColl,town,4543630, South Carolina,Marlboro,Wallace,city,4506993588, -South Carolina,Marlboro,,county,45069,https://www.marlboro.k12.sc.us/ +South Carolina,Marlboro,,county,45069, South Carolina,McCormick,McCormick,town,4543720,https://www.townofmccormicksc.com/ South Carolina,McCormick,Mount Carmel,city,4506592262, South Carolina,McCormick,Parksville,town,4554700, @@ -47338,7 +47338,7 @@ South Carolina,Pickens,Liberty,city,4541380,https://www.libertysc.com/ South Carolina,Pickens,North Pickens,city,4507792435, South Carolina,Pickens,Pickens,city,4556140,https://cityofpickens.com/ South Carolina,Pickens,Six Mile,town,4566760,https://sixmilesc.org/ -South Carolina,Pickens,,county,45077,https://www.pickens.k12.sc.us/ +South Carolina,Pickens,,county,45077, South Carolina,Richland,Blythewood,town,4507255,https://www.townofblythewoodsc.gov/ South Carolina,Richland,Camp Ground,city,4507990494, South Carolina,Richland,Columbia,city,4516000,https://columbiasc.gov/ @@ -47730,7 +47730,7 @@ South Dakota,Beadle,,county,46005,https://www.beadlesd.org/ South Dakota,Bennett,East Bennett,unorganized territory,4600717710, South Dakota,Bennett,Martin,city,4600741100,http://cityofmartinsd.com/ South Dakota,Bennett,West Bennett,unorganized territory,4600770270, -South Dakota,Bennett,,county,46007,https://www.bennettco.k12.sd.us/ +South Dakota,Bennett,,county,46007, South Dakota,Bon Homme,Avon,city,4600902900,https://www.cityofavon.org/ South Dakota,Bon Homme,Northeast Bon Homme,unorganized territory,4600945550, South Dakota,Bon Homme,Northwest Bon Homme,unorganized territory,4600945790, @@ -47740,7 +47740,7 @@ South Dakota,Bon Homme,Southwest Bon Homme,unorganized territory,4600959950, South Dakota,Bon Homme,Springfield,city,4600960660, South Dakota,Bon Homme,Tabor,town,4600962820,https://www.taborsd.city/ South Dakota,Bon Homme,Tyndall,city,4600964860,https://www.mytyndallsd.com/ -South Dakota,Bon Homme,,county,46009,https://www.bonhomme.k12.sd.us/ +South Dakota,Bon Homme,,county,46009, South Dakota,Brookings,Afton,township,4601100380, South Dakota,Brookings,Alton,township,4601101260, South Dakota,Brookings,Argo,township,4601102100, @@ -47848,7 +47848,7 @@ South Dakota,Buffalo,,county,46017,https://buffalo.sdcounties.org/ South Dakota,Butte,Belle Fourche,city,4601904380,https://www.bellefourche.org/ South Dakota,Butte,East Butte,unorganized territory,4601917720, South Dakota,Butte,Fruitdale,town,4601923140, -South Dakota,Butte,Newell,city,4601944860,https://www.newell.k12.sd.us/ +South Dakota,Butte,Newell,city,4601944860, South Dakota,Butte,Nisland,town,4601945180, South Dakota,Butte,Union,township,4601964980, South Dakota,Butte,Vale,township,4601965940, @@ -48049,7 +48049,7 @@ South Dakota,Deuel,Portland,township,4603951420, South Dakota,Deuel,Rome,township,4603955780, South Dakota,Deuel,Scandinavia,township,4603957740, South Dakota,Deuel,Toronto,town,4603963740, -South Dakota,Deuel,,county,46039,https://www.deuel.k12.sd.us/ +South Dakota,Deuel,,county,46039, South Dakota,Dewey,Isabel,town,4604132140, South Dakota,Dewey,North Dewey,unorganized territory,4604145545, South Dakota,Dewey,South Dewey,unorganized territory,4604159842, @@ -48192,7 +48192,7 @@ South Dakota,Gregory,West Gregory,unorganized territory,4605370370, South Dakota,Gregory,,county,46053,https://gregory.sdcounties.org/ South Dakota,Haakon,East Haakon,unorganized territory,4605517810, South Dakota,Haakon,Midland,town,4605542140, -South Dakota,Haakon,Philip,city,4605549300,https://philip.k12.sd.us/ +South Dakota,Haakon,Philip,city,4605549300, South Dakota,Haakon,West Haakon,unorganized territory,4605570375, South Dakota,Haakon,,county,46055,https://haakon.southdakotadirectors.com/ South Dakota,Hamlin,Brantford,township,4605707020, @@ -48271,7 +48271,7 @@ South Dakota,Harding,Buffalo,town,4606308140,https://townofbuffalo.municipalimpa South Dakota,Harding,Camp Crook,town,4606309260, South Dakota,Harding,North Harding,unorganized territory,4606345585, South Dakota,Harding,South Harding,unorganized territory,4606359865, -South Dakota,Harding,,county,46063,https://hardingcounty.k12.sd.us/ +South Dakota,Harding,,county,46063, South Dakota,Hughes,Blunt,city,4606180, South Dakota,Hughes,Crow Creek,unorganized territory,4606514835, South Dakota,Hughes,Harrold,town,4606527420, @@ -48363,7 +48363,7 @@ South Dakota,Jones,Virgil,township,4607567540, South Dakota,Jones,Westover,unorganized territory,4607570460, South Dakota,Jones,Williams Creek,township,4607571780, South Dakota,Jones,Zickrick,township,4607573420, -South Dakota,Jones,,county,46075,https://www.jonesco.k12.sd.us/ +South Dakota,Jones,,county,46075, South Dakota,Kingsbury,Badger,town,4603060, South Dakota,Kingsbury,Baker,township,4607703340, South Dakota,Kingsbury,Bancroft,town,4603420, @@ -48447,7 +48447,7 @@ South Dakota,Lyman,Reliance,town,4608554020, South Dakota,Lyman,Rex,township,4608554260, South Dakota,Lyman,Vivian,township,4608567660, South Dakota,Lyman,West Lyman,unorganized territory,4608570398, -South Dakota,Lyman,,county,46085,https://www.lyman.k12.sd.us/ +South Dakota,Lyman,,county,46085, South Dakota,Marshall,Britton,city,4607380,https://brittonsd.govoffice3.com/ South Dakota,Marshall,Buffalo,township,4609108220, South Dakota,Marshall,Dayton,township,4609115660, @@ -48512,7 +48512,7 @@ South Dakota,Meade,Belle Fourche-Cheyenne Valleys,unorganized territory,46093044 South Dakota,Meade,Dakota,township,4609315255, South Dakota,Meade,Eagle,township,4609317580, South Dakota,Meade,Elm Springs,township,4609319100, -South Dakota,Meade,Faith,city,4609320980,https://www.faith.k12.sd.us/ +South Dakota,Meade,Faith,city,4609320980, South Dakota,Meade,Howard,township,4609330420, South Dakota,Meade,Lakeside,township,4609335540, South Dakota,Meade,North Meade,unorganized territory,4609345605, @@ -48700,7 +48700,7 @@ South Dakota,Perkins,,county,46105,https://www.perkinscounty.org/ South Dakota,Potter,Central Potter,unorganized territory,4610711190, South Dakota,Potter,East Potter,unorganized territory,4610717880, South Dakota,Potter,Gettysburg,city,4610724260,http://cityofgettysburg.com/ -South Dakota,Potter,Hoven,town,4610730300,https://www.hoven.k12.sd.us/ +South Dakota,Potter,Hoven,town,4610730300, South Dakota,Potter,Lebanon,town,4610736260, South Dakota,Potter,Tolstoy,town,4610763700, South Dakota,Potter,West Potter,unorganized territory,4610770590, @@ -48805,7 +48805,7 @@ South Dakota,Stanley,Fort Pierre,city,4611722260,https://www.fortpierre.com/ South Dakota,Stanley,Lower Brule,unorganized territory,4611739198, South Dakota,Stanley,North Stanley,unorganized territory,4611745727, South Dakota,Stanley,South Stanley,unorganized territory,4611759945, -South Dakota,Stanley,,county,46117,https://www.stanleycounty.k12.sd.us/ +South Dakota,Stanley,,county,46117, South Dakota,Sully,Agar,town,4600460, South Dakota,Sully,East Sully,unorganized territory,4611917950, South Dakota,Sully,Onida,city,4611947180,https://onidasd.org/ @@ -49014,7 +49014,7 @@ South Dakota,,Long Lake Colony,CDP,4638900, South Dakota,,Loomis,CDP,4639020, South Dakota,,Manderson-White Horse Creek,CDP,4640550, South Dakota,,Mansfield,CDP,4640580, -South Dakota,,Marty,CDP,4641180,https://www.martyindian.k12.sd.us/ +South Dakota,,Marty,CDP,4641180, South Dakota,,Maverick Junction,CDP,4641398, South Dakota,,Maxwell Colony,CDP,4641420, South Dakota,,Mayfield Colony,CDP,4641548, @@ -50627,7 +50627,7 @@ Texas,Bosque,Cranfills Gap,city,4817540,https://cranfillsgaptexas.com/ Texas,Bosque,Iredell,city,4836140, Texas,Bosque,Meridian,city,4847760,https://www.meridiantexas.us/ Texas,Bosque,Valley Mills,city,4874732,https://www.vmtx.us/ -Texas,Bosque,,county,48035, +Texas,Bosque,,county,48035,https://www.bosquecounty.gov/ Texas,Bowie,Dalby Springs-Simms,city,4803790950, Texas,Bowie,De Kalb,city,4819648,https://www.dekalbtx.org/ Texas,Bowie,Hooks,city,4834736,https://www.cityofhooks.org/ @@ -50716,7 +50716,7 @@ Texas,Cherokee,Wells,town,4877176,https://cityofwells.us/ Texas,Cherokee,,county,48073,https://www.co.cherokee.tx.us/ Texas,Childress,Childress,city,4814668,https://www.cityofchildress.com/ Texas,Childress,North Childress,city,4807592777, -Texas,Childress,,county,48075, +Texas,Childress,,county,48075,https://www.childresstx.us/ Texas,Clay,Bellevue-Joy,city,4807790245, Texas,Clay,Byers-Petrolia,city,4807790560, Texas,Clay,Henrietta,city,4833284,https://cityofhenrietta.com/ @@ -51565,7 +51565,7 @@ Texas,Victoria,Victoria South,city,4846994040,https://www.victoriatx.gov/ Texas,Victoria,Victoria West,city,4846994045, Texas,Victoria,,county,48469,https://www.vctx.org/ Texas,Walker,Huntsville,city,4835528,https://www.huntsvilletexas.com/ -Texas,Walker,New Waverly,city,4851396,https://www.new-waverly.k12.tx.us/ +Texas,Walker,New Waverly,city,4851396, Texas,Walker,Riverside,city,4862408,https://cityofriversidetx.com/ Texas,Walker,,county,48471,https://www.co.walker.tx.us/ Texas,Waller,Brookshire,city,4810636,https://www.brookshiretxedc.org/ @@ -53555,7 +53555,7 @@ Vermont,Washington,Warren,town,5002376525,https://www.warrenvt.org/ Vermont,Washington,Waterbury,town,5002376975,https://www.waterburyvt.com/ Vermont,Washington,Woodbury,town,5002385525,https://woodburyvt.org/ Vermont,Washington,Worcester,town,5002386125,https://worcestervt.org/ -Vermont,Washington,,county,50023, +Vermont,Washington,,county,50023,https://washingtoncountysheriffvt.gov/ Vermont,Windham,Athens,town,5002501900,https://www.athensvt.com/ Vermont,Windham,Brattleboro,town,5002507900,https://brattleboro.gov/ Vermont,Windham,Brookline,town,5002509475,https://brooklinevt.com/ @@ -54109,9 +54109,9 @@ Virginia,New Kent,4,district,5112791707, Virginia,New Kent,5,district,5112791857, Virginia,New Kent,,county,51127,https://www.newkent-va.us/ Virginia,Newport News,Newport News,city,5156000,https://www.nnva.gov/ -Virginia,Newport News,,county,51700,https://sbo.nn.k12.va.us/ +Virginia,Newport News,,county,51700, Virginia,Norfolk,Norfolk,city,5157000,https://www.norfolk.gov/ -Virginia,Norfolk,,county,51710, +Virginia,Norfolk,,county,51710,https://www.norfolkcountyvahistory.org/ Virginia,Northampton,1,district,5113191258,https://www.co.northampton.va.us/ Virginia,Northampton,2,district,5113191408, Virginia,Northampton,3,district,5113191558, @@ -54162,7 +54162,7 @@ Virginia,Pittsylvania,Tunstall,district,5114396127, Virginia,Pittsylvania,Westover,district,5114396319, Virginia,Pittsylvania,,county,51143,http://www.pittsylvaniacountyva.gov/ Virginia,Poquoson,Poquoson,city,5163768,https://www.ci.poquoson.va.us/ -Virginia,Poquoson,,county,51735, +Virginia,Poquoson,,county,51735,https://www.ci.poquoson.va.us/ Virginia,Portsmouth,Portsmouth,city,5164000,https://visitportsmouthva.com/ Virginia,Portsmouth,,county,51740, Virginia,Powhatan,1,district,5114591265, @@ -54323,7 +54323,7 @@ Virginia,Washington,Monroe,district,5119194727, Virginia,Washington,Taylor,district,5119196047, Virginia,Washington,Tyler,district,5119196143, Virginia,Washington,Wilson,district,5119196415, -Virginia,Washington,,county,51191, +Virginia,Washington,,county,51191,https://www.washcova.com/ Virginia,Waynesboro,Waynesboro,city,5182096275,https://www.waynesboro.va.us/ Virginia,Waynesboro,,county,51820, Virginia,Westmoreland,Cople,district,5119390976, @@ -54341,7 +54341,7 @@ Virginia,Wise,4,district,5119591738, Virginia,Wise,,county,51195,http://www.wisecounty.org/ Virginia,Wythe,Black Lick,district,5119790304, Virginia,Wythe,East Wytheville,district,5119793471, -Virginia,Wythe,Fort Chiswell,district,5119793615,https://fchs.wythe.k12.va.us/ +Virginia,Wythe,Fort Chiswell,district,5119793615, Virginia,Wythe,Lead Mines,district,5119794183, Virginia,Wythe,Speedwell,district,5119795823, Virginia,Wythe,West Wytheville,district,5119796343, @@ -54351,7 +54351,7 @@ Virginia,York,2,district,5119991440, Virginia,York,3,district,5119991590, Virginia,York,4,district,5119991740, Virginia,York,5,district,5119991890, -Virginia,York,,county,51199, +Virginia,York,,county,51199,https://www.yorkcounty.gov/ Virginia,,Abbs Valley,CDP,5100110, Virginia,,Abingdon,town,5100148,https://www.abingdon-va.gov/ Virginia,,Accomac,town,5100180,https://www.accomac.org/ @@ -54378,7 +54378,7 @@ Virginia,,Austinville,CDP,5103656, Virginia,,Bailey's Crossroads,CDP,5104088, Virginia,,Barboursville,CDP,5104392, Virginia,,Baskerville,CDP,5104856, -Virginia,,Bassett,CDP,5104872,https://bassett.henry.k12.va.us/ +Virginia,,Bassett,CDP,5104872, Virginia,,Bastian,CDP,5104904, Virginia,,Basye,CDP,5104920, Virginia,,Bayside,CDP,5105200, @@ -54502,7 +54502,7 @@ Virginia,,Deerfield,CDP,5121872, Virginia,,Deltaville,CDP,5122064,https://deltavilleva.com/ Virginia,,Difficult Run,CDP,5122472, Virginia,,Dillwyn,town,5122560,https://dillwynva.org/ -Virginia,,Dinwiddie,CDP,5122576,https://www.dinwiddie.k12.va.us/ +Virginia,,Dinwiddie,CDP,5122576, Virginia,,Disputanta,CDP,5122640, Virginia,,Dooms,CDP,5122976, Virginia,,Doran,CDP,5123008, @@ -54660,7 +54660,7 @@ Virginia,,Lancaster,CDP,5143704, Virginia,,Lansdowne,CDP,5144048, Virginia,,Laurel,CDP,5144280, Virginia,,Laurel Hill,CDP,5144430, -Virginia,,Laurel Park,CDP,5144476,https://laurelpark.henry.k12.va.us/ +Virginia,,Laurel Park,CDP,5144476, Virginia,,Lawrenceville,town,5144520,https://lawrencevilleweb.us/ Virginia,,Laymantown,CDP,5144620, Virginia,,Lebanon Church,CDP,5144712,https://lebanonva.net/ @@ -54782,7 +54782,7 @@ Virginia,,Port Republic,CDP,5163896, Virginia,,Potomac Mills,CDP,5164152, Virginia,,Pound,town,5164272,https://poundva.gov/ Virginia,,Pounding Mill,CDP,5164288, -Virginia,,Powhatan,CDP,5164384,https://www.powhatan.k12.va.us/ +Virginia,,Powhatan,CDP,5164384, Virginia,,Prices Fork,CDP,5164512, Virginia,,Prince George,CDP,5164560,https://www.princegeorgeva.org/ Virginia,,Pulaski,town,5164880,https://www.pulaskitown.org/ @@ -54855,7 +54855,7 @@ Virginia,,St. Charles,CDP,5169792, Virginia,,St. Paul,town,5169936,https://discoverstpaulva.com/ Virginia,,Stafford Courthouse,CDP,5174916, Virginia,,Stanley,town,5175024,https://www.townofstanley.com/ -Virginia,,Stanleytown,CDP,5175040,https://stanleytown.henry.k12.va.us/ +Virginia,,Stanleytown,CDP,5175040, Virginia,,Stephens City,town,5175344,https://www.stephenscity.org/ Virginia,,Stevens Creek,CDP,5175440, Virginia,,Stewartsville,CDP,5175504, @@ -55117,7 +55117,7 @@ Washington,Skagit,Bay View,city,5305790144, Washington,Skagit,Bow,city,5305790272, Washington,Skagit,Burlington,city,5308920,https://burlingtonwa.gov/ Washington,Skagit,Clear Lake,region,5305790608, -Washington,Skagit,Conway,city,5305790768,https://conway.k12.wa.us/ +Washington,Skagit,Conway,city,5305790768, Washington,Skagit,East Skagit,city,5305790936, Washington,Skagit,La Conner,town,5336780,https://www.townoflaconner.org/ Washington,Skagit,Lake Cavanaugh,city,5305791560, @@ -55178,7 +55178,7 @@ Washington,Wahkiakum,Skamokawa,city,5306992992, Washington,Wahkiakum,,county,53069,http://www.co.wahkiakum.wa.us/ Washington,Walla Walla,Burbank,city,5307190368, Washington,Walla Walla,Eureka Flat,city,5307191104, -Washington,Walla Walla,Touchet,city,5307193488,https://www.touchet.k12.wa.us/ +Washington,Walla Walla,Touchet,city,5307193488, Washington,Walla Walla,Waitsburg,city,5375565,https://www.cityofwaitsburg.com/ Washington,Walla Walla,Walla Walla-College Place,city,5307193664,https://www.wallawallawa.gov/ Washington,Walla Walla,,county,53071,https://www.co.walla-walla.wa.us/ @@ -55275,7 +55275,7 @@ Washington,,Burley,CDP,5308885, Washington,,Camano,CDP,5309365, Washington,,Canterwood,CDP,5309810, Washington,,Canyon Creek,CDP,5309820, -Washington,,Carbonado,town,5309970,https://www.carbonado.k12.wa.us/ +Washington,,Carbonado,town,5309970, Washington,,Carlsborg,CDP,5310075,https://carlsborgwashington.com/ Washington,,Carnation,city,5310215,https://www.carnationwa.gov/ Washington,,Carson,CDP,5310320, @@ -55291,7 +55291,7 @@ Washington,,Chelan Falls,CDP,5311685, Washington,,Cheney,city,5311825,https://www.cityofcheney.org/ Washington,,Cherry Grove,CDP,5312015, Washington,,Chico,CDP,5312175, -Washington,,Chinook,CDP,5312315,https://chinook.nthurston.k12.wa.us/ +Washington,,Chinook,CDP,5312315, Washington,,Clallam Bay,CDP,5312525, Washington,,Clarkston Heights-Vineland,CDP,5312680, Washington,,Clayton,CDP,5312735, @@ -55321,7 +55321,7 @@ Washington,,Creston,town,5315710,https://crestonwa.gov/ Washington,,Crocker,CDP,5315780, Washington,,Curlew Lake,CDP,5316170, Washington,,Cusick,town,5316340,https://www.townofcusick.com/ -Washington,,Custer,CDP,5316375,https://custer.cloverpark.k12.wa.us/ +Washington,,Custer,CDP,5316375, Washington,,Dallesport,CDP,5316550, Washington,,Danville,CDP,5316585, Washington,,Dash Point,CDP,5316760, @@ -55543,7 +55543,7 @@ Washington,,Oak Harbor,city,5350360,https://www.oakharbor.gov/ Washington,,Oakesdale,town,5350325, Washington,,Ocean City,CDP,5350500, Washington,,Ocean Park,CDP,5350535, -Washington,,Ocosta,CDP,5350675,https://www.ocosta.k12.wa.us/ +Washington,,Ocosta,CDP,5350675, Washington,,Onalaska,CDP,5351410, Washington,,Orient,CDP,5351830, Washington,,Orting,city,5352005,https://www.cityoforting.org/ @@ -55665,7 +55665,7 @@ Washington,,Toppenish,city,5371960,http://www.toppenish.gov/ Washington,,Torboy,CDP,5371995, Washington,,Town and Country,CDP,5372170, Washington,,Tracyton,CDP,5372205, -Washington,,Trout Lake,CDP,5372450,https://www.troutlake.k12.wa.us/ +Washington,,Trout Lake,CDP,5372450, Washington,,Tukwila,city,5372625,https://www.tukwilawa.gov/ Washington,,Tumwater,city,5372905,https://www.ci.tumwater.wa.us/ Washington,,Twin Lakes,CDP,5373065, @@ -55732,7 +55732,7 @@ West Virginia,Braxton,Eastern,district,5400790968, West Virginia,Braxton,Northern,district,5400792346, West Virginia,Braxton,Southern,district,5400792922, West Virginia,Braxton,Western,district,5400793597, -West Virginia,Braxton,,county,54007,https://boe.brax.k12.wv.us/ +West Virginia,Braxton,,county,54007, West Virginia,Brooke,Follansbee,city,5428204,https://thecityoffollansbee.com/ West Virginia,Brooke,Weirton,city,5485156,https://www.cityofweirton.com/ West Virginia,Brooke,Wellsburg,city,5485324,https://www.cityofwellsburg.us/ @@ -55759,12 +55759,12 @@ West Virginia,Doddridge,,county,54017,https://www.doddridgecountywv.gov/ West Virginia,Fayette,New Haven,district,5401992280, West Virginia,Fayette,Plateau,district,5401992472, West Virginia,Fayette,Valley,district,5401993396, -West Virginia,Fayette,,county,54019,https://www.boe.faye.k12.wv.us/ +West Virginia,Fayette,,county,54019, West Virginia,Gilmer,Center,district,5402190408, West Virginia,Gilmer,City,district,5402190534, West Virginia,Gilmer,De Kalb-Troy,district,5402190758, West Virginia,Gilmer,Glenville,town,5432044, -West Virginia,Gilmer,,county,54021,https://boe.gilmer.k12.wv.us/ +West Virginia,Gilmer,,county,54021, West Virginia,Grant,Grant,district,5402391296, West Virginia,Grant,Milroy,district,5402392208, West Virginia,Grant,Union,district,5402393216, @@ -55780,7 +55780,7 @@ West Virginia,Hampshire,Mill Creek,district,5402792184, West Virginia,Hampshire,Romney,city,5470084,https://www.townofromney.com/ West Virginia,Hampshire,Sherman,district,5402792820, West Virginia,Hampshire,Springfield,district,5402792988, -West Virginia,Hampshire,,county,54027,https://boe.hampshire.k12.wv.us/ +West Virginia,Hampshire,,county,54027, West Virginia,Hancock,Butler,district,5402990312, West Virginia,Hancock,Clay,district,5402990540, West Virginia,Hancock,Grant,district,5402991308, @@ -55801,7 +55801,7 @@ West Virginia,Harrison,,county,54033,https://www.harrisoncountywv.com/ West Virginia,Jackson,Eastern,district,5403590976, West Virginia,Jackson,Northern,district,5403592353, West Virginia,Jackson,Western,district,5403593605, -West Virginia,Jackson,,county,54035,https://www.boe.jack.k12.wv.us/ +West Virginia,Jackson,,county,54035, West Virginia,Jefferson,Charles Town,city,5414610,https://www.charlestownwv.us/ West Virginia,Jefferson,Harpers Ferry,town,5435284,https://www.harpersferrywv.us/ West Virginia,Jefferson,Kabletown,district,5403791740, @@ -55852,7 +55852,7 @@ West Virginia,McDowell,,county,54047,https://mcdowellcountycommission.com/ West Virginia,Mercer,I,district,5405590900, West Virginia,Mercer,II,district,5405590912, West Virginia,Mercer,III,district,5405590924, -West Virginia,Mercer,,county,54055,https://boe.merc.k12.wv.us/ +West Virginia,Mercer,,county,54055, West Virginia,Mineral,1,district,5405790784,https://www.mineralwv.gov/ West Virginia,Mineral,2,district,5405790820, West Virginia,Mineral,3,district,5405790856, @@ -55868,11 +55868,11 @@ West Virginia,Mingo,,county,54059, West Virginia,Monongalia,Central,district,5406190456, West Virginia,Monongalia,Eastern,district,5406190983, West Virginia,Monongalia,Western,district,5406193612, -West Virginia,Monongalia,,county,54061,https://www.boe.mono.k12.wv.us/ +West Virginia,Monongalia,,county,54061, West Virginia,Monroe,Central,district,5406390457, West Virginia,Monroe,Eastern,district,5406390984, West Virginia,Monroe,Western,district,5406393613, -West Virginia,Monroe,,county,54063,https://boe.monroe.k12.wv.us/ +West Virginia,Monroe,,county,54063, West Virginia,Morgan,1,district,5406590786, West Virginia,Morgan,2,district,5406590822, West Virginia,Morgan,3,district,5406590858, @@ -56156,7 +56156,7 @@ West Virginia,,Gilbert Creek,CDP,5430777, West Virginia,,Glasgow,town,5431324,http://townofglasgow.org/ West Virginia,,Glen Dale,city,5431492,https://glendalewv.gov/ West Virginia,,Glen Ferris,CDP,5431732, -West Virginia,,Glen Fork,CDP,5431756,https://glenfork.wyom.k12.wv.us/ +West Virginia,,Glen Fork,CDP,5431756, West Virginia,,Glen Jean,CDP,5431876, West Virginia,,Glen White,CDP,5432068, West Virginia,,Grafton,city,5432716,https://www.graftonwv.org/ @@ -56208,7 +56208,7 @@ West Virginia,,Jefferson,CDP,5441010, West Virginia,,Junior,town,5442244, West Virginia,,Justice,CDP,5442292, West Virginia,,Justice Addition,CDP,5442316, -West Virginia,,Kanawha,CDP,5442388,https://kcs.kana.k12.wv.us/ +West Virginia,,Kanawha,CDP,5442388, West Virginia,,Kenova,city,5443180,https://kenovawv.com/ West Virginia,,Kermit,town,5443300, West Virginia,,Keyser,city,5443492,https://www.cityofkeyser.com/ @@ -56232,7 +56232,7 @@ West Virginia,,Lumberport,town,5449252, West Virginia,,Mabscott,town,5449492, West Virginia,,MacArthur,CDP,5449564, West Virginia,,Madison,city,5450524,https://madisonwv.org/ -West Virginia,,Malden,CDP,5450836,https://malden.kana.k12.wv.us/ +West Virginia,,Malden,CDP,5450836, West Virginia,,Mallory,CDP,5450860, West Virginia,,Man,town,5450932, West Virginia,,Mannington,city,5451100,https://www.cityofmannington.com/ @@ -56308,7 +56308,7 @@ West Virginia,,Poca,town,5464516, West Virginia,,Point Pleasant,city,5464708,https://visitpointpleasantwv.com/ West Virginia,,Powellton,CDP,5465284, West Virginia,,Pratt,town,5465356,https://townofpratt.com/ -West Virginia,,Prichard,CDP,5465596,https://prichard.wayn.k12.wv.us/ +West Virginia,,Prichard,CDP,5465596, West Virginia,,Prince,CDP,5465668, West Virginia,,Princeton,city,5465692,https://cityofprinceton.org/ West Virginia,,Prosperity,CDP,5465836, @@ -57546,7 +57546,7 @@ Wisconsin,Richland,Dayton,town,5510319000,https://daytonrcwi.gov/ Wisconsin,Richland,Eagle,town,5510321400,https://townofeaglewi.gov/ Wisconsin,Richland,Forest,town,5510326475,https://foresttownrcwi.gov/ Wisconsin,Richland,Henrietta,town,5510333925, -Wisconsin,Richland,Ithaca,town,5510337500,https://www.ithaca.k12.wi.us/ +Wisconsin,Richland,Ithaca,town,5510337500, Wisconsin,Richland,Lone Rock,village,5510345575,http://www.villageoflonerock.com/ Wisconsin,Richland,Marshall,town,5510349600, Wisconsin,Richland,Orion,town,5510360350,https://orionwi.gov/ @@ -58023,7 +58023,7 @@ Wisconsin,Wood,Vesper,village,5514182650,https://villageofvesper-wi.com/ Wisconsin,Wood,Wisconsin Rapids,city,5514188200,https://www.wirapids.gov/ Wisconsin,Wood,Wood,town,5514188575,https://townofwoodwi.com/ Wisconsin,Wood,,county,55141,https://www.woodcountywi.gov/ -Wisconsin,,Abbotsford,city,5500100,https://www.abbotsford.k12.wi.us/ +Wisconsin,,Abbotsford,city,5500100, Wisconsin,,Allens Grove,CDP,5501075, Wisconsin,,Allenton,CDP,5501100, Wisconsin,,Appleton,city,5501502375,https://appletonwi.gov/ @@ -58038,7 +58038,7 @@ Wisconsin,,Bayside,village,5505450,https://www.baysidewi.gov/ Wisconsin,,Bear Creek,town,5513505625,https://townofbearcreek.org/ Wisconsin,,Belleville,village,5502506300,https://www.bellevillewi.gov/ Wisconsin,,Berlin,town,5504706950,https://townberlinmcwi.gov/ -Wisconsin,,Big Foot Prairie,CDP,5507315,https://www.bigfoot.k12.wi.us/ +Wisconsin,,Big Foot Prairie,CDP,5507315, Wisconsin,,Birch Hill,CDP,5507532, Wisconsin,,Birnamwood,town,5511507625,https://townofbirnamwood.wi.gov/ Wisconsin,,Blanchardville,village,5504908125, @@ -58101,7 +58101,7 @@ Wisconsin,,Hazel Green,town,5504333525, Wisconsin,,Helenville,CDP,5533825, Wisconsin,,Herbster,CDP,5533975,https://herbsterwisconsin.com/ Wisconsin,,Hingham,CDP,5535000, -Wisconsin,,Holcombe,CDP,5535225,https://www.lakeholcombe.k12.wi.us/ +Wisconsin,,Holcombe,CDP,5535225, Wisconsin,,Houlton,CDP,5535900, Wisconsin,,Howard,village,5500935950,https://www.villageofhoward.com/ Wisconsin,,Humbird,CDP,5536400, From a07cd9562e4bbb1f5326b8c8631df1656f872f00 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 29 Jun 2026 21:16:17 -0600 Subject: [PATCH 36/39] More jurs --- compass/data/conus_jurisdictions.csv | 844 +++++++++++++-------------- 1 file changed, 422 insertions(+), 422 deletions(-) diff --git a/compass/data/conus_jurisdictions.csv b/compass/data/conus_jurisdictions.csv index 722cc0f2..f05eb53e 100644 --- a/compass/data/conus_jurisdictions.csv +++ b/compass/data/conus_jurisdictions.csv @@ -20018,7 +20018,7 @@ Louisiana,,Mangham,town,2248260, Louisiana,,Mansfield,city,2248365,https://www.cityofmansfield.net/ Louisiana,,Mansura,town,2248400,https://www.townofmansura.com/ Louisiana,,Many,town,2248470,https://www.townofmany.org/ -Louisiana,,Maringouin,town,2248610, +Louisiana,,Maringouin,town,2248610,https://townofmaringouin.net/ Louisiana,,Marion,town,2248645,https://marionla.org/ Louisiana,,Marksville,city,2248750,https://www.cityofmarksville.com/ Louisiana,,Marrero,CDP,2248785, @@ -20027,7 +20027,7 @@ Louisiana,,Martin,village,2248925, Louisiana,,Mathews,CDP,2249170, Louisiana,,Maurice,village,2249240, Louisiana,,McNary,village,2247315, -Louisiana,,Melville,town,2249730, +Louisiana,,Melville,town,2249730,https://www.melvillela.com/ Louisiana,,Mer Rouge,village,2249905, Louisiana,,Meraux,CDP,2249800, Louisiana,,Mermentau,village,2249870, @@ -20076,7 +20076,7 @@ Louisiana,,Oak Hills Place,CDP,2256855, Louisiana,,Oak Ridge,village,2257205, Louisiana,,Oakdale,city,2256540,https://www.cityofoakdalela.org/ Louisiana,,Oberlin,town,2257450,https://oberlin.municipalimpact.com/ -Louisiana,,Oil City,town,2257590, +Louisiana,,Oil City,town,2257590,https://www.townofoilcity.com/ Louisiana,,Old Jefferson,CDP,2257705, Louisiana,,Olla,town,2257905,http://www.townofolla.com/ Louisiana,,Opelousas,city,2258045,http://www.cityofopelousas.com/ @@ -20136,7 +20136,7 @@ Louisiana,,Rodessa,village,2265710, Louisiana,,Romeville,CDP,2265850, Louisiana,,Rosedale,village,2266060,http://www.rosedalela.com/ Louisiana,,Roseland,town,2266165,https://www.townofroseland.org/ -Louisiana,,Rosepine,town,2266200, +Louisiana,,Rosepine,town,2266200,https://townofrosepine.com/ Louisiana,,Ruston,city,2266655,http://ruston.org/ Louisiana,,Saline,village,2267880, Louisiana,,Sarepta,town,2268125,https://townofsarepta.com/ @@ -20166,7 +20166,7 @@ Louisiana,,Springhill,city,2272485,https://www.springhilllouisiana.gov/ Louisiana,,St. Francisville,town,2267215,https://stfrancisville.net/ Louisiana,,St. Gabriel,city,2267250,https://cityofstgabriel.us/ Louisiana,,St. James,CDP,2267355, -Louisiana,,St. Joseph,town,2267495, +Louisiana,,St. Joseph,town,2267495,https://www.stjoela.com/ Louisiana,,St. Martinville,city,2267600, Louisiana,,St. Maurice,CDP,2267635, Louisiana,,St. Rose,CDP,2267740, @@ -20262,7 +20262,7 @@ Maine,Aroostook,Dyer Brook,town,2300319210, Maine,Aroostook,Eagle Lake,town,2300319420,https://townofeaglelake.org/ Maine,Aroostook,Easton,town,2300321380,https://www.eastonme.com/ Maine,Aroostook,Fort Fairfield,town,2300325615,https://www.fortfairfield.org/ -Maine,Aroostook,Fort Kent,town,2300325755, +Maine,Aroostook,Fort Kent,town,2300325755,https://www.fortkent.org/ Maine,Aroostook,Frenchville,town,2300326735,https://www.frenchville.org/ Maine,Aroostook,Garfield,plantation,2300327120, Maine,Aroostook,Glenwood,plantation,2300327855, @@ -20330,7 +20330,7 @@ Maine,Cumberland,Gorham,town,2300528240,https://www.gorhammaine.gov/ Maine,Cumberland,Gray,town,2300528870,https://www.graymaine.org/ Maine,Cumberland,Harpswell,town,2300531390,http://www.harpswell.maine.gov/ Maine,Cumberland,Harrison,town,2300531600,http://www.harrisonmaine.org/ -Maine,Cumberland,Long Island,town,2300541067, +Maine,Cumberland,Long Island,town,2300541067,https://townoflongisland.us/ Maine,Cumberland,Naples,town,2300548085,https://www.townofnaples.org/ Maine,Cumberland,New Gloucester,town,2300548820,http://www.newgloucester.com/ Maine,Cumberland,North Yarmouth,town,2300553860,https://www.northyarmouth.org/ @@ -20394,7 +20394,7 @@ Maine,Hancock,Hancock,town,2300930970,https://hancockmaine.org/ Maine,Hancock,Lamoine,town,2300938180,https://www.lamoine-me.gov/ Maine,Hancock,Mariaville,town,2300943430,https://www.mariavilleme.gov/ Maine,Hancock,Marshall Island,unorganized territory,2300943578, -Maine,Hancock,Mount Desert,town,2300947630, +Maine,Hancock,Mount Desert,town,2300947630,https://www.mtdesert.org/ Maine,Hancock,Northwest Hancock,unorganized territory,2300953620, Maine,Hancock,Orland,town,2300955505,https://townoforland.org/ Maine,Hancock,Osborn,town,2300955855,https://www.osbornmaine.org/ @@ -20461,12 +20461,12 @@ Maine,Knox,South Thomaston,town,2301372585,https://souththomaston.me/ Maine,Knox,St. George,town,2301365130,http://www.stgeorgemaine.com/ Maine,Knox,Thomaston,town,2301376365,https://thomastonmaine.gov/ Maine,Knox,Union,town,2301378115,https://www.union.maine.gov/ -Maine,Knox,Vinalhaven,town,2301379130, +Maine,Knox,Vinalhaven,town,2301379130,https://www.townofvinalhaven.org/ Maine,Knox,Warren,town,2301380215,https://warrenmaine.org/ Maine,Knox,Washington,town,2301380425,https://www.washington.maine.gov/ Maine,Knox,,county,23013,http://knoxcountymaine.gov/ Maine,Lincoln,Alna,town,2301501010,http://alna.maine.gov/ -Maine,Lincoln,Boothbay,town,2301506050, +Maine,Lincoln,Boothbay,town,2301506050,https://www.townofboothbay.org/ Maine,Lincoln,Boothbay Harbor,town,2301506120,https://www.boothbayharbor.org/ Maine,Lincoln,Bremen,town,2301506855,http://www.bremenmaine.org/ Maine,Lincoln,Bristol,town,2301507485,https://www.bristolmaine.org/ @@ -20584,7 +20584,7 @@ Maine,Penobscot,Penobscot Indian Island,reservation,2301957936,https://www.penob Maine,Penobscot,Plymouth,town,2301959950,https://www.townofplymouthmaine.com/ Maine,Penobscot,Prentiss,unorganized territory,2301960790, Maine,Penobscot,Seboeis,plantation,2301967160, -Maine,Penobscot,Springfield,town,2301973250, +Maine,Penobscot,Springfield,town,2301973250,https://springfieldmaine.weebly.com/ Maine,Penobscot,Stacyville,town,2301973600, Maine,Penobscot,Stetson,town,2301974055,http://www.stetsonmaine.net/ Maine,Penobscot,Twombly Ridge,unorganized territory,2301978015, @@ -20659,7 +20659,7 @@ Maine,Somerset,Pittsfield,town,2302559005,https://www.pittsfieldmaine.gov/ Maine,Somerset,Pleasant Ridge,plantation,2302559705, Maine,Somerset,Ripley,town,2302562995, Maine,Somerset,Seboomook Lake,unorganized territory,2302567238, -Maine,Somerset,Skowhegan,town,2302568910, +Maine,Somerset,Skowhegan,town,2302568910,https://www.skowhegan.org/ Maine,Somerset,Smithfield,town,2302569155,https://smithfieldmaine.us/ Maine,Somerset,Solon,town,2302569505,https://solon.maine.gov/ Maine,Somerset,St. Albans,town,2302564850,https://townofstalbans.net/ @@ -20761,7 +20761,7 @@ Maine,York,Limerick,town,2303139195,https://limerickme.org/ Maine,York,Limington,town,2303139405,https://limingtonmaine.gov/ Maine,York,Lyman,town,2303141750,http://www.lyman-me.gov/ Maine,York,Newfield,town,2303148750,https://newfieldme.org/ -Maine,York,North Berwick,town,2303150325, +Maine,York,North Berwick,town,2303150325,https://www.townofnorthberwick.org/ Maine,York,Ogunquit,town,2303154980,https://www.ogunquit.gov/ Maine,York,Old Orchard Beach,town,2303155085,https://www.oobmaine.com/ Maine,York,Parsonsfield,town,2303156870,https://www.parsonsfield.org/ @@ -20825,21 +20825,21 @@ Maryland,Allegany,"8, Westernport/Luke",district,2400190647, Maryland,Allegany,"9, Barton",district,2400190740, Maryland,Allegany,,county,24001,https://www.alleganygov.org/ Maryland,Anne Arundel,1,district,2400390008,https://www.aacounty.org/ -Maryland,Anne Arundel,2,district,2400390100, -Maryland,Anne Arundel,3,district,2400390192, +Maryland,Anne Arundel,2,district,2400390100,https://www.aacounty.org/ +Maryland,Anne Arundel,3,district,2400390192,https://www.aacounty.org/ Maryland,Anne Arundel,4,district,2400390284, Maryland,Anne Arundel,5,district,2400390376, -Maryland,Anne Arundel,6,district,2400390468, +Maryland,Anne Arundel,6,district,2400390468,https://www.aacounty.org/ Maryland,Anne Arundel,7,district,2400390560, Maryland,Anne Arundel,,county,24003,http://www.aacounty.org/ -Maryland,Baltimore,1,district,2400590012, +Maryland,Baltimore,1,district,2400590012,https://www.baltimorecountymd.gov/ Maryland,Baltimore,10,district,2400590840, Maryland,Baltimore,11,district,2400590932, Maryland,Baltimore,12,district,2400591020, Maryland,Baltimore,13,district,2400591112, Maryland,Baltimore,14,district,2400591204, Maryland,Baltimore,15,district,2400591296, -Maryland,Baltimore,2,district,2400590104, +Maryland,Baltimore,2,district,2400590104,https://www.baltimorecountymd.gov/ Maryland,Baltimore,3,district,2400590196, Maryland,Baltimore,4,district,2400590288, Maryland,Baltimore,5,district,2400590380, @@ -20862,7 +20862,7 @@ Maryland,Caroline,"6, Hillsboro",district,2401190480, Maryland,Caroline,"7, Ridgely",district,2401190572, Maryland,Caroline,"8, American Corner",district,2401190664, Maryland,Caroline,,county,24011,http://www.carolinemd.org/ -Maryland,Carroll,"1, Taneytown",district,2401390024, +Maryland,Carroll,"1, Taneytown",district,2401390024,https://www.taneytownmd.gov/ Maryland,Carroll,"10, Middleburg",district,2401390852, Maryland,Carroll,"11, New Windsor",district,2401390940, Maryland,Carroll,"12, Union Bridge",district,2401391032, @@ -20877,24 +20877,24 @@ Maryland,Carroll,"7, Westminster",district,2401390576, Maryland,Carroll,"8, Hampstead",district,2401390668, Maryland,Carroll,"9, Franklin",district,2401390760, Maryland,Carroll,,county,24013,https://carrollcountymd.gov/ -Maryland,Cecil,"1, Cecilton",district,2401590028, +Maryland,Cecil,"1, Cecilton",district,2401590028,https://www.ceciltonmd.gov/ Maryland,Cecil,"2, Chesapeake City",district,2401590120,https://www.chesapeakecity-md.gov/ Maryland,Cecil,"3, Elkton",district,2401590212, Maryland,Cecil,"4, Fair Hill",district,2401590304, Maryland,Cecil,"5, North East",district,2401590396,https://www.northeastmd.org/ Maryland,Cecil,"6, Rising Sun",district,2401590488, -Maryland,Cecil,"7, Port Deposit",district,2401590580, +Maryland,Cecil,"7, Port Deposit",district,2401590580,https://www.portdeposit.org/ Maryland,Cecil,"8, Oakwood",district,2401590672, Maryland,Cecil,"9, Calvert",district,2401590764, Maryland,Cecil,,county,24015,https://www.cecilcountymd.gov/ Maryland,Charles,"1, La Plata",district,2401790032, Maryland,Charles,"10, Marbury",district,2401790860, Maryland,Charles,"2, Hill Top",district,2401790124, -Maryland,Charles,"3, Nanjemoy",district,2401790216, +Maryland,Charles,"3, Nanjemoy",district,2401790216,https://www.charlescountymd.gov/ Maryland,Charles,"4, Allens Fresh",district,2401790308, Maryland,Charles,"5, Thompkinsville",district,2401790400, -Maryland,Charles,"6, Waldorf",district,2401790492, -Maryland,Charles,"7, Pomonkey",district,2401790584, +Maryland,Charles,"6, Waldorf",district,2401790492,https://www.charlescountymd.gov/ +Maryland,Charles,"7, Pomonkey",district,2401790584,https://www.charlescountymd.gov/ Maryland,Charles,"8, Bryantown",district,2401790676, Maryland,Charles,"9, Hughesville",district,2401790768, Maryland,Charles,,county,24017,http://www.charlescountymd.gov/ @@ -20948,7 +20948,7 @@ Maryland,Garrett,"1, Swanton",district,2402390044, Maryland,Garrett,"10, Deer Park",district,2402390872, Maryland,Garrett,"11, The Elbow",district,2402390960, Maryland,Garrett,"12, Bittinger",district,2402391052, -Maryland,Garrett,"13, Kitzmiller",district,2402391144, +Maryland,Garrett,"13, Kitzmiller",district,2402391144,https://www.garrettcountymd.gov/ Maryland,Garrett,"14, West Oakland",district,2402391236, Maryland,Garrett,"15, Avilton",district,2402391328, Maryland,Garrett,"16, Mountain Lake Park",district,2402391420, @@ -20966,7 +20966,7 @@ Maryland,Harford,"2, Halls Cross Roads",district,2402590140, Maryland,Harford,"3, Bel Air",district,2402590232, Maryland,Harford,"4, Marshall",district,2402590324, Maryland,Harford,"5, Dublin",district,2402590416, -Maryland,Harford,"6, Havre de Grace",district,2402590508, +Maryland,Harford,"6, Havre de Grace",district,2402590508,https://havredegracemd.gov/ Maryland,Harford,,county,24025,https://www.harfordcountymd.gov/ Maryland,Howard,"1, Elkridge",district,2402790052, Maryland,Howard,"2, Ellicott City",district,2402790144, @@ -21020,7 +21020,7 @@ Maryland,Prince George's,"8, Aquasco",district,2403390708, Maryland,Prince George's,"9, Surratts",district,2403390800, Maryland,Prince George's,,county,24033,https://www.princegeorgescountymd.gov/ Maryland,Queen Anne's,"1, Dixon",district,2403590068, -Maryland,Queen Anne's,"2, Church Hill",district,2403590160, +Maryland,Queen Anne's,"2, Church Hill",district,2403590160,https://churchhillmd.com/ Maryland,Queen Anne's,"3, Centreville",district,2403590252, Maryland,Queen Anne's,"4, Kent Island",district,2403590344, Maryland,Queen Anne's,"5, Queenstown",district,2403590436, @@ -21050,10 +21050,10 @@ Maryland,St. Mary's,"4, Chaptico",district,2403790348, Maryland,St. Mary's,"5, Mechanicsville",district,2403790440, Maryland,St. Mary's,"6, Patuxent",district,2403790532, Maryland,St. Mary's,"7, Milestown",district,2403790624, -Maryland,St. Mary's,"8, Bay",district,2403790716, +Maryland,St. Mary's,"8, Bay",district,2403790716,https://www.stmaryscountymd.gov/ Maryland,St. Mary's,"9, St. George Island",district,2403790808, Maryland,St. Mary's,,county,24037,https://www.stmaryscountymd.gov/ -Maryland,Talbot,"1, Easton",district,2404190080, +Maryland,Talbot,"1, Easton",district,2404190080,https://talbotcountymd.gov/ Maryland,Talbot,"2, St. Michaels",district,2404190172, Maryland,Talbot,"3, Trappe",district,2404190264, Maryland,Talbot,"4, Chapel",district,2404190356, @@ -21073,17 +21073,17 @@ Maryland,Washington,"19, Keedysville",district,2404391736, Maryland,Washington,"2, Williamsport",district,2404390176, Maryland,Washington,"20, Downsville",district,2404391828, Maryland,Washington,"21, Hagerstown",district,2404391920,https://www.washco-md.net/ -Maryland,Washington,"22, Hagerstown",district,2404392012, +Maryland,Washington,"22, Hagerstown",district,2404392012,https://www.washco-md.net/ Maryland,Washington,"23, Wilsons",district,2404392104, Maryland,Washington,"24, Cedar Lawn",district,2404392196, Maryland,Washington,"25, Hagerstown",district,2404392288,https://www.washco-md.net/ Maryland,Washington,"26, Halfway",district,2404392380, Maryland,Washington,"27, Fountain Head",district,2404392472, -Maryland,Washington,"3, Hagerstown",district,2404390268, +Maryland,Washington,"3, Hagerstown",district,2404390268,https://www.washco-md.net/ Maryland,Washington,"4, Clear Spring",district,2404390360, Maryland,Washington,"5, Hancock",district,2404390452,https://townofhancock.org/ Maryland,Washington,"6, Boonsboro",district,2404390544, -Maryland,Washington,"7, Smithsburg",district,2404390636, +Maryland,Washington,"7, Smithsburg",district,2404390636,https://www.washco-md.net/ Maryland,Washington,"8, Rohrersville",district,2404390728, Maryland,Washington,"9, Leitersburg",district,2404390820, Maryland,Washington,,county,24043,https://www.washco-md.net/ @@ -21103,7 +21103,7 @@ Maryland,Wicomico,"7, Trappe",district,2404590640, Maryland,Wicomico,"8, Nutters",district,2404590732, Maryland,Wicomico,"9, Salisbury",district,2404590824, Maryland,Wicomico,,county,24045,http://www.wicomicocounty.org/ -Maryland,Worcester,"1, Southern",district,2404790092, +Maryland,Worcester,"1, Southern",district,2404790092,https://www.worcestermd.gov/ Maryland,Worcester,"2, Central",district,2404790184, Maryland,Worcester,"3, Sinepuxent",district,2404790276, Maryland,Worcester,"4, Western",district,2404790368, @@ -21778,7 +21778,7 @@ Massachusetts,Franklin,Monroe,town,2501142040, Massachusetts,Franklin,Montague,town,2501142285,https://montague-ma.gov/ Massachusetts,Franklin,New Salem,town,2501145490, Massachusetts,Franklin,Northfield,town,2501147835,https://www.northfieldma.gov/ -Massachusetts,Franklin,Orange,town,2501151265, +Massachusetts,Franklin,Orange,town,2501151265,https://www.townoforange.org/ Massachusetts,Franklin,Rowe,town,2501158335,http://www.rowe-ma.gov/ Massachusetts,Franklin,Shelburne,town,2501161135,https://townofshelburnema.gov/ Massachusetts,Franklin,Shutesbury,town,2501161905,http://shutesbury.org/ @@ -21807,7 +21807,7 @@ Massachusetts,Hampden,Southwick,town,2501365825,http://www.southwickma.org/ Massachusetts,Hampden,Springfield,city,2501367000,https://www.springfield-ma.gov/ Massachusetts,Hampden,Tolland,town,2501370045,https://www.tolland-ma.gov/ Massachusetts,Hampden,Wales,town,2501372390,https://www.townofwales.net/ -Massachusetts,Hampden,West Springfield Town,city,2501377890, +Massachusetts,Hampden,West Springfield Town,city,2501377890,https://www.townofwestspringfield.org/ Massachusetts,Hampden,Westfield,city,2501376030,https://www.cityofwestfield.org/ Massachusetts,Hampden,Wilbraham,town,2501379740,https://www.wilbraham-ma.gov/ Massachusetts,Hampden,,county,25013,https://www.hampdenma.gov/ @@ -21960,7 +21960,7 @@ Massachusetts,Worcester,Blackstone,town,2502706015,https://www.townofblackstone. Massachusetts,Worcester,Bolton,town,2502706365,https://www.bolton-ma.gov/ Massachusetts,Worcester,Boylston,town,2502707525,https://www.boylston-ma.gov/ Massachusetts,Worcester,Brookfield,town,2502709105,https://www.brookfieldma.us/ -Massachusetts,Worcester,Charlton,town,2502712715, +Massachusetts,Worcester,Charlton,town,2502712715,https://www.townofcharlton.net/ Massachusetts,Worcester,Clinton,town,2502714395,https://www.clintonma.gov/ Massachusetts,Worcester,Douglas,town,2502717300,https://www.douglas-ma.gov/ Massachusetts,Worcester,Dudley,town,2502717685,http://www.dudleyma.gov/ @@ -22104,9 +22104,9 @@ Michigan,Alcona,Greenbush,township,2600134820,https://greenbushtwp.net/ Michigan,Alcona,Gustin,township,2600135740,http://gustintwp.com/ Michigan,Alcona,Harrisville,city,2600136860,https://harrisvillemi.org/ Michigan,Alcona,Hawes,township,2600137220,https://hawestwp.com/ -Michigan,Alcona,Haynes,township,2600137380, +Michigan,Alcona,Haynes,township,2600137380,https://haynestwp.com/ Michigan,Alcona,Mikado,township,2600153880,https://mikadotwp.com/ -Michigan,Alcona,Millen,township,2600154060, +Michigan,Alcona,Millen,township,2600154060,http://millentownship.com/ Michigan,Alcona,Mitchell,township,2600154740,http://www.mitchelltownship.org/ Michigan,Alcona,,county,26001,https://alconacountymi.com/ Michigan,Alger,Au Train,township,2600304460,https://www.autraintownship.gov/ @@ -22151,19 +22151,19 @@ Michigan,Alpena,Green,township,2600734740,https://greentownshipmi.org/ Michigan,Alpena,Long Rapids,township,2600749360, Michigan,Alpena,Maple Ridge,township,2600751220, Michigan,Alpena,Ossineke,township,2600761520,https://ossineketownship.com/ -Michigan,Alpena,Sanborn,township,2600771240, +Michigan,Alpena,Sanborn,township,2600771240,https://sanborntwp.com/ Michigan,Alpena,Wellington,township,2600785180, Michigan,Alpena,Wilson,township,2600787680,https://wilsontownshipalpena.com/ Michigan,Alpena,,county,26007,http://www.alpenacounty.org/ Michigan,Antrim,Banks,township,2600905240,https://bankstownshipmi.gov/ Michigan,Antrim,Central Lake,village,2614400,https://centrallakemi.org/ -Michigan,Antrim,Chestonia,township,2600915380, +Michigan,Antrim,Chestonia,township,2600915380,https://www.chestoniatownship.com/ Michigan,Antrim,Custer,township,2600919400,https://www.custertownshipantrim.org/ Michigan,Antrim,Echo,township,2600924640,https://echotownship.org/ Michigan,Antrim,Elk Rapids,village,2625320,https://www.elkrapids.org/ Michigan,Antrim,Forest Home,township,2600929600,http://www.foresthometwp.com/ Michigan,Antrim,Helena,township,2600937500,https://helenatownshipmichigan.gov/ -Michigan,Antrim,Jordan,township,2600941960, +Michigan,Antrim,Jordan,township,2600941960,https://jordan-township.org/ Michigan,Antrim,Kearney,township,2600942400,https://kearneytownship.org/ Michigan,Antrim,Mancelona,village,2650620,https://villageofmancelona.org/ Michigan,Antrim,Milton,township,2600954440,https://miltontownshipmi.gov/ @@ -22181,7 +22181,7 @@ Michigan,Arenac,Mason,township,2601152120, Michigan,Arenac,Moffatt,township,2601154800,http://www.moffatttownship.gov/ Michigan,Arenac,Omer,city,2601160660,https://www.cityofomer.com/ Michigan,Arenac,Sims,township,2601174020,https://simstownship.org/ -Michigan,Arenac,Standish,city,2601176120, +Michigan,Arenac,Standish,city,2601176120,https://www.cityofstandish.com/ Michigan,Arenac,Turner,village,2680820, Michigan,Arenac,Whitney,township,2601187080,https://whitneytownship.gov/ Michigan,Arenac,,county,26011,https://www.arenaccountymi.gov/ @@ -22198,7 +22198,7 @@ Michigan,Barry,Carlton,township,2601513340,https://www.carltontownship.org/ Michigan,Barry,Castleton,township,2601513960, Michigan,Barry,Hastings,city,2601537120,https://www.hastingsmi.gov/ Michigan,Barry,Hope,township,2601539120,http://www.hopetwp.com/ -Michigan,Barry,Irving,township,2601541120, +Michigan,Barry,Irving,township,2601541120,https://www.irvingtownship.org/ Michigan,Barry,Johnstown,township,2601541860,https://johnstowntwpmi.gov/ Michigan,Barry,Maple Grove,township,2601550960, Michigan,Barry,Orangeville,township,2601560980,http://www.orangevilletownship.org/ @@ -22273,7 +22273,7 @@ Michigan,Branch,California,township,2602312560, Michigan,Branch,Coldwater,city,2602317020, Michigan,Branch,Gilead,township,2602332120, Michigan,Branch,Girard,township,2602332280,http://girardtownship.net/ -Michigan,Branch,Kinderhook,township,2602343260, +Michigan,Branch,Kinderhook,township,2602343260,https://kinderhooktownship.com/ Michigan,Branch,Matteson,township,2602352400, Michigan,Branch,Noble,township,2602357860, Michigan,Branch,Ovid,township,2602361840,https://ovidtownship.org/ @@ -22300,7 +22300,7 @@ Michigan,Calhoun,Marshall,city,2602551940, Michigan,Calhoun,Newton,township,2602557620,https://newtontwp.org/ Michigan,Calhoun,Pennfield,charter township,2602563440,https://pennfieldmi.gov/ Michigan,Calhoun,Sheridan,township,2602572980,http://sheridantwp.com/ -Michigan,Calhoun,Springfield,city,2602575700, +Michigan,Calhoun,Springfield,city,2602575700,https://www.springfieldmich.com/ Michigan,Calhoun,Tekonsha,village,2679160,https://villageoftekonsha.com/ Michigan,Calhoun,,county,26025,https://www.calhouncountymi.gov/ Michigan,Cass,Calvin,township,2602712620,https://www.calvintownship.org/ @@ -22311,7 +22311,7 @@ Michigan,Cass,LaGrange,township,2602744140,https://www.lagrangetownshipmi.com/ Michigan,Cass,Marcellus,village,2651460,https://villageofmarcellus.org/ Michigan,Cass,Mason,township,2602752140,https://www.masontownship.org/ Michigan,Cass,Milton,township,2602754460, -Michigan,Cass,Newberg,township,2602757120, +Michigan,Cass,Newberg,township,2602757120,https://newbergtwp.com/ Michigan,Cass,Ontwa,township,2602760900,https://www.ontwatwp.org/ Michigan,Cass,Penn,township,2602763380,https://www.penntwpmi.org/ Michigan,Cass,Pokagon,township,2602765300,https://pokagontownshipmi.gov/ @@ -22323,7 +22323,7 @@ Michigan,Cass,,county,26027,http://www.casscountymi.org/ Michigan,Charlevoix,Bay,township,2602906000,http://baytownshipmi.org/ Michigan,Charlevoix,Boyne City,city,2602909820,https://www.boynecity.gov/ Michigan,Charlevoix,Boyne Valley,township,2602909860,https://boynevalleymi.gov/ -Michigan,Charlevoix,Chandler,township,2602914560, +Michigan,Charlevoix,Chandler,township,2602914560,http://www.chandlertownship.org/ Michigan,Charlevoix,Charlevoix,city,2602914780,https://www.charlevoixmi.gov/ Michigan,Charlevoix,East Jordan,city,2602924020,https://www.eastjordancity.org/ Michigan,Charlevoix,Evangeline,township,2602926580,http://evangelinetwp.org/ @@ -22409,7 +22409,7 @@ Michigan,Clinton,Olive,township,2603760440,https://olivetownshipccmi.gov/ Michigan,Clinton,Riley,township,2603768600,http://www.rileytownshipclintoncountymichigan.com/ Michigan,Clinton,St. Johns,city,2603770940,https://downtownstjohnsmi.com/ Michigan,Clinton,Victor,township,2603782320,https://victortwp.org/ -Michigan,Clinton,Watertown,charter township,2603784400, +Michigan,Clinton,Watertown,charter township,2603784400,https://www.watertownmi.gov/ Michigan,Clinton,Westphalia,village,2686120, Michigan,Clinton,,county,26037,http://clinton-county.org/ Michigan,Crawford,Beaver Creek,township,2603906600,http://beavercreektownship.com/ @@ -22436,7 +22436,7 @@ Michigan,Delta,Masonville,township,2604152220, Michigan,Delta,Nahma,township,2604156500,https://www.nahmatownship.us/ Michigan,Delta,Wells,township,2604185240,https://www.wellsdeltami.net/ Michigan,Delta,,county,26041,https://deltacountymi.gov/ -Michigan,Dickinson,Breen,township,2604310200, +Michigan,Dickinson,Breen,township,2604310200,https://www.breentownship.com/ Michigan,Dickinson,Breitung,charter township,2604310220,https://www.breitungtownshipmi.gov/ Michigan,Dickinson,Felch,township,2604327660,https://felchtownship.gov/ Michigan,Dickinson,Iron Mountain,city,2604340960,http://www.ironmountainmi.gov/ @@ -22456,9 +22456,9 @@ Michigan,Eaton,Delta,charter township,2604521520,http://www.deltami.gov/ Michigan,Eaton,Eaton,township,2604524520,https://eatontownship.com/ Michigan,Eaton,Eaton Rapids,city,2604524540,https://www.cityofeatonrapids.gov/ Michigan,Eaton,Hamlin,township,2604536200, -Michigan,Eaton,Kalamo,township,2604542220, +Michigan,Eaton,Kalamo,township,2604542220,https://kalamotownship-mi.gov/ Michigan,Eaton,Olivet,city,2604560580,https://cityofolivet.org/ -Michigan,Eaton,Oneida,charter township,2604560700, +Michigan,Eaton,Oneida,charter township,2604560700,https://oneidatownship.org/ Michigan,Eaton,Potterville,city,2604566100,https://pottervillemi.org/ Michigan,Eaton,Roxand,township,2604570020, Michigan,Eaton,Sunfield,village,2677420,https://www.villageofsunfieldmi.com/ @@ -22515,10 +22515,10 @@ Michigan,Gladwin,Butman,township,2605112180,https://butmantwp.com/ Michigan,Gladwin,Clement,township,2605116360,https://clementtwp.org/ Michigan,Gladwin,Gladwin,city,2605132320,https://www.gladwin.org/ Michigan,Gladwin,Grim,township,2605135340, -Michigan,Gladwin,Grout,township,2605135620, +Michigan,Gladwin,Grout,township,2605135620,https://grouttownship.org/ Michigan,Gladwin,Hay,township,2605137300,https://haytownship.org/ Michigan,Gladwin,Sage,township,2605170500,https://www.sagetownship.org/ -Michigan,Gladwin,Secord,township,2605172240, +Michigan,Gladwin,Secord,township,2605172240,https://secordtwp.com/ Michigan,Gladwin,Sherman,township,2605173140,https://shermantownshipgladwin.com/ Michigan,Gladwin,Tobacco,township,2605179860,https://tobaccotownship.org/ Michigan,Gladwin,,county,26051,https://gladwincounty-mi.gov/ @@ -22595,7 +22595,7 @@ Michigan,Houghton,Laird,township,2606144220,https://lairdtownship.org/ Michigan,Houghton,Osceola,township,2606161260,http://www.osceolatownship.org/ Michigan,Houghton,Portage,charter township,2606165540,http://www.portagetownship.info/ Michigan,Houghton,Quincy,township,2606166680, -Michigan,Houghton,Schoolcraft,township,2606171840, +Michigan,Houghton,Schoolcraft,township,2606171840,https://www.schoolcrafttownship.net/ Michigan,Houghton,Stanton,township,2606176200,https://www.stantontownship.com/ Michigan,Houghton,Torch Lake,township,2606180120,http://www.torchlaketownship.com/ Michigan,Houghton,,county,26061,http://www.houghtoncounty.net/ @@ -22609,12 +22609,12 @@ Michigan,Huron,Colfax,township,2606317140,http://colfaxtwp-huron.com/ Michigan,Huron,Dwight,township,2606323540, Michigan,Huron,Fairhaven,township,2606327120,https://www.fairhaventownship.com/ Michigan,Huron,Gore,township,2606333080, -Michigan,Huron,Grant,township,2606334260, +Michigan,Huron,Grant,township,2606334260,https://granttwpstclairmi.gov/ Michigan,Huron,Harbor Beach,city,2606336460,https://www.harborbeach.com/ Michigan,Huron,Hume,township,2606339960,http://www.humetownship.com/ Michigan,Huron,Huron,township,2606340020,https://hurontownship-thumbofmi.com/ Michigan,Huron,Lake,township,2606344300,http://www.laketownship.net/ -Michigan,Huron,Lincoln,township,2606347640, +Michigan,Huron,Lincoln,township,2606347640,https://www.lctberrien.org/ Michigan,Huron,McKinley,township,2606350360, Michigan,Huron,Meade,township,2606352600, Michigan,Huron,Oliver,township,2606360520,http://www.olivertwp.net/ @@ -22632,7 +22632,7 @@ Michigan,Huron,Winsor,township,2606387960, Michigan,Huron,,county,26063,http://co.huron.mi.us/ Michigan,Ingham,Alaiedon,township,2606500800,https://www.alaiedontwp.com/ Michigan,Ingham,Aurelius,township,2606504240,https://www.aureliustwp.org/ -Michigan,Ingham,Bunker Hill,township,2606511640, +Michigan,Ingham,Bunker Hill,township,2606511640,https://www.bunkerhilltownship.org/ Michigan,Ingham,Delhi,charter township,2606521420,https://www.delhitownshipmi.gov/ Michigan,Ingham,Ingham,township,2606540640,http://www.inghamtownship.com/ Michigan,Ingham,Leroy,township,2606547080,https://leroytwp.com/ @@ -22640,7 +22640,7 @@ Michigan,Ingham,Leslie,city,2606547180,https://www.cityofleslie.org/ Michigan,Ingham,Locke,township,2606549040,https://locketwp.com/ Michigan,Ingham,Mason,city,2606552180,https://www.mason.mi.us/ Michigan,Ingham,Meridian,charter township,2606553140,http://www.meridian.mi.us/ -Michigan,Ingham,Onondaga,township,2606560800, +Michigan,Ingham,Onondaga,township,2606560800,https://onondagatownship.org/ Michigan,Ingham,Stockbridge,village,2676560,https://villageofstockbridgemi.gov/ Michigan,Ingham,Vevay,township,2606582220,https://www.vevaytownship.org/ Michigan,Ingham,Wheatfield,township,2606586520,https://wheatfieldtwpmi.gov/ @@ -22661,7 +22661,7 @@ Michigan,Ionia,North Plains,township,2606758720, Michigan,Ionia,Odessa,township,2606760200,http://www.odessatownship.org/ Michigan,Ionia,Orange,township,2606760920,https://orangetownshipioniami.gov/ Michigan,Ionia,Orleans,township,2606761160,https://www.orleanstwp.com/ -Michigan,Ionia,Otisco,township,2606761580, +Michigan,Ionia,Otisco,township,2606761580,https://www.otiscotwp.org/ Michigan,Ionia,Portland,city,2606765860,https://www.portland-michigan.org/ Michigan,Ionia,Ronald,township,2606769440,https://www.ronaldtownship.org/ Michigan,Ionia,Sebewa,township,2606772120, @@ -22755,9 +22755,9 @@ Michigan,Kalkaska,Boardman,township,2607909440,https://boardmantownshipmi.net/ Michigan,Kalkaska,Clearwater,township,2607916340,https://www.clearwatertwp.com/ Michigan,Kalkaska,Coldsprings,township,2607917000,https://www.coldspringstownshipmi.gov/ Michigan,Kalkaska,Excelsior,township,2607926860,https://www.excelsiortownship.org/ -Michigan,Kalkaska,Garfield,township,2607931600, +Michigan,Kalkaska,Garfield,township,2607931600,https://garfieldtwsp.com/ Michigan,Kalkaska,Kalkaska,village,2642260,https://kalkaskavillage.com/ -Michigan,Kalkaska,Oliver,township,2607960540, +Michigan,Kalkaska,Oliver,township,2607960540,https://olivertwpkal.org/ Michigan,Kalkaska,Orange,township,2607960940, Michigan,Kalkaska,Rapid River,township,2607967180, Michigan,Kalkaska,Springfield,township,2607975720,https://www.springfieldtownship-kalkaskacounty.org/ @@ -22788,7 +22788,7 @@ Michigan,Kent,Sparta,village,2675420,https://www.spartami.org/ Michigan,Kent,Spencer,township,2608175560,https://spencertwpmi.gov/ Michigan,Kent,Tyrone,township,2608181140,https://www.tyronetownship.org/ Michigan,Kent,Vergennes,township,2608181920,https://vergennestwpmi.gov/ -Michigan,Kent,Walker,city,2608182960, +Michigan,Kent,Walker,city,2608182960,https://www.walkermi.gov/ Michigan,Kent,Wyoming,city,2608188940,https://www.wyomingmi.gov/ Michigan,Kent,,county,26081,https://www.kentcountymi.gov/ Michigan,Keweenaw,Allouez,township,2608301520,https://alloueztwp.com/ @@ -22797,12 +22797,12 @@ Michigan,Keweenaw,Grant,township,2608334300,https://granttownshipmi.org/ Michigan,Keweenaw,Houghton,township,2608339380,https://www.houghtontwp.org/ Michigan,Keweenaw,Sherman,township,2608373220, Michigan,Keweenaw,,county,26083,http://www.keweenawcountyonline.org/ -Michigan,Lake,Chase,township,2608514880, +Michigan,Lake,Chase,township,2608514880,https://chasetownship.org/ Michigan,Lake,Cherry Valley,township,2608515100, Michigan,Lake,Dover,township,2608522800,https://www.dovertwp-otsegomi.gov/ Michigan,Lake,Eden,township,2608524800,https://www.edentownship-ironsmi.com/ Michigan,Lake,Elk,township,2608525260,https://www.elk-township.org/ -Michigan,Lake,Ellsworth,township,2608525440, +Michigan,Lake,Ellsworth,township,2608525440,https://www.ellsworthtownship.com/ Michigan,Lake,Lake,township,2608544320,https://laketownshiplcmi.gov/ Michigan,Lake,Newkirk,township,2608557480, Michigan,Lake,Peacock,township,2608563120,https://peacocktownship.org/ @@ -22816,7 +22816,7 @@ Michigan,Lake,,county,26085,http://www.lakecounty-michigan.com/ Michigan,Lapeer,Almont,village,2601660,https://www.almontmichigan.gov/ Michigan,Lapeer,Arcadia,township,2608703280,https://www.arcadiatownship.org/ Michigan,Lapeer,Attica,township,2608704040,https://www.atticatownship.org/ -Michigan,Lapeer,Burlington,township,2608711840, +Michigan,Lapeer,Burlington,township,2608711840,https://burlingtontownshiplapeer.com/ Michigan,Lapeer,Burnside,township,2608711900,https://www.burnsidetownship.org/ Michigan,Lapeer,Deerfield,township,2608721160,https://deerfieldtownship.com/ Michigan,Lapeer,Dryden,village,2623140,http://www.villageofdryden.com/ @@ -22849,7 +22849,7 @@ Michigan,Lenawee,Adrian,city,2600440,https://www.adriancity.com/ Michigan,Lenawee,Blissfield,village,2609000,https://blissfieldmichigan.gov/ Michigan,Lenawee,Cambridge,township,2609112720,https://www.cambridgetownshipmi.gov/ Michigan,Lenawee,Clinton,village,2616480,https://www.villageofclinton.org/ -Michigan,Lenawee,Deerfield,village,2621180, +Michigan,Lenawee,Deerfield,village,2621180,https://www.deerfieldmichigan.gov/ Michigan,Lenawee,Dover,township,2609122820,https://www.dovertownshipmi.com/ Michigan,Lenawee,Fairfield,township,2609127020,https://fairfieldtwplenaweemi.gov/ Michigan,Lenawee,Franklin,township,2609130320,http://www.franklintownship.net/ @@ -22859,7 +22859,7 @@ Michigan,Lenawee,Madison,charter township,2609150540,https://www.madisontwpmi.go Michigan,Lenawee,Medina,township,2609152820,https://medinatownshipmi.gov/ Michigan,Lenawee,Morenci,city,2609155500, Michigan,Lenawee,Ogden,township,2609160260,https://www.ogdentownship.com/ -Michigan,Lenawee,Palmyra,township,2609162240, +Michigan,Lenawee,Palmyra,township,2609162240,https://palmyratownship.net/ Michigan,Lenawee,Raisin,township,2609166840,https://raisinchartertownship.com/ Michigan,Lenawee,Ridgeway,township,2609168540,https://ridgewaytownship.com/ Michigan,Lenawee,Riga,township,2609168580,https://www.rigatownship.com/ @@ -22870,16 +22870,16 @@ Michigan,Lenawee,Tecumseh,city,2609179120,https://www.mytecumseh.org/ Michigan,Lenawee,Woodstock,township,2609188640,http://www.woodstocktownship.com/ Michigan,Lenawee,,county,26091,http://www.lenawee.mi.us/ Michigan,Livingston,Brighton,city,2609310620,https://www.brightoncitymi.gov/ -Michigan,Livingston,Cohoctah,township,2609316920, +Michigan,Livingston,Cohoctah,township,2609316920,https://www.cohoctahtownship.gov/ Michigan,Livingston,Conway,township,2609317920,https://www.conwaymi.gov/ Michigan,Livingston,Deerfield,township,2609321220,http://www.deerfieldtwp.org/ Michigan,Livingston,Genoa,township,2609331860,https://www.genoa.org/ Michigan,Livingston,Green Oak,township,2609335060,https://www.greenoaktwp.com/ Michigan,Livingston,Hamburg,township,2609336100,http://www.hamburg.mi.us/ -Michigan,Livingston,Handy,township,2609336340, +Michigan,Livingston,Handy,township,2609336340,https://www.handytownship.org/ Michigan,Livingston,Hartland,township,2609337040,https://www.hartlandtwp.com/ Michigan,Livingston,Howell,city,2609339540,https://www.howelltownshipmi.org/ -Michigan,Livingston,Iosco,township,2609340900, +Michigan,Livingston,Iosco,township,2609340900,https://www.ioscotwp.com/ Michigan,Livingston,Marion,township,2609351640,https://www.mariontownship.com/ Michigan,Livingston,Oceola,township,2609360120,http://www.oceolatwp.org/ Michigan,Livingston,Putnam,township,2609366540,http://www.putnamtwp.us/ @@ -22896,7 +22896,7 @@ Michigan,Mackinac,Brevort,township,2609710360,https://www.brevorttownship.com/ Michigan,Mackinac,Clark,township,2609716060,https://clarktwpmi.gov/ Michigan,Mackinac,Garfield,township,2609731620,https://www.garfieldtwpmcmi.gov/ Michigan,Mackinac,Hendricks,township,2609737660, -Michigan,Mackinac,Hudson,township,2609739760, +Michigan,Mackinac,Hudson,township,2609739760,https://hudsontownship.org/ Michigan,Mackinac,Mackinac Island,city,2609750280,https://www.cityofmi.org/ Michigan,Mackinac,Marquette,township,2609751880,http://www.marquettetwp.org/ Michigan,Mackinac,Moran,township,2609755480,http://www.morantownship.com/ @@ -22911,7 +22911,7 @@ Michigan,Macomb,Chesterfield,township,2609915340,http://chesterfieldtwp.org/ Michigan,Macomb,Clinton,charter township,2609916520,https://www.clintontownship.com/ Michigan,Macomb,Eastpointe,city,2609924290,https://www.eastpointemi.gov/ Michigan,Macomb,Fraser,city,2609930420,https://www.frasercitymi.gov/ -Michigan,Macomb,Harrison,charter township,2609936820, +Michigan,Macomb,Harrison,charter township,2609936820,https://www.harrisontownshipmi.gov/ Michigan,Macomb,Lenox,township,2609946900,https://www.lenox-mi.gov/ Michigan,Macomb,Macomb,township,2609950480,https://www.macomb-mi.gov/ Michigan,Macomb,Mount Clemens,city,2609955820,https://mountclemensmi.govoffice3.com/ @@ -22934,7 +22934,7 @@ Michigan,Manistee,Filer,charter township,2610128040,https://filertwpmi.gov/ Michigan,Manistee,Manistee,city,2610150720,https://www.manisteemi.gov/ Michigan,Manistee,Maple Grove,township,2610151000,https://www.maplegrovetwpmanistee.gov/ Michigan,Manistee,Marilla,township,2610151580,https://marillatownshipmi.gov/ -Michigan,Manistee,Norman,township,2610157900, +Michigan,Manistee,Norman,township,2610157900,https://normantownship.org/ Michigan,Manistee,Onekama,village,2660740, Michigan,Manistee,Pleasanton,township,2610164860,https://www.pleasantontownship.org/ Michigan,Manistee,Springdale,township,2610175680,https://www.springdaletownship.org/ @@ -22987,7 +22987,7 @@ Michigan,Mecosta,Deerfield,township,2610721240,http://deerfieldmecosta.org/ Michigan,Mecosta,Fork,township,2610729680,http://forktownshipmichigan.com/ Michigan,Mecosta,Grant,township,2610734340,https://granttwpmecostami.gov/ Michigan,Mecosta,Green,charter township,2610734760,http://www.greentownship.org/ -Michigan,Mecosta,Hinton,township,2610738540, +Michigan,Mecosta,Hinton,township,2610738540,https://hintontownship.gov/ Michigan,Mecosta,Martiny,township,2610752060,http://martinytownship.org/ Michigan,Mecosta,Mecosta,township,2610752780,https://www.mecostatwp.org/ Michigan,Mecosta,Millbrook,township,2610754020, @@ -23006,18 +23006,18 @@ Michigan,Menominee,Lake,township,2610944360, Michigan,Menominee,Mellen,township,2610952860, Michigan,Menominee,Menominee,city,2610953020,https://www.menominee.us/ Michigan,Menominee,Meyer,township,2610953460, -Michigan,Menominee,Nadeau,township,2610956440, +Michigan,Menominee,Nadeau,township,2610956440,https://nadeautownship.org/ Michigan,Menominee,Spalding,township,2610975350,https://www.powers-spalding.org/ Michigan,Menominee,Stephenson,city,2610976380,https://stephenson-mi.org/ Michigan,Menominee,,county,26109,http://menomineecounty.com/ -Michigan,Midland,Coleman,city,2611117100, +Michigan,Midland,Coleman,city,2611117100,https://www.cityofcoleman.org/ Michigan,Midland,Edenville,township,2611124830,https://edenvilletwp.org/ Michigan,Midland,Geneva,township,2611131820,http://genevatwpmidlandcounty.com/ Michigan,Midland,Greendale,township,2611134860,https://greendaletwpmidcomi.org/ Michigan,Midland,Homer,township,2611138980,http://www.homertownship.org/ Michigan,Midland,Hope,township,2611139160,https://hopetwp.org/ Michigan,Midland,Ingersoll,township,2611140620,https://ingersolltwpmi.gov/ -Michigan,Midland,Jasper,township,2611141560, +Michigan,Midland,Jasper,township,2611141560,https://jaspertownship.com/ Michigan,Midland,Jerome,township,2611141760,https://www.jerometownship.org/ Michigan,Midland,Larkin,charter township,2611146160,http://www.larkintownship.org/ Michigan,Midland,Lee,township,2611146640,https://leetownshipmidlandmi.gov/ @@ -23032,7 +23032,7 @@ Michigan,Missaukee,Bloomfield,township,2611309080, Michigan,Missaukee,Butterfield,township,2611312200, Michigan,Missaukee,Caldwell,township,2611312440, Michigan,Missaukee,Clam Union,township,2611315900, -Michigan,Missaukee,Enterprise,township,2611326200, +Michigan,Missaukee,Enterprise,township,2611326200,https://enterprisetownship.org/ Michigan,Missaukee,Forest,township,2611329440, Michigan,Missaukee,Holland,township,2611338620, Michigan,Missaukee,Lake,township,2611344380,https://laketownshipmissaukee.com/ @@ -23067,7 +23067,7 @@ Michigan,Montcalm,Bloomer,township,2611709040, Michigan,Montcalm,Bushnell,township,2611712120,https://bushnelltownship.com/ Michigan,Montcalm,Carson City,city,2611713600,https://carsoncitymi.com/ Michigan,Montcalm,Cato,township,2611714000, -Michigan,Montcalm,Crystal,township,2611719080, +Michigan,Montcalm,Crystal,township,2611719080,https://crystal-township.com/ Michigan,Montcalm,Day,township,2611719920,https://www.daytownship.com/ Michigan,Montcalm,Douglass,township,2611722760,http://www.douglasstwp.org/ Michigan,Montcalm,Eureka,township,2611726520,https://eurekatownshipmi.gov/ @@ -23090,10 +23090,10 @@ Michigan,Montmorency,Albert,township,2611900940,https://alberttwpmi.gov/ Michigan,Montmorency,Avery,township,2611904580,https://averytownship.com/ Michigan,Montmorency,Briley,township,2611910660,https://brileytownshipmi.gov/ Michigan,Montmorency,Hillman,village,2638380,https://www.hillmanmichigan.org/ -Michigan,Montmorency,Loud,township,2611949480, -Michigan,Montmorency,Montmorency,township,2611955240, +Michigan,Montmorency,Loud,township,2611949480,https://loudtownship.org/ +Michigan,Montmorency,Montmorency,township,2611955240,https://www.montmorencytownship.org/ Michigan,Montmorency,Rust,township,2611970380,https://rusttownship.com/ -Michigan,Montmorency,Vienna,township,2611982420, +Michigan,Montmorency,Vienna,township,2611982420,https://viennatownshipmi.gov/ Michigan,Montmorency,,county,26119,http://montcounty.org/ Michigan,Muskegon,Blue Lake,township,2612109340,https://www.bluelaketownship.org/ Michigan,Muskegon,Casnovia,village,2613820,https://villageofcasnovia.org/ @@ -23105,7 +23105,7 @@ Michigan,Muskegon,Fruitport,village,2631000,https://www.fruitportvillage.com/ Michigan,Muskegon,Holton,township,2612138820, Michigan,Muskegon,Laketon,township,2612145160,https://laketontwpmi.gov/ Michigan,Muskegon,Montague,city,2612155100,https://cityofmontague.org/ -Michigan,Muskegon,Moorland,township,2612155440, +Michigan,Muskegon,Moorland,township,2612155440,https://moorlandtwp.com/ Michigan,Muskegon,Muskegon,city,2612156320,https://muskegon-mi.gov/ Michigan,Muskegon,Muskegon Heights,city,2612156360,https://muskegonheights.us/ Michigan,Muskegon,North Muskegon,city,2612158640,https://www.northmuskegon.org/ @@ -23124,7 +23124,7 @@ Michigan,Newaygo,Bridgeton,township,2612310500,https://bridgetontownshipmi.gov/ Michigan,Newaygo,Brooks,township,2612311060,https://brookstownshipmi.gov/ Michigan,Newaygo,Croton,township,2612318980,https://www.crotontownship.org/ Michigan,Newaygo,Dayton,township,2612319960, -Michigan,Newaygo,Denver,township,2612321700, +Michigan,Newaygo,Denver,township,2612321700,https://denvertownship.org/ Michigan,Newaygo,Ensley,township,2612326160,https://www.ensleytownship.org/ Michigan,Newaygo,Everett,township,2612326700,http://www.everetttownship.com/ Michigan,Newaygo,Fremont,city,2612330700,https://www.cityoffremont.net/ @@ -23137,9 +23137,9 @@ Michigan,Newaygo,Lincoln,township,2612347700,https://lincolntownship.net/ Michigan,Newaygo,Merrill,township,2612353160,https://www.merrilltownship.com/ Michigan,Newaygo,Monroe,township,2612355060,http://www.monroemitwp.com/ Michigan,Newaygo,Newaygo,city,2612357080,https://newaygo.gov/ -Michigan,Newaygo,Norwich,township,2612359300, +Michigan,Newaygo,Norwich,township,2612359300,https://norwichtwp.org/ Michigan,Newaygo,Sheridan,charter township,2612373120, -Michigan,Newaygo,Sherman,township,2612373260, +Michigan,Newaygo,Sherman,township,2612373260,https://shermantownship.org/ Michigan,Newaygo,Troy,township,2612380680, Michigan,Newaygo,White Cloud,city,2612386680,https://www.cityofwhitecloud.org/ Michigan,Newaygo,Wilcox,township,2612387200, @@ -23171,7 +23171,7 @@ Michigan,Oakland,Milford,village,2653960,https://www.villageofmilford.org/ Michigan,Oakland,Novi,city,2612559440,https://www.novi.org/ Michigan,Oakland,Oak Park,city,2612559920,https://www.oakparkmi.gov/ Michigan,Oakland,Oakland,charter township,2612559820,https://oaklandtwpmi.gov/ -Michigan,Oakland,Orchard Lake Village,city,2612561020, +Michigan,Oakland,Orchard Lake Village,city,2612561020,https://www.cityoforchardlake.com/ Michigan,Oakland,Orion,charter township,2612561100,http://www.oriontownship.org/ Michigan,Oakland,Oxford,village,2662020,https://www.thevillageofoxford.org/ Michigan,Oakland,Pleasant Ridge,city,2612564900,https://cityofpleasantridge.org/ @@ -23196,12 +23196,12 @@ Michigan,Oakland,,county,26125,https://oakgov.com/ Michigan,Oceana,Benona,township,2612707300,https://benonatownship.org/ Michigan,Oceana,Claybanks,township,2612716200,https://www.claybankstownship.org/ Michigan,Oceana,Colfax,township,2612717180,https://colfaxtownshipoceana.org/ -Michigan,Oceana,Crystal,township,2612719100, +Michigan,Oceana,Crystal,township,2612719100,https://crystaltownship.org/ Michigan,Oceana,Elbridge,township,2612725200,https://elbridgetownship.org/ Michigan,Oceana,Ferry,township,2612727940,https://www.ferrytownship.org/ Michigan,Oceana,Golden,township,2612732780,https://goldentownshipmi.gov/ Michigan,Oceana,Grant,township,2612734400,http://www.granttownshipoceana.com/ -Michigan,Oceana,Greenwood,township,2612735160, +Michigan,Oceana,Greenwood,township,2612735160,https://greenwoodoceanami.gov/ Michigan,Oceana,Hart,city,2612736920,https://cityofhart.org/ Michigan,Oceana,Leavitt,township,2612746560,https://www.leavitttownship.org/ Michigan,Oceana,Newfield,township,2612757300,https://newfieldtownship.org/ @@ -23261,11 +23261,11 @@ Michigan,Oscoda,Clinton,township,2613516540,https://clinton-township.org/ Michigan,Oscoda,Comins,township,2613517600,http://www.cominstwp.com/ Michigan,Oscoda,Elmer,township,2613525500, Michigan,Oscoda,Greenwood,township,2613535200,http://www.greenwoodtwp.com/ -Michigan,Oscoda,Mentor,township,2613553120, +Michigan,Oscoda,Mentor,township,2613553120,https://mentortownship.org/ Michigan,Oscoda,,county,26135,http://oscodacountymi.com/ Michigan,Otsego,Bagley,township,2613704780,https://bagleytownshipmi.gov/ Michigan,Otsego,Charlton,township,2613714840,http://www.charltontownship.com/ -Michigan,Otsego,Chester,township,2613715280, +Michigan,Otsego,Chester,township,2613715280,https://www.chester-township.com/ Michigan,Otsego,Corwith,township,2613718320,https://www.corwith.net/ Michigan,Otsego,Dover,township,2613722840,https://www.dovertwp-otsegomi.gov/ Michigan,Otsego,Elmira,township,2613725620, @@ -23279,13 +23279,13 @@ Michigan,Ottawa,Blendon,township,2613908940,https://www.blendontownship-mi.gov/ Michigan,Ottawa,Chester,township,2613915300, Michigan,Ottawa,Coopersville,city,2613918020, Michigan,Ottawa,Crockery,township,2613918800,https://crockerytownship.gov/ -Michigan,Ottawa,Ferrysburg,city,2613927960, +Michigan,Ottawa,Ferrysburg,city,2613927960,https://ferrysburg.org/ Michigan,Ottawa,Georgetown,charter township,2613931880,https://www.gtwp.com/ Michigan,Ottawa,Grand Haven,city,2613933340,https://grandhaven.org/ Michigan,Ottawa,Hudsonville,city,2613939800,https://www.hudsonville.org/ Michigan,Ottawa,Jamestown,charter township,2613941520,https://twp.jamestown.mi.us/ -Michigan,Ottawa,Olive,township,2613960460, -Michigan,Ottawa,Park,township,2613962460, +Michigan,Ottawa,Olive,township,2613960460,https://www.olivetownship.org/ +Michigan,Ottawa,Park,township,2613962460,https://parktownship.org/ Michigan,Ottawa,Polkton,charter township,2613965320,https://polktontownship.com/ Michigan,Ottawa,Port Sheldon,township,2613965940,https://www.portsheldontwp.org/ Michigan,Ottawa,Robinson,township,2613969000,https://robinsontwpmi.gov/ @@ -23305,7 +23305,7 @@ Michigan,Presque Isle,Moltke,township,2614154860, Michigan,Presque Isle,North Allis,township,2614157940, Michigan,Presque Isle,Ocqueoc,township,2614160160,https://ocqueoctwpmi.gov/ Michigan,Presque Isle,Onaway,city,2614160680,https://www.onawaymi.com/ -Michigan,Presque Isle,Posen,village,2666000, +Michigan,Presque Isle,Posen,village,2666000,https://www.villageofposen.org/ Michigan,Presque Isle,Presque Isle,township,2614166340,http://presqueisletwp.org/ Michigan,Presque Isle,Pulawski,township,2614166460, Michigan,Presque Isle,Rogers,township,2614169240, @@ -23327,10 +23327,10 @@ Michigan,Saginaw,Albee,township,2614500920,https://albeetwp.com/ Michigan,Saginaw,Birch Run,village,2608540,https://www.villageofbirchrun.com/ Michigan,Saginaw,Blumfield,township,2614509400,http://www.blumfieldtwp.org/ Michigan,Saginaw,Brady,township,2614509940,https://bradytownship.org/ -Michigan,Saginaw,Brant,township,2614510100, +Michigan,Saginaw,Brant,township,2614510100,https://www.branttownship.com/ Michigan,Saginaw,Bridgeport,charter township,2614510460,https://www.bridgeportmi.org/ Michigan,Saginaw,Buena Vista,charter township,2614511560,https://www.bvct.org/ -Michigan,Saginaw,Carrollton,township,2614513540, +Michigan,Saginaw,Carrollton,township,2614513540,https://carrolltontwp.com/ Michigan,Saginaw,Chapin,township,2614514660,https://www.chapintownship.com/ Michigan,Saginaw,Chesaning,village,2615140,https://www.villageofchesaning.org/ Michigan,Saginaw,Frankenmuth,city,2614530200,https://www.frankenmuthcity.com/ @@ -23389,7 +23389,7 @@ Michigan,Schoolcraft,Mueller,township,2615356060, Michigan,Schoolcraft,Seney,township,2615372500, Michigan,Schoolcraft,Thompson,township,2615379580,https://www.thompsonmi.gov/ Michigan,Schoolcraft,,county,26153,http://schoolcraftcounty.net/ -Michigan,Shiawassee,Antrim,township,2615503120, +Michigan,Shiawassee,Antrim,township,2615503120,https://www.antrimtownshipmi.org/ Michigan,Shiawassee,Bennington,township,2615507280,https://benningtontownshipmi.gov/ Michigan,Shiawassee,Burns,township,2615511880,https://burnstwpmi.gov/ Michigan,Shiawassee,Caledonia,charter township,2615512520,http://www.caledoniatwp.com/ @@ -23459,7 +23459,7 @@ Michigan,Tuscola,Akron,village,2600700,https://akronvillage.org/ Michigan,Tuscola,Almer,township,2615701620,https://almertownship.org/ Michigan,Tuscola,Arbela,township,2615703220,https://www.arbelatownship.org/ Michigan,Tuscola,Caro,city,2613420,https://www.carocity.net/ -Michigan,Tuscola,Columbia,township,2615717420, +Michigan,Tuscola,Columbia,township,2615717420,https://twp.columbia.mi.us/ Michigan,Tuscola,Dayton,township,2615719980, Michigan,Tuscola,Denmark,township,2615721600,https://denmarktownshipmi.gov/ Michigan,Tuscola,Elkland,township,2615725300,https://www.elklandtownship.org/ @@ -23475,14 +23475,14 @@ Michigan,Tuscola,Koylton,township,2615743880,http://www.koyltontownshipmi.org/ Michigan,Tuscola,Millington,village,2654220,https://www.millingtonvillage.org/ Michigan,Tuscola,Novesta,township,2615759420,https://www.novestatownship.org/ Michigan,Tuscola,Tuscola,township,2615780940,https://tuscolatownship.org/ -Michigan,Tuscola,Vassar,city,2615781840, +Michigan,Tuscola,Vassar,city,2615781840,https://www.cityofvassar.org/ Michigan,Tuscola,Watertown,township,2615784460,http://www.watertowntownship.org/ Michigan,Tuscola,Wells,township,2615785280,https://wellstwp.org/ Michigan,Tuscola,Wisner,township,2615788080,https://wisnertwp.com/ Michigan,Tuscola,,county,26157,http://www.tuscolacounty.org/ Michigan,Van Buren,Almena,township,2615901600,https://almenatownship.gov/ Michigan,Van Buren,Antwerp,township,2615903140,https://antwerptownshipmi.gov/ -Michigan,Van Buren,Arlington,township,2615903500, +Michigan,Van Buren,Arlington,township,2615903500,https://www.arlingtontownship.com/ Michigan,Van Buren,Bangor,city,2605140,https://www.cityofbangormi.org/ Michigan,Van Buren,Bloomingdale,village,2609220, Michigan,Van Buren,Columbia,township,2615917440,https://www.columbiatwp.com/ @@ -23556,7 +23556,7 @@ Michigan,Wayne,Sumpter,township,2616377360,https://sumptertwp.org/ Michigan,Wayne,Taylor,city,2616379000, Michigan,Wayne,Trenton,city,2616380420,https://www.trentonmi.org/ Michigan,Wayne,Van Buren,charter township,2616381660,https://vbtmi.gov/ -Michigan,Wayne,Wayne,city,2616384940, +Michigan,Wayne,Wayne,city,2616384940,https://www.cityofwayne.com/ Michigan,Wayne,Westland,city,2616386000,https://www.cityofwestland.com/ Michigan,Wayne,Woodhaven,city,2616388380,https://www.woodhavenmi.org/ Michigan,Wayne,Wyandotte,city,2616388900,https://www.wyandottemi.gov/ @@ -23566,10 +23566,10 @@ Michigan,Wexford,Boon,township,2616509580,https://boontownshipmichigan.gov/ Michigan,Wexford,Cadillac,city,2612320,https://www.cadillac-mi.net/ Michigan,Wexford,Cedar Creek,township,2616514120,https://cedarcreektwp.org/ Michigan,Wexford,Cherry Grove,township,2616515060,http://www.cherrygrovetwp.org/ -Michigan,Wexford,Clam Lake,township,2616515860, +Michigan,Wexford,Clam Lake,township,2616515860,https://clamlaketownship.org/ Michigan,Wexford,Colfax,township,2616517200,https://ctwpwcm.org/ Michigan,Wexford,Greenwood,township,2616535240,https://www.gwtwp.org/ -Michigan,Wexford,Hanover,township,2616536420, +Michigan,Wexford,Hanover,township,2616536420,https://hanovertsp.com/ Michigan,Wexford,Haring,charter township,2616536600,https://haringtwpmi.gov/ Michigan,Wexford,Henderson,township,2616537640,https://hendersontwpmi.gov/ Michigan,Wexford,Liberty,township,2616547380,https://www.libertytownshipwexfordmi.gov/ @@ -23578,7 +23578,7 @@ Michigan,Wexford,Selma,township,2616572380,https://selmatownship-mi.gov/ Michigan,Wexford,Slagle,township,2616574220, Michigan,Wexford,South Branch,township,2616574820,https://southbranchtownshipwexfordmi.gov/ Michigan,Wexford,Springville,township,2616575940,https://www.springvilletownship.net/ -Michigan,Wexford,Wexford,township,2616586500, +Michigan,Wexford,Wexford,township,2616586500,https://www.libertytownshipwexfordmi.gov/ Michigan,Wexford,,county,26165,http://wexfordcounty.org/ Michigan,,Addison,village,2600380,https://addisontownshipmi.gov/ Michigan,,Advance,CDP,2600480, @@ -23646,7 +23646,7 @@ Michigan,,Clare,city,2603515920,https://cityofclare.gov/ Michigan,,Clarksville,village,2616140,https://clarksvillemi.org/ Michigan,,Clayton,village,2616280,https://villageofclaytonmi.gov/ Michigan,,Clifford,village,2616420,http://www.villageofclifford.com/ -Michigan,,Columbiaville,village,2617460, +Michigan,,Columbiaville,village,2617460,https://columbiaville.org/ Michigan,,Comstock Northwest,CDP,2617690, Michigan,,Comstock Park,CDP,2617700, Michigan,,Conway,CDP,2617900, @@ -23816,7 +23816,7 @@ Michigan,,Northview,CDP,2658945, Michigan,,Northville,city,2612558980,https://www.ci.northville.mi.us/ Michigan,,Nunica,CDP,2659520, Michigan,,Oak Hill,CDP,2659740, -Michigan,,Oakley,village,2659860, +Michigan,,Oakley,village,2659860,https://villageofoakley.com/ Michigan,,Oden,CDP,2660180, Michigan,,Okemos,CDP,2660340, Michigan,,Omena,CDP,2660640, @@ -23834,10 +23834,10 @@ Michigan,,Paris,CDP,2662400,https://www.paristwpmi.gov/ Michigan,,Parkdale,CDP,2662500, Michigan,,Paw Paw Lake,CDP,2663020, Michigan,,Pearl Beach,CDP,2663200, -Michigan,,Peck,village,2663260, +Michigan,,Peck,village,2663260,https://www.villageofpeck.com/ Michigan,,Pelkie,CDP,2663280, Michigan,,Pellston,village,2663300,https://www.pellstonmi.com/ -Michigan,,Perrinton,village,2663660, +Michigan,,Perrinton,village,2663660,https://www.villageofperrinton.com/ Michigan,,Pewamo,village,2663900,https://pewamo.gov/ Michigan,,Pigeon,village,2664060,https://www.pigeonmichigan.com/ Michigan,,Pilgrim,CDP,2664100, @@ -23870,7 +23870,7 @@ Michigan,,Saranac,village,2671660,http://villageofsaranacmi.org/ Michigan,,Scotts,CDP,2672060, Michigan,,Shaftsburg,CDP,2672700, Michigan,,Shepherd,village,2672960,https://www.villageofshepherd.org/ -Michigan,,Sheridan,village,2673100, +Michigan,,Sheridan,village,2673100,https://villageofsheridan.com/ Michigan,,Shields,CDP,2673560, Michigan,,Shoreham,village,2673660,https://www.shorehamvillagemi.org/ Michigan,,Shorewood-Tower Hills-Harbert,CDP,2673730, @@ -23885,7 +23885,7 @@ Michigan,,South Range,village,2675220,http://www.southrange.com/ Michigan,,South Rockwood,village,2675280,http://villageofsouthrockwoodmi.com/ Michigan,,St. Helen,CDP,2670800, Michigan,,Stanwood,village,2676240, -Michigan,,Sterling,village,2676420, +Michigan,,Sterling,village,2676420,https://villageofsterling.org/ Michigan,,Stevensville,village,2676500,https://www.villageofstevensville.us/ Michigan,,Stony Point,CDP,2676720, Michigan,,Temperance,CDP,2679240, @@ -23989,7 +23989,7 @@ Minnesota,Anoka,Coon Rapids,city,2700313114,https://www.coonrapidsmn.gov/ Minnesota,Anoka,East Bethel,city,2700317486,https://www.ci.east-bethel.mn.us/ Minnesota,Anoka,Fridley,city,2700322814,https://www.fridleymn.gov/ Minnesota,Anoka,Ham Lake,city,2700326738,https://www.hamlakemn.gov/ -Minnesota,Anoka,Hilltop,city,2700329258, +Minnesota,Anoka,Hilltop,city,2700329258,https://hilltopmn.gov/ Minnesota,Anoka,Lexington,city,2700336836,https://www.lexingtonmn.gov/ Minnesota,Anoka,Lino Lakes,city,2700337322,https://www.linolakes.us/ Minnesota,Anoka,Linwood,township,2700337376,https://linwoodtownshipmn.gov/ @@ -24002,14 +24002,14 @@ Minnesota,Becker,Audubon,city,2700502728,https://audubonmn.govoffice2.com/ Minnesota,Becker,Burlington,township,2700508686,https://www.burlingtontownship.org/ Minnesota,Becker,Callaway,city,2700509280,https://callawaymn.gov/ Minnesota,Becker,Carsonville,township,2700510126, -Minnesota,Becker,Cormorant,township,2700513294, +Minnesota,Becker,Cormorant,township,2700513294,https://www.cormoranttownship.org/ Minnesota,Becker,Cuba,township,2700514230, Minnesota,Becker,Detroit,township,2700515814, Minnesota,Becker,Detroit Lakes,city,2700515832,https://cityofdetroitlakes.com/ Minnesota,Becker,Eagle View,township,2700517455, Minnesota,Becker,Erie,township,2700519646,https://www.erietownshipmn.com/ Minnesota,Becker,Evergreen,township,2700520006,https://evergreentownship.com/ -Minnesota,Becker,Forest,township,2700521671, +Minnesota,Becker,Forest,township,2700521671,https://www.foresttownshipmn.net/ Minnesota,Becker,Frazee,city,2700522472,https://frazeecity.com/ Minnesota,Becker,Green Valley,township,2700525820, Minnesota,Becker,Hamden,township,2700526684, @@ -24051,7 +24051,7 @@ Minnesota,Beltrami,Durand,township,2700717234, Minnesota,Beltrami,Eckles,township,2700717954,https://ecklestownship.gov/ Minnesota,Beltrami,Frohn,township,2700722886,http://frohntownship.com/ Minnesota,Beltrami,Funkley,city,2700722976, -Minnesota,Beltrami,Grant Valley,township,2700725352, +Minnesota,Beltrami,Grant Valley,township,2700725352,https://grantvalleytownship.info/ Minnesota,Beltrami,Hagali,township,2700726468, Minnesota,Beltrami,Hamre,township,2700726900, Minnesota,Beltrami,Hines,township,2700729348, @@ -24061,7 +24061,7 @@ Minnesota,Beltrami,Kelliher,city,2700732606,https://kelliher.govoffice.com/ Minnesota,Beltrami,Lammers,township,2700735324, Minnesota,Beltrami,Langor,township,2700735540, Minnesota,Beltrami,Lee,township,2700736170, -Minnesota,Beltrami,Liberty,township,2700736926, +Minnesota,Beltrami,Liberty,township,2700736926,https://libertytwpbeltrami.gov/ Minnesota,Beltrami,Lower Red Lake,unorganized territory,2700738335, Minnesota,Beltrami,Maple Ridge,township,2700740274, Minnesota,Beltrami,Minnie,township,2700743360, @@ -24085,7 +24085,7 @@ Minnesota,Beltrami,Taylor,township,2700764291, Minnesota,Beltrami,Ten Lake,township,2700764390,https://www.tenlaketownship.com/ Minnesota,Beltrami,Tenstrike,city,2700764444, Minnesota,Beltrami,Turtle Lake,township,2700765758,http://turtlelaketownship.org/ -Minnesota,Beltrami,Turtle River,city,2700765794, +Minnesota,Beltrami,Turtle River,city,2700765794,https://www.turtlerivertownshipmn.gov/ Minnesota,Beltrami,Upper Red Lake,unorganized territory,2700766307, Minnesota,Beltrami,Waskish,township,2700768440, Minnesota,Beltrami,Wilton,city,2700770708, @@ -24268,7 +24268,7 @@ Minnesota,Cass,North Cass,unorganized territory,2702146825, Minnesota,Cass,North Central Cass,unorganized territory,2702146826, Minnesota,Cass,Otter Tail Peninsula,township,2702149250,http://www.ottertailpeninsulatownship.org/ Minnesota,Cass,Pike Bay,township,2702150848,http://www.pikebaytownship.org/ -Minnesota,Cass,Pillager,city,2702150902, +Minnesota,Cass,Pillager,city,2702150902,https://cityofpillager.com/ Minnesota,Cass,Pine Lake,township,2702151172, Minnesota,Cass,Pine River,city,2702151280,https://cityofpinerivermn.gov/ Minnesota,Cass,Ponto Lake,township,2702151928,https://pontolaketownship.com/ @@ -24284,7 +24284,7 @@ Minnesota,Cass,Sylvan,township,2702163958,https://sylvantwp.com/ Minnesota,Cass,Thunder Lake,township,2702164876, Minnesota,Cass,Torrey,township,2702165254, Minnesota,Cass,Trelipe,township,2702165434, -Minnesota,Cass,Turtle Lake,township,2702165776, +Minnesota,Cass,Turtle Lake,township,2702165776,https://www.turtlelaketwpcassco.gov/ Minnesota,Cass,Wabedo,township,2702167414,https://wabedotownshipmn.com/ Minnesota,Cass,Wahnena,unorganized territory,2702167595, Minnesota,Cass,Walden,township,2702167684, @@ -24354,7 +24354,7 @@ Minnesota,Clay,Humboldt,township,2702730428, Minnesota,Clay,Keene,township,2702732552, Minnesota,Clay,Kragnes,township,2702733704, Minnesota,Clay,Kurtz,township,2702733812, -Minnesota,Clay,Moland,township,2702743576, +Minnesota,Clay,Moland,township,2702743576,https://www.molandtownship.com/ Minnesota,Clay,Moorhead,city,2702743864,https://www.moorheadmn.gov/ Minnesota,Clay,Morken,township,2702744170, Minnesota,Clay,Oakport,township,2702747932, @@ -24399,7 +24399,7 @@ Minnesota,Clearwater,,county,27029,https://map.co.clearwater.mn.us/ Minnesota,Cook,East Cook,unorganized territory,2703117531, Minnesota,Cook,Grand Marais,city,2703124992,https://www.ci.grand-marais.mn.us/ Minnesota,Cook,Grand Portage,unorganized territory,2703125071, -Minnesota,Cook,Lutsen,township,2703138550, +Minnesota,Cook,Lutsen,township,2703138550,https://www.lutsentownship.com/ Minnesota,Cook,Schroeder,township,2703158999, Minnesota,Cook,Tofte,township,2703165065,https://www.toftemn.com/ Minnesota,Cook,West Cook,unorganized territory,2703169307, @@ -24416,7 +24416,7 @@ Minnesota,Cottonwood,Great Bend,township,2703325514, Minnesota,Cottonwood,Highwater,township,2703329060, Minnesota,Cottonwood,Jeffers,city,2703331796,https://www.jeffers.us.com/ Minnesota,Cottonwood,Lakeside,township,2703335000, -Minnesota,Cottonwood,Midway,township,2703342002, +Minnesota,Cottonwood,Midway,township,2703342002,https://mnmidwaytownshipslc.gov/ Minnesota,Cottonwood,Mountain Lake,city,2703344566,https://mountainlakemn.com/ Minnesota,Cottonwood,Rose Hill,township,2703355672, Minnesota,Cottonwood,Selma,township,2703359224, @@ -24431,7 +24431,7 @@ Minnesota,Crow Wing,Bay Lake,township,2703504096,https://baylaketown.gov/ Minnesota,Crow Wing,Brainerd,city,2703507300, Minnesota,Crow Wing,Breezy Point,city,2703507516,https://www.breezypointmn.gov/ Minnesota,Crow Wing,Center,township,2703510567, -Minnesota,Crow Wing,Crosby,city,2703513924, +Minnesota,Crow Wing,Crosby,city,2703513924,https://www.cityofcrosby.com/ Minnesota,Crow Wing,Crosslake,city,2703513978,https://www.cityofcrosslake.gov/ Minnesota,Crow Wing,Crow Wing,township,2703514122,https://crowwingtownship.gov/ Minnesota,Crow Wing,Cuyuna,city,2703514428,https://www.ci.cuyuna.mn.us/ @@ -24446,7 +24446,7 @@ Minnesota,Crow Wing,Gail Lake,township,2703523012, Minnesota,Crow Wing,Garrison,city,2703523192, Minnesota,Crow Wing,Ideal,township,2703530734,https://idealtownship.com/ Minnesota,Crow Wing,Irondale,township,2703531202, -Minnesota,Crow Wing,Ironton,city,2703531274, +Minnesota,Crow Wing,Ironton,city,2703531274,https://cityofironton.org/ Minnesota,Crow Wing,Jenkins,city,2703531832,https://cityofjenkins.com/ Minnesota,Crow Wing,Lake Edward,township,2703534207, Minnesota,Crow Wing,Little Pine,township,2703537646, @@ -24464,7 +24464,7 @@ Minnesota,Crow Wing,Platte Lake,township,2703551496, Minnesota,Crow Wing,Rabbit Lake,township,2703552855, Minnesota,Crow Wing,Riverton,city,2703554736, Minnesota,Crow Wing,Roosevelt,township,2703555420,https://www.roosevelttownshipccmn.gov/ -Minnesota,Crow Wing,Ross Lake,township,2703555978, +Minnesota,Crow Wing,Ross Lake,township,2703555978,https://www.rosslaketownship.com/ Minnesota,Crow Wing,Second Assessment,unorganized territory,2703559161, Minnesota,Crow Wing,St. Mathias,township,2703557328,https://stmathiastownship.org/ Minnesota,Crow Wing,Timothy,township,2703564930, @@ -24486,7 +24486,7 @@ Minnesota,Dakota,Inver Grove Heights,city,2703731076,https://www.ighmn.gov/ Minnesota,Dakota,Lakeville,city,2703735180,https://lakevillemn.gov/ Minnesota,Dakota,Lilydale,city,2703737016,https://lilydale.govoffice.com/ Minnesota,Dakota,Marshan,township,2703740724,https://marshantownship.com/ -Minnesota,Dakota,Mendota,city,2703741678, +Minnesota,Dakota,Mendota,city,2703741678,https://www.cityofmendota.org/ Minnesota,Dakota,Mendota Heights,city,2703741696,https://mendotaheightsmn.gov/ Minnesota,Dakota,Miesville,city,2703742092, Minnesota,Dakota,New Trier,city,2703746024,https://www.cityofnewtriermn.com/ @@ -24496,8 +24496,8 @@ Minnesota,Dakota,Ravenna,township,2703753260,https://ravennatownship.org/ Minnesota,Dakota,Rosemount,city,2703755726,https://www.rosemountmn.gov/ Minnesota,Dakota,Sciota,township,2703759008, Minnesota,Dakota,South St. Paul,city,2703761492,https://www.southstpaulmn.gov/ -Minnesota,Dakota,Sunfish Lake,city,2703763544, -Minnesota,Dakota,Vermillion,city,2703766802, +Minnesota,Dakota,Sunfish Lake,city,2703763544,https://www.sunfishlake.org/ +Minnesota,Dakota,Vermillion,city,2703766802,https://vermilliontownshipmn.com/ Minnesota,Dakota,Waterford,township,2703768530,https://waterfordtownshipmn.gov/ Minnesota,Dakota,West St. Paul,city,2703769700,https://wspmn.gov/ Minnesota,Dakota,,county,27037,https://www.co.dakota.mn.us/ @@ -24530,10 +24530,10 @@ Minnesota,Douglas,Ida,township,2704130716,https://idatownshipmn.gov/ Minnesota,Douglas,Kensington,city,2704132768,https://kensingtonmn.com/ Minnesota,Douglas,La Grand,township,2704133992,https://lagrandtownship.com/ Minnesota,Douglas,Lake Mary,township,2704134730,https://lakemarytwpmn.govoffice2.com/ -Minnesota,Douglas,Leaf Valley,township,2704136062, +Minnesota,Douglas,Leaf Valley,township,2704136062,https://leafvalleytownship.com/ Minnesota,Douglas,Lund,township,2704138510,https://lundtownshipmn.us/ Minnesota,Douglas,Millerville,city,2704142254, -Minnesota,Douglas,Miltona,city,2704142398, +Minnesota,Douglas,Miltona,city,2704142398,https://miltona.org/ Minnesota,Douglas,Moe,township,2704143558,https://www.moetownshipmn.gov/ Minnesota,Douglas,Nelson,city,2704145106, Minnesota,Douglas,Orange,township,2704148472, @@ -24582,7 +24582,7 @@ Minnesota,Fillmore,Fountain,city,2704522094,http://www.fountainmn.org/ Minnesota,Fillmore,Harmony,city,2704527188,https://harmonymn.gov/ Minnesota,Fillmore,Holt,township,2704529852, Minnesota,Fillmore,Jordan,township,2704532156, -Minnesota,Fillmore,Lanesboro,city,2704535450, +Minnesota,Fillmore,Lanesboro,city,2704535450,https://lanesboro-mn.gov/ Minnesota,Fillmore,Mabel,city,2704538888,https://cityofmabel.com/ Minnesota,Fillmore,Newburg,township,2704545466, Minnesota,Fillmore,Norway,township,2704547392, @@ -24628,7 +24628,7 @@ Minnesota,Freeborn,Shell Rock,township,2704759548, Minnesota,Freeborn,Twin Lakes,city,2704765920, Minnesota,Freeborn,,county,27047,http://www.co.freeborn.mn.us/ Minnesota,Goodhue,Belle Creek,township,2704904816, -Minnesota,Goodhue,Belvidere,township,2704905032, +Minnesota,Goodhue,Belvidere,township,2704905032,https://www.belvideremn.com/ Minnesota,Goodhue,Cannon Falls,city,2704909730,https://cannonfallsmn.gov/ Minnesota,Goodhue,Cherry Grove,township,2704911188, Minnesota,Goodhue,Featherstone,township,2704920780, @@ -24671,7 +24671,7 @@ Minnesota,Grant,Pomme de Terre,township,2705151838, Minnesota,Grant,Roseville,township,2705155816, Minnesota,Grant,Sanford,township,2705158468, Minnesota,Grant,Stony Brook,township,2705162986, -Minnesota,Grant,Wendell,city,2705169142, +Minnesota,Grant,Wendell,city,2705169142,https://cityofwendell.com/ Minnesota,Grant,,county,27051,http://www.co.grant.mn.us/ Minnesota,Hennepin,Bloomington,city,2705306616,https://www.bloomingtonmn.gov/ Minnesota,Hennepin,Brooklyn Center,city,2705307948,https://www.brooklyncentermn.gov/ @@ -24711,7 +24711,7 @@ Minnesota,Hennepin,St. Bonifacius,city,2705356770,https://cityofstboni.gov/ Minnesota,Hennepin,St. Louis Park,city,2705357220,https://www.stlouisparkmn.gov/ Minnesota,Hennepin,Tonka Bay,city,2705365164,https://www.cityoftonkabay.net/ Minnesota,Hennepin,Village of Minnetonka Beach,city,2705367130,https://www.ci.minnetonka-beach.mn.us/ -Minnesota,Hennepin,Wayzata,city,2705368818, +Minnesota,Hennepin,Wayzata,city,2705368818,https://www.wayzata.org/ Minnesota,Hennepin,Woodland,city,2705371500, Minnesota,Hennepin,,county,27053,https://www.hennepincounty.gov/ Minnesota,Houston,Black Hammer,township,2705506292, @@ -24720,7 +24720,7 @@ Minnesota,Houston,Caledonia,city,2705509226,https://www.caledoniamn.gov/ Minnesota,Houston,Crooked Creek,township,2705513816, Minnesota,Houston,Eitzen,city,2705518368, Minnesota,Houston,Hokah,city,2705529510,https://www.cityofhokah-mn.gov/ -Minnesota,Houston,Houston,city,2705530230, +Minnesota,Houston,Houston,city,2705530230,https://houston.govoffice.com/ Minnesota,Houston,Jefferson,township,2705531814, Minnesota,Houston,Mayville,township,2705541228, Minnesota,Houston,Money Creek,township,2705543648,https://moneycreektwpmn.com/ @@ -24732,7 +24732,7 @@ Minnesota,Houston,Wilmington,township,2705570564, Minnesota,Houston,Winnebago,township,2705570960, Minnesota,Houston,Yucatan,township,2705572166, Minnesota,Houston,,county,27055,https://www.hocomn.gov/ -Minnesota,Hubbard,Akeley,city,2700496, +Minnesota,Hubbard,Akeley,city,2700496,https://www.akeleycity.com/ Minnesota,Hubbard,Arago,township,2705701918,https://aragotownshipmn.gov/ Minnesota,Hubbard,Badoura,township,2705703178, Minnesota,Hubbard,Clay,township,2705711682,https://claytownship.us/ @@ -24767,8 +24767,8 @@ Minnesota,Isanti,Athens,township,2705902602,https://athenstownshipmn.gov/ Minnesota,Isanti,Bradford,township,2705907246,https://bradfordtownship.org/ Minnesota,Isanti,Cambridge,city,2705909370,https://www.ci.cambridge.mn.us/ Minnesota,Isanti,Dalbo,township,2705914572, -Minnesota,Isanti,Isanti,city,2705931328, -Minnesota,Isanti,Maple Ridge,township,2705940292, +Minnesota,Isanti,Isanti,city,2705931328,https://www.cityofisanti.us/ +Minnesota,Isanti,Maple Ridge,township,2705940292,http://www.mapleridgetwp.com/ Minnesota,Isanti,Oxford,township,2705949354, Minnesota,Isanti,Spencer Brook,township,2705961672,https://spencerbrooktwp.org/ Minnesota,Isanti,Springvale,township,2705962086, @@ -24863,10 +24863,10 @@ Minnesota,Kanabec,Ann Lake,township,2706501702, Minnesota,Kanabec,Arthur,township,2706502296,http://www.arthurtownship.com/ Minnesota,Kanabec,Brunswick,township,2706508344, Minnesota,Kanabec,Comfort,township,2706512754,https://www.comforttownship.com/ -Minnesota,Kanabec,Ford,township,2706521644, +Minnesota,Kanabec,Ford,township,2706521644,https://fordtownship.org/ Minnesota,Kanabec,Grass Lake,township,2706525406, Minnesota,Kanabec,Grasston,city,2706525424, -Minnesota,Kanabec,Hay Brook,township,2706527782, +Minnesota,Kanabec,Hay Brook,township,2706527782,https://www.haybrooktownship.com/ Minnesota,Kanabec,Hillman,township,2706529132, Minnesota,Kanabec,Kanabec,township,2706532300, Minnesota,Kanabec,Knife Lake,township,2706533560,https://knifelaketownship.org/ @@ -24906,7 +24906,7 @@ Minnesota,Kandiyohi,Regal,city,2706753710, Minnesota,Kandiyohi,Roseland,township,2706755708, Minnesota,Kandiyohi,Roseville,township,2706755834, Minnesota,Kandiyohi,Spicer,city,2706761690,https://cityofspicer.com/ -Minnesota,Kandiyohi,St. Johns,township,2706757076, +Minnesota,Kandiyohi,St. Johns,township,2706757076,https://stjohnstownship.com/ Minnesota,Kandiyohi,Sunburg,city,2706763454, Minnesota,Kandiyohi,Whitefield,township,2706770078, Minnesota,Kandiyohi,Willmar,city,2706770420,https://www.willmarmn.gov/ @@ -25201,7 +25201,7 @@ Minnesota,McLeod,Bergen,township,2708505338,http://www.bergentownship.com/ Minnesota,McLeod,Biscay,city,2706112, Minnesota,McLeod,Brownton,city,2708254, Minnesota,McLeod,Collins,township,2708512610, -Minnesota,McLeod,Glencoe,city,2708523948, +Minnesota,McLeod,Glencoe,city,2708523948,https://www.glencoemn.org/ Minnesota,McLeod,Hale,township,2708526540, Minnesota,McLeod,Hassan Valley,township,2708527494, Minnesota,McLeod,Helen,township,2708528304, @@ -25244,7 +25244,7 @@ Minnesota,Mille Lacs,Bradbury,township,2709507210, Minnesota,Mille Lacs,Dailey,township,2709514500, Minnesota,Mille Lacs,East Side,township,2709517810, Minnesota,Mille Lacs,Foreston,city,2709521824, -Minnesota,Mille Lacs,Greenbush,township,2709525586, +Minnesota,Mille Lacs,Greenbush,township,2709525586,https://www.greenbushtwp.com/ Minnesota,Mille Lacs,Hayland,township,2709527908,https://www.haylandtownshipmn.org/ Minnesota,Mille Lacs,Isle,city,2709531472,https://www.cityofisle.com/ Minnesota,Mille Lacs,Isle Harbor,township,2709531490,https://www.isleharbortownship.com/ @@ -25304,14 +25304,14 @@ Minnesota,Mower,Brownsdale,city,2708164,https://brownsdalemn.gov/ Minnesota,Mower,Clayton,township,2709911728, Minnesota,Mower,Dexter,city,2709915886,https://dextermn.com/ Minnesota,Mower,Elkton,city,2709918728, -Minnesota,Mower,Frankford,township,2709922328, +Minnesota,Mower,Frankford,township,2709922328,https://frankfordtownship.net/ Minnesota,Mower,Grand Meadow,city,2709925010,http://www.grandmeadowmn.govoffice3.com/ Minnesota,Mower,Lansing,township,2709935576,https://www.lansingtownshipmn.org/ Minnesota,Mower,Le Roy,city,2709936620,https://www.leroymn.com/ Minnesota,Mower,Lodi,township,2709937808, Minnesota,Mower,Lyle,city,2709938654,https://lylemn.org/ Minnesota,Mower,Mapleview,city,2709940346, -Minnesota,Mower,Marshall,township,2709940706, +Minnesota,Mower,Marshall,township,2709940706,https://www.marshalltownship.net/ Minnesota,Mower,Nevada,township,2709945322, Minnesota,Mower,Pleasant Valley,township,2709951640, Minnesota,Mower,Racine,city,2709952882, @@ -25432,7 +25432,7 @@ Minnesota,Olmsted,Farmington,township,2710920636, Minnesota,Olmsted,Haverhill,township,2710927692,https://haverhilltwp.org/ Minnesota,Olmsted,High Forest,township,2710928880, Minnesota,Olmsted,Kalmar,township,2710932282,https://kalmartownshipmn.gov/ -Minnesota,Olmsted,Marion,township,2710940616, +Minnesota,Olmsted,Marion,township,2710940616,https://marionmn.gov/ Minnesota,Olmsted,New Haven,township,2710945610,https://newhaventownship.org/ Minnesota,Olmsted,Orion,township,2710948526, Minnesota,Olmsted,Oronoco,city,2710948598,https://www.oronoco.com/ @@ -25457,7 +25457,7 @@ Minnesota,Otter Tail,Carlisle,township,2711109946, Minnesota,Otter Tail,Clitherall,city,2711112088, Minnesota,Otter Tail,Clitherall,township,2711112106,https://www.clitheralltownship.com/ Minnesota,Otter Tail,Compton,township,2711112844, -Minnesota,Otter Tail,Corliss,township,2711113240, +Minnesota,Otter Tail,Corliss,township,2711113240,https://www.corlisstownship.com/ Minnesota,Otter Tail,Dalton,city,2711114626, Minnesota,Otter Tail,Dane Prairie,township,2711114644, Minnesota,Otter Tail,Dead Lake,township,2711115076,https://www.deadlaketownship.org/ @@ -25488,7 +25488,7 @@ Minnesota,Otter Tail,Leaf Mountain,township,2711136008, Minnesota,Otter Tail,Lida,township,2711136980, Minnesota,Otter Tail,Maine,township,2711139500, Minnesota,Otter Tail,Maplewood,township,2711140364, -Minnesota,Otter Tail,New York Mills,city,2711146060, +Minnesota,Otter Tail,New York Mills,city,2711146060,https://newyorkmills.govoffice2.com/ Minnesota,Otter Tail,Newton,township,2711146006, Minnesota,Otter Tail,Nidaros,township,2711146240, Minnesota,Otter Tail,Norwegian Grove,township,2711147482, @@ -25512,7 +25512,7 @@ Minnesota,Otter Tail,Sverdrup,township,2711163688, Minnesota,Otter Tail,Tordenskjold,township,2711165218, Minnesota,Otter Tail,Trondhjem,township,2711165524, Minnesota,Otter Tail,Tumuli,township,2711165686, -Minnesota,Otter Tail,Underwood,city,2711166172, +Minnesota,Otter Tail,Underwood,city,2711166172,https://cityofunderwood.com/ Minnesota,Otter Tail,Urbank,city,2711166388, Minnesota,Otter Tail,Vergas,city,2711166766,https://www.cityofvergas.com/ Minnesota,Otter Tail,Vining,city,2711167216, @@ -25627,7 +25627,7 @@ Minnesota,Polk,Fanny,township,2711920510, Minnesota,Polk,Farley,township,2711920564, Minnesota,Polk,Fertile,city,2711920978,https://www.fertilemn.gov/ Minnesota,Polk,Fisher,city,2711921158,https://www.cityoffishermn.com/ -Minnesota,Polk,Fosston,city,2711921986, +Minnesota,Polk,Fosston,city,2711921986,https://www.fosston.com/ Minnesota,Polk,Garden,township,2711923066, Minnesota,Polk,Garfield,township,2711923156, Minnesota,Polk,Gentilly,township,2711923480, @@ -25747,7 +25747,7 @@ Minnesota,Redwood,Kintire,township,2712733434, Minnesota,Redwood,Lamberton,city,2712735288,https://lambertonmn.com/ Minnesota,Redwood,Lucan,city,2712738420,https://www.lucanmn.net/ Minnesota,Redwood,Milroy,city,2712742362,https://milroy.municipalimpact.com/ -Minnesota,Redwood,Morgan,city,2712744116, +Minnesota,Redwood,Morgan,city,2712744116,https://www.cityofmorganmn.com/ Minnesota,Redwood,New Avon,township,2712745412, Minnesota,Redwood,North Hero,township,2712746996, Minnesota,Redwood,Paxton,township,2712749894, @@ -25885,7 +25885,7 @@ Minnesota,Roseau,Warroad,city,2713568224,https://www.warroadmn.org/ Minnesota,Roseau,,county,27135,http://www.co.roseau.mn.us/ Minnesota,Scott,Belle Plaine,city,2704834,https://www.belleplainemn.gov/ Minnesota,Scott,Blakeley,township,2713906418, -Minnesota,Scott,Cedar Lake,township,2713910450, +Minnesota,Scott,Cedar Lake,township,2713910450,https://www.cedarlaketownship.com/ Minnesota,Scott,Credit River,city,2713708,https://www.creditriver-mn.gov/ Minnesota,Scott,Elko New Market,city,2713918662,https://elkonewmarketmn.gov/ Minnesota,Scott,Helena,township,2713928322,https://helenatownshipmn.gov/ @@ -25907,7 +25907,7 @@ Minnesota,Sherburne,Clear Lake,city,2711764,https://clearlakemn.govoffice2.com/ Minnesota,Sherburne,Elk River,city,2714118674,https://www.elkrivermn.gov/ Minnesota,Sherburne,Haven,township,2714127674,https://www.haventwp.org/ Minnesota,Sherburne,Livonia,township,2714137754,https://livoniatownship.org/ -Minnesota,Sherburne,Orrock,township,2714148670, +Minnesota,Sherburne,Orrock,township,2714148670,https://orrocktownship.com/ Minnesota,Sherburne,Palmer,township,2714149534,https://www.palmertownshipmn.org/ Minnesota,Sherburne,Santiago,township,2714158522, Minnesota,Sherburne,Zimmerman,city,2714172238,https://zimmerman.govoffice.com/ @@ -25922,8 +25922,8 @@ Minnesota,Sibley,Gaylord,city,2714323300, Minnesota,Sibley,Gibbon,city,2714323678,https://www.cityofgibbon.com/ Minnesota,Sibley,Grafton,township,2714324794, Minnesota,Sibley,Green Isle,city,2714325658,https://greenislemn.gov/ -Minnesota,Sibley,Henderson,city,2714328394, -Minnesota,Sibley,Jessenland,township,2714331922, +Minnesota,Sibley,Henderson,city,2714328394,https://www.henderson-mn.com/ +Minnesota,Sibley,Jessenland,township,2714331922,https://jessenland-twp-mn.org/ Minnesota,Sibley,Kelso,township,2714332714, Minnesota,Sibley,Moltke,township,2714343612, Minnesota,Sibley,New Auburn,city,2714345376,https://newauburnmn.com/ @@ -25934,7 +25934,7 @@ Minnesota,Sibley,Washington Lake,township,2714368368, Minnesota,Sibley,Winthrop,city,2714371122,https://winthropmn.gov/ Minnesota,Sibley,,county,27143,http://www.co.sibley.mn.us/ Minnesota,St. Louis,Alango,township,2713700568, -Minnesota,St. Louis,Alborn,township,2713700820, +Minnesota,St. Louis,Alborn,township,2713700820,https://alborntownship.org/ Minnesota,St. Louis,Alden,township,2713700874, Minnesota,St. Louis,Angora,township,2713701612, Minnesota,St. Louis,Arrowhead,township,2713702278, @@ -25996,7 +25996,7 @@ Minnesota,St. Louis,Kugler,township,2713733794, Minnesota,St. Louis,Lakewood,township,2713735234,https://lakewoodtownshipmn.org/ Minnesota,St. Louis,Lavell,township,2713735774, Minnesota,St. Louis,Leiding,township,2713736332, -Minnesota,St. Louis,Leonidas,city,2713736530, +Minnesota,St. Louis,Leonidas,city,2713736530,https://cityofleonidas.com/ Minnesota,St. Louis,Linden Grove,township,2713737250, Minnesota,St. Louis,Makinen,unorganized territory,2713739538, Minnesota,St. Louis,McCormack,unorganized territory,2713738938, @@ -26068,7 +26068,7 @@ Minnesota,Stearns,Luxemburg,township,2714538618, Minnesota,Stearns,Lynden,township,2714538780,https://www.lyndenmn.gov/ Minnesota,Stearns,Maine Prairie,township,2714539518,https://www.maineprairietownship.com/ Minnesota,Stearns,Meire Grove,city,2714541534, -Minnesota,Stearns,Melrose,city,2714541570, +Minnesota,Stearns,Melrose,city,2714541570,https://www.cityofmelrose.com/ Minnesota,Stearns,Millwood,township,2714542308, Minnesota,Stearns,Munson,township,2714544800,https://munsontownshipmn.gov/ Minnesota,Stearns,New Munich,city,2714545772, @@ -26108,7 +26108,7 @@ Minnesota,Steele,Summit,township,2714763364, Minnesota,Steele,,county,27147,http://www.co.steele.mn.us/ Minnesota,Stevens,Alberta,city,2700676, Minnesota,Stevens,Baker,township,2714903232, -Minnesota,Stevens,Chokio,city,2711440, +Minnesota,Stevens,Chokio,city,2711440,https://chokiomn.gov/ Minnesota,Stevens,Darnen,township,2714914824, Minnesota,Stevens,Donnelly,city,2714916084, Minnesota,Stevens,Eldorado,township,2714918494, @@ -26126,7 +26126,7 @@ Minnesota,Stevens,Stevens,township,2714962752, Minnesota,Stevens,Swan Lake,township,2714963724, Minnesota,Stevens,Synnes,township,2714963976, Minnesota,Stevens,,county,27149,http://www.stevenscountymn.gov/ -Minnesota,Swift,Appleton,city,2701864, +Minnesota,Swift,Appleton,city,2701864,https://appletonmn.gov/ Minnesota,Swift,Benson,city,2705212,https://cityofbensonmn.gov/ Minnesota,Swift,Camp Lake,township,2715109532, Minnesota,Swift,Cashel,township,2715110216, @@ -26139,7 +26139,7 @@ Minnesota,Swift,Fairfield,township,2715120258, Minnesota,Swift,Hayes,township,2715127854, Minnesota,Swift,Hegbert,township,2715128160, Minnesota,Swift,Holloway,city,2715129672, -Minnesota,Swift,Kerkhoven,city,2715132876, +Minnesota,Swift,Kerkhoven,city,2715132876,https://cityofkerk.com/ Minnesota,Swift,Kerkhoven,township,2715132894, Minnesota,Swift,Kildare,township,2715133092, Minnesota,Swift,Marysland,township,2715140904, @@ -26201,7 +26201,7 @@ Minnesota,Traverse,Tara,township,2715564246, Minnesota,Traverse,Taylor,township,2715564300, Minnesota,Traverse,Tintah,city,2715564948, Minnesota,Traverse,Walls,township,2715567828, -Minnesota,Traverse,Wheaton,city,2715569844, +Minnesota,Traverse,Wheaton,city,2715569844,https://cityofwheaton.com/ Minnesota,Traverse,Windsor,township,2715570834, Minnesota,Traverse,,county,27155,http://www.co.traverse.mn.us/ Minnesota,Wabasha,Chester,township,2715711242, @@ -26266,7 +26266,7 @@ Minnesota,Washington,Baytown,township,2716304132,https://www.baytownmn.org/ Minnesota,Washington,Birchwood Village,city,2706058,https://cityofbirchwood.com/ Minnesota,Washington,Cottage Grove,city,2713456,https://www.cottagegrovemn.gov/ Minnesota,Washington,Dellwood,city,2715616,https://www.dellwood.us/ -Minnesota,Washington,Denmark,township,2716315688, +Minnesota,Washington,Denmark,township,2716315688,https://www.denmarktownship.org/ Minnesota,Washington,Forest Lake,city,2716321770,https://www.ci.forest-lake.mn.us/ Minnesota,Washington,Grant,city,2716325334, Minnesota,Washington,Grey Cloud Island,township,2716325982,https://www.greycloudislandtwp-mn.us/ @@ -26275,7 +26275,7 @@ Minnesota,Washington,Lake Elmo,city,2716334244,https://www.lakeelmo.gov/ Minnesota,Washington,Lake St. Croix Beach,city,2716334865,https://ci.lakestcroixbeach.mn.us/ Minnesota,Washington,Lakeland,city,2716334622,https://ci.lakeland.mn.us/ Minnesota,Washington,Lakeland Shores,city,2716334658,https://lakelandshores.govoffice.com/ -Minnesota,Washington,Landfall,city,2716335414, +Minnesota,Washington,Landfall,city,2716335414,https://cityoflandfall.com/ Minnesota,Washington,Mahtomedi,city,2716339428,https://www.mahtomedimn.gov/ Minnesota,Washington,Marine on St. Croix,city,2716340562,https://marineonstcroix.org/ Minnesota,Washington,May,township,2716341120,https://www.townofmay.org/ @@ -26361,7 +26361,7 @@ Minnesota,Winona,Winona,city,2716971032,https://www.winonamn.gov/ Minnesota,Winona,Wiscoy,township,2716971230, Minnesota,Winona,,county,27169,http://www.co.winona.mn.us/ Minnesota,Wright,Albertville,city,2700730,https://www.albertvillemn.gov/ -Minnesota,Wright,Albion,township,2717100766, +Minnesota,Wright,Albion,township,2717100766,https://albiontownship.com/ Minnesota,Wright,Annandale,city,2701684,https://www.annandale.mn.us/ Minnesota,Wright,Buffalo,city,2708452,https://www.ci.buffalo.mn.us/ Minnesota,Wright,Chatham,township,2717111062,https://www.chathamtownshipwrightcountymn.com/ @@ -26377,11 +26377,11 @@ Minnesota,Wright,Middleville,township,2717141966,http://www.middlevilletwp.org/ Minnesota,Wright,Monticello,city,2717143774,https://www.monticellomn.gov/ Minnesota,Wright,Montrose,city,2717143810,https://www.montrose-mn.com/ Minnesota,Wright,Otsego,city,2717149138,https://www.otsegomn.gov/ -Minnesota,Wright,Silver Creek,township,2717160340, +Minnesota,Wright,Silver Creek,township,2717160340,https://silvercreektwp.com/ Minnesota,Wright,South Haven,city,2717161402,https://www.cityofsouthhavenmn.com/ Minnesota,Wright,Southside,township,2717161510,https://www.southsidetownship.com/ Minnesota,Wright,St. Michael,city,2717157346,https://stmichaelmn.gov/ -Minnesota,Wright,Stockholm,township,2717162878, +Minnesota,Wright,Stockholm,township,2717162878,http://stockholmtownshipmn.com/ Minnesota,Wright,Victor,township,2717167018, Minnesota,Wright,Waverly,city,2717168764,http://waverlymn.gov/ Minnesota,Wright,Woodland,township,2717171554,https://woodlandtownship.com/ @@ -26480,7 +26480,7 @@ Minnesota,,Rice Lake,CDP,2754056, Minnesota,,Riverland,CDP,2754596, Minnesota,,Rockford,city,2705355006,https://www.cityofrockford.org/ Minnesota,,Ronneby,CDP,2755366, -Minnesota,,Roosevelt,city,2707755438, +Minnesota,,Roosevelt,city,2707755438,https://www.roosevelttownshipccmn.gov/ Minnesota,,Rothsay,city,2711156014,https://rothsay.gov/ Minnesota,,Round Lake,city,2710556086,https://roundlk.net/ Minnesota,,Roy Lake,CDP,2756212, @@ -26517,23 +26517,23 @@ Mississippi,Alcorn,3,district,2800391494, Mississippi,Alcorn,4,district,2800392232, Mississippi,Alcorn,5,district,2800392970, Mississippi,Alcorn,,county,28003,http://alcorncounty.org/ -Mississippi,Amite,1,district,2800590027, -Mississippi,Amite,2,district,2800590765, -Mississippi,Amite,3,district,2800591503, -Mississippi,Amite,4,district,2800592241, -Mississippi,Amite,5,district,2800592979, +Mississippi,Amite,1,district,2800590027,https://www.amitecounty.ms/ +Mississippi,Amite,2,district,2800590765,https://www.amitecounty.ms/ +Mississippi,Amite,3,district,2800591503,https://www.amitecounty.ms/ +Mississippi,Amite,4,district,2800592241,https://www.amitecounty.ms/ +Mississippi,Amite,5,district,2800592979,https://www.amitecounty.ms/ Mississippi,Amite,,county,28005,http://www.amitecounty.ms/ -Mississippi,Attala,1,district,2800790036, -Mississippi,Attala,2,district,2800790774, -Mississippi,Attala,3,district,2800791512, -Mississippi,Attala,4,district,2800792250, +Mississippi,Attala,1,district,2800790036,https://www.attalacounty.net/ +Mississippi,Attala,2,district,2800790774,https://www.attalacounty.net/ +Mississippi,Attala,3,district,2800791512,https://www.attalacounty.net/ +Mississippi,Attala,4,district,2800792250,https://www.attalacounty.net/ Mississippi,Attala,5,district,2800792988, Mississippi,Attala,,county,28007,http://www.attalacounty.net/ Mississippi,Benton,1,district,2800990045,https://www.bentoncountyms.gov/ -Mississippi,Benton,2,district,2800990783, -Mississippi,Benton,3,district,2800991521, -Mississippi,Benton,4,district,2800992259, -Mississippi,Benton,5,district,2800992997, +Mississippi,Benton,2,district,2800990783,https://www.bentoncountyms.gov/ +Mississippi,Benton,3,district,2800991521,https://www.bentoncountyms.gov/ +Mississippi,Benton,4,district,2800992259,https://www.bentoncountyms.gov/ +Mississippi,Benton,5,district,2800992997,https://www.bentoncountyms.gov/ Mississippi,Benton,,county,28009,http://bentoncountyms.gov/ Mississippi,Bolivar,1,district,2801190054, Mississippi,Bolivar,2,district,2801190792, @@ -26566,38 +26566,38 @@ Mississippi,Choctaw,4,district,2801992304, Mississippi,Choctaw,5,district,2801993042, Mississippi,Choctaw,,county,28019,http://choctawcountyms.com/ Mississippi,Claiborne,1,district,2802190099,https://www.ccmsgov.us/ -Mississippi,Claiborne,2,district,2802190837, +Mississippi,Claiborne,2,district,2802190837,https://www.ccmsgov.us/ Mississippi,Claiborne,3,district,2802191575, Mississippi,Claiborne,4,district,2802192313, -Mississippi,Claiborne,5,district,2802193051, +Mississippi,Claiborne,5,district,2802193051,https://www.ccmsgov.us/ Mississippi,Claiborne,,county,28021,https://www.ccmsgov.us/ -Mississippi,Clarke,1,district,2802390108, -Mississippi,Clarke,2,district,2802390846, -Mississippi,Clarke,3,district,2802391584, +Mississippi,Clarke,1,district,2802390108,https://www.clarkecountyms.gov/ +Mississippi,Clarke,2,district,2802390846,https://www.clarkecountyms.gov/ +Mississippi,Clarke,3,district,2802391584,https://www.clarkecountyms.gov/ Mississippi,Clarke,4,district,2802392322, -Mississippi,Clarke,5,district,2802393060, +Mississippi,Clarke,5,district,2802393060,https://www.clarkecountyms.gov/ Mississippi,Clarke,,county,28023,https://clarkecountyms.gov/ Mississippi,Clay,1,district,2802590117,https://www.claycountyms.com/ -Mississippi,Clay,2,district,2802590855, +Mississippi,Clay,2,district,2802590855,https://www.claycountyms.com/ Mississippi,Clay,3,district,2802591593, Mississippi,Clay,4,district,2802592331, Mississippi,Clay,5,district,2802593069, Mississippi,Clay,,county,28025,http://www.claycountyms.com/ -Mississippi,Coahoma,1,district,2802790126, -Mississippi,Coahoma,2,district,2802790864, +Mississippi,Coahoma,1,district,2802790126,https://coahomacounty.net/ +Mississippi,Coahoma,2,district,2802790864,https://coahomacounty.net/ Mississippi,Coahoma,3,district,2802791602, Mississippi,Coahoma,4,district,2802792340, Mississippi,Coahoma,5,district,2802793078, Mississippi,Coahoma,,county,28027,http://www.coahomacounty.net/ -Mississippi,Copiah,1,district,2802990135, -Mississippi,Copiah,2,district,2802990873, +Mississippi,Copiah,1,district,2802990135,https://www.copiahcountyms.gov/ +Mississippi,Copiah,2,district,2802990873,https://www.copiahcountyms.gov/ Mississippi,Copiah,3,district,2802991611, Mississippi,Copiah,4,district,2802992349, -Mississippi,Copiah,5,district,2802993087, +Mississippi,Copiah,5,district,2802993087,https://www.copiahcountyms.gov/ Mississippi,Copiah,,county,28029,http://www.copiahcountyms.gov/ Mississippi,Covington,1,district,2803190144,https://www.covingtoncountyms.gov/ -Mississippi,Covington,2,district,2803190882, -Mississippi,Covington,3,district,2803191620, +Mississippi,Covington,2,district,2803190882,https://www.covingtoncountyms.gov/ +Mississippi,Covington,3,district,2803191620,https://www.covingtoncountyms.gov/ Mississippi,Covington,4,district,2803192358, Mississippi,Covington,5,district,2803193096, Mississippi,Covington,,county,28031,http://www.covingtoncountyms.gov/ @@ -26613,22 +26613,22 @@ Mississippi,Forrest,3,district,2803591638, Mississippi,Forrest,4,district,2803592376, Mississippi,Forrest,5,district,2803593114, Mississippi,Forrest,,county,28035,http://forrestcountyms.us/ -Mississippi,Franklin,1,district,2803790171, +Mississippi,Franklin,1,district,2803790171,https://www.franklincountyms.gov/ Mississippi,Franklin,2,district,2803790909, Mississippi,Franklin,3,district,2803791647, Mississippi,Franklin,4,district,2803792385, -Mississippi,Franklin,5,district,2803793123, +Mississippi,Franklin,5,district,2803793123,https://www.franklincountyms.gov/ Mississippi,Franklin,,county,28037,https://www.franklincountyms.gov/ Mississippi,George,1,district,2803990180, Mississippi,George,2,district,2803990918, Mississippi,George,3,district,2803991656, -Mississippi,George,4,district,2803992394, +Mississippi,George,4,district,2803992394,https://www.georgecountyms.com/ Mississippi,George,5,district,2803993132, Mississippi,George,,county,28039,http://www.georgecountyms.com/ -Mississippi,Greene,1,district,2804190189, +Mississippi,Greene,1,district,2804190189,https://www.greenecountyms.gov/ Mississippi,Greene,2,district,2804190927, Mississippi,Greene,3,district,2804191665, -Mississippi,Greene,4,district,2804192403, +Mississippi,Greene,4,district,2804192403,https://www.greenecountyms.gov/ Mississippi,Greene,5,district,2804193141, Mississippi,Greene,,county,28041,http://www.greenecountyms.gov/ Mississippi,Grenada,1,district,2804390198, @@ -26637,23 +26637,23 @@ Mississippi,Grenada,3,district,2804391674, Mississippi,Grenada,4,district,2804392412, Mississippi,Grenada,5,district,2804393150, Mississippi,Grenada,,county,28043, -Mississippi,Hancock,1,district,2804590207, +Mississippi,Hancock,1,district,2804590207,https://www.hancockcounty.ms.gov/ Mississippi,Hancock,2,district,2804590945, Mississippi,Hancock,3,district,2804591683, Mississippi,Hancock,4,district,2804592421, Mississippi,Hancock,5,district,2804593159, Mississippi,Hancock,,county,28045,https://www.hancockcounty.ms.gov/ -Mississippi,Harrison,1,district,2804790216, +Mississippi,Harrison,1,district,2804790216,https://harrisoncountyms.gov/ Mississippi,Harrison,2,district,2804790954, Mississippi,Harrison,3,district,2804791692, Mississippi,Harrison,4,district,2804792430, Mississippi,Harrison,5,district,2804793168, Mississippi,Harrison,,county,28047,https://harrisoncountyms.gov/ Mississippi,Hinds,1,district,2804990225,https://www.hindscountyms.com/ -Mississippi,Hinds,2,district,2804990963, -Mississippi,Hinds,3,district,2804991701, +Mississippi,Hinds,2,district,2804990963,https://www.hindscountyms.com/ +Mississippi,Hinds,3,district,2804991701,https://www.hindscountyms.com/ Mississippi,Hinds,4,district,2804992439,https://www.hindscountyms.com/ -Mississippi,Hinds,5,district,2804993177, +Mississippi,Hinds,5,district,2804993177,https://www.hindscountyms.com/ Mississippi,Hinds,,county,28049,http://www.hindscountyms.com/ Mississippi,Holmes,1,district,2805190234,https://holmescountyms.org/ Mississippi,Holmes,2,district,2805190972, @@ -26674,10 +26674,10 @@ Mississippi,Issaquena,4,district,2805592466, Mississippi,Issaquena,5,district,2805593204, Mississippi,Issaquena,,county,28055, Mississippi,Itawamba,1,district,2805790261,https://itawamba.gov/ -Mississippi,Itawamba,2,district,2805790999, -Mississippi,Itawamba,3,district,2805791737, -Mississippi,Itawamba,4,district,2805792475, -Mississippi,Itawamba,5,district,2805793213, +Mississippi,Itawamba,2,district,2805790999,https://itawamba.gov/ +Mississippi,Itawamba,3,district,2805791737,https://itawamba.gov/ +Mississippi,Itawamba,4,district,2805792475,https://itawamba.gov/ +Mississippi,Itawamba,5,district,2805793213,https://itawamba.gov/ Mississippi,Itawamba,,county,28057,https://itawamba.gov/ Mississippi,Jackson,1,district,2805990270, Mississippi,Jackson,2,district,2805991008, @@ -26686,22 +26686,22 @@ Mississippi,Jackson,4,district,2805992484, Mississippi,Jackson,5,district,2805993222, Mississippi,Jackson,,county,28059,http://www.co.jackson.ms.us/ Mississippi,Jasper,1,district,2806190279,https://co.jasper.ms.us/ -Mississippi,Jasper,2,district,2806191017, +Mississippi,Jasper,2,district,2806191017,https://co.jasper.ms.us/ Mississippi,Jasper,3,district,2806191755, Mississippi,Jasper,4,district,2806192493, -Mississippi,Jasper,5,district,2806193231, +Mississippi,Jasper,5,district,2806193231,https://co.jasper.ms.us/ Mississippi,Jasper,,county,28061,https://co.jasper.ms.us/ -Mississippi,Jefferson,1,district,2806390288, -Mississippi,Jefferson,2,district,2806391026, +Mississippi,Jefferson,1,district,2806390288,https://www.jeffersoncountyms.com/ +Mississippi,Jefferson,2,district,2806391026,https://www.jeffersoncountyms.com/ Mississippi,Jefferson,3,district,2806391764, Mississippi,Jefferson,4,district,2806392502, Mississippi,Jefferson,5,district,2806393240, Mississippi,Jefferson,,county,28063,https://www.jeffersoncountyms.com/ Mississippi,Jefferson Davis,1,district,2806590297,https://www.co.jefferson-davis.ms.us/ -Mississippi,Jefferson Davis,2,district,2806591035, -Mississippi,Jefferson Davis,3,district,2806591773, +Mississippi,Jefferson Davis,2,district,2806591035,https://www.co.jefferson-davis.ms.us/ +Mississippi,Jefferson Davis,3,district,2806591773,https://www.co.jefferson-davis.ms.us/ Mississippi,Jefferson Davis,4,district,2806592511, -Mississippi,Jefferson Davis,5,district,2806593249, +Mississippi,Jefferson Davis,5,district,2806593249,https://www.co.jefferson-davis.ms.us/ Mississippi,Jefferson Davis,,county,28065,http://www.jeffersondaviscountyms.com/ Mississippi,Jones,1,district,2806790306, Mississippi,Jones,2,district,2806791044, @@ -26710,24 +26710,24 @@ Mississippi,Jones,4,district,2806792520, Mississippi,Jones,5,district,2806793258, Mississippi,Jones,,county,28067,https://jonescountyms.com/ Mississippi,Kemper,1,district,2806990315,https://kempercountyms.gov/ -Mississippi,Kemper,2,district,2806991053, -Mississippi,Kemper,3,district,2806991791, +Mississippi,Kemper,2,district,2806991053,https://kempercountyms.gov/ +Mississippi,Kemper,3,district,2806991791,https://kempercountyms.gov/ Mississippi,Kemper,4,district,2806992529, Mississippi,Kemper,5,district,2806993267, Mississippi,Kemper,,county,28069,http://www.kempercounty.ms/ Mississippi,Lafayette,1,district,2807190324,https://lafayettems.com/ -Mississippi,Lafayette,2,district,2807191062, -Mississippi,Lafayette,3,district,2807191800, -Mississippi,Lafayette,4,district,2807192538, -Mississippi,Lafayette,5,district,2807193276, +Mississippi,Lafayette,2,district,2807191062,https://lafayettems.com/ +Mississippi,Lafayette,3,district,2807191800,https://lafayettems.com/ +Mississippi,Lafayette,4,district,2807192538,https://lafayettems.com/ +Mississippi,Lafayette,5,district,2807193276,https://lafayettems.com/ Mississippi,Lafayette,,county,28071,http://lafayettems.com/ Mississippi,Lamar,1,district,2807390333,https://lamarcountyms.gov/ -Mississippi,Lamar,2,district,2807391071, -Mississippi,Lamar,3,district,2807391809, -Mississippi,Lamar,4,district,2807392547, -Mississippi,Lamar,5,district,2807393285, +Mississippi,Lamar,2,district,2807391071,https://lamarcountyms.gov/ +Mississippi,Lamar,3,district,2807391809,https://lamarcountyms.gov/ +Mississippi,Lamar,4,district,2807392547,https://lamarcountyms.gov/ +Mississippi,Lamar,5,district,2807393285,https://lamarcountyms.gov/ Mississippi,Lamar,,county,28073,http://www.lamarcountyms.gov/ -Mississippi,Lauderdale,1,district,2807590342, +Mississippi,Lauderdale,1,district,2807590342,https://www.lauderdalecounty.org/ Mississippi,Lauderdale,2,district,2807591080, Mississippi,Lauderdale,3,district,2807591818, Mississippi,Lauderdale,4,district,2807592556, @@ -26739,22 +26739,22 @@ Mississippi,Lawrence,3,district,2807791827, Mississippi,Lawrence,4,district,2807792565, Mississippi,Lawrence,5,district,2807793303, Mississippi,Lawrence,,county,28077,http://lawrencecountyms.com/ -Mississippi,Leake,1,district,2807990360, -Mississippi,Leake,2,district,2807991098, +Mississippi,Leake,1,district,2807990360,https://leakecountyms.org/ +Mississippi,Leake,2,district,2807991098,https://leakecountyms.org/ Mississippi,Leake,3,district,2807991836, Mississippi,Leake,4,district,2807992574, Mississippi,Leake,5,district,2807993312, Mississippi,Leake,,county,28079,http://www.leakecountyms.org/ Mississippi,Lee,1,district,2808190369,https://leecountyms.com/ -Mississippi,Lee,2,district,2808191107, +Mississippi,Lee,2,district,2808191107,https://leecountyms.com/ Mississippi,Lee,3,district,2808191845, Mississippi,Lee,4,district,2808192583, -Mississippi,Lee,5,district,2808193321, +Mississippi,Lee,5,district,2808193321,https://leecountyms.com/ Mississippi,Lee,,county,28081,https://leecountyms.com/ -Mississippi,Leflore,1,district,2808390378, -Mississippi,Leflore,2,district,2808391116, +Mississippi,Leflore,1,district,2808390378,https://www.leflorecounty.ms/ +Mississippi,Leflore,2,district,2808391116,https://www.leflorecounty.ms/ Mississippi,Leflore,3,district,2808391854, -Mississippi,Leflore,4,district,2808392592, +Mississippi,Leflore,4,district,2808392592,https://www.leflorecounty.ms/ Mississippi,Leflore,5,district,2808393330,https://www.glcsd.org/ Mississippi,Leflore,,county,28083,https://www.leflorecounty.ms/ Mississippi,Lincoln,1,district,2808590387,https://www.golincolnms.com/ @@ -26763,10 +26763,10 @@ Mississippi,Lincoln,3,district,2808591863, Mississippi,Lincoln,4,district,2808592601, Mississippi,Lincoln,5,district,2808593339, Mississippi,Lincoln,,county,28085,http://www.golincolnms.com/ -Mississippi,Lowndes,1,district,2808790396, +Mississippi,Lowndes,1,district,2808790396,https://www.lowndescountyms.com/ Mississippi,Lowndes,2,district,2808791134, Mississippi,Lowndes,3,district,2808791872, -Mississippi,Lowndes,4,district,2808792610, +Mississippi,Lowndes,4,district,2808792610,https://www.lowndescountyms.com/ Mississippi,Lowndes,5,district,2808793348, Mississippi,Lowndes,,county,28087, Mississippi,Madison,1,district,2808990405,https://www.madison-schools.com/ @@ -26775,15 +26775,15 @@ Mississippi,Madison,3,district,2808991881,https://www.madison-co.com/ Mississippi,Madison,4,district,2808992619,https://www.madison-co.com/ Mississippi,Madison,5,district,2808993357,https://www.madison-co.com/ Mississippi,Madison,,county,28089,http://www.madison-co.com/ -Mississippi,Marion,1,district,2809190414, -Mississippi,Marion,2,district,2809191152, +Mississippi,Marion,1,district,2809190414,https://www.marioncountyms.com/ +Mississippi,Marion,2,district,2809191152,https://www.marioncountyms.com/ Mississippi,Marion,3,district,2809191890, Mississippi,Marion,4,district,2809192628, Mississippi,Marion,5,district,2809193366, Mississippi,Marion,,county,28091,http://www.marioncountyms.com/ -Mississippi,Marshall,1,district,2809390423, -Mississippi,Marshall,2,district,2809391161, -Mississippi,Marshall,3,district,2809391899, +Mississippi,Marshall,1,district,2809390423,https://www.marshall-county.com/ +Mississippi,Marshall,2,district,2809391161,https://www.marshall-county.com/ +Mississippi,Marshall,3,district,2809391899,https://www.marshall-county.com/ Mississippi,Marshall,4,district,2809392637, Mississippi,Marshall,5,district,2809393375, Mississippi,Marshall,,county,28093,http://www.marshall-county.com/ @@ -26793,22 +26793,22 @@ Mississippi,Monroe,3,district,2809591908, Mississippi,Monroe,4,district,2809592646, Mississippi,Monroe,5,district,2809593384, Mississippi,Monroe,,county,28095,http://www.monroems.com/ -Mississippi,Montgomery,1,district,2809790441, -Mississippi,Montgomery,2,district,2809791179, +Mississippi,Montgomery,1,district,2809790441,https://www.montgomerycountyms.com/ +Mississippi,Montgomery,2,district,2809791179,https://www.montgomerycountyms.com/ Mississippi,Montgomery,3,district,2809791917, Mississippi,Montgomery,4,district,2809792655, Mississippi,Montgomery,5,district,2809793393, Mississippi,Montgomery,,county,28097,http://www.montgomerycountyms.com/ -Mississippi,Neshoba,1,district,2809990450, +Mississippi,Neshoba,1,district,2809990450,https://www.neshobacounty.net/ Mississippi,Neshoba,2,district,2809991188, -Mississippi,Neshoba,3,district,2809991926, +Mississippi,Neshoba,3,district,2809991926,https://www.neshobacounty.net/ Mississippi,Neshoba,4,district,2809992664, Mississippi,Neshoba,5,district,2809993402, Mississippi,Neshoba,,county,28099,http://www.neshobacounty.net/ Mississippi,Newton,1,district,2810190459,https://www.newtoncountyms.net/ -Mississippi,Newton,2,district,2810191197, +Mississippi,Newton,2,district,2810191197,https://www.newtoncountyms.net/ Mississippi,Newton,3,district,2810191935, -Mississippi,Newton,4,district,2810192673, +Mississippi,Newton,4,district,2810192673,https://www.newtoncountyms.net/ Mississippi,Newton,5,district,2810193411, Mississippi,Newton,,county,28101,http://www.newtoncountyms.net/ Mississippi,Noxubee,1,district,2810390468,https://www.ourncsd.org/ @@ -26817,8 +26817,8 @@ Mississippi,Noxubee,3,district,2810391944, Mississippi,Noxubee,4,district,2810392682, Mississippi,Noxubee,5,district,2810393420, Mississippi,Noxubee,,county,28103, -Mississippi,Oktibbeha,1,district,2810590477, -Mississippi,Oktibbeha,2,district,2810591215, +Mississippi,Oktibbeha,1,district,2810590477,https://www.oktibbeha.ms.gov/ +Mississippi,Oktibbeha,2,district,2810591215,https://www.oktibbeha.ms.gov/ Mississippi,Oktibbeha,3,district,2810591953, Mississippi,Oktibbeha,4,district,2810592691, Mississippi,Oktibbeha,5,district,2810593429, @@ -26830,19 +26830,19 @@ Mississippi,Panola,4,district,2810792700, Mississippi,Panola,5,district,2810793438, Mississippi,Panola,,county,28107, Mississippi,Pearl River,1,district,2810990495,https://pearlrivercounty.net/ -Mississippi,Pearl River,2,district,2810991233, +Mississippi,Pearl River,2,district,2810991233,https://www.pearlrivercounty.net/ Mississippi,Pearl River,3,district,2810991971,https://www.pearlrivercounty.net/ -Mississippi,Pearl River,4,district,2810992709, -Mississippi,Pearl River,5,district,2810993447, +Mississippi,Pearl River,4,district,2810992709,https://www.pearlrivercounty.net/ +Mississippi,Pearl River,5,district,2810993447,https://www.pearlrivercounty.net/ Mississippi,Pearl River,,county,28109,http://www.pearlrivercounty.net/ -Mississippi,Perry,1,district,2811190504, -Mississippi,Perry,2,district,2811191242, -Mississippi,Perry,3,district,2811191980, +Mississippi,Perry,1,district,2811190504,https://perrycountyms.gov/ +Mississippi,Perry,2,district,2811191242,https://perrycountyms.gov/ +Mississippi,Perry,3,district,2811191980,https://perrycountyms.gov/ Mississippi,Perry,4,district,2811192718, Mississippi,Perry,5,district,2811193456, Mississippi,Perry,,county,28111,https://perrycountyms.gov/ -Mississippi,Pike,1,district,2811390513, -Mississippi,Pike,2,district,2811391251, +Mississippi,Pike,1,district,2811390513,https://www.co.pike.ms.us/ +Mississippi,Pike,2,district,2811391251,https://www.co.pike.ms.us/ Mississippi,Pike,3,district,2811391989, Mississippi,Pike,4,district,2811392727, Mississippi,Pike,5,district,2811393465, @@ -26860,10 +26860,10 @@ Mississippi,Prentiss,4,district,2811792745, Mississippi,Prentiss,5,district,2811793483, Mississippi,Prentiss,,county,28117,http://www.prentisscounty.org/ Mississippi,Quitman,1,district,2811990540,https://quitmancountyms.org/ -Mississippi,Quitman,2,district,2811991278, +Mississippi,Quitman,2,district,2811991278,https://quitmancountyms.org/ Mississippi,Quitman,3,district,2811992016,https://quitmancountyms.org/ Mississippi,Quitman,4,district,2811992754,https://quitmancountyms.org/ -Mississippi,Quitman,5,district,2811993492, +Mississippi,Quitman,5,district,2811993492,https://quitmancountyms.org/ Mississippi,Quitman,,county,28119,http://quitmancountyms.org/ Mississippi,Rankin,1,district,2812190549,https://www.rcsd.ms/ Mississippi,Rankin,2,district,2812191287, @@ -26871,24 +26871,24 @@ Mississippi,Rankin,3,district,2812192025, Mississippi,Rankin,4,district,2812192763, Mississippi,Rankin,5,district,2812193501, Mississippi,Rankin,,county,28121,https://www.rcsd.ms/ -Mississippi,Scott,1,district,2812390558, +Mississippi,Scott,1,district,2812390558,https://www.scottcountyms.gov/ Mississippi,Scott,2,district,2812391296, -Mississippi,Scott,3,district,2812392034, +Mississippi,Scott,3,district,2812392034,https://www.scottcountyms.gov/ Mississippi,Scott,4,district,2812392772, -Mississippi,Scott,5,district,2812393510, +Mississippi,Scott,5,district,2812393510,https://www.scottcountyms.gov/ Mississippi,Scott,,county,28123,http://www.scottcountyms.gov/ -Mississippi,Sharkey,1,district,2812590567, -Mississippi,Sharkey,2,district,2812591305, +Mississippi,Sharkey,1,district,2812590567,https://www.sharkeycounty.net/ +Mississippi,Sharkey,2,district,2812591305,https://www.sharkeycounty.net/ Mississippi,Sharkey,3,district,2812592043, Mississippi,Sharkey,4,district,2812592781, Mississippi,Sharkey,5,district,2812593519, Mississippi,Sharkey,,county,28125,http://www.sharkeycounty.net/ -Mississippi,Simpson,1,district,2812790576, -Mississippi,Simpson,2,district,2812791314, -Mississippi,Simpson,3,district,2812792052, -Mississippi,Simpson,4,district,2812792790, -Mississippi,Simpson,5,district,2812793528, -Mississippi,Simpson,,county,28127, +Mississippi,Simpson,1,district,2812790576,http://simpsoncountyms.com/ +Mississippi,Simpson,2,district,2812791314,http://simpsoncountyms.com/ +Mississippi,Simpson,3,district,2812792052,http://simpsoncountyms.com/ +Mississippi,Simpson,4,district,2812792790,http://simpsoncountyms.com/ +Mississippi,Simpson,5,district,2812793528,http://simpsoncountyms.com/ +Mississippi,Simpson,,county,28127,https://www.simpsoncounty.ms/ Mississippi,Smith,1,district,2812990585,https://www.smithcountyms.gov/ Mississippi,Smith,2,district,2812991323, Mississippi,Smith,3,district,2812992061, @@ -26896,15 +26896,15 @@ Mississippi,Smith,4,district,2812992799, Mississippi,Smith,5,district,2812993537, Mississippi,Smith,,county,28129,https://www.smithcountyms.gov/ Mississippi,Stone,1,district,2813190594,https://www.stonecountyms.gov/ -Mississippi,Stone,2,district,2813191332, +Mississippi,Stone,2,district,2813191332,https://www.stonecountyms.gov/ Mississippi,Stone,3,district,2813192070, Mississippi,Stone,4,district,2813192808, Mississippi,Stone,5,district,2813193546, Mississippi,Stone,,county,28131,http://www.stonecountyms.gov/ Mississippi,Sunflower,1,district,2813390603,https://www.sunflowercounty.ms.gov/ -Mississippi,Sunflower,2,district,2813391341, -Mississippi,Sunflower,3,district,2813392079, -Mississippi,Sunflower,4,district,2813392817, +Mississippi,Sunflower,2,district,2813391341,https://www.sunflowercounty.ms.gov/ +Mississippi,Sunflower,3,district,2813392079,https://www.sunflowercounty.ms.gov/ +Mississippi,Sunflower,4,district,2813392817,https://www.sunflowercounty.ms.gov/ Mississippi,Sunflower,5,district,2813393555, Mississippi,Sunflower,,county,28133,https://www.sunflowercounty.ms.gov/ Mississippi,Tallahatchie,1,district,2813590612, @@ -26919,19 +26919,19 @@ Mississippi,Tate,3,district,2813792097, Mississippi,Tate,4,district,2813792835, Mississippi,Tate,5,district,2813793573, Mississippi,Tate,,county,28137,https://www.tatecountygov.com/ -Mississippi,Tippah,1,district,2813990630, -Mississippi,Tippah,2,district,2813991368, -Mississippi,Tippah,3,district,2813992106, +Mississippi,Tippah,1,district,2813990630,https://www.co.tippah.ms.us/ +Mississippi,Tippah,2,district,2813991368,https://www.co.tippah.ms.us/ +Mississippi,Tippah,3,district,2813992106,https://www.co.tippah.ms.us/ Mississippi,Tippah,4,district,2813992844, Mississippi,Tippah,5,district,2813993582, Mississippi,Tippah,,county,28139,http://www.co.tippah.ms.us/ -Mississippi,Tishomingo,1,district,2814190639, +Mississippi,Tishomingo,1,district,2814190639,https://www.co.tishomingo.ms.us/ Mississippi,Tishomingo,2,district,2814191377, Mississippi,Tishomingo,3,district,2814192115, Mississippi,Tishomingo,4,district,2814192853, Mississippi,Tishomingo,5,district,2814193591, Mississippi,Tishomingo,,county,28141,http://co.tishomingo.ms.us/ -Mississippi,Tunica,1,district,2814390648, +Mississippi,Tunica,1,district,2814390648,https://www.tunicacountymississippi.com/ Mississippi,Tunica,2,district,2814391386, Mississippi,Tunica,3,district,2814392124, Mississippi,Tunica,4,district,2814392862, @@ -26944,48 +26944,48 @@ Mississippi,Union,4,district,2814592871, Mississippi,Union,5,district,2814593609, Mississippi,Union,,county,28145,http://unioncoms.com/ Mississippi,Walthall,1,district,2814790666,https://www.walthallchamber.com/ -Mississippi,Walthall,2,district,2814791404, +Mississippi,Walthall,2,district,2814791404,https://www.walthallchamber.com/ Mississippi,Walthall,3,district,2814792142,https://www.walthallchamber.com/ -Mississippi,Walthall,4,district,2814792880, +Mississippi,Walthall,4,district,2814792880,https://www.walthallchamber.com/ Mississippi,Walthall,5,district,2814793618,https://www.walthallchamber.com/ Mississippi,Walthall,,county,28147,https://www.walthallchamber.com/ -Mississippi,Warren,1,district,2814990675, -Mississippi,Warren,2,district,2814991413, +Mississippi,Warren,1,district,2814990675,https://www.co.warren.ms.us/ +Mississippi,Warren,2,district,2814991413,https://www.co.warren.ms.us/ Mississippi,Warren,3,district,2814992151, Mississippi,Warren,4,district,2814992889, -Mississippi,Warren,5,district,2814993627, +Mississippi,Warren,5,district,2814993627,https://www.co.warren.ms.us/ Mississippi,Warren,,county,28149,http://www.co.warren.ms.us/ -Mississippi,Washington,1,district,2815190684, +Mississippi,Washington,1,district,2815190684,https://www.washingtoncounty.ms/ Mississippi,Washington,2,district,2815191422, Mississippi,Washington,3,district,2815192160, Mississippi,Washington,4,district,2815192898, Mississippi,Washington,5,district,2815193636, Mississippi,Washington,,county,28151,http://www.washingtoncounty.ms/ -Mississippi,Wayne,1,district,2815390693, +Mississippi,Wayne,1,district,2815390693,https://www.waynecounty.ms/ Mississippi,Wayne,2,district,2815391431, Mississippi,Wayne,3,district,2815392169, Mississippi,Wayne,4,district,2815392907, Mississippi,Wayne,5,district,2815393645, Mississippi,Wayne,,county,28153,http://www.waynecounty.ms/ Mississippi,Webster,1,district,2815590702,https://www.webstercountyschools.org/ -Mississippi,Webster,2,district,2815591440, +Mississippi,Webster,2,district,2815591440,http://www.webstercountyms.org/ Mississippi,Webster,3,district,2815592178, Mississippi,Webster,4,district,2815592916, Mississippi,Webster,5,district,2815593654, Mississippi,Webster,,county,28155,http://www.webstercountyms.org/ Mississippi,Wilkinson,1,district,2815790711,https://www.wilkinson.co.ms.gov/ Mississippi,Wilkinson,2,district,2815791449, -Mississippi,Wilkinson,3,district,2815792187, +Mississippi,Wilkinson,3,district,2815792187,https://www.wilkinson.co.ms.gov/ Mississippi,Wilkinson,4,district,2815792925, -Mississippi,Wilkinson,5,district,2815793663, +Mississippi,Wilkinson,5,district,2815793663,https://www.wilkinson.co.ms.gov/ Mississippi,Wilkinson,,county,28157,http://www.wilkinson.co.ms.gov/ Mississippi,Winston,1,district,2815990720,https://www.winstoncountyms.org/ -Mississippi,Winston,2,district,2815991458, -Mississippi,Winston,3,district,2815992196, -Mississippi,Winston,4,district,2815992934, -Mississippi,Winston,5,district,2815993672, +Mississippi,Winston,2,district,2815991458,https://www.winstoncountyms.org/ +Mississippi,Winston,3,district,2815992196,https://www.winstoncountyms.org/ +Mississippi,Winston,4,district,2815992934,https://www.winstoncountyms.org/ +Mississippi,Winston,5,district,2815993672,https://www.winstoncountyms.org/ Mississippi,Winston,,county,28159,http://www.winstonms.com/ -Mississippi,Yalobusha,1,district,2816190729, +Mississippi,Yalobusha,1,district,2816190729,https://www.yalobushaonline.org/ Mississippi,Yalobusha,2,district,2816191467, Mississippi,Yalobusha,3,district,2816192205, Mississippi,Yalobusha,4,district,2816192943, @@ -27124,7 +27124,7 @@ Mississippi,,Falcon,town,2824180, Mississippi,,Falkner,town,2824220, Mississippi,,Farmington,town,2824420, Mississippi,,Farrell,CDP,2824460, -Mississippi,,Fayette,city,2824500, +Mississippi,,Fayette,city,2824500,https://www.fayettems.com/ Mississippi,,Fernwood,CDP,2824740, Mississippi,,Flora,town,2824940,https://www.florams.com/ Mississippi,,Florence,city,2824980,http://www.cityofflorencems.com/ @@ -27261,7 +27261,7 @@ Mississippi,,New Augusta,town,2851040, Mississippi,,New Hamilton,CDP,2851240, Mississippi,,New Hebron,town,2851360, Mississippi,,New Hope,CDP,2851400, -Mississippi,,New Houlka,town,2851420, +Mississippi,,New Houlka,town,2851420,https://www.houlkams.com/ Mississippi,,New Site,CDP,2851680,https://www.ms.gov/ Mississippi,,Newton,city,2851720,https://www.newtonms.org/ Mississippi,,Nicholson,CDP,2851840, @@ -27330,7 +27330,7 @@ Mississippi,,Runnelstown,CDP,2864240, Mississippi,,Sallis,town,2864800, Mississippi,,Saltillo,city,2864840,http://www.saltilloms.org/ Mississippi,,Sandersville,town,2864920, -Mississippi,,Sardis,town,2865560, +Mississippi,,Sardis,town,2865560,https://cityofsardisms.com/ Mississippi,,Satartia,village,2865680, Mississippi,,Saucier,CDP,2865720, Mississippi,,Schlater,town,2866080, @@ -27418,7 +27418,7 @@ Mississippi,,Wheeler,CDP,2879280, Mississippi,,White Oak,CDP,2879620, Mississippi,,Wiggins,city,2880160,http://www.cityofwiggins.com/ Mississippi,,Winona,city,2880760,http://winonams.us/ -Mississippi,,Winstonville,town,2880800, +Mississippi,,Winstonville,town,2880800,https://winstonville.gov/ Mississippi,,Winterville,CDP,2880840, Mississippi,,Woodland,village,2881000, Mississippi,,Woodville,town,2881120,http://www.woodvillems.org/ @@ -27498,7 +27498,7 @@ Missouri,Barton,Central,township,2901112736, Missouri,Barton,City,township,2901113897, Missouri,Barton,Doylesport,township,2901120026, Missouri,Barton,Golden City,city,2927676,https://www.goldencitymo.com/ -Missouri,Barton,Lamar,city,2940376, +Missouri,Barton,Lamar,city,2940376,https://www.cityoflamar.org/ Missouri,Barton,Leroy,township,2901141618, Missouri,Barton,Milford,village,2948098, Missouri,Barton,Nashville,township,2901151248, @@ -27555,7 +27555,7 @@ Missouri,Bollinger,Whitewater,township,2901779594, Missouri,Bollinger,,county,29017,https://bollinger.missouriassessors.com/ Missouri,Boone,Bourbon,township,2901907498, Missouri,Boone,Cedar,township,2901912142, -Missouri,Boone,Centralia,city,2912898, +Missouri,Boone,Centralia,city,2912898,https://www.centraliamo.gov/ Missouri,Boone,Columbia,city,2915670,https://www.como.gov/ Missouri,Boone,Katy,township,2901938045, Missouri,Boone,Missouri,township,2901948944, @@ -28174,7 +28174,7 @@ Missouri,Lafayette,Middleton,township,2910747882, Missouri,Lafayette,Sni-A-Bar,township,2910768456, Missouri,Lafayette,Washington,township,2910777560, Missouri,Lafayette,,county,29107,http://www.lafayettecountymo.com/ -Missouri,Lawrence,Aurora,city,2902548, +Missouri,Lawrence,Aurora,city,2902548,https://www.aurora-cityhall.org/ Missouri,Lawrence,Buck Prairie,township,2910909442, Missouri,Lawrence,Freistatt,village,2925912, Missouri,Lawrence,Green,township,2910928972, @@ -28189,10 +28189,10 @@ Missouri,Lawrence,Spring River,township,2910970090, Missouri,Lawrence,Turnback,township,2910974104, Missouri,Lawrence,Vineyard,township,2910976228, Missouri,Lawrence,,county,29109,https://www.lawrencecountymo.org/ -Missouri,Lewis,Canton,city,2911134, +Missouri,Lewis,Canton,city,2911134,https://showmecanton.com/ Missouri,Lewis,Dickerson,township,2911119468, Missouri,Lewis,Highland,township,2911132014, -Missouri,Lewis,La Belle,city,2939512, +Missouri,Lewis,La Belle,city,2939512,https://cityofbellemo.org/ Missouri,Lewis,Lyon,township,2911144750, Missouri,Lewis,Reddish,township,2911160950, Missouri,Lewis,Salem,township,2911165270, @@ -28214,7 +28214,7 @@ Missouri,Lincoln,,county,29113,http://www.lcmo.us/ Missouri,Linn,Baker,township,2911503016, Missouri,Linn,Benton,township,2911504726, Missouri,Linn,Brookfield,city,2908650,https://brookfieldcity.com/ -Missouri,Linn,Bucklin,city,2909388, +Missouri,Linn,Bucklin,city,2909388,https://www.bucklinmo.gov/ Missouri,Linn,Clay,township,2911514446, Missouri,Linn,Enterprise,township,2911522438, Missouri,Linn,Grantsville,township,2911528612, @@ -28250,7 +28250,7 @@ Missouri,Macon,Hudson,township,2912133580, Missouri,Macon,Independence,township,2912135018, Missouri,Macon,Jackson,township,2912135900, Missouri,Macon,Johnston,township,2912137520, -Missouri,Macon,La Plata,city,2940682, +Missouri,Macon,La Plata,city,2940682,https://www.cityoflaplata.net/ Missouri,Macon,Liberty,township,2912142194, Missouri,Macon,Lingo,township,2912143112, Missouri,Macon,Lyda,township,2912144642, @@ -28894,7 +28894,7 @@ Missouri,Wayne,Lost Creek,township,2922344120, Missouri,Wayne,Mill Spring,village,2948386, Missouri,Wayne,St. Francois,township,2922364334, Missouri,Wayne,Williams,township,2922379972, -Missouri,Wayne,,county,29223, +Missouri,Wayne,,county,29223,https://www.cityofpiedmont.com/ Missouri,Webster,Benton,township,2922504820, Missouri,Webster,Diggins,village,2919504,https://www.digginsmo.gov/ Missouri,Webster,East Ozark,township,2922521037, @@ -29193,7 +29193,7 @@ Missouri,,Essex,city,2922600, Missouri,,Ethel,town,2922672, Missouri,,Eugene,CDP,2922798, Missouri,,Eureka,city,2922834,http://www.eureka.mo.us/ -Missouri,,Evergreen,village,2922951, +Missouri,,Evergreen,village,2922951,https://missourievergreen.org/ Missouri,,Everton,city,2922996, Missouri,,Ewing,city,2923032, Missouri,,Excello,CDP,2923050, @@ -29203,7 +29203,7 @@ Missouri,,Fair Grove,city,2923338,http://www.fairgrove.org/ Missouri,,Fair Play,city,2923428,https://www.fairplaymo.com/ Missouri,,Fairdealing,CDP,2923248, Missouri,,Fairfax,city,2923266,https://fairfaxmo.com/ -Missouri,,Fairview,town,2923518, +Missouri,,Fairview,town,2923518,https://cityoffairview.org/ Missouri,,Farber,city,2923662, Missouri,,Farley,village,2923698, Missouri,,Farmington,city,2923752,http://farmington-mo.gov/ @@ -29219,7 +29219,7 @@ Missouri,,Fleming,city,2924562, Missouri,,Flint Hill,city,2924688,https://cityofflinthill.com/ Missouri,,Flordell Hills,city,2924706,https://flordell.com/ Missouri,,Florida,village,2924760, -Missouri,,Foley,city,2924886, +Missouri,,Foley,city,2924886,https://www.cityoffoleymo.com/ Missouri,,Forest City,city,2925066, Missouri,,Foristell,city,2925120,http://www.cityofforistell.org/ Missouri,,Forsyth,city,2925192,https://forsythmo.gov/ @@ -29231,7 +29231,7 @@ Missouri,,Fountain N' Lakes,village,2925411, Missouri,,Frankclay,CDP,2925516, Missouri,,Frankford,city,2925552, Missouri,,Fredericktown,city,2925768,https://www.fredericktownmo.org/ -Missouri,,Freeburg,village,2925822, +Missouri,,Freeburg,village,2925822,https://www.villageoffreeburg.com/ Missouri,,Freeman,city,2925894,https://www.freemanmo.org/ Missouri,,Fremont,CDP,2925948, Missouri,,Fremont Hills,city,2925957,https://fremonthills.gov/ @@ -29242,7 +29242,7 @@ Missouri,,Frontenac,city,2926110,https://www.cityoffrontenac.org/ Missouri,,Fulton,city,2926182,http://fultonmo.org/ Missouri,,Gainesville,city,2926218, Missouri,,Galena,city,2926254,https://galenacityhall.org/ -Missouri,,Gallatin,city,2926308, +Missouri,,Gallatin,city,2926308,https://www.cityofgallatinmo.org/ Missouri,,Galt,city,2926362, Missouri,,Garden City,city,2926434,https://gardencitymo.org/ Missouri,,Gasconade,city,2926578, @@ -29270,10 +29270,10 @@ Missouri,,Gower,city,2928036,https://www.gowermo.com/ Missouri,,Graham,town,2928072, Missouri,,Grain Valley,city,2928090,https://www.cityofgrainvalley.org/ Missouri,,Grand Falls Plaza,town,2928170, -Missouri,,Grandin,city,2928180, +Missouri,,Grandin,city,2928180,https://grandin.municipalimpact.com/ Missouri,,Grandview,city,2928324,http://www.grandview.org/ Missouri,,Granger,village,2928360, -Missouri,,Grant City,town,2928594, +Missouri,,Grant City,town,2928594,https://www.cityofgrantcity.com/ Missouri,,Grantwood Village,town,2928630,https://grantwoodvillage.org/ Missouri,,Gravois Mills,town,2928828, Missouri,,Gray Summit,CDP,2928918, @@ -29330,7 +29330,7 @@ Missouri,,Homestown,city,2932824, Missouri,,Horine,CDP,2933040, Missouri,,Hornersville,city,2933076, Missouri,,Houston,city,2933238,https://houstonmo.org/ -Missouri,,Houston Lake,city,2933292, +Missouri,,Houston Lake,city,2933292,https://houstonlake.gov/ Missouri,,Howardville,city,2933364, Missouri,,Humansville,city,2933706,https://humansvillemo.us/ Missouri,,Hume,town,2933724, @@ -29392,14 +29392,14 @@ Missouri,,Ladue,city,2939656,http://www.cityofladue-mo.gov/ Missouri,,Lake Annette,city,2939845,https://lakeannette-mo.municipalone.com/ Missouri,,Lake Arrowhead,CDP,2939852, Missouri,,Lake Lafayette,city,2939952,https://lakelafayettemo.gov/ -Missouri,,Lake Lotawana,city,2939980, +Missouri,,Lake Lotawana,city,2939980,https://lakelotawana.org/ Missouri,,Lake Ozark,city,2940034,http://cityoflakeozark.net/ Missouri,,Lake St. Clair,CDP,2940039, Missouri,,Lake Tapawingo,city,2940196,https://www.laketapawingomo.org/ Missouri,,Lake Tekakwitha,village,2940214, Missouri,,Lake Timberline,CDP,2940222, Missouri,,Lake Viking,CDP,2940304,http://lakevikingmo.com/ -Missouri,,Lake Waukomis,city,2940322, +Missouri,,Lake Waukomis,city,2940322,https://www.lakewaukomis.org/ Missouri,,Lake Winnebago,city,2940340,https://cityoflakewinnebago.com/ Missouri,,Lakeshire,city,2940088,https://lakeshiremo.gov/ Missouri,,Lakeside,city,2940142, @@ -29462,7 +29462,7 @@ Missouri,,Marston,city,2946406, Missouri,,Marthasville,city,2946424,https://marthasvillemo.gov/ Missouri,,Martinsburg,town,2946460, Missouri,,Maryville,city,2946640,https://www.maryville.org/ -Missouri,,Matthews,city,2946730, +Missouri,,Matthews,city,2946730,https://www.cityofmatthews.org/ Missouri,,Maysville,city,2946946,https://cityofmaysvillemo.com/ Missouri,,Mayview,city,2946964,https://www.mayviewmofoundation.com/ Missouri,,McBaine,town,2944768, @@ -29527,7 +29527,7 @@ Missouri,,New Wells,CDP,2952364, Missouri,,Newark,village,2951662, Missouri,,Newburg,city,2951716, Missouri,,Newtown,town,2952328, -Missouri,,Nixa,city,2952616, +Missouri,,Nixa,city,2952616,https://www.nixa.com/ Missouri,,Noel,city,2952742, Missouri,,Norborne,city,2952760,https://cityofnorborne.org/ Missouri,,North Kansas City,city,2953102,https://www.nkc.org/ @@ -29591,7 +29591,7 @@ Missouri,,Pevely,city,2957278,http://www.cityofpevely.org/ Missouri,,Phelps City,CDP,2957332, Missouri,,Philadelphia,CDP,2957350, Missouri,,Pickering,city,2957404, -Missouri,,Piedmont,city,2957422, +Missouri,,Piedmont,city,2957422,https://www.cityofpiedmont.com/ Missouri,,Pierce City,city,2957494,http://piercecitymo.com/ Missouri,,Pierpont,village,2957512, Missouri,,Pilot Knob,city,2957656, @@ -29606,7 +29606,7 @@ Missouri,,Pleasant Hope,city,2958448,https://www.cityofpleasanthope.com/ Missouri,,Pleasant Valley,city,2958520,https://www.pleasantvalleymo.org/ Missouri,,Plevna,CDP,2958574, Missouri,,Pocahontas,town,2958628, -Missouri,,Pollock,village,2958898, +Missouri,,Pollock,village,2958898,https://pollockmissouri.com/ Missouri,,Polo,city,2958916, Missouri,,Pomona,CDP,2958934, Missouri,,Portage Des Sioux,city,2959150, @@ -29720,7 +29720,7 @@ Missouri,,Stanton,CDP,2970342,https://stanton.rsdmo.org/ Missouri,,Stark City,town,2970414, Missouri,,Steele,city,2970558, Missouri,,Steelville,city,2970576,http://steelville.com/ -Missouri,,Stella,town,2970648, +Missouri,,Stella,town,2970648,https://townofstella.com/ Missouri,,Stewartsville,city,2970738,https://cityofstewartsville.com/ Missouri,,Stockton,city,2970828,https://www.cityofstocktonmo.com/ Missouri,,Stotesbury,town,2970954, @@ -29738,7 +29738,7 @@ Missouri,,Summersville,city,2971512, Missouri,,Sumner,town,2971620, Missouri,,Sundown,CDP,2971628, Missouri,,Sunrise Beach,village,2971728,http://sunrisebeachmo.com/ -Missouri,,Sunset Hills,city,2971746, +Missouri,,Sunset Hills,city,2971746,https://www.sunset-hills.com/ Missouri,,Sweet Springs,city,2971890,https://cityofsweetsprings.org/ Missouri,,Sycamore Hills,village,2972034,https://www.villageofsycamorehillsmo.com/ Missouri,,Syracuse,city,2972106, @@ -29774,7 +29774,7 @@ Missouri,,Uplands Park,village,2975238,https://uplandsparkmo.com/ Missouri,,Urbana,city,2975310, Missouri,,Urich,city,2975346,https://cityofurich.municipalimpact.com/ Missouri,,Utica,village,2975364, -Missouri,,Valley Park,city,2975472, +Missouri,,Valley Park,city,2975472,https://www.valleyparkmo.org/ Missouri,,Van Buren,town,2975580,https://seevanburenmo.com/ Missouri,,Vandalia,city,2975688,https://www.vandaliamo.net/ Missouri,,Vandiver,village,2975706, @@ -29814,7 +29814,7 @@ Missouri,,Wentworth,village,2978424, Missouri,,West Alton,city,2978514,https://westaltonmo.com/ Missouri,,West Line,village,2978838,https://westlinemo.org/ Missouri,,West Plains,city,2978928,https://www.westplains.gov/ -Missouri,,West Sullivan,town,2979000, +Missouri,,West Sullivan,town,2979000,https://www.sullivan.mo.us/ Missouri,,Westboro,city,2978622, Missouri,,Westphalia,city,2978910,https://www.cityofwestphaliamo.com/ Missouri,,Westwood,village,2979054, @@ -29853,7 +29853,7 @@ Montana,Beaverhead,,county,30001,http://www.beaverheadcounty.org/ Montana,Big Horn,Crow,reservation,3000390756,http://www.crow-nsn.gov/ Montana,Big Horn,Decker,city,3000390850, Montana,Big Horn,Hardin,city,3034225,http://www.hardinmontana.info/ -Montana,Big Horn,Northern Cheyenne,reservation,3000392436, +Montana,Big Horn,Northern Cheyenne,reservation,3000392436,https://www.cheyennenation.com/ Montana,Big Horn,,county,30003,http://www.bighorncountymt.gov/ Montana,Blaine,Chinook,city,3014575, Montana,Blaine,Fort Belknap,city,3000591176, @@ -29863,9 +29863,9 @@ Montana,Broadwater,Townsend East,city,3000793570,https://www.townsendmt.com/ Montana,Broadwater,Townsend West,city,3000793591,https://www.townsendmt.com/ Montana,Broadwater,,county,30007,https://www.broadwatercountymt.com/ Montana,Carbon,East Carbon,city,3000990976, -Montana,Carbon,Fromberg-Bridger,city,3000991323, -Montana,Carbon,Joliet,town,3039700, -Montana,Carbon,Red Lodge,city,3061525, +Montana,Carbon,Fromberg-Bridger,city,3000991323,http://www.fromberg-mt.com/ +Montana,Carbon,Joliet,town,3039700,https://www.townofjolietmt.net/ +Montana,Carbon,Red Lodge,city,3061525,https://www.cityofredlodge.net/ Montana,Carbon,Roberts,city,3000992793, Montana,Carbon,,county,30009,http://co.carbon.mt.us/ Montana,Carter,Alzada-Boyes,city,3001190052, @@ -29875,7 +29875,7 @@ Montana,Cascade,Belt,town,3005275, Montana,Cascade,Cascade,town,3012775,https://cascademontana.com/ Montana,Cascade,Eden-Stockett,city,3001391029, Montana,Cascade,Great Falls,city,3032800,https://greatfallsmt.gov/ -Montana,Cascade,Great Falls North,city,3001391554, +Montana,Cascade,Great Falls North,city,3001391554,https://greatfallsmt.gov/ Montana,Cascade,Monarch-Neihart,city,3001392373, Montana,Cascade,Sun River,valley,3001393423, Montana,Cascade,,county,30013,https://www.cascadecountymt.gov/ @@ -29891,48 +29891,48 @@ Montana,Custer,,county,30017,https://custercountymt.com/ Montana,Daniels,Fort Peck,reservation,3001991218,https://fortpecktribes.org/ Montana,Daniels,Scobey,city,3066925,https://www.scobeymt.com/ Montana,Daniels,,county,30019,https://www.danielscountymt.gov/ -Montana,Dawson,Glendive,city,3031450, +Montana,Dawson,Glendive,city,3031450,https://www.cityofglendive.us/ Montana,Dawson,Richey,town,3062275,https://richeymt.org/ Montana,Dawson,,county,30021,http://www.dawsoncountymontana.org/ Montana,Deer Lodge,Anaconda,city,3002390063,http://adlc.us/ Montana,Deer Lodge,Warm Springs,city,3002393728, Montana,Deer Lodge,,county,30023,https://adlc.us/ -Montana,Fallon,Baker,city,3003475, -Montana,Fallon,Plevna,town,3058450, +Montana,Fallon,Baker,city,3003475,https://www.bakermontana.us/ +Montana,Fallon,Plevna,town,3058450,http://www.plevnamontana.us/ Montana,Fallon,,county,30025,http://www.falloncounty.net/ Montana,Fergus,Denton,town,3020425,https://dentonmt.gov/ Montana,Fergus,Grass Range,town,3032575, Montana,Fergus,Hanover,city,3002791596, Montana,Fergus,Lewistown,city,3043375, Montana,Fergus,Roy,city,3002792898, -Montana,Fergus,Winifred,town,3081025, +Montana,Fergus,Winifred,town,3081025,https://www.townofwinifred.com/ Montana,Fergus,,county,30027,https://fergusmt.gov/ Montana,Flathead,Bad Rock-Columbia Heights,city,3002990147, Montana,Flathead,Columbia Falls,city,3016600, Montana,Flathead,Creston-Bigfork,city,3002990735, -Montana,Flathead,Flathead,reservation,3002991118, +Montana,Flathead,Flathead,reservation,3002991118,https://cskt.org/ Montana,Flathead,Glacier National Park,city,3002991449, Montana,Flathead,Kalispell,city,3040075,https://www.kalispell.com/ Montana,Flathead,Kalispell Northwest,city,3002991911,https://www.kalispell.com/ Montana,Flathead,Kalispell Southwest,city,3002991932,https://www.kalispell.com/ Montana,Flathead,Lakeside-Somers,city,3002991964, Montana,Flathead,South Fork,city,3002993171, -Montana,Flathead,Whitefish,city,3079825, +Montana,Flathead,Whitefish,city,3079825,https://www.cityofwhitefish.gov/ Montana,Flathead,,county,30029,http://flathead.mt.gov/ Montana,Gallatin,Belgrade,city,3004975,https://www.belgrademt.gov/ Montana,Gallatin,Big Sky,city,3003190305, -Montana,Gallatin,Bozeman,city,3008950, +Montana,Gallatin,Bozeman,city,3008950,https://www.bozemanmt.gov/ Montana,Gallatin,Gallatin Gateway,city,3003191344, -Montana,Gallatin,Manhattan,town,3047575, -Montana,Gallatin,Three Forks,city,3073975, +Montana,Gallatin,Manhattan,town,3047575,http://www.townofmanhattan.com/ +Montana,Gallatin,Three Forks,city,3073975,https://threeforksmontana.us/ Montana,Gallatin,West Yellowstone,town,3079525, Montana,Gallatin,Yellowstone National Park,city,3003194017, Montana,Gallatin,,county,30031,https://www.gallatinmt.gov/ Montana,Garfield,North Garfield,city,3003392478, Montana,Garfield,South Garfield,city,3003393192, Montana,Garfield,,county,30033,https://garfieldcountymt.com/ -Montana,Glacier,Blackfeet,reservation,3003590336, -Montana,Glacier,Cut Bank,city,3018775, +Montana,Glacier,Blackfeet,reservation,3003590336,https://blackfeetnation.com/ +Montana,Glacier,Cut Bank,city,3018775,https://www.cityofcutbank.org/ Montana,Glacier,Glacier National Park,city,3003591460, Montana,Glacier,,county,30035,https://glaciercountymt.gov/ Montana,Golden Valley,Lavina,town,3042850, @@ -29942,7 +29942,7 @@ Montana,Granite,Drummond,town,3021850,https://townofdrummondmt.gov/ Montana,Granite,Philipsburg,town,3057175, Montana,Granite,,county,30039,https://www.granitecountymt.us/ Montana,Hill,Gildford,city,3004191428, -Montana,Hill,Havre,city,3035050, +Montana,Hill,Havre,city,3035050,https://www.ci.havre.mt.us/ Montana,Hill,Rocky Boy's,city,3004192814, Montana,Hill,Rudyard,city,3004192919, Montana,Hill,Wild Horse Lake,region,3004193906, @@ -29954,7 +29954,7 @@ Montana,Judith Basin,Geyser,city,3004591407, Montana,Judith Basin,Hobson,city,3036700, Montana,Judith Basin,Stanford,town,3070675, Montana,Judith Basin,,county,30045,http://jbcountymt.gov/ -Montana,Lake,Flathead,reservation,3004791123, +Montana,Lake,Flathead,reservation,3004791123,https://cskt.org/ Montana,Lake,Woods Bay-Rollins,city,3004794000, Montana,Lake,,county,30047,http://www.lakemt.gov/ Montana,Lewis and Clark,Augusta,city,3004990105, @@ -29962,11 +29962,11 @@ Montana,Lewis and Clark,Helena,city,3035600,https://www.helenamt.gov/ Montana,Lewis and Clark,Lincoln,city,3004992100, Montana,Lewis and Clark,Wolf Creek,region,3004993990, Montana,Lewis and Clark,,county,30049,https://www.lccountymt.gov/ -Montana,Liberty,Chester,town,3014200, +Montana,Liberty,Chester,town,3014200,https://chester-montana.com/ Montana,Liberty,Joplin,city,3005191848, Montana,Liberty,,county,30051,http://www.co.liberty.mt.us/ -Montana,Lincoln,Eureka,town,3024850, -Montana,Lincoln,Libby,city,3043450, +Montana,Lincoln,Eureka,town,3024850,https://www.eureka-mt.gov/ +Montana,Lincoln,Libby,city,3043450,https://cityoflibby.com/ Montana,Lincoln,Troy,city,3075025,http://cityoftroymontana.com/ Montana,Lincoln,,county,30053,http://www.lincolncountymt.us/ Montana,Madison,Harrison,city,3005791680, @@ -30011,7 +30011,7 @@ Montana,Phillips,,county,30071, Montana,Pondera,Blackfeet Reservation East,city,3007390357, Montana,Pondera,Blackfeet Reservation West,city,3007390378, Montana,Pondera,Conrad,city,3017275,https://www.cityofconrad.com/ -Montana,Pondera,Valier-Dupuyer,city,3007393675, +Montana,Pondera,Valier-Dupuyer,city,3007393675,https://www.townofvalier.com/ Montana,Pondera,,county,30073,http://www.ponderacountymontana.org/ Montana,Powder River,Broadus,town,3009700,https://townofbroadus.com/ Montana,Powder River,East Powder River,city,3007590987, @@ -30290,7 +30290,7 @@ Montana,,Lame Deer,CDP,3042250, Montana,,Landusky,CDP,3042325, Montana,,Laredo,CDP,3042475, Montana,,Lewistown Heights,CDP,3043400, -Montana,,Lima,town,3043525, +Montana,,Lima,town,3043525,https://limamt.com/ Montana,,Lindisfarne,CDP,3043710, Montana,,Lindsay,CDP,3043750, Montana,,Little Bitterroot Lake,CDP,3043830, @@ -30705,7 +30705,7 @@ Nebraska,Cheyenne,Sidney 5,precinct,3103392950, Nebraska,Cheyenne,Union Valley,precinct,3103393270, Nebraska,Cheyenne,,county,31033,http://www.cheyennecountyne.net/ Nebraska,Clay,Clay Center,city,3103509375, -Nebraska,Clay,Edgar,city,3114450, +Nebraska,Clay,Edgar,city,3114450,http://www.ci.edgar.ne.us/ Nebraska,Clay,Eldorado,township,3103514660, Nebraska,Clay,Fairfield,city,3116445, Nebraska,Clay,Glenvil,village,3119070,https://www.villageofglenvil.org/ @@ -30841,7 +30841,7 @@ Nebraska,Dodge,Cotterell,township,3105310775, Nebraska,Dodge,Cuming,township,3105311720, Nebraska,Dodge,Elkhorn,township,3105315045, Nebraska,Dodge,Everett,township,3105316235, -Nebraska,Dodge,Fremont,city,3105317670, +Nebraska,Dodge,Fremont,city,3105317670,https://www.fremontne.gov/ Nebraska,Dodge,Hooper,city,3123025, Nebraska,Dodge,Logan,township,3105328735, Nebraska,Dodge,Maple,township,3105330450, @@ -30930,7 +30930,7 @@ Nebraska,Frontier,Weaver,precinct,3106393375, Nebraska,Frontier,West Laird,precinct,3106393428, Nebraska,Frontier,Zimmer,precinct,3106393585, Nebraska,Frontier,,county,31063,http://www.co.frontier.ne.us/ -Nebraska,Furnas,Arapahoe,city,3101780, +Nebraska,Furnas,Arapahoe,city,3101780,https://www.arapahoenebraska.com/ Nebraska,Furnas,Beaver City,city,3103495, Nebraska,Furnas,Cambridge,city,3107730,https://cambridgene.org/ Nebraska,Furnas,Edison,village,3114520, @@ -31170,12 +31170,12 @@ Nebraska,Johnson,Todd Creek,precinct,3109793210, Nebraska,Johnson,Vesta,precinct,3109793315, Nebraska,Johnson,Western,precinct,3109793420, Nebraska,Johnson,,county,31097,https://johnsoncounty.ne.gov/ -Nebraska,Kearney,1,district,3109990708, -Nebraska,Kearney,2,district,3109990712, -Nebraska,Kearney,3,district,3109990716, +Nebraska,Kearney,1,district,3109990708,https://kearneycounty.ne.gov/ +Nebraska,Kearney,2,district,3109990712,https://kearneycounty.ne.gov/ +Nebraska,Kearney,3,district,3109990716,https://kearneycounty.ne.gov/ Nebraska,Kearney,4,district,3109990720, Nebraska,Kearney,5,district,3109990722, -Nebraska,Kearney,6,district,3109990724, +Nebraska,Kearney,6,district,3109990724,https://kearneycounty.ne.gov/ Nebraska,Kearney,7,district,3109990726, Nebraska,Kearney,,county,31099,http://www.kearneycounty.ne.gov/ Nebraska,Keith,Brule,village,3106785,https://ci.brule.ne.us/ @@ -31255,7 +31255,7 @@ Nebraska,Lancaster,Waverly,city,3151770,https://www.citywaverly.com/ Nebraska,Lancaster,West Oak,precinct,3110993445, Nebraska,Lancaster,Yankee Hill,precinct,3110993575, Nebraska,Lancaster,,county,31109,https://www.lancaster.ne.gov/ -Nebraska,Lincoln,Brady,village,3106085, +Nebraska,Lincoln,Brady,village,3106085,https://www.villageofbrady.org/ Nebraska,Lincoln,Hall,precinct,3111191275, Nebraska,Lincoln,Hershey,village,3122290,https://www.villageofhershey.com/ Nebraska,Lincoln,Hinman,precinct,3111191445, @@ -31298,7 +31298,7 @@ Nebraska,McPherson,Whitewater,precinct,3111793475, Nebraska,McPherson,Worden,precinct,3111793550, Nebraska,McPherson,,county,31117,https://mcphersoncounty.ne.gov/ Nebraska,Merrick,Central,township,3112108500, -Nebraska,Merrick,Central City,city,3108535, +Nebraska,Merrick,Central City,city,3108535,https://www.cc-ne.com/ Nebraska,Merrick,Chapman,village,3108780, Nebraska,Merrick,Clarksville,township,3112109235, Nebraska,Merrick,Lone Tree,township,3112129015, @@ -31378,8 +31378,8 @@ Nebraska,Pawnee,"4, Steinauer",precinct,3113392505, Nebraska,Pawnee,"5, Burchard",precinct,3113392515, Nebraska,Pawnee,,county,31133,http://pawneecountynebraska.com/ Nebraska,Perkins,1,district,3113590709,https://perkinscounty.ne.gov/ -Nebraska,Perkins,2,district,3113590713, -Nebraska,Perkins,3,district,3113590717, +Nebraska,Perkins,2,district,3113590713,https://perkinscounty.ne.gov/ +Nebraska,Perkins,3,district,3113590717,https://perkinscounty.ne.gov/ Nebraska,Perkins,,county,31135,http://www.co.perkins.ne.us/ Nebraska,Phelps,1,precinct,3113792476, Nebraska,Phelps,10,precinct,3113792558, @@ -31510,7 +31510,7 @@ Nebraska,Saline,Swan Creek,precinct,3115193155, Nebraska,Saline,Turkey Creek,precinct,3115193230, Nebraska,Saline,Wilber,city,3115193488,https://cityofwilber.com/ Nebraska,Saline,,county,31151,http://www.co.saline.ne.us/ -Nebraska,Sarpy,Bellevue,city,3103950, +Nebraska,Sarpy,Bellevue,city,3103950,https://www.bellevue.net/ Nebraska,Sarpy,Bellevue Second I,precinct,3115390197, Nebraska,Sarpy,Bellevue Second II,precinct,3115390198, Nebraska,Sarpy,Bellevue Second III,precinct,3115390199, @@ -31540,7 +31540,7 @@ Nebraska,Sarpy,Richland VII,precinct,3115392738, Nebraska,Sarpy,Richland VIII,precinct,3115392739, Nebraska,Sarpy,Springfield,city,3146520,https://www.springfieldne.org/ Nebraska,Sarpy,,county,31153,https://www.sarpy.gov/ -Nebraska,Saunders,Ashland,city,3102305, +Nebraska,Saunders,Ashland,city,3102305,https://www.cityofashlandne.gov/ Nebraska,Saunders,Bohemia,township,3115505770, Nebraska,Saunders,Center,township,3115508430, Nebraska,Saunders,Chapman,township,3115508850, @@ -31627,7 +31627,7 @@ Nebraska,Stanton,DWY,precinct,3116790767, Nebraska,Stanton,ELK,precinct,3116790867, Nebraska,Stanton,HMR,precinct,3116791447, Nebraska,Stanton,PK,precinct,3116792377, -Nebraska,Stanton,SBE,precinct,3116792862, +Nebraska,Stanton,SBE,precinct,3116792862,https://stantoncounty.nebraska.gov/ Nebraska,Stanton,SBW,precinct,3116792863, Nebraska,Stanton,STN,precinct,3116793107, Nebraska,Stanton,UCB,precinct,3116793238, @@ -31692,8 +31692,8 @@ Nebraska,Wayne,Sherman,precinct,3117992945, Nebraska,Wayne,Strahan,precinct,3117993125, Nebraska,Wayne,Wilbur,precinct,3117993495, Nebraska,Wayne,,county,31179,http://www.waynecountyne.org/ -Nebraska,Webster,1,district,3118190711, -Nebraska,Webster,2,district,3118190715, +Nebraska,Webster,1,district,3118190711,https://webstercounty.ne.gov/ +Nebraska,Webster,2,district,3118190715,https://webstercounty.ne.gov/ Nebraska,Webster,3,district,3118190719, Nebraska,Webster,4,district,3118190721, Nebraska,Webster,5,district,3118190723, @@ -31815,7 +31815,7 @@ Nebraska,,Eagle,village,3114100,https://eaglene.gov/ Nebraska,,Eddyville,village,3114380, Nebraska,,Elgin,city,3114730, Nebraska,,Elk Creek,village,3114975, -Nebraska,,Elm Creek,village,3115360, +Nebraska,,Elm Creek,village,3115360,https://elmcreekne.com/ Nebraska,,Elmwood,village,3115430,https://www.elmwoodnebraska.com/ Nebraska,,Elsie,village,3115500, Nebraska,,Elwood,village,3115570,https://www.elwoodnebraska.com/ @@ -31982,7 +31982,7 @@ Nebraska,,Prosser,village,3140430, Nebraska,,Raeville,CDP,3140535, Nebraska,,Ragan,village,3140570, Nebraska,,Ralston,city,3140605,http://cityofralston.com/ -Nebraska,,Randolph,city,3102792696, +Nebraska,,Randolph,city,3102792696,https://randolphne.com/ Nebraska,,Ravenna,city,3140710,http://www.myravenna.com/ Nebraska,,Raymond,village,3140780, Nebraska,,Red Cloud,city,3140920, @@ -32006,7 +32006,7 @@ Nebraska,,Shickley,village,3145085,https://www.biglittletown.us/ Nebraska,,Sholes,village,3145190, Nebraska,,Shubert,village,3145225, Nebraska,,Smithfield,village,3145575, -Nebraska,,Snyder,village,3145610, +Nebraska,,Snyder,village,3145610,https://snydernebraska.com/ Nebraska,,Sprague,village,3146380,https://spraguene.org/ Nebraska,,Springview,village,3146625,http://www.springview-ne.com/ Nebraska,,St. Edward,city,3143055, @@ -32029,7 +32029,7 @@ Nebraska,,Table Rock,village,3148270, Nebraska,,Talmage,village,3148305, Nebraska,,Tamora,CDP,3148340, Nebraska,,Tarnov,village,3148410, -Nebraska,,Terrytown,city,3148585, +Nebraska,,Terrytown,city,3148585,https://www.terrytown.org/ Nebraska,,Thedford,village,3148760, Nebraska,,Thurston,village,3148900, Nebraska,,Tilden,city,3100348935,https://www.tildenne.com/ @@ -32080,7 +32080,7 @@ Nevada,Clark,Clark,city,3200394182, Nevada,Clark,Las Vegas,city,3240000,https://www.lasvegasnevada.gov/ Nevada,Clark,,county,32003,https://clarkcountynv.gov/ Nevada,Douglas,Gardnerville-Minden,city,3200594364, -Nevada,Douglas,Genoa-Jacks,valley,3200594378, +Nevada,Douglas,Genoa-Jacks,valley,3200594378,https://www.douglascountynv.gov/ Nevada,Douglas,Pine Nut,city,3200594658, Nevada,Douglas,Topaz Lake,region,3200594826,https://www.douglascountynv.gov/ Nevada,Douglas,Zephyr Cove,city,3200594952, @@ -32091,7 +32091,7 @@ Nevada,Elko,Jackpot,city,3200794476, Nevada,Elko,Jarbidge,city,3200794490, Nevada,Elko,Montello,city,3200794602, Nevada,Elko,Mountain,city,3200794616, -Nevada,Elko,Wells,city,3283000, +Nevada,Elko,Wells,city,3283000,https://wellsnevada.com/ Nevada,Elko,West Wendover,city,3283730,https://www.westwendovercity.com/ Nevada,Elko,,county,32007,https://elkocountynv.net/ Nevada,Esmeralda,Goldfield,city,3200994420, @@ -32122,8 +32122,8 @@ Nevada,Mineral,Hawthorne,city,3202194434, Nevada,Mineral,Mina,city,3202194588, Nevada,Mineral,Walker River,city,3202194868, Nevada,Mineral,,county,32021,http://mineralcountynv.us/ -Nevada,Nye,Amargosa,valley,3202394028, -Nevada,Nye,Beatty,city,3202394084, +Nevada,Nye,Amargosa,valley,3202394028,https://amargosavalleynv.com/ +Nevada,Nye,Beatty,city,3202394084,https://beattynv.info/ Nevada,Nye,Duckwater,city,3202394252, Nevada,Nye,Gabbs,city,3202394350, Nevada,Nye,Pahrump,city,3202394644,https://www.pahrumpnv.gov/ @@ -32142,9 +32142,9 @@ Nevada,Washoe,High Desert,city,3203194440, Nevada,Washoe,Incline,village,3203194462, Nevada,Washoe,North Valleys,city,3203194635, Nevada,Washoe,Pyramid Lake,region,3203194686,https://pyramidlake.us/ -Nevada,Washoe,Reno North,city,3203194703, -Nevada,Washoe,Reno Southeast,city,3203194709, -Nevada,Washoe,Reno Southwest,city,3203194712, +Nevada,Washoe,Reno North,city,3203194703,https://www.reno.gov/ +Nevada,Washoe,Reno Southeast,city,3203194709,https://www.reno.gov/ +Nevada,Washoe,Reno Southwest,city,3203194712,https://www.reno.gov/ Nevada,Washoe,Sparks,city,3268400,https://www.cityofsparks.us/ Nevada,Washoe,Sun,valley,3203194804, Nevada,Washoe,Verdi,city,3203194840, @@ -32408,7 +32408,7 @@ New Hampshire,Hillsborough,Mont Vernon,town,3301149140,https://www.montvernonnh. New Hampshire,Hillsborough,Nashua,city,3301150260,https://nashuanh.gov/ New Hampshire,Hillsborough,New Boston,town,3301150740,https://www.newbostonnh.gov/ New Hampshire,Hillsborough,New Ipswich,town,3301151940,https://www.newipswichnh.gov/ -New Hampshire,Hillsborough,Pelham,town,3301159940, +New Hampshire,Hillsborough,Pelham,town,3301159940,https://www.pelhamweb.com/ New Hampshire,Hillsborough,Peterborough,town,3301160580,https://www.peterboroughnh.gov/ New Hampshire,Hillsborough,Sharon,town,3301168820,https://sharonnh.gov/ New Hampshire,Hillsborough,Temple,town,3301176260,https://www.templenh.gov/ @@ -32447,9 +32447,9 @@ New Hampshire,Merrimack,,county,33013,https://www.merrimackcounty.net/ New Hampshire,Rockingham,Atkinson,town,3301502340,https://www.town-atkinsonnh.com/ New Hampshire,Rockingham,Auburn,town,3301502820,https://www.auburnnh.gov/ New Hampshire,Rockingham,Brentwood,town,3301507220,https://www.brentwoodnh.gov/ -New Hampshire,Rockingham,Candia,town,3301509300, +New Hampshire,Rockingham,Candia,town,3301509300,https://www.candianh.org/ New Hampshire,Rockingham,Chester,town,3301512100,https://www.chesternh.org/ -New Hampshire,Rockingham,Danville,town,3301517140, +New Hampshire,Rockingham,Danville,town,3301517140,https://www.townofdanville.org/ New Hampshire,Rockingham,Deerfield,town,3301517460,https://www.deerfieldnh.gov/ New Hampshire,Rockingham,Derry,town,3301517940,https://www.derrynh.gov/ New Hampshire,Rockingham,East Kingston,town,3301521380,https://www.eknh.org/ @@ -32476,7 +32476,7 @@ New Hampshire,Rockingham,Portsmouth,city,3301562900,https://www.portsmouthnh.gov New Hampshire,Rockingham,Raymond,town,3301564020,https://www.raymondnh.gov/ New Hampshire,Rockingham,Rye,town,3301566180,https://www.ryenh.gov/ New Hampshire,Rockingham,Salem,town,3301566660,https://www.salemnh.gov/ -New Hampshire,Rockingham,Sandown,town,3301567620, +New Hampshire,Rockingham,Sandown,town,3301567620,https://www.sandown.us/ New Hampshire,Rockingham,Seabrook,town,3301568260,https://seabrooknh.info/ New Hampshire,Rockingham,South Hampton,town,3301571140,https://www.southhamptonnh.org/ New Hampshire,Rockingham,Stratham,town,3301574340,https://www.strathamnh.gov/ @@ -32552,7 +32552,7 @@ New Jersey,Atlantic,Folsom,borough,3400123940,https://www.folsomborough.com/ New Jersey,Atlantic,Galloway,township,3400125560,https://www.gtnj.org/ New Jersey,Atlantic,Hamilton,township,3400129280,https://www.hamiltonnj.com/ New Jersey,Atlantic,Hammonton,town,3400129430,https://www.townofhammonton.org/ -New Jersey,Atlantic,Linwood,city,3400140530, +New Jersey,Atlantic,Linwood,city,3400140530,http://www.linwoodcity.org/ New Jersey,Atlantic,Longport,borough,3400141370,https://www.longportnj.gov/ New Jersey,Atlantic,Margate City,city,3400143890,https://www.margate-nj.com/ New Jersey,Atlantic,Mullica,township,3400149410,https://mullicatownship.org/ @@ -32610,7 +32610,7 @@ New Jersey,Bergen,Oradell,borough,3400354990,https://www.oradell.org/ New Jersey,Bergen,Palisades Park,borough,3400355770,https://palisadesparknj.org/ New Jersey,Bergen,Paramus,borough,3400355950,https://paramusborough.gov/ New Jersey,Bergen,Park Ridge,borough,3400356130,https://www.parkridgeboro.com/ -New Jersey,Bergen,Ramsey,borough,3400361680, +New Jersey,Bergen,Ramsey,borough,3400361680,https://www.ramseynj.com/ New Jersey,Bergen,Ridgefield,borough,3400362910,https://www.ridgefieldnj.gov/ New Jersey,Bergen,Ridgefield Park,village,3400362940,https://www.ridgefieldpark.org/ New Jersey,Bergen,Ridgewood,village,3400363000,https://www.ridgewoodnj.net/ @@ -32635,7 +32635,7 @@ New Jersey,Bergen,Woodcliff Lake,borough,3400382300,https://wclnj.com/ New Jersey,Bergen,Wyckoff,township,3400383050,https://www.wyckoffnj.gov/ New Jersey,Bergen,,county,34003,https://bergencountynj.gov/ New Jersey,Burlington,Bass River,township,3400503370,https://bassriver-nj.org/ -New Jersey,Burlington,Beverly,city,3400505740, +New Jersey,Burlington,Beverly,city,3400505740,http://thecityofbeverly.com/ New Jersey,Burlington,Bordentown,city,3400506670,https://www.cityofbordentown.com/ New Jersey,Burlington,Burlington,city,3400508920,https://www.burlingtonnj.us/ New Jersey,Burlington,Chesterfield,township,3400512670,https://www.chesterfieldtwpnj.gov/ @@ -32651,7 +32651,7 @@ New Jersey,Burlington,Hainesport,township,3400529010,https://www.hainesporttowns New Jersey,Burlington,Lumberton,township,3400542060,https://www.lumbertontwp.com/ New Jersey,Burlington,Mansfield,township,3400543290,https://www.mansfieldtwp.com/ New Jersey,Burlington,Maple Shade,township,3400543740,https://mapleshade.com/ -New Jersey,Burlington,Medford,township,3400545120, +New Jersey,Burlington,Medford,township,3400545120,https://medfordtownship.com/ New Jersey,Burlington,Medford Lakes,borough,3400545210, New Jersey,Burlington,Moorestown,township,3400547880,https://www.moorestown.nj.us/ New Jersey,Burlington,Mount Holly,township,3400548900,https://twp.mountholly.nj.us/ @@ -32660,7 +32660,7 @@ New Jersey,Burlington,New Hanover,township,3400551510,https://www.newhanovertwp. New Jersey,Burlington,North Hanover,township,3400553070,https://www.northhanovertwp.com/ New Jersey,Burlington,Palmyra,borough,3400555800,https://boroughofpalmyra.com/ New Jersey,Burlington,Pemberton,borough,3400557480,https://www.pembertonborough.us/ -New Jersey,Burlington,Riverside,township,3400563510, +New Jersey,Burlington,Riverside,township,3400563510,https://riversidetwp.org/ New Jersey,Burlington,Riverton,borough,3400563660,https://riverton-nj.com/ New Jersey,Burlington,Shamong,township,3400566810,https://www.shamong.net/ New Jersey,Burlington,Southampton,township,3400568610,https://www.southamptonnj.org/ @@ -32697,7 +32697,7 @@ New Jersey,Camden,Magnolia,borough,3400742630,https://www.magnolia-nj.org/ New Jersey,Camden,Merchantville,borough,3400745510,https://merchantvillenj.gov/ New Jersey,Camden,Mount Ephraim,borough,3400748750,https://mountephraim-nj.com/ New Jersey,Camden,Oaklyn,borough,3400753880,https://www.oaklyn-nj.net/ -New Jersey,Camden,Pennsauken,township,3400757660, +New Jersey,Camden,Pennsauken,township,3400757660,https://www.pennsauken.gov/ New Jersey,Camden,Pine Hill,borough,3400758770,https://www.pinehillboronj.com/ New Jersey,Camden,Runnemede,borough,3400765160,https://runnemedenj.org/ New Jersey,Camden,Somerdale,borough,3400768340,https://somerdale-nj.com/ @@ -32755,7 +32755,7 @@ New Jersey,Essex,Maplewood,township,3401343800,https://www.maplewoodnj.gov/ New Jersey,Essex,Millburn,township,3401346380,https://twp.millburn.nj.us/ New Jersey,Essex,Montclair,township,3401347500,https://www.montclairnjusa.org/ New Jersey,Essex,Newark,city,3401351000,https://www.newarknj.gov/ -New Jersey,Essex,North Caldwell,borough,3401352620, +New Jersey,Essex,North Caldwell,borough,3401352620,https://www.northcaldwell.org/ New Jersey,Essex,Nutley,township,3401353680,https://www.nutleynj.org/ New Jersey,Essex,Roseland,borough,3401364590,https://www.roselandnj.org/ New Jersey,Essex,South Orange Village,township,3401369274,https://www.southorange.org/ @@ -32767,7 +32767,7 @@ New Jersey,Gloucester,Clayton,borough,3401513360,https://www.claytonnj.com/ New Jersey,Gloucester,Deptford,township,3401517710,https://www.deptford-nj.org/ New Jersey,Gloucester,East Greenwich,township,3401519180,https://www.eastgreenwichnj.com/ New Jersey,Gloucester,Elk,township,3401521060,https://elktownshipnj.gov/ -New Jersey,Gloucester,Franklin,township,3401524840, +New Jersey,Gloucester,Franklin,township,3401524840,https://www.franklintownshipnj.org/ New Jersey,Gloucester,Glassboro,borough,3401526340,https://www.glassboro.org/ New Jersey,Gloucester,Greenwich,township,3401528185, New Jersey,Gloucester,Harrison,township,3401530180,https://harrisontwp.us/ @@ -32776,7 +32776,7 @@ New Jersey,Gloucester,Mantua,township,3401543440,https://mantuatownship.com/ New Jersey,Gloucester,Monroe,township,3401547250,https://monroetownshipnj.org/ New Jersey,Gloucester,National Park,borough,3401549680,https://www.nationalparknj.com/ New Jersey,Gloucester,Newfield,borough,3401551390,https://www.newfieldborough.org/ -New Jersey,Gloucester,Paulsboro,borough,3401557150, +New Jersey,Gloucester,Paulsboro,borough,3401557150,https://paulsboronj.org/ New Jersey,Gloucester,Pitman,borough,3401559070,https://www.pitman.org/ New Jersey,Gloucester,South Harrison,township,3401569030,https://www.southharrison-nj.org/ New Jersey,Gloucester,Swedesboro,borough,3401571850,https://www.historicswedesboro.com/ @@ -32806,8 +32806,8 @@ New Jersey,Hunterdon,Bethlehem,township,3401905650,https://bethlehemnj.org/ New Jersey,Hunterdon,Bloomsbury,borough,3401906370,https://bloomsburyborough.com/ New Jersey,Hunterdon,Califon,borough,3401909280,https://www.califonborough-nj.org/ New Jersey,Hunterdon,Clinton,town,3401913720,https://www.clintonnj.gov/ -New Jersey,Hunterdon,Delaware,township,3401917170, -New Jersey,Hunterdon,East Amwell,township,3401918820, +New Jersey,Hunterdon,Delaware,township,3401917170,https://www.delawaretwpnj.org/ +New Jersey,Hunterdon,East Amwell,township,3401918820,https://www.eastamwelltownship.com/ New Jersey,Hunterdon,Flemington,borough,3401923700,https://www.historicflemington.com/ New Jersey,Hunterdon,Franklin,township,3401924870,https://franklin-twp.org/ New Jersey,Hunterdon,Frenchtown,borough,3401925350,https://frenchtownboro.com/ @@ -32815,7 +32815,7 @@ New Jersey,Hunterdon,Glen Gardner,borough,3401926550,https://www.glengardner.org New Jersey,Hunterdon,Hampton,borough,3401929460,https://www.hamptonboro.org/ New Jersey,Hunterdon,High Bridge,borough,3401931320,https://highbridge.org/ New Jersey,Hunterdon,Holland,township,3401932460,https://www.hollandtownshipnj.gov/ -New Jersey,Hunterdon,Kingwood,township,3401937065, +New Jersey,Hunterdon,Kingwood,township,3401937065,https://www.kingwoodtownship.gov/ New Jersey,Hunterdon,Lambertville,city,3401938610,https://lambertvillenj.org/ New Jersey,Hunterdon,Lebanon,borough,3401939630,https://www.lebanonboro.com/ New Jersey,Hunterdon,Lebanon,township,3401939660,https://lebanontownship.net/ @@ -32825,7 +32825,7 @@ New Jersey,Hunterdon,Readington,township,3401962250,https://www.readington.gov/ New Jersey,Hunterdon,Stockton,borough,3401970980,http://www.stocktonboronj.us/ New Jersey,Hunterdon,Tewksbury,township,3401972510,https://www.tewksburytwp.net/ New Jersey,Hunterdon,Union,township,3401974420,https://uniontwp-hcnj.gov/ -New Jersey,Hunterdon,West Amwell,township,3401978230, +New Jersey,Hunterdon,West Amwell,township,3401978230,https://www.westamwelltwp.org/ New Jersey,Hunterdon,,county,34019,https://www.co.hunterdon.nj.us/ New Jersey,Mercer,East Windsor,township,3402119780,https://www.east-windsor.nj.us/ New Jersey,Mercer,Ewing,township,3402122185,https://ewingnj.org/ @@ -32842,7 +32842,7 @@ New Jersey,Middlesex,Carteret,borough,3402310750,https://www.carteret.net/ New Jersey,Middlesex,Cranbury,township,3402315550,https://www.cranburytownship.org/ New Jersey,Middlesex,Dunellen,borough,3402318490,https://www.dunellen-nj.gov/ New Jersey,Middlesex,East Brunswick,township,3402319000,https://www.eastbrunswick.org/ -New Jersey,Middlesex,Edison,township,3402320230, +New Jersey,Middlesex,Edison,township,3402320230,https://www.edisonnj.org/ New Jersey,Middlesex,Helmetta,borough,3402330840,https://www.helmettaboro.com/ New Jersey,Middlesex,Highland Park,borough,3402331470,https://www.hpboro.com/ New Jersey,Middlesex,Jamesburg,borough,3402334890,https://www.jamesburgborough.org/ @@ -32883,7 +32883,7 @@ New Jersey,Monmouth,Freehold,borough,3402525200,https://www.freeholdboroughnj.go New Jersey,Monmouth,Hazlet,township,3402530690,https://www.hazlettwp.org/ New Jersey,Monmouth,Highlands,borough,3402531500,https://highlandsnj.gov/ New Jersey,Monmouth,Holmdel,township,3402532640,https://holmdeltownship.com/ -New Jersey,Monmouth,Howell,township,3402533300, +New Jersey,Monmouth,Howell,township,3402533300,http://nj-howelltownship.civicplus.com/ New Jersey,Monmouth,Interlaken,borough,3402534200,https://www.interlakenboro.com/ New Jersey,Monmouth,Keansburg,borough,3402536480,https://keansburgnj.gov/ New Jersey,Monmouth,Keyport,borough,3402536810,https://www.keyportonline.com/ @@ -32913,7 +32913,7 @@ New Jersey,Monmouth,Spring Lake Heights,borough,3402570140,https://springlakehts New Jersey,Monmouth,Tinton Falls,borough,3402573020,https://www.tintonfalls.com/ New Jersey,Monmouth,Union Beach,borough,3402574540,https://www.unionbeachnj.gov/ New Jersey,Monmouth,Upper Freehold,township,3402574900,https://uftnj.com/ -New Jersey,Monmouth,Wall,township,3402576460, +New Jersey,Monmouth,Wall,township,3402576460,https://www.wallnj.gov/ New Jersey,Monmouth,West Long Branch,borough,3402579310,https://www.westlongbranch.org/ New Jersey,Monmouth,,county,34025,https://visitmonmouth.com/ New Jersey,Morris,Boonton,town,3402706610,https://www.boonton.org/ @@ -32982,7 +32982,7 @@ New Jersey,Ocean,Ship Bottom,borough,3402967110,https://shipbottom.org/ New Jersey,Ocean,South Toms River,borough,3402969510,https://www.southtomsriver.org/ New Jersey,Ocean,Stafford,township,3402970320,https://www.staffordnj.gov/ New Jersey,Ocean,Surf City,borough,3402971640,https://surfcitynj.org/ -New Jersey,Ocean,Toms River,township,3402973125, +New Jersey,Ocean,Toms River,township,3402973125,https://tomsrivertownship.com/ New Jersey,Ocean,Tuckerton,borough,3402974210,https://tuckertonborough.com/ New Jersey,Ocean,,county,34029,https://www.co.ocean.nj.us/ New Jersey,Passaic,Bloomingdale,borough,3403106340,https://www.bloomingdalenj.net/ @@ -33030,7 +33030,7 @@ New Jersey,Somerset,Green Brook,township,3403527510,https://www.greenbrooktwp.or New Jersey,Somerset,Hillsborough,township,3403531890,https://hillsboroughnj.gov/ New Jersey,Somerset,Manville,borough,3403543620,https://www.manvillenj.org/ New Jersey,Somerset,Millstone,borough,3403546590,https://millstoneboro.org/ -New Jersey,Somerset,Montgomery,township,3403547580, +New Jersey,Somerset,Montgomery,township,3403547580,https://www.montgomerynj.gov/ New Jersey,Somerset,North Plainfield,borough,3403553280,https://northplainfieldnj.gov/ New Jersey,Somerset,Peapack and Gladstone,borough,3403557300,https://www.peapackgladstone.org/ New Jersey,Somerset,Raritan,borough,3403561980,https://www.raritanboro.org/ @@ -33078,7 +33078,7 @@ New Jersey,Union,New Providence,borough,3403951810,https://www.newprov.us/ New Jersey,Union,Plainfield,city,3403959190,https://plainfieldnj.gov/ New Jersey,Union,Rahway,city,3403961530,https://rahwaynj.gov/ New Jersey,Union,Roselle,borough,3403964620,https://www.boroughofroselle.com/ -New Jersey,Union,Roselle Park,borough,3403964650, +New Jersey,Union,Roselle Park,borough,3403964650,https://www.rosellepark.net/ New Jersey,Union,Scotch Plains,township,3403966060,https://www.scotchplainsnj.gov/ New Jersey,Union,Springfield,township,3403970020,https://springfield-nj.us/ New Jersey,Union,Summit,city,3403971430,https://www.cityofsummit.org/ @@ -33093,7 +33093,7 @@ New Jersey,Warren,Blairstown,township,3404106160,https://www.blairstowntownship. New Jersey,Warren,Franklin,township,3404124960,https://www.franklintwpwarren.org/ New Jersey,Warren,Frelinghuysen,township,3404125320,https://www.frelinghuysen-nj.us/ New Jersey,Warren,Greenwich,township,3404128260,https://www.greenwichtownship.org/ -New Jersey,Warren,Hackettstown,town,3404128710, +New Jersey,Warren,Hackettstown,town,3404128710,https://www.hackettstown.net/ New Jersey,Warren,Hardwick,township,3404129820,https://www.hardwicktwp.com/ New Jersey,Warren,Harmony,township,3404130090,https://harmonytwp-nj.gov/ New Jersey,Warren,Hope,township,3404133060,https://www.hopetwp-nj.us/ @@ -33507,11 +33507,11 @@ New Mexico,Eddy,Loco Hills,city,3501591800, New Mexico,Eddy,Loving,village,3544420,https://www.lovingnm.gov/ New Mexico,Eddy,,county,35015,https://eddy.nm.publicsearch.us/ New Mexico,Grant,Bayard-Santa Rita,city,3501790210, -New Mexico,Grant,Hurley,town,3533850, +New Mexico,Grant,Hurley,town,3533850,https://townofhurley.us/ New Mexico,Grant,Mimbres,city,3501792070, New Mexico,Grant,Pinos Altos,city,3501792400, -New Mexico,Grant,Santa Clara,village,3570270, -New Mexico,Grant,Silver City,town,3573260, +New Mexico,Grant,Santa Clara,village,3570270,https://www.villageofsantaclara.org/ +New Mexico,Grant,Silver City,town,3573260,https://www.townofsilvercity.org/ New Mexico,Grant,Tyrone,city,3501793600, New Mexico,Grant,,county,35017,https://grantcountynm.gov/ New Mexico,Guadalupe,Dilia,city,3501990990, @@ -33527,7 +33527,7 @@ New Mexico,Hidalgo,,county,35023,https://hidalgocounty.org/ New Mexico,Lea,Eunice,city,3525450,https://www.cityofeunice.org/ New Mexico,Lea,Hobbs,city,3532520,https://www.hobbsnm.gov/ New Mexico,Lea,Jal,city,3535040,https://www.cityofjal.us/ -New Mexico,Lea,Lovington,city,3544490, +New Mexico,Lea,Lovington,city,3544490,https://www.lovington.org/ New Mexico,Lea,Tatum,town,3576620,https://townoftatum.org/ New Mexico,Lea,,county,35025,https://www.leacounty.gov/ New Mexico,Lincoln,Capitan,village,3511800,https://www.villageofcapitan.org/ @@ -33597,7 +33597,7 @@ New Mexico,Sandoval,Rio Rancho,city,3563460,https://rrnm.gov/ New Mexico,Sandoval,Santo Domingo-San Felipe,city,3504392944, New Mexico,Sandoval,,county,35043,https://www.sandovalcountynm.gov/ New Mexico,Santa Fe,Santa Fe,city,3570500,https://santafenm.gov/ -New Mexico,Santa Fe,Santa Fe North,city,3504992850, +New Mexico,Santa Fe,Santa Fe North,city,3504992850,https://santafenm.gov/ New Mexico,Santa Fe,Santa Fe South,city,3504992880,https://santafenm.gov/ New Mexico,Santa Fe,,county,35049,https://www.santafecountynm.gov/ New Mexico,Sierra,Truth or Consequences East,city,3505193480,https://www.torcnm.gov/ @@ -33954,7 +33954,7 @@ New Mexico,,Rodeo,CDP,3564370, New Mexico,,Rodey,CDP,3564440, New Mexico,,Rosedale,CDP,3564900, New Mexico,,Rowe,CDP,3565000, -New Mexico,,Roy,village,3565070, +New Mexico,,Roy,village,3565070,https://villageofroy.org/ New Mexico,,Ruidoso Downs,city,3565280,https://www.ruidosodowns.us/ New Mexico,,Sacramento,CDP,3565560, New Mexico,,Sagar,CDP,3565595, @@ -34142,7 +34142,7 @@ New York,Cattaraugus,Franklinville,town,3600927342,https://www.villagefranklinvi New York,Cattaraugus,Freedom,town,3600927441,https://www.freedomny.gov/ New York,Cattaraugus,Great Valley,town,3600930257,https://www.greatvalleyny.org/ New York,Cattaraugus,Hinsdale,town,3600934946, -New York,Cattaraugus,Humphrey,town,3600936123, +New York,Cattaraugus,Humphrey,town,3600936123,https://www.humphreyny.org/ New York,Cattaraugus,Ischua,town,3600937825,http://www.townofischuany.org/ New York,Cattaraugus,Leon,town,3600941982,https://www.leonny.org/ New York,Cattaraugus,Little Valley,town,3600942840, @@ -34241,7 +34241,7 @@ New York,Chenango,Guilford,town,3601731148,https://www.guilfordny.gov/ New York,Chenango,Lincklaen,town,3601742411,https://www.townoflincklaen.org/ New York,Chenango,McDonough,town,3601744127,https://www.mcdonoughny.gov/ New York,Chenango,New Berlin,town,3601749957,https://www.townofnewberlinny.gov/ -New York,Chenango,North Norwich,town,3601753297, +New York,Chenango,North Norwich,town,3601753297,https://townofnorwichny.gov/ New York,Chenango,Norwich,town,3601753990,https://townofnorwichny.gov/ New York,Chenango,Otselic,town,3601755717,https://www.townofotselic.org/ New York,Chenango,Oxford,town,3601755959,https://www.villageofoxfordny.gov/ @@ -34264,7 +34264,7 @@ New York,Clinton,Dannemora,town,3601919653,https://www.townofdannemora.gov/ New York,Clinton,Ellenburg,town,3601923921,https://www.townofellenburgny.gov/ New York,Clinton,Mooers,town,3601948252,https://www.mooersny.com/ New York,Clinton,Peru,town,3601957375,http://www.perutown.com/ -New York,Clinton,Plattsburgh,town,3601958585, +New York,Clinton,Plattsburgh,town,3601958585,https://www.townofplattsburghny.gov/ New York,Clinton,Saranac,town,3601965211, New York,Clinton,Schuyler Falls,town,3601965717,https://schuylerfallsny.gov/ New York,Clinton,,county,36019,https://www.clintoncountyny.gov/ @@ -34293,13 +34293,13 @@ New York,Cortland,Cortland,city,3602318388,https://www.cortlandny.gov/ New York,Cortland,Cortlandville,town,3602318421,https://www.cortlandville.gov/ New York,Cortland,Cuyler,town,3602319499,https://www.townofcuyler.org/ New York,Cortland,Freetown,town,3602327496,https://freetownny.org/ -New York,Cortland,Harford,town,3602332160, +New York,Cortland,Harford,town,3602332160,https://harfordny.com/ New York,Cortland,Homer,town,3602335287,https://www.villageofhomerny.gov/ New York,Cortland,Lapeer,town,3602341300, New York,Cortland,Marathon,town,3602345403,https://www.townofmarathonny.gov/ New York,Cortland,Preble,town,3602359773,https://www.preble-ny.org/ New York,Cortland,Scott,town,3602365915,https://scott-ny.org/ -New York,Cortland,Solon,town,3602368264, +New York,Cortland,Solon,town,3602368264,https://www.townofsolon.com/ New York,Cortland,Taylor,town,3602373220,https://taylorny.org/ New York,Cortland,Truxton,town,3602375550,https://www.townoftruxton.com/ New York,Cortland,Virgil,town,3602377596,https://virgilny.gov/ @@ -34321,7 +34321,7 @@ New York,Delaware,Meredith,town,3602546624,https://www.townofmeredith.ny.gov/ New York,Delaware,Middletown,town,3602547031,https://www.townofmiddletowndelcony.gov/ New York,Delaware,Roxbury,town,3602564001,https://www.roxburyny.gov/ New York,Delaware,Sidney,town,3602567345,https://townofsidneyny.gov/ -New York,Delaware,Stamford,town,3602570629, +New York,Delaware,Stamford,town,3602570629,https://townofstamfordny.us/ New York,Delaware,Tompkins,town,3602574111, New York,Delaware,Walton,town,3602578047,https://townofwaltonny.gov/ New York,Delaware,,county,36025,https://www.delcony.gov/ @@ -34481,7 +34481,7 @@ New York,Herkimer,Manheim,town,3604344974, New York,Herkimer,Newport,town,3604350584,https://townofnewportny.gov/ New York,Herkimer,Norway,town,3604353968,https://townofnorway.net/ New York,Herkimer,Ohio,town,3604354507,https://www.townofohionewyork.com/ -New York,Herkimer,Russia,town,3604364254, +New York,Herkimer,Russia,town,3604364254,https://townofrussia.com/ New York,Herkimer,Salisbury,town,3604364837,https://townofsalisburyny.gov/ New York,Herkimer,Schuyler,town,3604365695,https://townofschuylerny.gov/ New York,Herkimer,Stark,town,3604370794,https://www.townofstarkny.org/ @@ -34551,7 +34551,7 @@ New York,Livingston,West Sparta,town,3605181006, New York,Livingston,York,town,3605184022,https://www.yorkny.gov/ New York,Livingston,,county,36051,https://www.livingstoncountyny.gov/ New York,Madison,Brookfield,town,3605308587,https://brookfieldny.weebly.com/ -New York,Madison,Cazenovia,town,3605313156, +New York,Madison,Cazenovia,town,3605313156,https://townofcazenoviany.gov/ New York,Madison,DeRuyter,town,3605320401,https://deruyter.gov/ New York,Madison,Eaton,town,3605323305,https://www.townofeatonny.gov/ New York,Madison,Fenner,town,3605325593,https://townoffenner.com/ @@ -34609,7 +34609,7 @@ New York,Nassau,,county,36059,https://www.nassaucountyny.gov/ New York,New York,Manhattan,borough,3606144919, New York,New York,,county,36061, New York,Niagara,Cambria,town,3606311803,https://townofcambria.gov/ -New York,Niagara,Hartland,town,3606332490, +New York,Niagara,Hartland,town,3606332490,https://www.townofhartlandny.gov/ New York,Niagara,Lewiston,town,3606342158,https://www.townoflewistonny.gov/ New York,Niagara,Lockport,town,3606343093,https://lockportny.gov/ New York,Niagara,Newfane,town,3606350232,https://townofnewfaneny.gov/ @@ -34687,7 +34687,7 @@ New York,Ontario,Manchester,town,3606944864,https://manchesterny.org/ New York,Ontario,Naples,town,3606949440,https://naplesny.us/ New York,Ontario,Phelps,town,3606957529,https://townofphelpsny.gov/ New York,Ontario,Richmond,town,3606961544,https://www.richmondny.gov/ -New York,Ontario,Seneca,town,3606966289, +New York,Ontario,Seneca,town,3606966289,https://www.townofsenecany.gov/ New York,Ontario,South Bristol,town,3606968660,https://southbristolny.gov/ New York,Ontario,Victor,town,3606977387,https://www.townofvictorny.gov/ New York,Ontario,West Bloomfield,town,3606979356,https://www.westbloomfieldny.gov/ @@ -34746,7 +34746,7 @@ New York,Oswego,Redfield,town,3607560873,https://townofredfield.com/ New York,Oswego,Richland,town,3607561533,https://mail.townofrichland.org/ New York,Oswego,Sandy Creek,town,3607565079,https://townofsandycreekny.gov/ New York,Oswego,Schroeppel,town,3607565618,https://www.schroeppelny.gov/ -New York,Oswego,Scriba,town,3607565992, +New York,Oswego,Scriba,town,3607565992,https://scribany.gov/ New York,Oswego,Volney,town,3607577662,https://townofvolney.gov/ New York,Oswego,West Monroe,town,3607580500,https://westmonroeny.gov/ New York,Oswego,Williamstown,town,3607582073,https://williamstownny.gov/ @@ -34755,7 +34755,7 @@ New York,Otsego,Burlington,town,3607711209,https://www.townofburlingtonny.com/ New York,Otsego,Butternuts,town,3607711528,https://www.townofbutternuts.org/ New York,Otsego,Cherry Valley,town,3607715253,https://cherryvalleyny.us/ New York,Otsego,Decatur,town,3607719895, -New York,Otsego,Edmeston,town,3607723613, +New York,Otsego,Edmeston,town,3607723613,https://www.townofedmeston.com/ New York,Otsego,Exeter,town,3607724845,https://www.townofexeterny.gov/ New York,Otsego,Hartwick,town,3607732589,https://www.hartwickny.gov/ New York,Otsego,Laurens,town,3607741531,https://townlaurens.digitaltowpathny.gov:10814/ @@ -34765,7 +34765,7 @@ New York,Otsego,Milford,town,3607747240,https://www.townofmilfordny.gov/ New York,Otsego,Morris,town,3607748494,https://www.morrisny.org/ New York,Otsego,New Lisbon,town,3607750485,https://townofnewlisbonny.gov/ New York,Otsego,Oneonta,town,3607754892,https://oneonta.ny.us/ -New York,Otsego,Otego,town,3607755629, +New York,Otsego,Otego,town,3607755629,https://townofotego.com/ New York,Otsego,Otsego,town,3607755695,https://townofotsegony.gov/ New York,Otsego,Pittsfield,town,3607758343,https://www.pittsfieldny.com/ New York,Otsego,Plainfield,town,3607758420,https://www.townofplainfieldny.org/ @@ -34843,7 +34843,7 @@ New York,Schoharie,Blenheim,town,3609506893,https://www.blenheimny.org/ New York,Schoharie,Broome,town,3609510154, New York,Schoharie,Carlisle,town,3609512452, New York,Schoharie,Cobleskill,town,3609516639, -New York,Schoharie,Conesville,town,3609517651, +New York,Schoharie,Conesville,town,3609517651,https://www.conesvilleny.com/ New York,Schoharie,Esperance,town,3609524724, New York,Schoharie,Fulton,town,3609527826, New York,Schoharie,Gilboa,town,3609528981, @@ -34880,7 +34880,7 @@ New York,St. Lawrence,Brasher,town,3608907938,https://townofbrasher.gov/ New York,St. Lawrence,Canton,town,3608912342,https://cantonny.gov/ New York,St. Lawrence,Clare,town,3608915792, New York,St. Lawrence,Clifton,town,3608916287,http://www.townofcliftonny.com/ -New York,St. Lawrence,Colton,town,3608917409, +New York,St. Lawrence,Colton,town,3608917409,https://www.townofcolton.com/ New York,St. Lawrence,De Kalb,town,3608920038,https://www.townofdekalb.com/ New York,St. Lawrence,De Peyster,town,3608920335, New York,St. Lawrence,Edwards,town,3608923646,https://www.edwardsny.com/ @@ -34919,7 +34919,7 @@ New York,Steuben,Campbell,town,3610111946,https://www.campbellny.gov/ New York,Steuben,Canisteo,town,3610112265, New York,Steuben,Caton,town,3610112991,https://www.townofcaton.gov/ New York,Steuben,Cohocton,town,3610116738,https://townofcohoctonny.gov/ -New York,Steuben,Corning,town,3610118267, +New York,Steuben,Corning,town,3610118267,https://townofcorningny.gov/ New York,Steuben,Dansville,town,3610119675,https://www.townofdansvilleny.gov/ New York,Steuben,Erwin,town,3610124647,https://www.erwinny.gov/ New York,Steuben,Fremont,town,3610127551,https://www.townoffremontny.com/ @@ -34960,7 +34960,7 @@ New York,Suffolk,,county,36103,https://www.suffolkcountyny.gov/ New York,Sullivan,Bethel,town,3610506310,https://townofbethelny.gov/ New York,Sullivan,Callicoon,town,3610511759,https://townofcallicoon.org/ New York,Sullivan,Cochecton,town,3610516661,https://townofcochectonny.org/ -New York,Sullivan,Delaware,town,3610520104, +New York,Sullivan,Delaware,town,3610520104,https://townofdelawareny.gov/ New York,Sullivan,Fallsburg,town,3610525241,https://www.fallsburgny.gov/ New York,Sullivan,Forestburgh,town,3610526528,https://forestburgh.net/ New York,Sullivan,Fremont,town,3610527573,https://www.fremontny.org/ @@ -34981,7 +34981,7 @@ New York,Tioga,Nichols,town,3610751121,https://townofnicholsny.gov/ New York,Tioga,Owego,town,3610755893,https://www.townofowego.com/ New York,Tioga,Richford,town,3610761511,https://richfordny.com/ New York,Tioga,Spencer,town,3610770178,https://townofspencerny.gov/ -New York,Tioga,Tioga,town,3610773968, +New York,Tioga,Tioga,town,3610773968,https://townoftiogany.gov/ New York,Tioga,,county,36107,https://tiogacountyny.com/ New York,Tompkins,Caroline,town,3610912606,https://www.townofcaroline.org/ New York,Tompkins,Danby,town,3610919620,https://danby.ny.gov/ From 794ee30f6f4bb197dbd0341a0e2994f6d0468e94 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 30 Jun 2026 12:08:30 -0600 Subject: [PATCH 37/39] More jurs --- compass/data/conus_jurisdictions.csv | 428 +++++++++++++-------------- 1 file changed, 214 insertions(+), 214 deletions(-) diff --git a/compass/data/conus_jurisdictions.csv b/compass/data/conus_jurisdictions.csv index f05eb53e..73c9fd6b 100644 --- a/compass/data/conus_jurisdictions.csv +++ b/compass/data/conus_jurisdictions.csv @@ -35004,7 +35004,7 @@ New York,Ulster,Lloyd,town,3611142994,https://www.townoflloyd.gov/ New York,Ulster,Marbletown,town,3611145458,https://www.marbletown.gov/ New York,Ulster,Marlborough,town,3611145722,https://www.townofmarlboroughny.gov/ New York,Ulster,New Paltz,town,3611150562, -New York,Ulster,Olive,town,3611154749, +New York,Ulster,Olive,town,3611154749,https://townofoliveny.gov/ New York,Ulster,Plattekill,town,3611158552,https://townofplattekill.gov/ New York,Ulster,Rochester,town,3611163011,https://www.townofrochester.ny.gov/ New York,Ulster,Rosendale,town,3611163737,https://www.townofrosendaleny.gov/ @@ -35030,7 +35030,7 @@ New York,Warren,Warrensburg,town,3611378300,https://warrensburgny.gov/ New York,Warren,,county,36113,https://www.warrencountyny.gov/ New York,Washington,Argyle,town,3611502561,https://www.townofargyleny.com/ New York,Washington,Cambridge,town,3611511836,https://v3.cambridgeny.gov/ -New York,Washington,Dresden,town,3611520885, +New York,Washington,Dresden,town,3611520885,http://townofdresdenny.com/ New York,Washington,Easton,town,3611522656,https://www.eastonny.gov/ New York,Washington,Fort Ann,town,3611526715,https://www.townoffortannny.gov/ New York,Washington,Fort Edward,town,3611526781,https://fortedward.net/ @@ -35064,12 +35064,12 @@ New York,Wayne,Wolcott,town,3611782689,https://www.townofwolcottny.gov/ New York,Wayne,,county,36117,https://www.waynecountyny.gov/ New York,Westchester,Bedford,town,3611905320,https://bedfordny.gov/ New York,Westchester,Cortlandt,town,3611918410,https://www.townofcortlandtny.gov/ -New York,Westchester,Eastchester,town,3611921820, +New York,Westchester,Eastchester,town,3611921820,https://www.eastchester.gov/ New York,Westchester,Greenburgh,town,3611930367,https://www.greenburghny.com/ New York,Westchester,Harrison,town,3611932413,https://www.harrison-ny.gov/ New York,Westchester,Lewisboro,town,3611942136,https://www.lewisborony.gov/ New York,Westchester,Mamaroneck,town,3611944842,https://www.townofmamaroneckny.gov/ -New York,Westchester,Mount Kisco,town,3611948895, +New York,Westchester,Mount Kisco,town,3611948895,https://www.mountkiscony.gov/ New York,Westchester,Mount Pleasant,town,3611949011,https://www.mtpleasantny.gov/ New York,Westchester,Mount Vernon,city,3611949121,https://www.mountvernonny.gov/ New York,Westchester,New Castle,town,3611950078,https://www.mynewcastleny.gov/ @@ -35101,7 +35101,7 @@ New York,Wyoming,Orangeville,town,3612155222,https://townoforangeville.gov/ New York,Wyoming,Perry,town,3612157254,https://www.villageofperryny.gov/ New York,Wyoming,Pike,town,3612157826, New York,Wyoming,Sheldon,town,3612166773,https://townofsheldonny.gov/ -New York,Wyoming,Warsaw,town,3612178344, +New York,Wyoming,Warsaw,town,3612178344,https://www.townofwarsawny.gov/ New York,Wyoming,Wethersfield,town,3612181325, New York,Wyoming,,county,36121,http://www.wyomingcountyny.gov/ New York,Yates,Barrington,town,3612304594,https://www.townofbarrington.org/ @@ -35196,7 +35196,7 @@ New York,,Brightwaters,village,3608323,https://www.villageofbrightwaters.com/ New York,,Brinckerhoff,CDP,3608334, New York,,Brockport,village,3608466,https://brockportny.gov/ New York,,Brocton,village,3608488,https://www.brocton.org/ -New York,,Bronxville,village,3608532, +New York,,Bronxville,village,3608532,https://www.villageofbronxville.gov/ New York,,Brooktondale,CDP,3610077, New York,,Brookville,village,3610132,https://www.villageofbrookville.gov/ New York,,Brushton,village,3610286, @@ -35403,7 +35403,7 @@ New York,,Glens Falls North,CDP,3629338, New York,,Glenwood Landing,CDP,3629421, New York,,Golden's Bridge,CDP,3629476, New York,,Gordon Heights,CDP,3629509, -New York,,Gowanda,village,3629630, +New York,,Gowanda,village,3629630,https://www.gowanda.gov/ New York,,Grahamsville,CDP,3629707, New York,,Grand View-on-Hudson,village,3629872,https://www.gvoh-ny.gov/ New York,,Grandyle Village,CDP,3629894, @@ -35414,7 +35414,7 @@ New York,,Great Neck Gardens,CDP,3630202, New York,,Great Neck Plaza,village,3630213,https://greatneckplaza.net/ New York,,Great River,CDP,3630235, New York,,Greenlawn,CDP,3630543, -New York,,Greenport,village,3630576, +New York,,Greenport,village,3630576,https://villageofgreenport.gov/ New York,,Greenport West,CDP,3630581, New York,,Greenvale,CDP,3630598, New York,,Greenville,CDP,3630642, @@ -35717,7 +35717,7 @@ New York,,Pearl River,CDP,3656902,https://pearlriverny.org/ New York,,Peconic,CDP,3656968, New York,,Pelham Manor,village,3657023,https://www.pelhamny.gov/ New York,,Penn Yan,village,3657177,https://www.villageofpennyan.gov/ -New York,,Philmont,village,3657639, +New York,,Philmont,village,3657639,https://philmont.org/ New York,,Phoenicia,CDP,3657650,https://phoeniciany.com/ New York,,Phoenix,village,3657661,https://www.villageofphoenix-ny.gov/ New York,,Piermont,village,3657749,https://www.piermont-ny.gov/ @@ -36047,7 +36047,7 @@ North Carolina,Alexander,Sharpes,township,3700392908, North Carolina,Alexander,Sugar Loaf,township,3700393168, North Carolina,Alexander,Taylorsville,town,3766960,https://taylorsvillenc.com/ North Carolina,Alexander,Wittenburg,township,3700394086, -North Carolina,Alexander,,county,37003, +North Carolina,Alexander,,county,37003,https://alexandercountync.gov/ North Carolina,Alleghany,Cherry Lane,township,3700590640, North Carolina,Alleghany,Cranberry,township,3700590808, North Carolina,Alleghany,Gap Civil,township,3700591204, @@ -36121,7 +36121,7 @@ North Carolina,Bertie,Snakebite,township,3701593008, North Carolina,Bertie,Whites,township,3701593988, North Carolina,Bertie,Windsor,town,3774680,https://windsornc.com/ North Carolina,Bertie,Woodville,township,3701594104, -North Carolina,Bertie,,county,37015, +North Carolina,Bertie,,county,37015,http://www.co.bertie.nc.us/ North Carolina,Bladen,Abbotts,township,3701790004, North Carolina,Bladen,Bethel,township,3701790244, North Carolina,Bladen,Bladenboro,town,3706240,https://bladenboronc.org/ @@ -36137,7 +36137,7 @@ North Carolina,Bladen,Lake Creek,township,3701791720, North Carolina,Bladen,Turnbull,township,3701793784, North Carolina,Bladen,White Oak,township,3701793964, North Carolina,Bladen,Whites Creek,township,3701793992, -North Carolina,Bladen,,county,37017, +North Carolina,Bladen,,county,37017,https://bladennc.govoffice3.com/ North Carolina,Brunswick,Lockwoods Folly,township,3701991884, North Carolina,Brunswick,Northwest,city,3747860,https://www.cityofnorthwest.com/ North Carolina,Brunswick,Shallotte,town,3760800,https://www.townofshallotte.org/ @@ -36174,7 +36174,7 @@ North Carolina,Burke,Silver Creek,township,3702392952, North Carolina,Burke,Smoky Creek,township,3702392996, North Carolina,Burke,Upper Creek,township,3702393832, North Carolina,Burke,Upper Fork,township,3702393836, -North Carolina,Burke,,county,37023, +North Carolina,Burke,,county,37023,https://www.burkenc.org/ North Carolina,Cabarrus,"1, Harrisburg",township,3702593284, North Carolina,Cabarrus,"10, Midland",township,3702593688, North Carolina,Cabarrus,"11, Central Cabarrus",township,3702593696, @@ -36187,7 +36187,7 @@ North Carolina,Cabarrus,"6, Rimertown",township,3702593532, North Carolina,Cabarrus,"7, Gold Hill",township,3702593572, North Carolina,Cabarrus,"8, Mount Pleasant",township,3702593604,https://mtpleasantnc.gov/ North Carolina,Cabarrus,"9, Georgeville",township,3702593644, -North Carolina,Cabarrus,,county,37025, +North Carolina,Cabarrus,,county,37025,https://www.cabarruscounty.us/ North Carolina,Caldwell,Globe,township,3702791244, North Carolina,Caldwell,Hudson,town,3732980,https://www.townofhudsonnc.com/ North Carolina,Caldwell,Johns River,township,3702791672, @@ -36343,7 +36343,7 @@ North Carolina,Davidson,Silver Hill,township,3705792956, North Carolina,Davidson,Thomasville,city,3767420,https://www.thomasville-nc.gov/ North Carolina,Davidson,Tyro,township,3705793796, North Carolina,Davidson,Yadkin College,township,3705794112, -North Carolina,Davidson,,county,37057, +North Carolina,Davidson,,county,37057,https://www.co.davidson.nc.us/ North Carolina,Davie,Calahaln,township,3705990472, North Carolina,Davie,Clarksville,township,3705990668, North Carolina,Davie,Farmington,township,3705991080, @@ -36390,7 +36390,7 @@ North Carolina,Edgecombe,"9, Otter Creek",township,3706593652, North Carolina,Edgecombe,,county,37065,https://www.edgecombecountync.gov/ North Carolina,Forsyth,Abbotts Creek,township,3706790012, North Carolina,Forsyth,Belews Creek,township,3706790216, -North Carolina,Forsyth,Bethania,town,3705340, +North Carolina,Forsyth,Bethania,town,3705340,https://townofbethania.org/ North Carolina,Forsyth,Broadbay,township,3706790376, North Carolina,Forsyth,Clemmonsville,township,3706790684, North Carolina,Forsyth,Kernersville,town,3735600,https://toknc.com/ @@ -36418,11 +36418,11 @@ North Carolina,Franklin,,county,37069,https://www.franklincountync.gov/ North Carolina,Gaston,Cherryville,city,3712340,https://www.cityofcherryville.com/ North Carolina,Gaston,Crowders Mountain,township,3707190844, North Carolina,Gaston,Dallas,town,3716180,https://www.dallasnc.net/ -North Carolina,Gaston,Gastonia,city,3725580, +North Carolina,Gaston,Gastonia,city,3725580,https://www.cityofgastonia.com/ North Carolina,Gaston,Riverbend,township,3707192692, North Carolina,Gaston,South Point,township,3707193048, North Carolina,Gaston,,county,37071,https://www.gastongov.com/ -North Carolina,Gates,Gatesville,town,3725680, +North Carolina,Gates,Gatesville,town,3725680,https://gatesville.org/ North Carolina,Gates,Hall,township,3707391376, North Carolina,Gates,Haslett,township,3707391420, North Carolina,Gates,Holly Grove,township,3707391520, @@ -36529,14 +36529,14 @@ North Carolina,Hertford,Maneys Neck,township,3709191968, North Carolina,Hertford,Murfreesboro,town,3745640,https://townofmurfreesboro.com/ North Carolina,Hertford,St. Johns,township,3709192784, North Carolina,Hertford,Winton,town,3775080, -North Carolina,Hertford,,county,37091, +North Carolina,Hertford,,county,37091,https://www.hertfordcountync.gov/ North Carolina,Hoke,Allendale,township,3709390036, North Carolina,Hoke,Antioch,township,3709390068, North Carolina,Hoke,Blue Springs,township,3709390312, North Carolina,Hoke,Fort Bragg Military Reservation,township,3709391148, North Carolina,Hoke,McLauchlin,township,3709391948, North Carolina,Hoke,Quewhiffle,township,3709392600, -North Carolina,Hoke,Raeford,city,3754580, +North Carolina,Hoke,Raeford,city,3754580,https://raefordcity.org/ North Carolina,Hoke,Stonewall,township,3709393136, North Carolina,Hoke,,county,37093,https://www.hokecounty.net/ North Carolina,Hyde,Currituck,township,3709590856, @@ -36568,7 +36568,7 @@ North Carolina,Jackson,Canada,township,3709990484, North Carolina,Jackson,Caney Fork,township,3709990500, North Carolina,Jackson,Cashiers,township,3709990540,http://cashiers-nc.org/ North Carolina,Jackson,Cullowhee,township,3709990848, -North Carolina,Jackson,Dillsboro,town,3717180, +North Carolina,Jackson,Dillsboro,town,3717180,https://www.dillsboronc.info/ North Carolina,Jackson,Greens Creek,township,3709991320, North Carolina,Jackson,Hamburg,township,3709991384, North Carolina,Jackson,Mountain,township,3709992148, @@ -36667,7 +36667,7 @@ North Carolina,Martin,Poplar Point,township,3711792556, North Carolina,Martin,Robersonville,town,3757100,https://www.robersonville.org/ North Carolina,Martin,Williams,township,3711794024, North Carolina,Martin,Williamston,town,3774220,https://www.townofwilliamston.com/ -North Carolina,Martin,,county,37117, +North Carolina,Martin,,county,37117,https://www.martincountync.gov/ North Carolina,McDowell,Brackett,township,3711190348, North Carolina,McDowell,Crooked Creek,township,3711190828, North Carolina,McDowell,Dysartsville,township,3711190940, @@ -36758,7 +36758,7 @@ North Carolina,Northampton,Rich Square,town,3756440,https://www.richsquarenc.org North Carolina,Northampton,Roanoke,township,3713192696, North Carolina,Northampton,Seaboard,town,3759980,https://www.townofseaboardnc.org/ North Carolina,Northampton,Wiccacanee,township,3713194004, -North Carolina,Northampton,,county,37131, +North Carolina,Northampton,,county,37131,https://www.northamptonnc.com/ North Carolina,Onslow,Camp Lejeune,unorganized territory,3713390482, North Carolina,Onslow,Hofmann Forest,unorganized territory,3713391502, North Carolina,Onslow,Jacksonville,city,3734200,https://jacksonvillenc.gov/ @@ -36866,7 +36866,7 @@ North Carolina,Richmond,Mineral Springs,township,3715392084, North Carolina,Richmond,Rockingham,city,3757260,https://gorockingham.com/ North Carolina,Richmond,Steeles,township,3715393116, North Carolina,Richmond,Wolf Pit,township,3715394088, -North Carolina,Richmond,,county,37153, +North Carolina,Richmond,,county,37153,https://www.richmondnc.com/ North Carolina,Robeson,Alfordsville,township,3715590028, North Carolina,Robeson,Back Swamp,township,3715590120, North Carolina,Robeson,Britts,township,3715590372, @@ -36896,7 +36896,7 @@ North Carolina,Robeson,Union,township,3715593812, North Carolina,Robeson,West Howellsville,township,3715593952, North Carolina,Robeson,Whitehouse,township,3715593962, North Carolina,Robeson,Wisharts,township,3715594080, -North Carolina,Robeson,,county,37155, +North Carolina,Robeson,,county,37155,https://www.robesoncountync.gov/ North Carolina,Rockingham,Huntsville,township,3715791564, North Carolina,Rockingham,Leaksville,township,3715791752, North Carolina,Rockingham,Madison,town,3740560,https://www.townofmadison.org/ @@ -36925,7 +36925,7 @@ North Carolina,Rowan,Steele,township,3715993112, North Carolina,Rowan,Unity,township,3715993828, North Carolina,Rowan,,county,37159,https://www.rowancountync.gov/ North Carolina,Rutherford,Camp Creek,township,3716190480, -North Carolina,Rutherford,Chimney Rock,township,3716190656, +North Carolina,Rutherford,Chimney Rock,township,3716190656,https://www.chimneyrockvillagenc.gov/ North Carolina,Rutherford,Colfax,township,3716190720, North Carolina,Rutherford,Cool Spring,township,3716190768, North Carolina,Rutherford,Duncans Creek,township,3716190924, @@ -37000,11 +37000,11 @@ North Carolina,Surry,Siloam,township,3717192948, North Carolina,Surry,South Westfield,township,3717193064, North Carolina,Surry,Stewarts Creek,township,3717193128, North Carolina,Surry,Westfield,township,3717193948, -North Carolina,Surry,,county,37171, +North Carolina,Surry,,county,37171,https://www.co.surry.nc.us/ North Carolina,Swain,Charleston,township,3717390624, North Carolina,Swain,Forneys Creek,unorganized territory,3717391144, North Carolina,Swain,Nantahala,township,3717392208, -North Carolina,Swain,,county,37173, +North Carolina,Swain,,county,37173,https://www.swaincountync.gov/ North Carolina,Transylvania,Boyd,township,3717590344, North Carolina,Transylvania,Brevard,city,3707720,https://www.cityofbrevard.com/ North Carolina,Transylvania,Catheys Creek,township,3717590564, @@ -37019,12 +37019,12 @@ North Carolina,Tyrrell,Columbia,town,3713940,https://www.townofcolumbianc.com/ North Carolina,Tyrrell,Gum Neck,township,3717791360, North Carolina,Tyrrell,Scuppernong,township,3717792872, North Carolina,Tyrrell,South Fork,township,3717793040, -North Carolina,Tyrrell,,county,37177, +North Carolina,Tyrrell,,county,37177,http://tyrrellcounty.org/ North Carolina,Union,Buford,township,3717990432, North Carolina,Union,Goose Creek,township,3717991264, North Carolina,Union,Jackson,township,3717991624, North Carolina,Union,Lanes Creek,township,3717991736, -North Carolina,Union,Marshville,town,3741640, +North Carolina,Union,Marshville,town,3741640,https://www.marshville.org/ North Carolina,Union,Monroe,city,3743920,https://www.monroenc.org/ North Carolina,Union,New Salem,township,3717992280, North Carolina,Union,Sandy Ridge,township,3717992836, @@ -37227,7 +37227,7 @@ North Carolina,,Bridgeton,town,3707860,https://www.townofbridgeton.org/ North Carolina,,Broad Creek,CDP,3708040, North Carolina,,Broadway,town,3708080,https://www.broadwaync.com/ North Carolina,,Brookford,town,3708140, -North Carolina,,Brunswick,town,3708420, +North Carolina,,Brunswick,town,3708420,https://townofbrunswicknc.gov/ North Carolina,,Bryson City,town,3708480,https://www.brysoncitync.gov/ North Carolina,,Buies Creek,CDP,3708760, North Carolina,,Bunn,town,3708860,https://townofbunn.org/ @@ -37267,7 +37267,7 @@ North Carolina,,Claremont,city,3712720,https://www.cityofclaremont.org/ North Carolina,,Clarkton,town,3712780,https://townofclarkton.com/ North Carolina,,Clemmons,village,3712960,https://www.clemmons.org/ North Carolina,,Cliffside,CDP,3713100, -North Carolina,,Clinton,city,3713240, +North Carolina,,Clinton,city,3713240,https://www.cityofclintonnc.com/ North Carolina,,Coats,town,3713360,http://coatsnc.org/ North Carolina,,Cofield,village,3713460, North Carolina,,Coinjock,CDP,3713500, @@ -37296,7 +37296,7 @@ North Carolina,,Dellview,town,3716820, North Carolina,,Delway,CDP,3716860, North Carolina,,Denton,town,3716980,https://www.townofdenton.com/ North Carolina,,Denver,CDP,3717000, -North Carolina,,Dobbins Heights,town,3717325, +North Carolina,,Dobbins Heights,town,3717325,https://www.dobbinsheights.com/ North Carolina,,Dortches,town,3717520,https://dortchesnc.govoffice2.com/ North Carolina,,Dover,town,3717660, North Carolina,,Dublin,town,3718040, @@ -37358,7 +37358,7 @@ North Carolina,,Germanton,CDP,3725880, North Carolina,,Gerton,CDP,3725900, North Carolina,,Gibson,town,3725940,https://gibsonnc.com/ North Carolina,,Gibsonville,town,3725980,https://www.gibsonvillenc.org/ -North Carolina,,Glen Alpine,town,3726200, +North Carolina,,Glen Alpine,town,3726200,https://www.townofglenalpine.org/ North Carolina,,Glen Raven,CDP,3726460, North Carolina,,Glenville,CDP,3726520, North Carolina,,Gloucester,CDP,3726680, @@ -37442,7 +37442,7 @@ North Carolina,,Lansing,town,3736960,https://www.lansingnc.us/ North Carolina,,Lasker,town,3737000, North Carolina,,Lattimore,town,3737040,https://lattimorenc.gov/ North Carolina,,Laurel Park,town,3737160,https://www.laurelpark.org/ -North Carolina,,Laurinburg,city,3737220, +North Carolina,,Laurinburg,city,3737220,https://www.laurinburg.org/ North Carolina,,Lawndale,town,3737260,https://townoflawndalenc.com/ North Carolina,,Leggett,town,3737640, North Carolina,,Leland,town,3737680,https://www.townofleland.com/ @@ -37578,7 +37578,7 @@ North Carolina,,Salem,CDP,3758740, North Carolina,,Salemburg,town,3758840,https://www.salemburg-nc.com/ North Carolina,,Salvo,CDP,3758940, North Carolina,,Sandy Creek,town,3759090, -North Carolina,,Sandyfield,town,3759135, +North Carolina,,Sandyfield,town,3759135,https://townofsandyfield.org/ North Carolina,,Sanford,city,3759280,https://www.sanfordnc.net/ North Carolina,,Sawmills,town,3759540,https://www.townofsawmills.com/ North Carolina,,Saxapahaw,CDP,3759580,https://www.saxapahawnc.com/ @@ -37658,7 +37658,7 @@ North Carolina,,Vanceboro,town,3769680,https://www.vanceboronc.com/ North Carolina,,Vandemere,town,3769720,https://www.vandemerenc.com/ North Carolina,,Vander,CDP,3769740, North Carolina,,Vann Crossroads,CDP,3769755, -North Carolina,,Varnamtown,town,3769795, +North Carolina,,Varnamtown,town,3769795,https://www.townofvarnamtown.gov/ North Carolina,,Vass,town,3769840,https://www.townofvassnc.gov/ North Carolina,,Waco,town,3770320,http://www.townofwaco.com/ North Carolina,,Wade,town,3770340,https://wadenc.com/ @@ -37970,7 +37970,7 @@ North Dakota,Burleigh,Lyman,unorganized territory,3801548620, North Dakota,Burleigh,McKenzie,township,3801549380, North Dakota,Burleigh,Menoken,township,3801552220, North Dakota,Burleigh,Missouri,township,3801553620, -North Dakota,Burleigh,Morton,township,3801554460, +North Dakota,Burleigh,Morton,township,3801554460,https://www.mortonnd.gov/ North Dakota,Burleigh,Naughton,township,3801555540, North Dakota,Burleigh,Painted Woods,township,3801560580, North Dakota,Burleigh,Phoenix,unorganized territory,3801562160, @@ -37990,9 +37990,9 @@ North Dakota,Burleigh,Wing,city,3801586780,https://cityofwingnd.com/ North Dakota,Burleigh,,county,38015,https://www.burleigh.gov/ North Dakota,Cass,Addison,township,3801700500, North Dakota,Cass,Alice,city,3801420, -North Dakota,Cass,Amenia,city,3801701940, +North Dakota,Cass,Amenia,city,3801701940,https://www.ameniand.com/ North Dakota,Cass,Argusville,city,3801703020,https://argusvillend.govoffice3.com/ -North Dakota,Cass,Arthur,city,3801703300, +North Dakota,Cass,Arthur,city,3801703300,https://www.cityofarthur.com/ North Dakota,Cass,Ayr,city,3801704020, North Dakota,Cass,Barnes,township,3801704900, North Dakota,Cass,Bell,township,3801705900, @@ -38031,7 +38031,7 @@ North Dakota,Cass,Noble,township,3801757020, North Dakota,Cass,Normanna,township,3801757620, North Dakota,Cass,North River,city,3801758120,https://northrivernd.com/ North Dakota,Cass,Oxbow,city,3801760480,https://oxbownd.com/ -North Dakota,Cass,Page,city,3801760500, +North Dakota,Cass,Page,city,3801760500,https://pagend.com/ North Dakota,Cass,Pleasant,township,3801763100, North Dakota,Cass,Pontiac,township,3801763580, North Dakota,Cass,Prairie Rose,city,3801764320, @@ -38379,7 +38379,7 @@ North Dakota,Kidder,Dawson,city,3804318260, North Dakota,Kidder,Excelsior,township,3804325100, North Dakota,Kidder,Frettim,township,3804328620, North Dakota,Kidder,Graf,township,3804331780, -North Dakota,Kidder,Haynes,township,3804336580, +North Dakota,Kidder,Haynes,township,3804336580,https://haynestwp.com/ North Dakota,Kidder,Kickapoo,unorganized territory,3804342580, North Dakota,Kidder,Lake Williams,township,3804344180, North Dakota,Kidder,Liberty,unorganized territory,3804346320, @@ -38477,7 +38477,7 @@ North Dakota,McHenry,East McHenry,unorganized territory,3804921679, North Dakota,McHenry,Egg Creek,township,3804922580, North Dakota,McHenry,Falsen,township,3804925620, North Dakota,McHenry,Gilmore,township,3804930300, -North Dakota,McHenry,Granville,city,3804932660, +North Dakota,McHenry,Granville,city,3804932660,https://www.granvillend.net/ North Dakota,McHenry,Grilley,township,3804933700, North Dakota,McHenry,Hendrickson,township,3804937260, North Dakota,McHenry,Karlsruhe,city,3804941380, @@ -38644,7 +38644,7 @@ North Dakota,Mountrail,Oakland,township,3806158820, North Dakota,Mountrail,Osborn,township,3806159940, North Dakota,Mountrail,Osloe,township,3806160060, North Dakota,Mountrail,Palermo,city,3806160620, -North Dakota,Mountrail,Parshall,city,3806160940, +North Dakota,Mountrail,Parshall,city,3806160940,https://www.parshallnd.com/ North Dakota,Mountrail,Plaza,city,3806162980, North Dakota,Mountrail,Powers,township,3806164100, North Dakota,Mountrail,Powers Lake,township,3806164180, @@ -38889,7 +38889,7 @@ North Dakota,Richland,Sheyenne,township,3807772620, North Dakota,Richland,Summit,township,3807776940, North Dakota,Richland,Viking,township,3807782140, North Dakota,Richland,Wahpeton,city,3807782660,https://www.wahpeton.com/ -North Dakota,Richland,Walcott,city,3807782780, +North Dakota,Richland,Walcott,city,3807782780,https://www.cityofwalcott.org/ North Dakota,Richland,Waldo,township,3807782900, North Dakota,Richland,West End,township,3807784700, North Dakota,Richland,Wyndmere,city,3807787740,https://cityofwyndmere.com/ @@ -39410,7 +39410,7 @@ North Dakota,,Wilton,city,3801586580,https://wiltonnd.org/ North Dakota,,,state,38000,https://www.nd.gov/ Ohio,Adams,Bratton,township,3900108350, Ohio,Adams,Brush Creek,township,3900109722, -Ohio,Adams,Franklin,township,3900128196, +Ohio,Adams,Franklin,township,3900128196,https://franklin-townshipohio.gov/ Ohio,Adams,Green,township,3900131668, Ohio,Adams,Jefferson,township,3900138486, Ohio,Adams,Liberty,township,3900143036, @@ -39420,7 +39420,7 @@ Ohio,Adams,Monroe,township,3900151268, Ohio,Adams,Oliver,township,3900158366, Ohio,Adams,Scott,township,3900171052, Ohio,Adams,Sprigg,township,3900174069, -Ohio,Adams,Tiffin,township,3900176768, +Ohio,Adams,Tiffin,township,3900176768,https://tiffintwpadams.us/ Ohio,Adams,Wayne,township,3900182012, Ohio,Adams,Winchester,village,3985876,https://winchesterohvillage.weebly.com/ Ohio,Adams,,county,39001,https://adamscountyoh.gov/ @@ -39440,7 +39440,7 @@ Ohio,Allen,Sugar Creek,township,3900375199, Ohio,Allen,,county,39003,https://allencountyohio.com/ Ohio,Ashland,Ashland,city,3900502568,https://www.ashland-ohio.com/ Ohio,Ashland,Clear Creek,township,3900515672, -Ohio,Ashland,Green,township,3900531682, +Ohio,Ashland,Green,township,3900531682,https://greentwp.us/ Ohio,Ashland,Hanover,township,3900533236, Ohio,Ashland,Jackson,township,3900537660,https://jacksontwpohio.com/ Ohio,Ashland,Lake,township,3900541272, @@ -39535,12 +39535,12 @@ Ohio,Brown,Byrd,township,3901510758, Ohio,Brown,Clark,township,3901515224, Ohio,Brown,Eagle,township,3901523072, Ohio,Brown,Franklin,township,3901528210,https://franklin-townshipohio.gov/ -Ohio,Brown,Green,township,3901531696, +Ohio,Brown,Green,township,3901531696,https://www.greentwp.org/ Ohio,Brown,Huntington,township,3901536834,https://huntingtontwp.org/ Ohio,Brown,Jackson,township,3901537688, Ohio,Brown,Jefferson,township,3901538528, Ohio,Brown,Lewis,township,3901542910, -Ohio,Brown,Perry,township,3901561770, +Ohio,Brown,Perry,township,3901561770,https://www.perrytownshipbrown.com/ Ohio,Brown,Pike,township,3901562596, Ohio,Brown,Pleasant,township,3901563212, Ohio,Brown,Scott,township,3901571066, @@ -39577,7 +39577,7 @@ Ohio,Carroll,Orange,township,3901958576,https://www.orangetwp.org/ Ohio,Carroll,Perry,township,3901961784, Ohio,Carroll,Rose,township,3901968420,https://rosetownshipohio.com/ Ohio,Carroll,Union,township,3901978260, -Ohio,Carroll,Washington,township,3901981116, +Ohio,Carroll,Washington,township,3901981116,https://www.washingtontwp.org/ Ohio,Carroll,,county,39019,http://www.carrollcountyohio.us/ Ohio,Champaign,Adams,township,3902100212, Ohio,Champaign,Concord,township,3902118126, @@ -39594,7 +39594,7 @@ Ohio,Champaign,Wayne,township,3902182096,https://www.waynetownship-champaigncoun Ohio,Champaign,,county,39021,https://www.co.champaign.oh.us/ Ohio,Clark,Bethel,township,3902306054,https://www.betheltownshipclark.org/ Ohio,Clark,German,township,3902329862,https://www.germanclarkoh.gov/ -Ohio,Clark,Green,township,3902331703, +Ohio,Clark,Green,township,3902331703,https://www.greentwp.org/ Ohio,Clark,Harmony,township,3902333586, Ohio,Clark,Mad River,township,3902346788,https://madrivertownship.org/ Ohio,Clark,Madison,township,3902346354,https://www.madisontownshipoh.net/ @@ -39613,7 +39613,7 @@ Ohio,Clermont,Ohio,township,3902557960,https://www.ohiotownshipclermontcounty.or Ohio,Clermont,Pierce,township,3902562540,https://piercetownship.org/ Ohio,Clermont,Stonelick,township,3902574825,https://www.stonelicktwp.org/ Ohio,Clermont,Tate,township,3902576155, -Ohio,Clermont,Union,township,3902578288, +Ohio,Clermont,Union,township,3902578288,https://www.utclermont.gov/ Ohio,Clermont,Washington,township,3902581130,https://washingtontwpclermont.org/ Ohio,Clermont,Wayne,township,3902582110,https://wayne-township.org/ Ohio,Clermont,Williamsburg,village,3985288,https://williamsburgohio.org/ @@ -39628,7 +39628,7 @@ Ohio,Clinton,Marion,township,3902747670, Ohio,Clinton,Richland,township,3902766642, Ohio,Clinton,Union,township,3902778302, Ohio,Clinton,Vernon,township,3902779772, -Ohio,Clinton,Washington,township,3902781144, +Ohio,Clinton,Washington,township,3902781144,https://www.washingtontwp.org/ Ohio,Clinton,Wayne,township,3902782124, Ohio,Clinton,Wilmington,city,3902785792,https://wilmingtonohio.gov/ Ohio,Clinton,Wilson,township,3902785820, @@ -39644,7 +39644,7 @@ Ohio,Columbiana,Knox,township,3902940824,https://knoxtownship.org/ Ohio,Columbiana,Liverpool,township,3902944226,https://liverpooltownship.com/ Ohio,Columbiana,Madison,township,3902946368, Ohio,Columbiana,Middleton,township,3902949784, -Ohio,Columbiana,Perry,township,3902961798, +Ohio,Columbiana,Perry,township,3902961798,https://www.perrytownshipsalemoh.org/ Ohio,Columbiana,Salem,city,3969834, Ohio,Columbiana,St. Clair,township,3902969512,https://www.stclairtwp.com/ Ohio,Columbiana,Unity,township,3902978890, @@ -39740,7 +39740,7 @@ Ohio,Cuyahoga,Olmsted Falls,city,3903558422,https://www.olmstedfalls.org/ Ohio,Cuyahoga,Orange,village,3903558604,https://www.orangevillage.com/ Ohio,Cuyahoga,Parma,city,3903561000,https://www.cityofparma-oh.gov/ Ohio,Cuyahoga,Parma Heights,city,3903561028,https://parmaheightsoh.gov/ -Ohio,Cuyahoga,Pepper Pike,city,3903561686, +Ohio,Cuyahoga,Pepper Pike,city,3903561686,https://www.pepperpike.org/ Ohio,Cuyahoga,Richmond Heights,city,3903566894,https://richmondheightsohio.org/ Ohio,Cuyahoga,Rocky River,city,3903568056,https://www.rockyriverohio.gov/ Ohio,Cuyahoga,Seven Hills,city,3903571416,https://www.sevenhillsohio.org/ @@ -39751,15 +39751,15 @@ Ohio,Cuyahoga,Strongsville,city,3903575098,https://www.strongsville.org/ Ohio,Cuyahoga,University Heights,city,3903578932,https://universityheightsoh.gov/ Ohio,Cuyahoga,Valley View,village,3903579268,https://www.valleyview.net/ Ohio,Cuyahoga,Walton Hills,village,3903580738,https://waltonhillsohio.gov/ -Ohio,Cuyahoga,Warrensville Heights,city,3903580990, +Ohio,Cuyahoga,Warrensville Heights,city,3903580990,https://www.cityofwarrensville.com/ Ohio,Cuyahoga,Westlake,city,3903583622,https://www.cityofwestlake.org/ Ohio,Cuyahoga,Woodmere,village,3903586394,https://woodmerevillage.com/ Ohio,Cuyahoga,,county,39035,https://cuyahogacounty.gov/ Ohio,Darke,Adams,township,3903700254, Ohio,Darke,Allen,township,3903701294, Ohio,Darke,Brown,township,3903709414, -Ohio,Darke,Butler,township,3903710576, -Ohio,Darke,Franklin,township,3903728266, +Ohio,Darke,Butler,township,3903710576,https://butler-twp.net/ +Ohio,Darke,Franklin,township,3903728266,https://franklin-townshipohio.gov/ Ohio,Darke,Greenville,city,3932340, Ohio,Darke,Harrison,township,3903733810,https://www.harrisontwpdarke.com/ Ohio,Darke,Jackson,township,3903737758, @@ -39778,7 +39778,7 @@ Ohio,Darke,York,township,3903787010, Ohio,Darke,,county,39037,https://www.mydarkecounty.com/ Ohio,Defiance,Adams,township,3903900268, Ohio,Defiance,Defiance,city,3921308,https://cityofdefiance.com/ -Ohio,Defiance,Delaware,township,3903921420, +Ohio,Defiance,Delaware,township,3903921420,https://www.delawaretownshipohio.org/ Ohio,Defiance,Farmer,township,3903926614, Ohio,Defiance,Hicksville,village,3935098,https://villageofhicksville.com/ Ohio,Defiance,Highland,township,3903935196, @@ -39806,13 +39806,13 @@ Ohio,Delaware,Orange,township,3904158618,https://www.orangetwp.org/ Ohio,Delaware,Oxford,township,3904159262, Ohio,Delaware,Porter,township,3904164178,https://portertwp.org/ Ohio,Delaware,Radnor,township,3904165312,http://www.radnortwp.org/ -Ohio,Delaware,Scioto,township,3904170842, +Ohio,Delaware,Scioto,township,3904170842,https://www.sciototownshipohio.com/ Ohio,Delaware,Shawnee Hills,village,3904171976,https://shawneehillsoh.org/ Ohio,Delaware,Sunbury Village,township,3904175620, Ohio,Delaware,Thompson,township,3904176617, Ohio,Delaware,Trenton,township,3904177336,https://www.trentontwp.com/ Ohio,Delaware,Troy,township,3904177560,https://troytwpdelawareoh.gov/ -Ohio,Delaware,Washington,township,3904181242, +Ohio,Delaware,Washington,township,3904181242,https://wtwpdublinoh.gov/ Ohio,Delaware,Westerville City,township,3904183349, Ohio,Delaware,,county,39041,https://co.delaware.oh.us/ Ohio,Erie,Berlin,township,3904305802,https://www.berlintwpohio.com/ @@ -39838,7 +39838,7 @@ Ohio,Fairfield,Liberty,township,3904543120, Ohio,Fairfield,Madison,township,3904546382, Ohio,Fairfield,Pleasant,township,3904563240,https://pleasanttownship.org/ Ohio,Fairfield,Richland,township,3904566684, -Ohio,Fairfield,Rush Creek,township,3904569120, +Ohio,Fairfield,Rush Creek,township,3904569120,https://www.rushcreektwp.org/ Ohio,Fairfield,Violet,township,3904580206,https://www.violet.oh.us/ Ohio,Fairfield,Walnut,township,3904580570,https://walnuttownship.com/ Ohio,Fairfield,,county,39045,https://www.co.fairfield.oh.us/ @@ -39857,7 +39857,7 @@ Ohio,Fayette,,county,39047,http://www.fayette-co-oh.com/ Ohio,Franklin,Bexley,city,3904906278,https://bexley.org/ Ohio,Franklin,Blendon,township,3904906922,https://www.blendontwp.org/ Ohio,Franklin,Brown,township,3904909442,https://www.browntwp.org/ -Ohio,Franklin,Clinton,township,3904916112, +Ohio,Franklin,Clinton,township,3904916112,https://www.clintontownship.org/ Ohio,Franklin,Franklin,township,3904928280,https://franklin-townshipohio.gov/ Ohio,Franklin,Grandview Heights,city,3904931304,https://www.grandviewheights.gov/ Ohio,Franklin,Hamilton,township,3904933026,https://www.hamtwpfcoh.gov/ @@ -39870,7 +39870,7 @@ Ohio,Franklin,Norwich,township,3904957344, Ohio,Franklin,Perry,township,3904961840, Ohio,Franklin,Plain,township,3904962974,https://plaintownship.org/ Ohio,Franklin,Pleasant,township,3904963254,http://www.pleasanttownship.com/ -Ohio,Franklin,Prairie,township,3904964570, +Ohio,Franklin,Prairie,township,3904964570,https://www.prairietownship.org/ Ohio,Franklin,Sharon,township,3904971787,https://www.sharontwp.us/ Ohio,Franklin,Truro,township,3904977714,https://trurotwp.org/ Ohio,Franklin,Upper Arlington,city,3904979002,https://www.upperarlingtonoh.gov/ @@ -39899,7 +39899,7 @@ Ohio,Gallia,Green,township,3905331738, Ohio,Gallia,Greenfield,township,3905332074, Ohio,Gallia,Guyan,township,3905332760, Ohio,Gallia,Harrison,township,3905333824, -Ohio,Gallia,Huntington,township,3905336848, +Ohio,Gallia,Huntington,township,3905336848,https://huntingtontwp.org/ Ohio,Gallia,Morgan,township,3905352094, Ohio,Gallia,Ohio,township,3905357974, Ohio,Gallia,Perry,township,3905361854, @@ -39920,7 +39920,7 @@ Ohio,Geauga,Montville,township,3905551842,https://montvillegeauga.com/ Ohio,Geauga,Munson,township,3905553340,https://www.munsontwpoh.gov/ Ohio,Geauga,Newbury,township,3905554292,https://www.newburyohio.com/ Ohio,Geauga,Parkman,township,3905559948,https://parkman.geauga.oh.gov/ -Ohio,Geauga,Russell,township,3905569232, +Ohio,Geauga,Russell,township,3905569232,https://russelltownship.us/ Ohio,Geauga,South Russell,village,3905573684,https://southrussell.com/ Ohio,Geauga,Thompson,township,3905576628, Ohio,Geauga,Troy,township,3905577574,https://www.troytwpgeauga.com/ @@ -39931,7 +39931,7 @@ Ohio,Greene,Bellbrook,city,3905102,https://www.bellbrook.gov/ Ohio,Greene,Caesarscreek,township,3905710856,https://caesarscreektwp.com/ Ohio,Greene,Cedarville,village,3912784,https://www.cedarville.us/ Ohio,Greene,Jefferson,township,3905738626,https://www.jeffersontwpgreene.us/ -Ohio,Greene,Miami,township,3905749336, +Ohio,Greene,Miami,township,3905749336,https://miamitownshipgcoh.gov/ Ohio,Greene,New Jasper,township,3905754810,https://www.newjaspertownship.com/ Ohio,Greene,Ross,township,3905768630,https://www.rosstwpgreene.us/ Ohio,Greene,Silvercreek,township,3905772473, @@ -39953,7 +39953,7 @@ Ohio,Guernsey,Monroe,township,3905951380, Ohio,Guernsey,Oxford,township,3905959290, Ohio,Guernsey,Richland,township,3905966698, Ohio,Guernsey,Spencer,township,3905973986, -Ohio,Guernsey,Valley,township,3905979156, +Ohio,Guernsey,Valley,township,3905979156,https://www.valleytownship.us/ Ohio,Guernsey,Washington,township,3905981256, Ohio,Guernsey,Westland,township,3905983664, Ohio,Guernsey,Wheeling,township,3905984616, @@ -39983,7 +39983,7 @@ Ohio,Hamilton,Lockland,village,3906144366,https://www.locklandoh.org/ Ohio,Hamilton,Madeira,city,3906146312,https://www.madeiracity.com/ Ohio,Hamilton,Mariemont,village,3906147600,https://mariemont.org/ Ohio,Hamilton,Miami,township,3906149364,https://www.miamitownship.org/ -Ohio,Hamilton,Montgomery,city,3906151716, +Ohio,Hamilton,Montgomery,city,3906151716,https://www.montgomeryohio.gov/ Ohio,Hamilton,Mount Healthy,city,3906152752,https://www.mthealthy.org/ Ohio,Hamilton,Newtown,village,3906155678,https://newtownohio.gov/ Ohio,Hamilton,North College Hill,city,3906156322,https://oh-northcollegehill.civicplus.com/ @@ -39995,7 +39995,7 @@ Ohio,Hamilton,Springdale,city,3906174104,https://www.springdaleohio.gov/ Ohio,Hamilton,Springfield,township,3906174121,https://www.springfieldtwp.org/ Ohio,Hamilton,St. Bernard,village,3906169470,https://www.stbernard-oh.gov/ Ohio,Hamilton,Sycamore,township,3906175973,https://sycamoretownship.org/ -Ohio,Hamilton,Symmes,township,3906176028, +Ohio,Hamilton,Symmes,township,3906176028,https://www.symmestownship.org/ Ohio,Hamilton,Terrace Park,village,3906176428,https://www.terracepark.org/ Ohio,Hamilton,The Village of Indian Hill,city,3906176582,https://oldsite.voih.cloud/ Ohio,Hamilton,Whitewater,township,3906184938,https://www.whitewatertwp.org/ @@ -40004,7 +40004,7 @@ Ohio,Hamilton,Wyoming,city,3906186730,https://wyomingohio.gov/ Ohio,Hamilton,,county,39061,https://www.hamiltoncountyohio.gov/ Ohio,Hancock,Allen,township,3906301308,https://allentownship.com/ Ohio,Hancock,Amanda,township,3906301644, -Ohio,Hancock,Arlington,village,3902400, +Ohio,Hancock,Arlington,village,3902400,https://villageofarlington.com/ Ohio,Hancock,Biglick,township,3906306362, Ohio,Hancock,Blanchard,township,3906306838, Ohio,Hancock,Cass,township,3906312392, @@ -40031,7 +40031,7 @@ Ohio,Hardin,Hale,township,3906532837, Ohio,Hardin,Jackson,township,3906537814, Ohio,Hardin,Liberty,township,3906543162, Ohio,Hardin,Lynn,township,3906545598, -Ohio,Hardin,Marion,township,3906547712, +Ohio,Hardin,Marion,township,3906547712,https://mariontwp.org/ Ohio,Hardin,McDonald,township,3906545920, Ohio,Hardin,Pleasant,township,3906563282,https://www.pleasant-township.org/ Ohio,Hardin,Roundhead,township,3906568784, @@ -40069,10 +40069,10 @@ Ohio,Henry,Ridgeville,township,3906967062, Ohio,Henry,Washington,township,3906981326,https://washtwphenry.com/ Ohio,Henry,,county,39069,https://www.henrycountyohio.gov/ Ohio,Highland,Brushcreek,township,3907109736, -Ohio,Highland,Clay,township,3907115476, +Ohio,Highland,Clay,township,3907115476,https://www.claytownshipoffices.com/ Ohio,Highland,Concord,township,3907118168, Ohio,Highland,Dodson,township,3907122204, -Ohio,Highland,Fairfield,township,3907126026, +Ohio,Highland,Fairfield,township,3907126026,https://www.fairfieldtwp.org/ Ohio,Highland,Hamer,township,3907132970, Ohio,Highland,Jackson,township,3907137828, Ohio,Highland,Liberty,township,3907143190, @@ -40161,10 +40161,10 @@ Ohio,Jefferson,Smithfield,township,3908172767, Ohio,Jefferson,Springfield,township,3908174122, Ohio,Jefferson,Steubenville,city,3908174608,https://www.cityofsteubenville.us/ Ohio,Jefferson,Warren,township,3908180878, -Ohio,Jefferson,Wayne,township,3908182180, +Ohio,Jefferson,Wayne,township,3908182180,https://www.waynetownship.us/ Ohio,Jefferson,Wells,township,3908182698,https://www.wellstownshipohio.com/ Ohio,Jefferson,,county,39081,https://jeffersoncountyoh.com/ -Ohio,Knox,Berlin,township,3908305844, +Ohio,Knox,Berlin,township,3908305844,https://www.berlintwp.us/ Ohio,Knox,Brown,township,3908309470, Ohio,Knox,Butler,township,3908310590, Ohio,Knox,Clay,township,3908315504, @@ -40195,7 +40195,7 @@ Ohio,Lake,Kirtland,city,3908540642,https://kirtlandohio.com/ Ohio,Lake,Kirtland Hills,village,3908540670,https://www.kirtlandhills.org/ Ohio,Lake,Lakeline,village,3908541398, Ohio,Lake,Leroy,township,3908542812,https://leroyohio.com/ -Ohio,Lake,Madison,village,3946480, +Ohio,Lake,Madison,village,3946480,https://madisonvillage.org/ Ohio,Lake,Mentor,city,3908549056,https://cityofmentor.com/ Ohio,Lake,Mentor-on-the-Lake,city,3908549098,https://mentoronthelake.gov/ Ohio,Lake,Painesville,city,3908559416,https://www.painesville.com/ @@ -40219,7 +40219,7 @@ Ohio,Lawrence,Rome,township,3908768280, Ohio,Lawrence,Symmes,township,3908776031, Ohio,Lawrence,Union,township,3908778372,https://uniontownshiplawrencecounty.com/ Ohio,Lawrence,Upper,township,3908778974, -Ohio,Lawrence,Washington,township,3908781396, +Ohio,Lawrence,Washington,township,3908781396,https://www.washingtontwp.org/ Ohio,Lawrence,Windsor,township,3908786002, Ohio,Lawrence,,county,39087, Ohio,Licking,Bennington,township,3908905494,https://benningtontownshiplc.org/ @@ -40236,7 +40236,7 @@ Ohio,Licking,Hartford,township,3908934188, Ohio,Licking,Heath,city,3908934748,https://www.heathohio.gov/ Ohio,Licking,Hopewell,township,3908936316, Ohio,Licking,Jersey,township,3908939102,https://www.jerseytownship.us/ -Ohio,Licking,Liberty,township,3908943232, +Ohio,Licking,Liberty,township,3908943232,https://libertytwplickingco.com/ Ohio,Licking,Licking,township,3908943456,https://www.lickingtwplc.gov/ Ohio,Licking,Madison,township,3908946508,http://www.madisontwplc.net/ Ohio,Licking,Mary Ann,township,3908948132,https://www.maryanntownship.us/ @@ -40248,7 +40248,7 @@ Ohio,Licking,Pataskala,city,3908961112,https://www.cityofpataskalaohio.gov/ Ohio,Licking,Perry,township,3908961924, Ohio,Licking,Reynoldsburg City,township,3908966396, Ohio,Licking,St. Albans,township,3908969456,https://www.stalbanstwp.org/ -Ohio,Licking,Union,township,3908978400, +Ohio,Licking,Union,township,3908978400,https://www.uniontownship-licking.com/ Ohio,Licking,Washington,township,3908981410,https://washingtontwplicking.com/ Ohio,Licking,,county,39089,https://lickingcounty.gov/ Ohio,Logan,Bloomfield,township,3909107118, @@ -40297,7 +40297,7 @@ Ohio,Lorain,,county,39093,https://www.loraincountyohio.gov/ Ohio,Lucas,Harbor View,village,3909533376, Ohio,Lucas,Harding,township,3909533418, Ohio,Lucas,Jerusalem,township,3909539116,https://twp.jerusalem.oh.us/ -Ohio,Lucas,Maumee,city,3909548342, +Ohio,Lucas,Maumee,city,3909548342,https://maumee.org/ Ohio,Lucas,Monclova,township,3909551156,https://monclovatwp.org/ Ohio,Lucas,Oregon,city,3909558730,https://oregonohio.org/ Ohio,Lucas,Ottawa Hills,village,3909559010,https://ottawahills.org/ @@ -40332,7 +40332,7 @@ Ohio,Mahoning,Austintown,township,3909903198,https://www.austintowntwp.com/ Ohio,Mahoning,Beaver,township,3909904668,https://www.beavertwp-oh.gov/ Ohio,Mahoning,Berlin,township,3909905858, Ohio,Mahoning,Boardman,township,3909907468,https://www.boardmantwp.com/ -Ohio,Mahoning,Campbell,city,3909911066, +Ohio,Mahoning,Campbell,city,3909911066,https://cityofcampbellohio.org/ Ohio,Mahoning,Canfield,city,3911360, Ohio,Mahoning,Coitsville,township,3909916476,https://coitsvilletwp.org/ Ohio,Mahoning,Ellsworth,township,3909925088,http://www.ellsworthohio.com/ @@ -40398,7 +40398,7 @@ Ohio,Meigs,Columbia,township,3910516924, Ohio,Meigs,Lebanon,township,3910542336, Ohio,Meigs,Letart,township,3910542868, Ohio,Meigs,Olive,township,3910558282, -Ohio,Meigs,Orange,township,3910558646, +Ohio,Meigs,Orange,township,3910558646,https://www.orangetwp.org/ Ohio,Meigs,Rutland,village,3969358, Ohio,Meigs,Salem,township,3910569904, Ohio,Meigs,Salisbury,township,3910570114, @@ -40411,7 +40411,7 @@ Ohio,Mercer,Center,township,3910712952, Ohio,Mercer,Dublin,township,3910722708, Ohio,Mercer,Franklin,township,3910728350,https://franklintownship-mercercounty.org/ Ohio,Mercer,Gibson,township,3910730058, -Ohio,Mercer,Granville,township,3910731430, +Ohio,Mercer,Granville,township,3910731430,https://www.granvilletownship.org/ Ohio,Mercer,Hopewell,township,3910736344, Ohio,Mercer,Jefferson,township,3910738724,https://jeffersontwp.mercercountyoh.org/ Ohio,Mercer,Liberty,township,3910743260, @@ -40446,7 +40446,7 @@ Ohio,Monroe,Jackson,township,3911137898, Ohio,Monroe,Lee,township,3911142448,https://leetownshipohio.org/ Ohio,Monroe,Malaga,township,3911146928, Ohio,Monroe,Ohio,township,3911157988, -Ohio,Monroe,Perry,township,3911161952, +Ohio,Monroe,Perry,township,3911161952,https://www.perrytwp.org/ Ohio,Monroe,Salem,township,3911169918, Ohio,Monroe,Seneca,township,3911171349, Ohio,Monroe,Summit,township,3911175497, @@ -40499,7 +40499,7 @@ Ohio,Morrow,Franklin,township,3911728378,https://www.franklin-township.net/ Ohio,Morrow,Galion,city,3911729162,https://www.galion.city/ Ohio,Morrow,Gilead,township,3911730128, Ohio,Morrow,Harmony,township,3911733600, -Ohio,Morrow,Lincoln,township,3911743680, +Ohio,Morrow,Lincoln,township,3911743680,https://www.lincolntwp.us/ Ohio,Morrow,North Bloomfield,township,3911756224,https://northbloomfield.org/ Ohio,Morrow,Perry,township,3911761980, Ohio,Morrow,Peru,township,3911762260,https://perutownshipohio.org/ @@ -40517,7 +40517,7 @@ Ohio,Muskingum,Falls,township,3911926502,https://www.fallstownship.org/ Ohio,Muskingum,Harrison,township,3911933936, Ohio,Muskingum,Highland,township,3911935238, Ohio,Muskingum,Hopewell,township,3911936372, -Ohio,Muskingum,Jackson,township,3911937926, +Ohio,Muskingum,Jackson,township,3911937926,https://www.jacksontownshipohio.org/ Ohio,Muskingum,Jefferson,township,3911938752, Ohio,Muskingum,Licking,township,3911943470,https://www.lickingtwplc.gov/ Ohio,Muskingum,Madison,township,3911946536, @@ -40535,7 +40535,7 @@ Ohio,Muskingum,Washington,township,3911981522, Ohio,Muskingum,Wayne,township,3911982236,http://waynetownship-oh.org/ Ohio,Muskingum,Zanesville,city,3911988084,https://www.coz.org/ Ohio,Muskingum,,county,39119,https://www.muskingumcountyoh.gov/ -Ohio,Noble,Beaver,township,3912104682, +Ohio,Noble,Beaver,township,3912104682,https://www.beavertwp-oh.gov/ Ohio,Noble,Brookfield,township,3912109162, Ohio,Noble,Buffalo,township,3912110142, Ohio,Noble,Center,township,3912112994, @@ -40569,7 +40569,7 @@ Ohio,Paulding,Auglaize,township,3912503002,https://www.auglaizetwp.us/ Ohio,Paulding,Benton,township,3912505634, Ohio,Paulding,Blue Creek,township,3912507370, Ohio,Paulding,Brown,township,3912509512, -Ohio,Paulding,Carryall,township,3912512308, +Ohio,Paulding,Carryall,township,3912512308,https://carryalltownshippauldingcounty.com/ Ohio,Paulding,Crane,township,3912519176,https://www.cranetwppcohio.gov/ Ohio,Paulding,Emerald,township,3912525298, Ohio,Paulding,Harrison,township,3912533950, @@ -40583,7 +40583,7 @@ Ohio,Perry,Clayton,township,3912715658, Ohio,Perry,Coal,township,3912716350, Ohio,Perry,Harrison,township,3912733964, Ohio,Perry,Hopewell,township,3912736386,https://hopewelltownship.net/ -Ohio,Perry,Jackson,township,3912737968, +Ohio,Perry,Jackson,township,3912737968,https://www.jacksontwpoh.com/ Ohio,Perry,Madison,township,3912746550, Ohio,Perry,Monday Creek,township,3912751198, Ohio,Perry,Monroe,township,3912751520, @@ -40599,7 +40599,7 @@ Ohio,Pickaway,Deercreek,township,3912921168,https://deercreektownship.com/ Ohio,Pickaway,Harrison,township,3912933978,https://harrisonpickaway.com/ Ohio,Pickaway,Jackson,township,3912937982, Ohio,Pickaway,Madison,township,3912946564,https://www.madisonpickaway.org/ -Ohio,Pickaway,Monroe,township,3912951534, +Ohio,Pickaway,Monroe,township,3912951534,https://www.monroetownshipohio.com/ Ohio,Pickaway,Muhlenberg,township,3912953256,https://muhlenbergtownshipoh.gov/ Ohio,Pickaway,Perry,township,3912962008, Ohio,Pickaway,Pickaway,township,3912962484, @@ -40673,7 +40673,7 @@ Ohio,Putnam,Ottawa,village,3958982,https://www.ottawaohio.us/ Ohio,Putnam,Palmer,township,3913759612, Ohio,Putnam,Perry,township,3913762036, Ohio,Putnam,Pleasant,township,3913763380, -Ohio,Putnam,Riley,township,3913767174, +Ohio,Putnam,Riley,township,3913767174,https://www.rileytwpputnam.com/ Ohio,Putnam,Sugar Creek,township,3913775206, Ohio,Putnam,Union,township,3913778526, Ohio,Putnam,Van Buren,township,3913779450, @@ -40681,7 +40681,7 @@ Ohio,Putnam,,county,39137,http://www.putnamcountyohio.gov/ Ohio,Richland,Bloominggrove,township,3913907230, Ohio,Richland,Butler,township,3913910646, Ohio,Richland,Cass,township,3913912420, -Ohio,Richland,Franklin,township,3913928406, +Ohio,Richland,Franklin,township,3913928406,https://franklin-townshipohio.gov/ Ohio,Richland,Jackson,township,3913938038, Ohio,Richland,Jefferson,township,3913938794, Ohio,Richland,Madison,township,3913946578,https://madisontwp.us/ @@ -40691,18 +40691,18 @@ Ohio,Richland,Monroe,township,3913951576, Ohio,Richland,Perry,township,3913962050, Ohio,Richland,Plymouth,village,3963800,https://www.plymouthoh.org/ Ohio,Richland,Sandusky,township,3913970394, -Ohio,Richland,Sharon,township,3913971830, +Ohio,Richland,Sharon,township,3913971830,https://sharontwp.org/ Ohio,Richland,Springfield,township,3913974128,https://springfieldtwprc.org/ Ohio,Richland,Troy,township,3913977616,https://troyrichlandohio.org/ Ohio,Richland,Washington,township,3913981578,https://washingtontwp.us/ -Ohio,Richland,Weller,township,3913982628, +Ohio,Richland,Weller,township,3913982628,https://www.wellertownship.org/ Ohio,Richland,Worthington,township,3913986618, Ohio,Richland,,county,39139,https://www.richlandcountyoh.gov/ Ohio,Ross,Buckskin,township,3914110016,https://buckskintwp.org/ Ohio,Ross,Colerain,township,3914116630, Ohio,Ross,Concord,township,3914118238,https://www.concordross.org/ Ohio,Ross,Deerfield,township,3914121224, -Ohio,Ross,Franklin,township,3914128420, +Ohio,Ross,Franklin,township,3914128420,https://franklin-townshipohio.gov/ Ohio,Ross,Green,township,3914131822, Ohio,Ross,Harrison,township,3914134006, Ohio,Ross,Huntington,township,3914136890,http://www.huntingtontownshipohio.com/ @@ -40766,7 +40766,7 @@ Ohio,Seneca,Thompson,township,3914776632, Ohio,Seneca,Tiffin,city,3914776778,https://www.tiffinohio.gov/ Ohio,Seneca,Venice,township,3914779674, Ohio,Seneca,,county,39147,https://senecacountyohio.gov/ -Ohio,Shelby,Clinton,township,3914916168, +Ohio,Shelby,Clinton,township,3914916168,https://twpclintonshelbyoh.gov/ Ohio,Shelby,Cynthian,township,3914919834, Ohio,Shelby,Dinsmore,township,3914922050, Ohio,Shelby,Franklin,township,3914928434, @@ -40775,9 +40775,9 @@ Ohio,Shelby,Jackson,township,3914938080, Ohio,Shelby,Loramie,township,3914944884, Ohio,Shelby,McLean,township,3914946172, Ohio,Shelby,Orange,township,3914958660,https://www.orangetwp.org/ -Ohio,Shelby,Perry,township,3914962064, +Ohio,Shelby,Perry,township,3914962064,https://www.perrytwp.org/ Ohio,Shelby,Salem,township,3914969960, -Ohio,Shelby,Turtle Creek,township,3914977854, +Ohio,Shelby,Turtle Creek,township,3914977854,https://www.turtlecreektownship.org/ Ohio,Shelby,Van Buren,township,3914979464, Ohio,Shelby,Washington,township,3914981620, Ohio,Shelby,,county,39149,https://co.shelby.oh.us/ @@ -40798,7 +40798,7 @@ Ohio,Stark,Perry,township,3915162078,https://www.perrytwp.com/ Ohio,Stark,Pike,township,3915162694,https://piketownship.net/ Ohio,Stark,Plain,township,3915162988,https://www.plaintownshipstarkoh.gov/ Ohio,Stark,Sandy,township,3915170436,https://sandytwp.com/ -Ohio,Stark,Sugarcreek,township,3915175208, +Ohio,Stark,Sugarcreek,township,3915175208,http://sugarcreektwpstark.com/ Ohio,Stark,Tuscarawas,township,3915177910,https://tuscarawastownship.org/ Ohio,Stark,Washington,township,3915181634,https://www.wash-twp-stark-oh.us/ Ohio,Stark,,county,39151,https://www.starkjfs.org/ @@ -40813,7 +40813,7 @@ Ohio,Summit,Coventry,township,3915319036,https://www.coventrytownship.com/ Ohio,Summit,Cuyahoga Falls,city,3915319778,https://www.cityofcf.com/ Ohio,Summit,Fairlawn,city,3915326166,https://www.fairlawn.us/ Ohio,Summit,Green,city,3915331860,https://www.cityofgreen.org/ -Ohio,Summit,Hudson,city,3915336651, +Ohio,Summit,Hudson,city,3915336651,https://www.hudson.oh.us/ Ohio,Summit,Lakemore,village,3915341454,https://lakemoreohio.org/ Ohio,Summit,Macedonia,city,3915345976,https://www.macedonia.oh.us/ Ohio,Summit,Munroe Falls,city,3915353312,https://www.munroefalls.com/ @@ -40835,8 +40835,8 @@ Ohio,Trumbull,Bristol,township,3915508938,https://www.bristoltownshipohio.gov/ Ohio,Trumbull,Brookfield,township,3915509190,https://brookfieldtwp.org/ Ohio,Trumbull,Champion,township,3915513470,https://www.championtownship.org/ Ohio,Trumbull,Cortland,city,3915518812,https://www.cortlandoh.gov/ -Ohio,Trumbull,Farmington,township,3915526684, -Ohio,Trumbull,Fowler,township,3915528098, +Ohio,Trumbull,Farmington,township,3915526684,https://www.farmingtontownship.com/ +Ohio,Trumbull,Fowler,township,3915528098,https://www.fowlertownship.org/ Ohio,Trumbull,Greene,township,3915532046, Ohio,Trumbull,Gustavus,township,3915532732, Ohio,Trumbull,Hartford,township,3915534230,https://www.hartfordtwp.org/ @@ -40855,7 +40855,7 @@ Ohio,Trumbull,Southington,township,3915573397,https://southingtontownship.org/ Ohio,Trumbull,Vernon,township,3915579856, Ohio,Trumbull,Vienna,township,3915580052,https://www.viennatownship.com/ Ohio,Trumbull,Warren,city,3915580892,https://www.warren.org/ -Ohio,Trumbull,Weathersfield,township,3915582446, +Ohio,Trumbull,Weathersfield,township,3915582446,https://weathersfieldtwp.org/ Ohio,Trumbull,,county,39155,http://www.co.trumbull.oh.us/ Ohio,Tuscarawas,Auburn,township,3915702918, Ohio,Tuscarawas,Bucks,township,3915709988, @@ -40892,7 +40892,7 @@ Ohio,Union,Liberty,township,3915943358,https://www.libertytownshipunionco.com/ Ohio,Union,Millcreek,township,3915950288,https://millcreektwpohio.us/ Ohio,Union,Paris,township,3915959864, Ohio,Union,Taylor,township,3915976194, -Ohio,Union,Union,township,3915978582, +Ohio,Union,Union,township,3915978582,https://www.utclermont.gov/ Ohio,Union,Washington,township,3915981662, Ohio,Union,York,township,3915987122, Ohio,Union,,county,39159,http://www.unioncountyohio.gov/ @@ -40922,7 +40922,7 @@ Ohio,Vinton,Swan,township,3916375854, Ohio,Vinton,Vinton,township,3916380192, Ohio,Vinton,Wilkesville,village,3985190, Ohio,Vinton,,county,39163,http://www.vintoncounty.com/ -Ohio,Warren,Clear Creek,township,3916515700, +Ohio,Warren,Clear Creek,township,3916515700,https://www.clearcreektownship.com/ Ohio,Warren,Deerfield,township,3916521238,https://www.choosedeerfield.com/ Ohio,Warren,Franklin,city,3928476,https://www.franklinohio.org/ Ohio,Warren,Hamilton,township,3916533068,https://www.hamilton-township.org/ @@ -40970,10 +40970,10 @@ Ohio,Wayne,Franklin,township,3916928504,https://franklintwp-wayne.com/ Ohio,Wayne,Green,township,3916931878, Ohio,Wayne,Milton,township,3916950666, Ohio,Wayne,Paint,township,3916959556, -Ohio,Wayne,Plain,township,3916962995, +Ohio,Wayne,Plain,township,3916962995,https://plaintownshipstarkoh.gov/ Ohio,Wayne,Salt Creek,township,3916970198, Ohio,Wayne,Sugar Creek,township,3916975231,https://www.sugarcreekwayne.com/ -Ohio,Wayne,Wayne,township,3916982320, +Ohio,Wayne,Wayne,township,3916982320,https://www.waynetownship.us/ Ohio,Wayne,Wooster,city,3916986548,https://www.woosteroh.com/ Ohio,Wayne,,county,39169,https://www.wayneohio.org/ Ohio,Williams,Brady,township,3917108140, @@ -41068,7 +41068,7 @@ Ohio,,Barnhill,village,3903940, Ohio,,Bascom,CDP,3904094, Ohio,,Bass Lake,CDP,3904136, Ohio,,Batesville,village,3904192, -Ohio,,Bay View,village,3904402, +Ohio,,Bay View,village,3904402,https://villageofbayview.com/ Ohio,,Beach City,village,3904458,https://beachcityohio.org/ Ohio,,Beallsville,village,3904542, Ohio,,Beaverdam,village,3904752,https://www.beaverdamoh.com/ @@ -41080,7 +41080,7 @@ Ohio,,Belle Valley,village,3905158,https://visitbellevalleyohio.com/ Ohio,,Bellefontaine,city,3905130,https://www.ci.bellefontaine.oh.us/ Ohio,,Bellevue,city,3904305228,https://www.bellevueohio.gov/ Ohio,,Bellville,village,3905284,https://villageofbellville.com/ -Ohio,,Belmont,village,3905312, +Ohio,,Belmont,village,3905312,https://villageofbelmont.org/ Ohio,,Belmore,village,3905396, Ohio,,Beloit,village,3905410,https://villageofbeloitohio.com/ Ohio,,Benton Ridge,village,3905662, @@ -41090,7 +41090,7 @@ Ohio,,Berkey,village,3905732, Ohio,,Berlin Heights,village,3905900,http://www.villageofberlinheights.com/ Ohio,,Bethel,village,3906068,https://bethel-oh.gov/ Ohio,,Bethesda,village,3906138,https://www.bethesdaohio.org/ -Ohio,,Bettsville,village,3906194, +Ohio,,Bettsville,village,3906194,https://villageofbettsville.com/ Ohio,,Beulah Beach,CDP,3906208, Ohio,,Beverly,village,3906222,https://www.beverly-oh.com/ Ohio,,Bidwell,CDP,3906320, @@ -41143,7 +41143,7 @@ Ohio,,Burlington,CDP,3910352, Ohio,,Butler,village,3910632, Ohio,,Butlerville,village,3910674, Ohio,,Byesville,village,3910716,http://byesvilleoh.gov/ -Ohio,,Cairo,village,3910884, +Ohio,,Cairo,village,3910884,https://cairooh.org/ Ohio,,Calcutta,CDP,3910926, Ohio,,Caldwell,village,3910940,https://caldwellohio.org/ Ohio,,Caledonia,village,3910954,https://www.caledoniaoh.gov/ @@ -41173,7 +41173,7 @@ Ohio,,Chauncey,village,3913778,https://villageofchauncey.com/ Ohio,,Cherry Fork,CDP,3913834, Ohio,,Cherry Grove,CDP,3913848, Ohio,,Chesapeake,village,3913904,http://www.villageofchesapeake.com/ -Ohio,,Chesterhill,village,3914086, +Ohio,,Chesterhill,village,3914086,https://chesterhillohio.com/ Ohio,,Chesterland,CDP,3914100, Ohio,,Chesterville,village,3914114,http://www.thevillageofchesterville.com/ Ohio,,Chickasaw,village,3914156, @@ -41239,7 +41239,7 @@ Ohio,,Delhi Hills,CDP,3921518, Ohio,,Dellroy,village,3921560,https://villageofdellroy.org/ Ohio,,Delphos,city,3921602,https://delphosoh.authoritypay.com/ Ohio,,Delshire,CDP,3921610, -Ohio,,Delta,village,3921616, +Ohio,,Delta,village,3921616,https://www.villageofdelta.org/ Ohio,,Dennison,village,3921714,https://villageofdennison.org/ Ohio,,Dent,CDP,3921742, Ohio,,Derby,CDP,3921784, @@ -41281,7 +41281,7 @@ Ohio,,Elizabethtown,CDP,3924850, Ohio,,Elmore,village,3925144,https://villageofelmoreohio.wordpress.com/ Ohio,,Empire,village,3925368,https://www.villageofempire.org/ Ohio,,Enon,village,3925452,https://www.enon-oh.gov/ -Ohio,,Fairborn,city,3925914, +Ohio,,Fairborn,city,3925914,https://www.fairbornoh.gov/ Ohio,,Fairfield,city,3901725970,https://www.fairfield-city.org/ Ohio,,Fairfield Beach,CDP,3926110, Ohio,,Fairport Harbor,village,3926306,https://fairportharbor.org/ @@ -41304,7 +41304,7 @@ Ohio,,Fort Seneca,CDP,3927930, Ohio,,Fort Shawnee,CDP,3927944, Ohio,,Fostoria,city,3914728014,https://fostoriaohio.gov/ Ohio,,Four Bridges,CDP,3928058, -Ohio,,Frankfort,village,3928182, +Ohio,,Frankfort,village,3928182,https://frankfortohio.com/ Ohio,,Franklin Furnace,CDP,3928532, Ohio,,Frazeysburg,village,3928574,https://frazeysburg.gov/ Ohio,,Fredericksburg,village,3928616,https://fredericksburgohio.org/ @@ -41316,7 +41316,7 @@ Ohio,,Fultonham,village,3929064, Ohio,,Gahanna,city,3929106,https://www.gahanna.gov/ Ohio,,Galena,village,3929148,https://galenaohio.gov/ Ohio,,Gambier,village,3929246,https://villageofgambier.org/ -Ohio,,Gann (Brinkhaven),village,3929288, +Ohio,,Gann (Brinkhaven),village,3929288,https://www.brinkhaven.gov/ Ohio,,Geneva-on-the-Lake,village,3929652,https://genevaonthelakeoh.gov/ Ohio,,Genoa,village,3929722,https://genoaohio.org/ Ohio,,Georgetown,village,3929778,https://georgetownohio.gov/ @@ -41346,7 +41346,7 @@ Ohio,,Greenfield,village,3932088,https://www.greenfieldohio.net/ Ohio,,Greentown,CDP,3932298, Ohio,,Groesbeck,CDP,3932536, Ohio,,Grove City,city,3932592,https://www.grovecityohio.gov/ -Ohio,,Groveport,city,3932606, +Ohio,,Groveport,city,3932606,https://www.groveport.org/ Ohio,,Grover Hill,village,3932620, Ohio,,Guilford Lake,CDP,3932680, Ohio,,Hamburg,CDP,3932928, @@ -41416,7 +41416,7 @@ Ohio,,Jeffersonville,village,3938920,https://jeffersonvilleoh.gov/ Ohio,,Jenera,village,3938948, Ohio,,Jeromesville,village,3939060,https://jeromesville.nationbuilder.com/ Ohio,,Jerry City,village,3939074, -Ohio,,Jerusalem,village,3939130, +Ohio,,Jerusalem,village,3939130,https://twp.jerusalem.oh.us/ Ohio,,Jewett,village,3939172, Ohio,,Johnstown,city,3939340,https://johnstownohio.org/ Ohio,,Junction City,village,3939508,https://www.junctioncityohio.gov/ @@ -41469,7 +41469,7 @@ Ohio,,Lewisburg,village,3942938,https://www.lewisburg.net/ Ohio,,Lewistown,CDP,3942966, Ohio,,Lewisville,village,3942980, Ohio,,Lexington,village,3942994,https://lexingtonohio.us/ -Ohio,,Liberty Center,village,3943414, +Ohio,,Liberty Center,village,3943414,https://libertycenteroh.gov/ Ohio,,Limaville,CDP,3943596, Ohio,,Lincoln Heights,CDP,3943764, Ohio,,Lincoln Village,CDP,3943792, @@ -41599,7 +41599,7 @@ Ohio,,Nellie,village,3953816, Ohio,,Nelsonville,city,3953886,https://cityofnelsonville.com/ Ohio,,Nettle Lake,CDP,3953914, Ohio,,Nevada,village,3953942,https://www.villageofnevadaoh.com/ -Ohio,,Neville,village,3953956, +Ohio,,Neville,village,3953956,https://www.villageofneville.com/ Ohio,,New Albany,city,3953970,https://newalbanyohio.org/ Ohio,,New Alexandria,village,3954012, Ohio,,New Athens,village,3954068, @@ -41652,7 +41652,7 @@ Ohio,,North Zanesville,CDP,3957218, Ohio,,Northbrook,CDP,3956280, Ohio,,Northgate,CDP,3956553, Ohio,,Northridge,CDP,3956938, -Ohio,,Norton,city,3915357260, +Ohio,,Norton,city,3915357260,https://cityofnorton.org/ Ohio,,Norwich,village,3957372, Ohio,,Oak Harbor,village,3957582,https://www.oakharbor.oh.us/ Ohio,,Oak Hill,village,3957596,http://www.oakhillvillage.net/ @@ -41801,7 +41801,7 @@ Ohio,,Sinking Spring,village,3972578, Ohio,,Sixteen Mile Stand,CDP,3972620, Ohio,,Skyline Acres,CDP,3972648, Ohio,,Smithville,village,3972788,https://thevillageofsmithville.com/ -Ohio,,Somerset,village,3972977, +Ohio,,Somerset,village,3972977,https://www.somersetohio.org/ Ohio,,Somerville,CDP,3972998, Ohio,,South Amherst,village,3973040,https://villageofsouthamherst.com/ Ohio,,South Bloomfield,village,3973068,https://www.southbloomfieldoh.com/ @@ -41904,7 +41904,7 @@ Ohio,,West Hill,CDP,3983541, Ohio,,West Jefferson,village,3983580,https://www.westjeffersonohio.gov/ Ohio,,West Lafayette,village,3983608,https://westlafayettevillage.com/ Ohio,,West Leipsic,village,3983706, -Ohio,,West Liberty,village,3983734, +Ohio,,West Liberty,village,3983734,https://www.mywestliberty.com/ Ohio,,West Logan,CDP,3983776, Ohio,,West Manchester,village,3983804, Ohio,,West Mansfield,village,3983818,https://westmansfield.net/ @@ -41938,7 +41938,7 @@ Ohio,,Woodsdale,CDP,3986422, Ohio,,Woodsfield,village,3986436,https://villageofwoodsfield.org/ Ohio,,Woodstock,village,3986478,http://woodstockohio.org/ Ohio,,Woodworth,CDP,3986534, -Ohio,,Worthington,city,3986604, +Ohio,,Worthington,city,3986604,https://www.worthington.org/ Ohio,,Wren,village,3986632, Ohio,,Wright-Patterson AFB,CDP,3986660,https://www.wpafb.af.mil/ Ohio,,Yankee Lake,village,3986856, @@ -41948,7 +41948,7 @@ Ohio,,Yorkville,village,3987178, Ohio,,Youngstown,city,3909988000,https://youngstownohio.gov/ Ohio,,Zaleski,village,3988028, Ohio,,Zanesfield,village,3988070, -Ohio,,Zoar,village,3988168, +Ohio,,Zoar,village,3988168,https://www.zoarohio.net/ Ohio,,,state,39000,https://www.ohiosos.gov/ Oklahoma,Adair,Stilwell East,city,4000193250,https://www.cityofstilwell.com/ Oklahoma,Adair,Stilwell West,city,4000193263,https://www.cityofstilwell.com/ @@ -41960,7 +41960,7 @@ Oklahoma,Alfalfa,Cherokee,city,4013750,https://www.cherokee-ok.us/ Oklahoma,Alfalfa,Helena,town,4033450, Oklahoma,Alfalfa,North Alfalfa,city,4000392015, Oklahoma,Alfalfa,,county,40003,https://alfalfa.okcounties.org/ -Oklahoma,Atoka,Central Atoka,city,4000590481, +Oklahoma,Atoka,Central Atoka,city,4000590481,https://www.atokaok.org/ Oklahoma,Atoka,North Atoka,city,4000592028, Oklahoma,Atoka,West Atoka,city,4000593666, Oklahoma,Atoka,,county,40005, @@ -42006,7 +42006,7 @@ Oklahoma,Carter,,county,40019,http://cartercountyok.us/ Oklahoma,Cherokee,East Cherokee,city,4002190845, Oklahoma,Cherokee,Hulbert,town,4036400,https://www.townofhulbertok.gov/ Oklahoma,Cherokee,North Cherokee,city,4002192080, -Oklahoma,Cherokee,South Cherokee,city,4002192899, +Oklahoma,Cherokee,South Cherokee,city,4002192899,https://www.cherokee-ok.us/ Oklahoma,Cherokee,Tahlequah,city,4072100,https://www.cityoftahlequah.com/ Oklahoma,Cherokee,,county,40021,https://cherokee.okcounties.org/ Oklahoma,Choctaw,Fort Towson,town,4027400, @@ -42097,7 +42097,7 @@ Oklahoma,Harmon,Gould,town,4030400, Oklahoma,Harmon,Hollis,city,4035500,https://hollisok.org/ Oklahoma,Harmon,,county,40057, Oklahoma,Harper,Buffalo,town,4009850,https://www.buffalooklahoma.com/ -Oklahoma,Harper,Laverne,town,4041700, +Oklahoma,Harper,Laverne,town,4041700,https://laverneok.org/ Oklahoma,Harper,,county,40059, Oklahoma,Haskell,Keota,town,4039500, Oklahoma,Haskell,McCurtain,town,4044950,https://mccurtain.okcounties.org/ @@ -42124,7 +42124,7 @@ Oklahoma,Johnston,,county,40069,http://www.johnstoncountyok.org/ Oklahoma,Kay,Blackwell,city,4006600,https://www.blackwellok.gov/ Oklahoma,Kay,Braman,town,4008450, Oklahoma,Kay,Kaw City,city,4038800,https://kawcityok.gov/ -Oklahoma,Kay,Newkirk,city,4051300, +Oklahoma,Kay,Newkirk,city,4051300,https://www.cityofnewkirkok.gov/ Oklahoma,Kay,Ponca City,city,4059850,https://www.poncacityok.gov/ Oklahoma,Kay,Tonkawa,city,4074150,https://tonkawaok.gov/ Oklahoma,Kay,,county,40071,https://www.courthouse.kay.ok.us/ @@ -42181,16 +42181,16 @@ Oklahoma,Mayes,Pryor Creek,city,4061000, Oklahoma,Mayes,,county,40097,http://mayes.okcounties.org/ Oklahoma,McClain,East McClain,city,4008790929, Oklahoma,McClain,Newcastle-Blanchard,city,4008791946,https://newcastleok.gov/ -Oklahoma,McClain,Purcell,city,4061150, +Oklahoma,McClain,Purcell,city,4061150,https://www.purcellok.gov/ Oklahoma,McClain,,county,40087,http://mcclain-co-ok.us/ Oklahoma,McCurtain,Broken Bow,city,4009100,https://cityofbrokenbow.com/ Oklahoma,McCurtain,Idabel,city,4036750,https://www.idabel-ok.gov/ Oklahoma,McCurtain,North McCurtain,city,4008992203, Oklahoma,McCurtain,Southeast McCurtain,city,4008992956, -Oklahoma,McCurtain,Valliant,town,4076650, +Oklahoma,McCurtain,Valliant,town,4076650,http://www.valliant.municipalgovt.org/ Oklahoma,McCurtain,Wright City,town,4082200, Oklahoma,McCurtain,,county,40089,https://mccurtain.okcounties.org/ -Oklahoma,McIntosh,Checotah,city,4013650, +Oklahoma,McIntosh,Checotah,city,4013650,https://www.cityofchecotah.com/ Oklahoma,McIntosh,Eufaula,city,4024650,https://www.cityofeufaulaok.com/ Oklahoma,McIntosh,Hanna,town,4032350, Oklahoma,McIntosh,Hitchita-Pierce,city,4009191352, @@ -42279,7 +42279,7 @@ Oklahoma,Roger Mills,,county,40129, Oklahoma,Rogers,Catoosa,city,4012900,https://www.cityofcatoosa.org/ Oklahoma,Rogers,Chelsea,town,4013700, Oklahoma,Rogers,Claremore,city,4014700,https://claremore.com/ -Oklahoma,Rogers,Inola,town,4037100, +Oklahoma,Rogers,Inola,town,4037100,https://www.inolaok.com/ Oklahoma,Rogers,Oologah-Talala,city,4013192444, Oklahoma,Rogers,,county,40131,http://www.rogerscounty.org/ Oklahoma,Seminole,Konawa,city,4040200, @@ -42288,7 +42288,7 @@ Oklahoma,Seminole,Seminole South,city,4013392795,https://www.seminole-oklahoma.n Oklahoma,Seminole,Wewoka,city,4080550, Oklahoma,Seminole,,county,40133,https://seminolecountyok.com/ Oklahoma,Sequoyah,Muldrow,town,4049850, -Oklahoma,Sequoyah,Roland,town,4063800, +Oklahoma,Sequoyah,Roland,town,4063800,https://www.townofroland.net/ Oklahoma,Sequoyah,Sallisaw,city,4065000, Oklahoma,Sequoyah,Sallisaw North,city,4013592730, Oklahoma,Sequoyah,Vian,town,4077250, @@ -42305,7 +42305,7 @@ Oklahoma,Texas,West Texas,city,4013993783, Oklahoma,Texas,,county,40139,https://texas.okcounties.org/ Oklahoma,Tillman,Davidson,town,4019400, Oklahoma,Tillman,East Tillman,city,4014191001, -Oklahoma,Tillman,Frederick,city,4027800, +Oklahoma,Tillman,Frederick,city,4027800,https://www.frederickok.org/ Oklahoma,Tillman,Tipton,town,4073850, Oklahoma,Tillman,,county,40141,https://tillman.okcounties.org/ Oklahoma,Tulsa,North Tulsa,city,4014392236, @@ -42459,12 +42459,12 @@ Oklahoma,,Christie,CDP,4014350, Oklahoma,,Cimarron City,town,4014500, Oklahoma,,Clarita,CDP,4014750, Oklahoma,,Clarksville,CDP,4014800, -Oklahoma,,Clayton,town,4014900, +Oklahoma,,Clayton,town,4014900,https://cityofclaytonok.com/ Oklahoma,,Clearview,town,4015050, Oklahoma,,Cleo Springs,town,4015300, Oklahoma,,Cleora,CDP,4015250, Oklahoma,,Cloud Creek,CDP,4015625, -Oklahoma,,Coalgate,city,4015800, +Oklahoma,,Coalgate,city,4015800,https://www.cityofcoalgate.com/ Oklahoma,,Cole,town,4016200, Oklahoma,,Coleman,CDP,4016250, Oklahoma,,Collinsville,city,4016350,https://www.cityofcollinsville.com/ @@ -42500,7 +42500,7 @@ Oklahoma,,Devol,town,4020450, Oklahoma,,Dewar,town,4020500, Oklahoma,,Dewey,city,4020550,https://cityofdeweyok.municipalonlinepayments.com/ Oklahoma,,Dibble,town,4020650, -Oklahoma,,Dickson,town,4020700, +Oklahoma,,Dickson,town,4020700,https://www.dicksonok.org/ Oklahoma,,Dill City,town,4020850, Oklahoma,,Disney,town,4020900,https://www.disney-ok.com/ Oklahoma,,Dixon,CDP,4021000, @@ -42600,7 +42600,7 @@ Oklahoma,,Haileyville,city,4031900,https://haileyville.municipalimpact.com/ Oklahoma,,Hallett,town,4032050, Oklahoma,,Hammon,town,4032250, Oklahoma,,Hanson,CDP,4032400, -Oklahoma,,Hardesty,town,4032550, +Oklahoma,,Hardesty,town,4032550,https://hardestyok.com/ Oklahoma,,Harrah,city,4032750,https://cityofharrah.com/ Oklahoma,,Hartshorne,city,4032850,https://cityofhartshorne.com/ Oklahoma,,Hastings,town,4033000, @@ -42629,7 +42629,7 @@ Oklahoma,,Howe,town,4036150, Oklahoma,,Hoyt,CDP,4036200, Oklahoma,,Hunter,town,4036600, Oklahoma,,IXL,town,4037410, -Oklahoma,,Indiahoma,town,4036850, +Oklahoma,,Indiahoma,town,4036850,https://www.indiahomaok.com/ Oklahoma,,Indianola,CDP,4036945, Oklahoma,,Indianola,town,4036950, Oklahoma,,Ingalls,CDP,4037000, @@ -42710,7 +42710,7 @@ Oklahoma,,Madill,city,4045750,https://cityofmadill.com/ Oklahoma,,Mallard Bay,CDP,4045930, Oklahoma,,Manchester,town,4046000, Oklahoma,,Manitou,town,4046150, -Oklahoma,,Mannford,town,4046200, +Oklahoma,,Mannford,town,4046200,https://www.cityofmannford.com/ Oklahoma,,Mannsville,town,4046300, Oklahoma,,Maramec,town,4046400, Oklahoma,,Marble City,town,4046450, @@ -42762,9 +42762,9 @@ Oklahoma,,Newcastle,city,4051150,https://newcastleok.gov/ Oklahoma,,Nichols Hills,city,4051800,https://www.nicholshills-ok.gov/ Oklahoma,,Nicoma Park,city,4051850,https://nicomapark.org/ Oklahoma,,Nicut,CDP,4051900, -Oklahoma,,Ninnekah,town,4052100, +Oklahoma,,Ninnekah,town,4052100,https://ninnekahok.gov/ Oklahoma,,Norge,town,4052450, -Oklahoma,,North Enid,town,4052600, +Oklahoma,,North Enid,town,4052600,https://www.townofnorthenid.org/ Oklahoma,,North Miami,town,4052700, Oklahoma,,Norwood,CDP,4052859, Oklahoma,,Notchietown,CDP,4052862, @@ -42775,7 +42775,7 @@ Oklahoma,,Oakland,town,4053400, Oklahoma,,Oaks,town,4053550, Oklahoma,,Oakwood,town,4053600, Oklahoma,,Ochelata,town,4053700, -Oklahoma,,Oilton,city,4054000, +Oklahoma,,Oilton,city,4054000,https://www.cityofoilton.com/ Oklahoma,,Okarche,town,4054050, Oklahoma,,Okay,town,4054100, Oklahoma,,Oklahoma City,city,4055000,https://www.okc.gov/ @@ -42784,7 +42784,7 @@ Oklahoma,,Old Eucha,CDP,4055275, Oklahoma,,Old Green,CDP,4055285, Oklahoma,,Olive,CDP,4055350, Oklahoma,,Olustee,town,4055450, -Oklahoma,,Oologah,town,4055750, +Oklahoma,,Oologah,town,4055750,https://www.townofoologah.org/ Oklahoma,,Optima,town,4055850, Oklahoma,,Orlando,town,4056050, Oklahoma,,Osage,town,4056150, @@ -42809,7 +42809,7 @@ Oklahoma,,Pin Oak Acres,CDP,4059175, Oklahoma,,Piney,CDP,4059100, Oklahoma,,Pinhook Corner,CDP,4059125, Oklahoma,,Pink,town,4059150,https://www.townofpink.com/ -Oklahoma,,Pittsburg,town,4059350, +Oklahoma,,Pittsburg,town,4059350,https://pittsburg.okcounties.org/ Oklahoma,,Platter,CDP,4059500, Oklahoma,,Pocasset,town,4059700, Oklahoma,,Pond Creek,city,4059950,https://www.pondcreekok.com/ @@ -42903,7 +42903,7 @@ Oklahoma,,Stoney Point,CDP,4070512, Oklahoma,,Strang,town,4070750, Oklahoma,,Stringtown,town,4070850, Oklahoma,,Strong City,town,4070950, -Oklahoma,,Stroud,city,4071000, +Oklahoma,,Stroud,city,4071000,https://cityofstroud.com/ Oklahoma,,Stuart,town,4071050, Oklahoma,,Sugden,town,4071250, Oklahoma,,Sulphur,city,4071350,https://www.sulphurok.city/ @@ -43000,8 +43000,8 @@ Oregon,Baker,Baker City,city,4103650, Oregon,Baker,Eagle,valley,4100190969, Oregon,Baker,Halfway,city,4131650,https://www.halfwayoregon.org/ Oregon,Baker,Hereford,city,4100191326, -Oregon,Baker,Huntington,city,4135700, -Oregon,Baker,Wingville-Haines,city,4100193555, +Oregon,Baker,Huntington,city,4135700,https://www.cityofhuntingtonor.gov/ +Oregon,Baker,Wingville-Haines,city,4100193555,https://www.cityofhainesor.org/ Oregon,Baker,,county,41001,http://www.bakercounty.org/ Oregon,Benton,Corvallis,city,4115800,https://www.corvallisoregon.gov/ Oregon,Benton,North Albany,city,4100392142, @@ -43057,7 +43057,7 @@ Oregon,Deschutes,Redmond,city,4161200,https://www.redmondoregon.gov/ Oregon,Deschutes,Sisters-Millican,city,4101792958,https://www.ci.sisters.or.us/ Oregon,Deschutes,Tumalo,city,4101793247, Oregon,Deschutes,,county,41017,http://www.deschutes.org/ -Oregon,Douglas,Elkton-Drain,city,4101991054, +Oregon,Douglas,Elkton-Drain,city,4101991054,https://elkton-oregon.com/ Oregon,Douglas,Kellogg-Yoncalla,city,4101991547, Oregon,Douglas,Melrose,city,4101991853, Oregon,Douglas,Myrtle Creek-Riddle,city,4101992057,https://www.cityofmyrtlecreek.com/ @@ -43139,7 +43139,7 @@ Oregon,Lane,Upper Siuslaw River,city,4103993300, Oregon,Lane,,county,41039,https://www.lanecountyor.gov/ Oregon,Lincoln,Depoe Bay,city,4118850,https://www.cityofdepoebay.org/ Oregon,Lincoln,Eddyville,city,4104191020, -Oregon,Lincoln,Lincoln City,city,4142600, +Oregon,Lincoln,Lincoln City,city,4142600,https://www.lincolncityor.gov/ Oregon,Lincoln,Newport,city,4152450,https://www.newportoregon.gov/ Oregon,Lincoln,Siletz,city,4167500,https://cityofsiletz.org/ Oregon,Lincoln,Toledo,city,4174000,https://www.cityoftoledo.org/ @@ -43210,11 +43210,11 @@ Oregon,Umatilla,Weston,city,4180350,https://www.cityofwestonoregon.com/ Oregon,Umatilla,,county,41059,http://www.co.umatilla.or.us/ Oregon,Union,Cove,city,4116250,https://coveoregon.org/ Oregon,Union,Elgin,city,4122550,https://cityofelginor.org/ -Oregon,Union,La Grande,city,4140350, +Oregon,Union,La Grande,city,4140350,https://www.cityoflagrande.org/ Oregon,Union,Starkey,city,4106193111, Oregon,Union,Union,city,4175850,https://cityofunion.com/ Oregon,Union,,county,41061,https://unioncountyor.gov/ -Oregon,Wallowa,Enterprise,city,4123500, +Oregon,Wallowa,Enterprise,city,4123500,https://www.enterpriseoregon.gov/ Oregon,Wallowa,Flora,city,4106391139, Oregon,Wallowa,Imnaha,city,4106391394, Oregon,Wallowa,Joseph,city,4137900,https://josephoregon.com/ @@ -43561,10 +43561,10 @@ Pennsylvania,Adams,Menallen,township,4200148608, Pennsylvania,Adams,Mount Joy,township,4200151640,https://www.mtjoytwp.org/ Pennsylvania,Adams,Mount Pleasant,township,4200151776,https://mtpleasant.adamscountypa.gov/ Pennsylvania,Adams,New Oxford,borough,4200153920,https://newoxfordborough.org/ -Pennsylvania,Adams,Oxford,township,4200157472, +Pennsylvania,Adams,Oxford,township,4200157472,https://oxfordtwp.com/ Pennsylvania,Adams,Reading,township,4200163616,http://www.readingtownship.net/ Pennsylvania,Adams,Straban,township,4200174680,https://www.strabantownship.com/ -Pennsylvania,Adams,Tyrone,township,4200178160, +Pennsylvania,Adams,Tyrone,township,4200178160,http://www.tyronetownship.net/ Pennsylvania,Adams,Union,township,4200178264, Pennsylvania,Adams,York Springs,borough,4200187136, Pennsylvania,Adams,,county,42001,https://www.adamscountypa.gov/ @@ -43572,7 +43572,7 @@ Pennsylvania,Allegheny,Aleppo,township,4200300724,https://aleppotownship.com/ Pennsylvania,Allegheny,Aspinwall,borough,4200303320,https://www.aspinwallpa.gov/ Pennsylvania,Allegheny,Avalon,borough,4200303608, Pennsylvania,Allegheny,Baldwin,borough,4200303928,https://baldwinborough.org/ -Pennsylvania,Allegheny,Baldwin,township,4200303932, +Pennsylvania,Allegheny,Baldwin,township,4200303932,https://baldwintownship.com/ Pennsylvania,Allegheny,Bell Acres,borough,4200305216,http://bellacresborough.org/ Pennsylvania,Allegheny,Bellevue,borough,4200305312,https://www.bellevuepa.org/ Pennsylvania,Allegheny,Ben Avon,borough,4200305504,https://www.benavon.com/ @@ -43585,7 +43585,7 @@ Pennsylvania,Allegheny,Braddock Hills,borough,4200308008,https://braddockhillspa Pennsylvania,Allegheny,Bradford Woods,borough,4200308064, Pennsylvania,Allegheny,Brentwood,borough,4200308416,https://brentwoodpa.gov/ Pennsylvania,Allegheny,Bridgeville,borough,4200308624,https://bridgevilleboro.com/ -Pennsylvania,Allegheny,Carnegie,borough,4200311336, +Pennsylvania,Allegheny,Carnegie,borough,4200311336,https://www.carnegieborough.com/ Pennsylvania,Allegheny,Castle Shannon,borough,4200311680,https://www.csboro.org/ Pennsylvania,Allegheny,Chalfant,borough,4200312496,https://chalfantborough-pa.org/ Pennsylvania,Allegheny,Cheswick,borough,4200313392,https://cheswick.us/ @@ -43599,7 +43599,7 @@ Pennsylvania,Allegheny,Dormont,borough,4200319576,https://boro.dormont.pa.us/ Pennsylvania,Allegheny,Dravosburg,borough,4200319856,https://dravosburg.org/ Pennsylvania,Allegheny,Duquesne,city,4200320432,https://www.duquesnepa.us/ Pennsylvania,Allegheny,East Deer,township,4200321024,https://eastdeertownship.org/ -Pennsylvania,Allegheny,East McKeesport,borough,4200321444, +Pennsylvania,Allegheny,East McKeesport,borough,4200321444,https://www.eastmckeesportboro.com/ Pennsylvania,Allegheny,East Pittsburgh,borough,4200321712,http://eastpittsburghboro.com/ Pennsylvania,Allegheny,Edgewood,borough,4200322520,https://edgewood.pgh.pa.us/ Pennsylvania,Allegheny,Edgeworth,borough,4200322576,https://edgeworthborough.org/ @@ -43623,8 +43623,8 @@ Pennsylvania,Allegheny,Harrison,township,4200332832,https://harrisontwp.com/ Pennsylvania,Allegheny,Haysville,borough,4200333312,https://haysvilleborough.org/ Pennsylvania,Allegheny,Heidelberg,borough,4200333592,https://heidelbergborough.org/ Pennsylvania,Allegheny,Homestead,borough,4200335424,https://westhomesteadpa.com/ -Pennsylvania,Allegheny,Indiana,township,4200336808, -Pennsylvania,Allegheny,Ingram,borough,4200337000, +Pennsylvania,Allegheny,Indiana,township,4200336808,https://indianatownship.com/ +Pennsylvania,Allegheny,Ingram,borough,4200337000,https://ingramborough.org/ Pennsylvania,Allegheny,Jefferson Hills,borough,4200337955,https://www.boroughofjeffersonhills.org/ Pennsylvania,Allegheny,Kennedy,township,4200339312,https://www.kennedytwp.com/ Pennsylvania,Allegheny,Kilbuck,township,4200339624,https://www.kilbucktownship.org/ @@ -43680,14 +43680,14 @@ Pennsylvania,Allegheny,Tarentum,borough,4200376104,https://tarentumboro.com/ Pennsylvania,Allegheny,Thornburg,borough,4200376560,https://thornburgborough.org/ Pennsylvania,Allegheny,Turtle Creek,borough,4200377912,https://www.turtlecreekborough.us/ Pennsylvania,Allegheny,Upper St. Clair,township,4200379274,https://www.twpusc.org/ -Pennsylvania,Allegheny,Verona,borough,4200380032, +Pennsylvania,Allegheny,Verona,borough,4200380032,https://veronaborough.org/ Pennsylvania,Allegheny,Versailles,borough,4200380040, Pennsylvania,Allegheny,Wall,borough,4200380600,https://www.wallborough.com/ Pennsylvania,Allegheny,West Deer,township,4200382800, Pennsylvania,Allegheny,West Elizabeth,borough,4200382848, Pennsylvania,Allegheny,West Homestead,borough,4200383200,https://westhomesteadpa.com/ Pennsylvania,Allegheny,West Mifflin,borough,4200383512,https://www.westmifflin.gov/ -Pennsylvania,Allegheny,West View,borough,4200384144, +Pennsylvania,Allegheny,West View,borough,4200384144,https://wvboro.com/ Pennsylvania,Allegheny,Whitaker,borough,4200384440,https://whitaker.gov/ Pennsylvania,Allegheny,White Oak,borough,4200384704,https://www.whiteoakborough.online/ Pennsylvania,Allegheny,Whitehall,borough,4200384512,https://whitehallboro.gov/ @@ -43715,7 +43715,7 @@ Pennsylvania,Armstrong,Hovey,township,4200535936, Pennsylvania,Armstrong,Kiskiminetas,township,4200539968,https://kiskitownship-pa.gov/ Pennsylvania,Armstrong,Kittanning,borough,4200540040,https://kittanning-borough.com/ Pennsylvania,Armstrong,Kittanning,township,4200540056, -Pennsylvania,Armstrong,Leechburg,borough,4200542280, +Pennsylvania,Armstrong,Leechburg,borough,4200542280,https://www.leechburgborough.org/ Pennsylvania,Armstrong,Madison,township,4200546456, Pennsylvania,Armstrong,Mahoning,township,4200546632, Pennsylvania,Armstrong,Manor,township,4200546976, @@ -43732,7 +43732,7 @@ Pennsylvania,Armstrong,Rural Valley,borough,4200566720, Pennsylvania,Armstrong,South Bend,township,4200571968, Pennsylvania,Armstrong,South Bethlehem,borough,4200571976, Pennsylvania,Armstrong,South Buffalo,township,4200572000,http://www.southbuffalotwp.com/ -Pennsylvania,Armstrong,Sugarcreek,township,4200574992, +Pennsylvania,Armstrong,Sugarcreek,township,4200574992,https://sugarcreektwppa.com/ Pennsylvania,Armstrong,Valley,township,4200579528, Pennsylvania,Armstrong,Washington,township,4200581176,https://washingtontwpacpa.gov/ Pennsylvania,Armstrong,Wayne,township,4200581720, @@ -43781,9 +43781,9 @@ Pennsylvania,Beaver,North Sewickley,township,4200755400,https://www.northsewickl Pennsylvania,Beaver,Ohioville,borough,4200756432,https://ohiovilleboro.org/ Pennsylvania,Beaver,Patterson,township,4200758375,https://pattersontwp.com/ Pennsylvania,Beaver,Patterson Heights,borough,4200758384,https://patterson-hgts.com/ -Pennsylvania,Beaver,Potter,township,4200762352, +Pennsylvania,Beaver,Potter,township,4200762352,https://pottertwp-pa.gov/ Pennsylvania,Beaver,Pulaski,township,4200762888,https://pulaskitwpbeavercounty.org/ -Pennsylvania,Beaver,Raccoon,township,4200763224, +Pennsylvania,Beaver,Raccoon,township,4200763224,https://www.raccoontownship.org/ Pennsylvania,Beaver,Rochester,borough,4200765392,https://www.rochesterpa.org/ Pennsylvania,Beaver,Shippingport,borough,4200770376,https://shippingportpa.com/ Pennsylvania,Beaver,South Beaver,township,4200771952,https://www.southbeavertwp.com/ @@ -43797,13 +43797,13 @@ Pennsylvania,Bedford,Bloomfield,township,4200907024, Pennsylvania,Bedford,Broad Top,township,4200908880, Pennsylvania,Bedford,Coaldale,borough,4200914584,https://coaldaleborough.org/ Pennsylvania,Bedford,Colerain,township,4200915032, -Pennsylvania,Bedford,Cumberland Valley,township,4200917664, +Pennsylvania,Bedford,Cumberland Valley,township,4200917664,https://cumberlandvalleytwp.com/ Pennsylvania,Bedford,East Providence,township,4200921736, Pennsylvania,Bedford,East St. Clair,township,4200921788, Pennsylvania,Bedford,Everett,borough,4200924304,https://everettboro.com/ Pennsylvania,Bedford,Harrison,township,4200932840, Pennsylvania,Bedford,Hopewell,borough,4200935648, -Pennsylvania,Bedford,Hyndman,borough,4200936640, +Pennsylvania,Bedford,Hyndman,borough,4200936640,https://www.hyndmanboro.com/ Pennsylvania,Bedford,Juniata,township,4200938576, Pennsylvania,Bedford,Kimmel,township,4200939658, Pennsylvania,Bedford,King,township,4200939720, @@ -43816,7 +43816,7 @@ Pennsylvania,Bedford,Monroe,township,4200950424, Pennsylvania,Bedford,Napier,township,4200952648, Pennsylvania,Bedford,New Paris,borough,4200953928, Pennsylvania,Bedford,Pavia,township,4200958492,https://paviatwp.com/ -Pennsylvania,Bedford,Pleasantville,borough,4200961496, +Pennsylvania,Bedford,Pleasantville,borough,4200961496,https://pleasantvilleboro.org/ Pennsylvania,Bedford,Rainsburg,borough,4200963312, Pennsylvania,Bedford,Saxton,borough,4200968072, Pennsylvania,Bedford,Schellsburg,borough,4200968152,http://www.schellsburgpa.org/ @@ -43856,7 +43856,7 @@ Pennsylvania,Berks,Hereford,township,4201134016,https://www.herefordtownship.org Pennsylvania,Berks,Jefferson,township,4201137824,https://jeffersontwpbc.com/ Pennsylvania,Berks,Kenhorst,borough,4201139256,https://www.kenhorstborough.com/ Pennsylvania,Berks,Kutztown,borough,4201140656,https://www.kutztownboro.org/ -Pennsylvania,Berks,Laureldale,borough,4201141768, +Pennsylvania,Berks,Laureldale,borough,4201141768,https://www.laureldaleboro.org/ Pennsylvania,Berks,Leesport,borough,4201142352,http://leesport.org/ Pennsylvania,Berks,Lenhartsville,borough,4201142688,https://lenhartsville.com/ Pennsylvania,Berks,Longswamp,township,4201144584,https://www.longswamptownship.org/ @@ -43864,7 +43864,7 @@ Pennsylvania,Berks,Lower Alsace,township,4201144840,https://latownship.org/ Pennsylvania,Berks,Lower Heidelberg,township,4201144928,https://lowerheidelbergtownship.org/ Pennsylvania,Berks,Lyons,borough,4201145752, Pennsylvania,Berks,Maidencreek,township,4201146680,https://maidencreek.net/ -Pennsylvania,Berks,Marion,township,4201147440, +Pennsylvania,Berks,Marion,township,4201147440,https://www.mariontwpberks.com/ Pennsylvania,Berks,Maxatawny,township,4201148128,https://www.maxatawny.org/ Pennsylvania,Berks,Mohnton,borough,4201150272,https://mohntonboro.org/ Pennsylvania,Berks,Mount Penn,borough,4201151760,https://mtpennborough.com/ @@ -43908,7 +43908,7 @@ Pennsylvania,Blair,Bellwood,borough,4201305384,https://www.bellwoodborough.com/ Pennsylvania,Blair,Blair,township,4201306872,https://blairtownship-pa.org/ Pennsylvania,Blair,Catharine,township,4201311760,https://catharinetownship.org/ Pennsylvania,Blair,Duncansville,borough,4201320248,https://duncansvillepa.gov/ -Pennsylvania,Blair,Frankstown,township,4201327600, +Pennsylvania,Blair,Frankstown,township,4201327600,https://frankstowntownship.com/ Pennsylvania,Blair,Freedom,township,4201327720, Pennsylvania,Blair,Greenfield,township,4201331000,https://www.greenfieldtownshippa.gov/ Pennsylvania,Blair,Hollidaysburg,borough,4201335224,https://hollidaysburgpa.org/ @@ -44034,7 +44034,7 @@ Pennsylvania,Butler,Chicora,borough,4201913440,http://www.chicorapa.org/ Pennsylvania,Butler,Clay,township,4201913936,https://claytwpbutler.com/ Pennsylvania,Butler,Clearfield,township,4201914048,https://clearfieldtwpbutlerpa.com/ Pennsylvania,Butler,Clinton,township,4201914320,https://myclintontwp.net/ -Pennsylvania,Butler,Concord,township,4201915480, +Pennsylvania,Butler,Concord,township,4201915480,https://www.townshipofconcord.com/ Pennsylvania,Butler,Connoquenessing,borough,4201915808,https://connoquenessingboro.com/ Pennsylvania,Butler,Cranberry,township,4201916920,https://www.cranberrytownship.org/ Pennsylvania,Butler,Donegal,township,4201919456,https://donegaltwpbutler.com/ @@ -44046,7 +44046,7 @@ Pennsylvania,Butler,Forward,township,4201926904,https://forwardtwpbutlerco.us/ Pennsylvania,Butler,Franklin,township,4201927352,https://www.franklintownship.us/ Pennsylvania,Butler,Harmony,borough,4201932688,https://harmony-pa.us/ Pennsylvania,Butler,Harrisville,borough,4201932896,https://harrisvilleboroughpa.gov/ -Pennsylvania,Butler,Jackson,township,4201937344, +Pennsylvania,Butler,Jackson,township,4201937344,https://www.jackson-township.com/ Pennsylvania,Butler,Jefferson,township,4201937848,https://jeffersonbutler.com/ Pennsylvania,Butler,Karns City,borough,4201938768, Pennsylvania,Butler,Lancaster,township,4201941208,https://www.twp.lancaster.pa.us/ @@ -44063,13 +44063,13 @@ Pennsylvania,Butler,Prospect,borough,4201962752,https://prospectborough.com/ Pennsylvania,Butler,Saxonburg,borough,4201968056,https://www.saxonburgpa.com/ Pennsylvania,Butler,Seven Fields,borough,4201969309,https://www.sevenfields.org/ Pennsylvania,Butler,Slippery Rock,borough,4201971184,https://www.slipperyrockboroughpa.gov/ -Pennsylvania,Butler,Summit,township,4201975184, +Pennsylvania,Butler,Summit,township,4201975184,https://summittwp.org/ Pennsylvania,Butler,Valencia,borough,4201979504,https://valenciaboro.org/ Pennsylvania,Butler,Venango,township,4201979904, Pennsylvania,Butler,Washington,township,4201981192, Pennsylvania,Butler,West Liberty,borough,4201983376, Pennsylvania,Butler,West Sunbury,borough,4201984064, -Pennsylvania,Butler,Winfield,township,4201985784, +Pennsylvania,Butler,Winfield,township,4201985784,https://www.winfieldpa.gov/ Pennsylvania,Butler,Worth,township,4201986536,https://www.worthtwp.org/ Pennsylvania,Butler,Zelienople,borough,4201987272,http://files.zelieboro.org/ Pennsylvania,Butler,,county,42019,https://www.butlercountypa.gov/ @@ -44091,7 +44091,7 @@ Pennsylvania,Cambria,Croyle,township,4202117496, Pennsylvania,Cambria,Daisytown,borough,4202117976, Pennsylvania,Cambria,Dale,borough,4202118000,https://www.daleborough.org/ Pennsylvania,Cambria,Dean,township,4202118432, -Pennsylvania,Cambria,East Carroll,township,4202120952, +Pennsylvania,Cambria,East Carroll,township,4202120952,https://eastcarrolltwp.com/ Pennsylvania,Cambria,East Conemaugh,borough,4202120992,https://eastconemaughpa.com/ Pennsylvania,Cambria,East Taylor,township,4202121896, Pennsylvania,Cambria,Ebensburg,borough,4202122144,https://ebensburgpa.com/ @@ -44105,7 +44105,7 @@ Pennsylvania,Cambria,Hastings,borough,4202133080,https://www.hastingsborough.com Pennsylvania,Cambria,Jackson,township,4202137352,https://jacksontwppa.com/ Pennsylvania,Cambria,Johnstown,city,4202138288,https://www.visitjohnstownpa.com/ Pennsylvania,Cambria,Lilly,borough,4202143248,https://lillyborough.net/ -Pennsylvania,Cambria,Lorain,borough,4202144664, +Pennsylvania,Cambria,Lorain,borough,4202144664,https://www.lorainborough.com/ Pennsylvania,Cambria,Loretto,borough,4202144704, Pennsylvania,Cambria,Lower Yoder,township,4202145160,https://lytownship.com/ Pennsylvania,Cambria,Middle Taylor,township,4202149104, @@ -44123,7 +44123,7 @@ Pennsylvania,Cambria,Southmont,borough,4202172344,https://www.southmontborough.c Pennsylvania,Cambria,Stonycreek,township,4202174432,https://www.stonycreekccpa.gov/ Pennsylvania,Cambria,Summerhill,borough,4202175136,http://www.summerhillboro.com/ Pennsylvania,Cambria,Summerhill,township,4202175144, -Pennsylvania,Cambria,Susquehanna,township,4202175520, +Pennsylvania,Cambria,Susquehanna,township,4202175520,https://susquehannacambriapa.com/ Pennsylvania,Cambria,Upper Yoder,township,4202179360,https://www.upperyodertownship.org/ Pennsylvania,Cambria,Vintondale,borough,4202180288, Pennsylvania,Cambria,Washington,township,4202181200, @@ -44134,7 +44134,7 @@ Pennsylvania,Cambria,White,township,4202184448, Pennsylvania,Cambria,Wilmore,borough,4202185528, Pennsylvania,Cambria,,county,42021,https://www.cambriacountypa.gov/ Pennsylvania,Cameron,Driftwood,borough,4202319976, -Pennsylvania,Cameron,Emporium,borough,4202323600, +Pennsylvania,Cameron,Emporium,borough,4202323600,https://www.emporiumborough.org/ Pennsylvania,Cameron,Gibson,township,4202329008,https://gibsontwp.com/ Pennsylvania,Cameron,Grove,township,4202331632,https://grove-township.com/ Pennsylvania,Cameron,Lumber,township,4202345432, @@ -44175,7 +44175,7 @@ Pennsylvania,Centre,Curtin,township,4202717800, Pennsylvania,Centre,Ferguson,township,4202725624,https://www.twp.ferguson.pa.us/ Pennsylvania,Centre,Gregg,township,4202731472,https://greggtownship.org/ Pennsylvania,Centre,Haines,township,4202731960,https://hainestwp.org/ -Pennsylvania,Centre,Halfmoon,township,4202731992, +Pennsylvania,Centre,Halfmoon,township,4202731992,https://halfmoontwp.us/ Pennsylvania,Centre,Harris,township,4202732792,https://www.harristownship.org/ Pennsylvania,Centre,Howard,borough,4202735960,https://howardborough.com/ Pennsylvania,Centre,Huston,township,4202736504, @@ -44195,7 +44195,7 @@ Pennsylvania,Centre,Spring,township,4202772832,https://www.springtownship.org/ Pennsylvania,Centre,State College,borough,4202773808,https://www.statecollegepa.us/ Pennsylvania,Centre,Taylor,township,4202776168, Pennsylvania,Centre,Union,township,4202778288,https://uniontownship.org/ -Pennsylvania,Centre,Unionville,borough,4202778616, +Pennsylvania,Centre,Unionville,borough,4202778616,https://unionvilleborough.com/ Pennsylvania,Centre,Walker,township,4202780552,https://walkertownship.com/ Pennsylvania,Centre,Worth,township,4202786544, Pennsylvania,Centre,,county,42027,http://centrecountypa.gov/ @@ -44207,7 +44207,7 @@ Pennsylvania,Chester,Charlestown,township,4202912744, Pennsylvania,Chester,Coatesville,city,4202914712,https://www.coatesville.org/ Pennsylvania,Chester,Downingtown,borough,4202919752,https://www.downingtown.org/ Pennsylvania,Chester,East Bradford,township,4202920824,https://www.eastbradford.org/ -Pennsylvania,Chester,East Brandywine,township,4202920864, +Pennsylvania,Chester,East Brandywine,township,4202920864,https://www.ebrandywine.org/ Pennsylvania,Chester,East Caln,township,4202920920,https://www.eastcalntownship.gov/ Pennsylvania,Chester,East Coventry,township,4202921008,https://eastcoventry-pa.gov/ Pennsylvania,Chester,East Fallowfield,township,4202921104,https://www.eastfallowfield.org/ @@ -44324,7 +44324,7 @@ Pennsylvania,Clearfield,Covington,township,4203316656, Pennsylvania,Clearfield,Curwensville,borough,4203317840,https://curwensvilleborough.com/ Pennsylvania,Clearfield,Decatur,township,4203318456, Pennsylvania,Clearfield,DuBois,city,4203320136,https://duboispa.gov/ -Pennsylvania,Clearfield,Ferguson,township,4203325632, +Pennsylvania,Clearfield,Ferguson,township,4203325632,https://www.twp.ferguson.pa.us/ Pennsylvania,Clearfield,Girard,township,4203329224, Pennsylvania,Clearfield,Glen Hope,borough,4203329632, Pennsylvania,Clearfield,Goshen,township,4203330152,https://www.goshentwp.com/ @@ -44345,7 +44345,7 @@ Pennsylvania,Clearfield,New Washington,borough,4203354344, Pennsylvania,Clearfield,Newburg,borough,4203353336, Pennsylvania,Clearfield,Osceola Mills,borough,4203357232, Pennsylvania,Clearfield,Penn,township,4203358816, -Pennsylvania,Clearfield,Pike,township,4203360192, +Pennsylvania,Clearfield,Pike,township,4203360192,https://pike-township.org/ Pennsylvania,Clearfield,Pine,township,4203360288,https://twp.pine.pa.us/ Pennsylvania,Clearfield,Ramey,borough,4203363360, Pennsylvania,Clearfield,Sandy,township,4203367792, @@ -44360,7 +44360,7 @@ Pennsylvania,Clinton,Avis,borough,4203503632,https://avisboro.org/ Pennsylvania,Clinton,Bald Eagle,township,4203503912,https://baldeagletownship.com/ Pennsylvania,Clinton,Beech Creek,borough,4203504984, Pennsylvania,Clinton,Castanea,township,4203511640,https://www.castaneatownshippa.gov/ -Pennsylvania,Clinton,Chapman,township,4203512640, +Pennsylvania,Clinton,Chapman,township,4203512640,https://chapmantownship-pa.us/ Pennsylvania,Clinton,Colebrook,township,4203514960,https://colebrooktwp.com/ Pennsylvania,Clinton,Crawford,township,4203516976, Pennsylvania,Clinton,Dunnstable,township,4203520408, @@ -44388,9 +44388,9 @@ Pennsylvania,Columbia,Beaver,township,4203704704,https://beavertwppa.com/ Pennsylvania,Columbia,Benton,borough,4203705680, Pennsylvania,Columbia,Berwick,borough,4203705888, Pennsylvania,Columbia,Bloomsburg,town,4203707128,https://www.bloomsburgpa.org/ -Pennsylvania,Columbia,Briar Creek,borough,4203708472, +Pennsylvania,Columbia,Briar Creek,borough,4203708472,https://www.briarcreekborough.org/ Pennsylvania,Columbia,Catawissa,borough,4203711736, -Pennsylvania,Columbia,Centralia,borough,4203712312, +Pennsylvania,Columbia,Centralia,borough,4203712312,https://www.centraliapa.org/ Pennsylvania,Columbia,Cleveland,township,4203714184, Pennsylvania,Columbia,Conyngham,township,4203715880,https://conytwpluzernepa.gov/ Pennsylvania,Columbia,Fishing Creek,township,4203726056,https://fishingcreektownship.org/ @@ -44407,7 +44407,7 @@ Pennsylvania,Columbia,Montour,township,4203750704,https://montourtownship.org/ Pennsylvania,Columbia,Mount Pleasant,township,4203751792,https://mtpleasantcolumbiapa.org/ Pennsylvania,Columbia,North Centre,township,4203754880,https://northcentretownship.com/ Pennsylvania,Columbia,Orange,township,4203756896,https://www.orangetwppa.org/ -Pennsylvania,Columbia,Orangeville,borough,4203756912, +Pennsylvania,Columbia,Orangeville,borough,4203756912,https://www.orangevilleborough.com/ Pennsylvania,Columbia,Pine,township,4203760304,https://twp.pine.pa.us/ Pennsylvania,Columbia,Roaring Creek,township,4203765240, Pennsylvania,Columbia,Scott,township,4203768392,http://scott-township.com/ @@ -44438,7 +44438,7 @@ Pennsylvania,Crawford,Linesville,borough,4203943656,https://linesvilleboro.org/ Pennsylvania,Crawford,Meadville,city,4203948360,https://www.cityofmeadville.org/ Pennsylvania,Crawford,North Shenango,township,4203955408,https://northshenango.com/ Pennsylvania,Crawford,Oil Creek,township,4203956464, -Pennsylvania,Crawford,Pine,township,4203960312, +Pennsylvania,Crawford,Pine,township,4203960312,https://www.twp.pine.pa.us/ Pennsylvania,Crawford,Randolph,township,4203963400, Pennsylvania,Crawford,Richmond,township,4203964600,https://richmondtownshipcc.com/ Pennsylvania,Crawford,Rockdale,township,4203965440, @@ -44483,7 +44483,7 @@ Pennsylvania,Cumberland,Mount Holly Springs,borough,4204151592,https://mhsboro.o Pennsylvania,Cumberland,New Cumberland,borough,4204153464,https://newcumberlandpa.org/ Pennsylvania,Cumberland,Newburg,borough,4204153344,https://www.newburgborough.com/ Pennsylvania,Cumberland,Newville,borough,4204154320,https://www.newvilleborough.com/ -Pennsylvania,Cumberland,North Middleton,township,4204155216, +Pennsylvania,Cumberland,North Middleton,township,4204155216,https://www.nmiddleton.com/ Pennsylvania,Cumberland,North Newton,township,4204155248,https://northnewtontownship.com/ Pennsylvania,Cumberland,Penn,township,4204158824,https://penntwpcc.org/ Pennsylvania,Cumberland,Shiremanstown,borough,4204170384, @@ -44534,7 +44534,7 @@ Pennsylvania,Dauphin,Washington,township,4204381216,https://www.wtwp.org/ Pennsylvania,Dauphin,Wayne,township,4204381744,https://www.waynetwppa.org/ Pennsylvania,Dauphin,West Hanover,township,4204383128, Pennsylvania,Dauphin,Wiconisco,township,4204384976,https://www.wiconiscotownship.com/ -Pennsylvania,Dauphin,Williams,township,4204385232, +Pennsylvania,Dauphin,Williams,township,4204385232,https://wmstwp.org/ Pennsylvania,Dauphin,Williamstown,borough,4204385320,https://www.williamstownborough.com/ Pennsylvania,Dauphin,,county,42043,https://dauphinpa.devnetwedge.com/ Pennsylvania,Delaware,Aldan,borough,4200676,https://www.aldanpa.gov/ @@ -44555,7 +44555,7 @@ Pennsylvania,Delaware,Eddystone,borough,4204522296,https://eddystoneborough.org/ Pennsylvania,Delaware,Edgmont,township,4204522584,https://edgmont.org/ Pennsylvania,Delaware,Folcroft,borough,4204526408,https://www.folcroftborough.com/ Pennsylvania,Delaware,Glenolden,borough,4204529720,https://www.glenoldenborough.com/ -Pennsylvania,Delaware,Haverford,township,4204533144, +Pennsylvania,Delaware,Haverford,township,4204533144,https://www.haverfordtownship.org/ Pennsylvania,Delaware,Lansdowne,borough,4204541440,https://www.lansdowneborough.com/ Pennsylvania,Delaware,Lower Chichester,township,4204544888,https://lowerchitwp.com/ Pennsylvania,Delaware,Marcus Hook,borough,4204547344,https://marcushookboro.org/ @@ -44565,7 +44565,7 @@ Pennsylvania,Delaware,Middletown,township,4204549136,https://middletowndelcopa.g Pennsylvania,Delaware,Millbourne,borough,4204549504,https://www.millbourneborough.org/ Pennsylvania,Delaware,Morton,borough,4204551176,https://www.mortonboropa.org/ Pennsylvania,Delaware,Nether Providence,township,4204553104,https://netherprovidence.org/ -Pennsylvania,Delaware,Newtown,township,4204554224, +Pennsylvania,Delaware,Newtown,township,4204554224,https://www.newtowntownship.org/ Pennsylvania,Delaware,Norwood,borough,4204555664,https://www.norwood-boro.org/ Pennsylvania,Delaware,Parkside,borough,4204558176,https://www.parksideborough.com/ Pennsylvania,Delaware,Prospect Park,borough,4204562792,https://www.prospectparkboro.com/ @@ -44589,8 +44589,8 @@ Pennsylvania,Delaware,,county,42045,https://delcopa.gov/ Pennsylvania,Elk,Benezette,township,4204705576,https://benezettetwp.com/ Pennsylvania,Elk,Fox,township,4204727088,https://www.foxtownship.com/ Pennsylvania,Elk,Highland,township,4204734464, -Pennsylvania,Elk,Horton,township,4204735816, -Pennsylvania,Elk,Jay,township,4204737760, +Pennsylvania,Elk,Horton,township,4204735816,https://www.hortontownship.com/ +Pennsylvania,Elk,Jay,township,4204737760,http://jaytownship.com/ Pennsylvania,Elk,Johnsonburg,borough,4204738248,http://www.johnsonburgpa.com/ Pennsylvania,Elk,Jones,township,4204738368,https://jonestownship.com/ Pennsylvania,Elk,Millstone,township,4204749888, @@ -44622,13 +44622,13 @@ Pennsylvania,Erie,Millcreek,township,4204949548,https://www.millcreektownship.co Pennsylvania,Erie,North East,borough,4204954952,https://www.northeastborough.com/ Pennsylvania,Erie,Platea,borough,4204961168, Pennsylvania,Erie,Springfield,township,4204973048,https://springfieldtownshippa.com/ -Pennsylvania,Erie,Summit,township,4204975208, +Pennsylvania,Erie,Summit,township,4204975208,https://summittownship.com/ Pennsylvania,Erie,Union,township,4204978312, Pennsylvania,Erie,Union City,borough,4204978448,https://unioncitypa.us/ Pennsylvania,Erie,Venango,township,4204979928,https://venangotwp.com/ Pennsylvania,Erie,Washington,township,4204981224,https://washington-township.info/ Pennsylvania,Erie,Waterford,borough,4204981456,https://waterfordboro.net/ -Pennsylvania,Erie,Wattsburg,borough,4204981648, +Pennsylvania,Erie,Wattsburg,borough,4204981648,https://wattsburgborough.org/ Pennsylvania,Erie,Wayne,township,4204981760,https://waynetownshippa.org/ Pennsylvania,Erie,Wesleyville,borough,4204982344,https://wesleyville.gov/ Pennsylvania,Erie,,county,42049,https://public.eriecountypa.gov/ @@ -44683,9 +44683,9 @@ Pennsylvania,Forest,Tionesta,borough,4205376848,https://tionestaboro.org/ Pennsylvania,Forest,,county,42053,https://www.co.forest.pa.us/ Pennsylvania,Franklin,Antrim,township,4205502696,https://www.twp.antrim.pa.us/ Pennsylvania,Franklin,Chambersburg,borough,4205512536,https://chambersburgpa.gov/ -Pennsylvania,Franklin,Fannett,township,4205525176, +Pennsylvania,Franklin,Fannett,township,4205525176,https://fannetttwp.com/ Pennsylvania,Franklin,Greencastle,borough,4205530896,https://greencastlepa.gov/ -Pennsylvania,Franklin,Greene,township,4205530944, +Pennsylvania,Franklin,Greene,township,4205530944,https://greenetwp.org/ Pennsylvania,Franklin,Guilford,township,4205531720,https://www.guilfordtwp.us/ Pennsylvania,Franklin,Hamilton,township,4205532152,https://twphamiltonfranklinpa.org/ Pennsylvania,Franklin,Letterkenny,township,4205542888, @@ -44693,11 +44693,11 @@ Pennsylvania,Franklin,Lurgan,township,4205545496,https://www.lurgantownship.org/ Pennsylvania,Franklin,Mercersburg,borough,4205548704,https://mercersburg.org/ Pennsylvania,Franklin,Metal,township,4205548888, Pennsylvania,Franklin,Mont Alto,borough,4205550544,https://montaltoborough.com/ -Pennsylvania,Franklin,Montgomery,township,4205550616, +Pennsylvania,Franklin,Montgomery,township,4205550616,https://www.montgomerytwp.org/ Pennsylvania,Franklin,Orrstown,borough,4205557112, -Pennsylvania,Franklin,Peters,township,4205559600, +Pennsylvania,Franklin,Peters,township,4205559600,https://peterstownshipfcpa.gov/ Pennsylvania,Franklin,Quincy,township,4205563200,https://www.quincytwp.org/ -Pennsylvania,Franklin,Southampton,township,4205571912, +Pennsylvania,Franklin,Southampton,township,4205571912,https://www.southamptontownship.org/ Pennsylvania,Franklin,St. Thomas,township,4205567400, Pennsylvania,Franklin,Warren,township,4205580992,https://warrentwpfranklin.com/ Pennsylvania,Franklin,Washington,township,4205581240,https://www.washtwp-franklin.org/ @@ -44705,7 +44705,7 @@ Pennsylvania,Franklin,Waynesboro,borough,4205581824,https://waynesboropa.gov/ Pennsylvania,Franklin,,county,42055,http://www.franklincountypa.gov/ Pennsylvania,Fulton,Ayr,township,4205703704, Pennsylvania,Fulton,Belfast,township,4205705144, -Pennsylvania,Fulton,Bethel,township,4205706032, +Pennsylvania,Fulton,Bethel,township,4205706032,https://www.betheltwp.com/ Pennsylvania,Fulton,Brush Creek,township,4205709568, Pennsylvania,Fulton,Dublin,township,4205720112, Pennsylvania,Fulton,Licking Creek,township,4205743200,https://lickingcreektownship.org/ @@ -44713,7 +44713,7 @@ Pennsylvania,Fulton,McConnellsburg,borough,4205746000, Pennsylvania,Fulton,Taylor,township,4205776176, Pennsylvania,Fulton,Thompson,township,4205776488, Pennsylvania,Fulton,Todd,township,4205776984, -Pennsylvania,Fulton,Union,township,4205778320, +Pennsylvania,Fulton,Union,township,4205778320,https://uniontwp.org/ Pennsylvania,Fulton,Valley-Hi,borough,4205779644, Pennsylvania,Fulton,Wells,township,4205782152, Pennsylvania,Fulton,,county,42057,http://www.co.fulton.pa.us/ @@ -44760,7 +44760,7 @@ Pennsylvania,Huntingdon,Franklin,township,4206127416,https://franklintownship.or Pennsylvania,Huntingdon,Henderson,township,4206133808, Pennsylvania,Huntingdon,Hopewell,township,4206135688,https://hopewelltownshippa.org/ Pennsylvania,Huntingdon,Huntingdon,borough,4206136368,https://huntingdonboro.com/ -Pennsylvania,Huntingdon,Jackson,township,4206137384, +Pennsylvania,Huntingdon,Jackson,township,4206137384,https://jackson-township.org/ Pennsylvania,Huntingdon,Juniata,township,4206138608,https://juniatatwp.com/ Pennsylvania,Huntingdon,Lincoln,township,4206143424, Pennsylvania,Huntingdon,Logan,township,4206144344, @@ -44847,7 +44847,7 @@ Pennsylvania,Jefferson,Knox,township,4206540304, Pennsylvania,Jefferson,McCalmont,township,4206545888, Pennsylvania,Jefferson,Oliver,township,4206556712, Pennsylvania,Jefferson,Perry,township,4206559480, -Pennsylvania,Jefferson,Pine Creek,township,4206560368, +Pennsylvania,Jefferson,Pine Creek,township,4206560368,https://pinecreektownship.com/ Pennsylvania,Jefferson,Polk,township,4206561920,https://www.polktwp.com/ Pennsylvania,Jefferson,Porter,township,4206562176, Pennsylvania,Jefferson,Punxsutawney,borough,4206562920,https://www.punxsutawneyboro.com/ @@ -44881,7 +44881,7 @@ Pennsylvania,Juniata,Susquehanna,township,4206775536, Pennsylvania,Juniata,Thompsontown,borough,4206776536,https://thompsontown.org/ Pennsylvania,Juniata,Turbett,township,4206777824, Pennsylvania,Juniata,Tuscarora,township,4206777952, -Pennsylvania,Juniata,Walker,township,4206780568, +Pennsylvania,Juniata,Walker,township,4206780568,https://walkertownship.org/ Pennsylvania,Juniata,,county,42067,https://www.juniataco.org/ Pennsylvania,Lackawanna,Archbald,borough,4202832,https://www.archbaldpa.gov/ Pennsylvania,Lackawanna,Benton,township,4206905696,https://bentontwppa.org/ @@ -44894,7 +44894,7 @@ Pennsylvania,Lackawanna,Covington,township,4206916664,https://covingtontwp.org/ Pennsylvania,Lackawanna,Dalton,borough,4206918088,https://www.daltonboroughpa.gov/ Pennsylvania,Lackawanna,Dickson City,borough,4206919160,https://www.dicksoncity-pa.gov/ Pennsylvania,Lackawanna,Dunmore,borough,4206920352,https://dunmorepa.gov/ -Pennsylvania,Lackawanna,Elmhurst,township,4206923336, +Pennsylvania,Lackawanna,Elmhurst,township,4206923336,https://elmhursttownship.org/ Pennsylvania,Lackawanna,Fell,township,4206925560, Pennsylvania,Lackawanna,Glenburn,township,4206929504,https://glenburntownship.org/ Pennsylvania,Lackawanna,Greenfield,township,4206931016,https://greenfieldtownshipsupervisors.org/ @@ -44953,7 +44953,7 @@ Pennsylvania,Lancaster,Leacock,township,4207142080,https://www.leacocktwp.com/ Pennsylvania,Lancaster,Lititz,borough,4207143816,https://www.lititzborough.org/ Pennsylvania,Lancaster,Little Britain,township,4207143832,https://www.littlebritain.org/ Pennsylvania,Lancaster,Manheim,borough,4207146888,https://www.manheimboro.org/ -Pennsylvania,Lancaster,Manheim,township,4207146896, +Pennsylvania,Lancaster,Manheim,township,4207146896,https://www.manheimtownship.org/ Pennsylvania,Lancaster,Manor,township,4207146992,https://manortownship.net/ Pennsylvania,Lancaster,Marietta,borough,4207147424,https://marietta-pa.com/ Pennsylvania,Lancaster,Martic,township,4207147824,https://www.martictownship.com/ @@ -44986,10 +44986,10 @@ Pennsylvania,Lawrence,Hickory,township,4207334248,https://www.hickorytownship.co Pennsylvania,Lawrence,Little Beaver,township,4207343824, Pennsylvania,Lawrence,Mahoning,township,4207346648,https://mahoningtownship.net/ Pennsylvania,Lawrence,Neshannock,township,4207353064, -Pennsylvania,Lawrence,New Beaver,borough,4207353184, +Pennsylvania,Lawrence,New Beaver,borough,4207353184,https://newbeaverborough.org/ Pennsylvania,Lawrence,New Castle,city,4207353368,https://www.newcastlepa.org/ Pennsylvania,Lawrence,New Wilmington,borough,4207354352,https://nwboro.com/ -Pennsylvania,Lawrence,North Beaver,township,4207354768, +Pennsylvania,Lawrence,North Beaver,township,4207354768,https://northbeavertwp.org/ Pennsylvania,Lawrence,Perry,township,4207359488,https://perrytownshiplawrencecountypa.com/ Pennsylvania,Lawrence,Plain Grove,township,4207361104,https://plaingrovetwp.org/ Pennsylvania,Lawrence,Pulaski,township,4207362904,https://pulaskitwplcpa.com/ From 73323ce27741933cad10cf663280ca316bfeeb19 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 30 Jun 2026 13:15:20 -0600 Subject: [PATCH 38/39] Scope check now optional - defined per-schema --- compass/plugin/one_shot/components.py | 65 +++++++++++-------- .../schemas/validate_chunk_scope.json5 | 4 +- 2 files changed, 39 insertions(+), 30 deletions(-) diff --git a/compass/plugin/one_shot/components.py b/compass/plugin/one_shot/components.py index c2aac925..23537108 100644 --- a/compass/plugin/one_shot/components.py +++ b/compass/plugin/one_shot/components.py @@ -17,28 +17,25 @@ logger = logging.getLogger(__name__) _TEXT_SCOPE_SYSTEM_PROMPT = """\ -You are a structured extraction scope validator. You receive: -1) A text chunk. -2) An extraction schema that defines the exact domain and scope of the \ -requested extraction. - -Determine whether the chunk is in scope for the schema. Focus first on any \ -explicit scope limitations in the schema, including technology, document \ +You are a structured extraction scope validator. Given a text chunk, \ +determine whether the chunk is within the given extraction scope. \ +Focus on any explicit scope limitations, including technology, document \ type, regulatory subject, exclusions, and similar boundaries. Be strict and \ literal: only mark the chunk in scope when the text clearly pertains to the \ -schema's intended domain. Note that a broader ordinance can still be in scope \ +intended domain. Note that a broader ordinance can still be in scope \ when the excerpt contains an explicit definition, permit, prohibition, or \ -requirement for the target technology. Honor any exceptions that may be given \ -within the schema. Do not infer beyond the text. If the scope match is \ -unclear, return true. Keep the response concise and consistent.\ +requirement for the target technology. Do not infer beyond the text. \ +If the scope match is unclear, return ``true``. Keep the response concise \ +and consistent.\ """ _TEXT_SCOPE_MAIN_PROMPT = """\ -Determine whether this text excerpt is within the scope of the following \ -extraction schema. Only decide whether the chunk matches the schema's domain \ -and scope. Do not decide yet whether it contains enough substantive context \ -for extraction. +Determine whether this text excerpt is within the following extraction \ +scope. Only decide whether the chunk matches the scope. Do not decide yet \ +whether it contains enough substantive context for extraction.\ -{schema} +SCOPE: + +{scope} TEXT: @@ -204,20 +201,23 @@ async def check_chunk(self, chunk_parser, ind): Boolean flag indicating whether or not the text in the chunk contains large wind energy conversion system ordinance text. """ - passed_scope = await chunk_parser.parse_from_ind( - ind, - key="matches_scope", - llm_call_callback=self._check_chunk_scope_with_prompt, - ) - - if not passed_scope: - logger.debug( - "Text at ind %d did not pass collection step: scope match", + if "$scope" in self.SCHEMA: + passed_scope = await chunk_parser.parse_from_ind( ind, + key="matches_scope", + llm_call_callback=self._check_chunk_scope_with_prompt, ) - return False - logger.debug("Text at ind %d passed collection step: scope match", ind) + if not passed_scope: + logger.debug( + "Text at ind %d did not pass collection step: scope match", + ind, + ) + return False + + logger.debug( + "Text at ind %d passed collection step: scope match", ind + ) passed_filter = await chunk_parser.parse_from_ind( ind, @@ -243,8 +243,17 @@ async def check_chunk(self, chunk_parser, ind): async def _check_chunk_scope_with_prompt(self, key, text_chunk): """Call LLM on a chunk of text to check schema scope""" + scope = self.SCHEMA.get("$scope") + if not scope: + logger.debug( + "No $scope defined in schema; skipping scope check for " + "text chunk: %s", + text_chunk, + ) + return True + main_prompt = _TEXT_SCOPE_MAIN_PROMPT.format( - schema=self.SCHEMA, text=text_chunk + schema=self.SCHEMA, scope=scope, text=text_chunk ) logger.debug("Checking text chunk scope with LLM: %s", text_chunk) logger.debug_to_file( diff --git a/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 b/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 index ddb78ce8..142af5be 100644 --- a/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 +++ b/compass/plugin/one_shot/schemas/validate_chunk_scope.json5 @@ -6,11 +6,11 @@ "properties": { "matches_scope": { "type": "boolean", - "description": "Flag indicating whether the chunk clearly matches the schema's intended domain and scope.", + "description": "Flag indicating whether the chunk clearly matches the intended domain and scope.", }, "explanation": { "type": "string", - "description": "Short explanation describing why the chunk is in scope or out of scope for the extraction schema.", + "description": "Short explanation describing why the chunk is in scope or out of scope for the extraction.", }, }, } \ No newline at end of file From 729399b52bbd952031878e8400b14ed850fd2160 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 30 Jun 2026 13:15:41 -0600 Subject: [PATCH 39/39] Add explicit scope check --- compass/extraction/ghp/geothermal_heat_pump_schema.json5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 index c7ea70dc..202ca41b 100644 --- a/compass/extraction/ghp/geothermal_heat_pump_schema.json5 +++ b/compass/extraction/ghp/geothermal_heat_pump_schema.json5 @@ -89,10 +89,8 @@ } } }, + "$scope": "Definitions for geothermal, geothermal wells, or geothermal heat pumps (or similar terms) **OR** any legally enacted requirements/restrictions that apply to geothermal heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange systems, including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as in scope for GHP requirement extraction only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. **OUT OF SCOPE**: rules/regulations for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Proposed, future, draft, or contingent requirements that are not currently effective as written are also out of scope.", "$core_principles": { - "scope_context": { - "description": "Only extract requirements that apply to geothermal heat pumps, ground source heat pumps, geothermal heat exchange systems, exchange wells/loops, or similar heating/cooling exchange systems, including closed-loop and open-loop systems where relevant. If the text uses generic terms like 'geothermal well' or 'geothermal system', treat it as GHP only when section context clearly indicates heating/cooling or heat-pump exchange wells/loops. Exception for definition features only: you may extract 'well definition', 'geothermal definition', or 'ghp definition' from an otherwise generic geothermal/well definition. This exception applies only to definition features; all other extraction must satisfy the narrower GHP scope above. Do NOT consider rules for geothermal temperature gradient exploration/development/test wells, geothermal well field gathering systems, geothermal power generation systems, or any other geothermal electricity generation system rules unless the text **explicitly** also governs geothermal heat exchange wells/loops. Do not extract proposed, future, draft, or contingent requirements that are not currently effective as written." - }, "strict_evidence_gate": { "description": "Extract a feature only when the ordinance text explicitly states a requirement, definition, or prohibition for that same feature. Never infer, assume, extrapolate, or guess from related context, implications, headings, or nearby provisions. Chapter titles, section titles, tables of contents, navigation lists, and cross-reference lists are not valid evidence by themselves unless they also quote or restate the operative requirement, definition, or prohibition. If the ordinance points to an outside document or standard without restating the controlling requirement in the ordinance text itself, do not import missing values from that outside source." },