-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
155 lines (93 loc) · 10.5 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
---
title: "FCC Primer for CORI's MDA"
draft: false
image: thumbnail.png
prefer-html: true
---
We rely on two key datasets from the Federal Communications Commission (FCC)
1) **National Broadband Map** ([NBM](https://broadbandmap.fcc.gov/home){target="_blank"}):
- Provides granular information on broadband service availability at specific locations, including details about service providers, technology types, and advertised speeds.
2) **Broadband Funding Map** ([BFM](https://fundingmap.fcc.gov/home){target="_blank"}):
- Offers insights into federally funded broadband infrastructure projects, detailing program boundaries and project-level information.
Both datasets are publicly available under permissive licensing, making them invaluable tools for analyzing broadband coverage and funding opportunities. Licensing information can be found [here](https://broadbandmap.fcc.gov/about){target="_blank"} and [here](https://fundingmap.fcc.gov/about){target="_blank"}, respectively.[^license_and_attribution]
[^license_and_attribution]: <em>License and Attribution language from the FCC<em>:
<br />
<br /> Broadband availability data from the BDC, and data from the U.S. Census Bureau that are presented on this site, are offered free and not subject to copyright restriction. Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection under 17 U.S.C. § 105. See, e.g., [U.S. Government Works](https://www.usa.gov/government-copyright).
<br />
<br /> While not required, when using in your own work content, data, documentation, code, and related materials from fcc.gov or broadbandmap.fcc.gov, we ask that you provide proper attribution of the data. Examples include:
<br />
<br /> Source data: FCC Broadband Funding Map
<br /> Map layer based on FCC BFM
<br />
<br /> CostQuest Associates, Inc. and its third-party licensors, as applicable, own all right, title, and interest, including all intellectual property rights, in and to the data for locations reflected in the Fabric (including the Location ID, latitude and longitude, address, unit count, and building type code for each location in the Fabric). CostQuest is granted certain rights to Fabric correction submissions for the purpose of correcting or otherwise modifying BDC Fabric data. Broadband service providers, governmental entities, and other third parties are able to license Fabric data, including any changes to Fabric data that have been made as a result of challenges, at no cost for purposes of their participation in the FCC's Broadband Data Collection.
### What are these two datasets?
On March 23, 2020, the Broadband Deployment Accuracy and Technological Availability Act or _Broadband DATA Act_ was enacted[^bdc_enacted]. This led to the FCC's creation of the National Broadband Map (NBM) in November 2022[^fcc_nbm_start] and the Broadband Funding Map in May 2023[^bfn_da_links] (documented in July 2023[^bfm_doc]) as the primary methods of publicly releasing these data sets.
[^bdc_enacted]: [Broadband_Data_and_Mapping_Background_and_Issues_for_the_117th_Congress](https://crsreports.congress.gov/product/pdf/r/r45962){target="_blank"}
[^fcc_nbm_start]: [https://www.fcc.gov/news-events/notes/2022/11/18/new-broadband-maps-are-finally-here](https://www.fcc.gov/news-events/notes/2022/11/18/new-broadband-maps-are-finally-here){target="_blank"}
[^bfn_da_links]: [https://docs.fcc.gov/public/attachments/DA-23-410A1.pdf](https://docs.fcc.gov/public/attachments/DA-23-410A1.pdf){target="_blank"}
[^bfm_doc]: [https://us-fcc.app.box.com/v/bfm-data-downloads-output](https://us-fcc.app.box.com/v/bfm-data-downloads-output){target="_blank"}
#### National Broadband Map (NBM)
The NBM offers detailed broadband availability information:
- Identifies providers and technologies at each location.
- Classifies locations as residential, business, or both.
- Localizes data to census blocks or H3 hexagons.
This dataset is an abstraction of the "Fabric" locations data developed by **CostQuest**. The Fabric provides precise geolocation data for **Broadband Serviceable Locations** (BSLs), which are updated biannually (June and December) with interim updates every two weeks. The exact coordinates for each locations are only inclued in the Fabric dataset, so using the National Broadband Map data we can only link a record for a location to a Census Block (2020 vintage) or H3 hexagon.
!["What's on the national broadband map" Source: [https://www.fcc.gov/BroadbandData](https://www.fcc.gov/BroadbandData)](thumbnail.png){#fig-broadbanddata}
Every location is characterized by:
- Who is providing those services (`frn`, `provider_id`, and `brand_name`)
- A description of each of the services (`technology`, `max_advertised_download_speed`, `max_advertised_upload_speed`, `low_latency`)
- Whether the location is characterised as residential, business or both
- Ways to geographically locate it (`state_abbr`, `block_geoid`, `h3_res8_id`)
::: {.callout-tip}
A location (see [What is a BSL?](#what-is-a-broadband-serviceable-location-bsl)) can be covered by multiple Internet Services Provides (ISP) with potentially different services and technologies. Hence, it can represented in the data can by many "rows".
:::
:::{.aside}
Sometimes the process of collecting those two datasets is called **B**roadband **D**ata **C**ollection (BDC)
:::
#### Broadband Funding Map (BFM)
The BFM provides information about "*broadband infrastructure deployment projects funded by the Federal government throughout the United States*". The public data:
- Categorizes projects by program and geographic boundaries.
- Highlights funding from four federal agencies across 12 programs, including 1,853 projects as of May 2024.
- Provides a critical resource for identifying areas targeted for infrastructure investment.
The information is structured either at the scale of a specific project inside a program or for the whole program. Hence we have characteristics for each project, including their associated boundaries (territories covered) (see [https://ruralinnovation.github.io/proj-fcc-report/fcc_funding.html](https://ruralinnovation.github.io/proj-fcc-report/fcc_funding.html)).
### What is a Broadband Serviceable Location (BSL)? {#sec-BSL}
A Broadband Serviceable Location (BSL) is defined as a location in the U.S. where fixed broadband internet access service is available or can be installed. These include:
- Residential BSLs: Housing units or group quarters as defined by the U.S. Census Bureau.
- Business BSLs: Non-residential structures, such as government or nonprofit facilities, on properties without residential locations.
> A broadband serviceable location is defined as “a business or residential location in the United States at which fixed broadband Internet access service is, or can be, installed.” A residential BSL includes all residential structures, including structures that are (or contain) housing units or group quarters (as those terms are defined by the United States Census Bureau). A business BSL includes “all non-residential (business, government, non-profit, etc.) structures that are on property without residential locations and that would expect to demand Internet access service.” (source FCC[^fcc_bsl])
[^fcc_bsl]: ["The Fabric data"](https://help.bdc.fcc.gov/hc/en-us/articles/7412732399003-Fabric-FAQs)
### When is this data updated?
NBM has two big releases per year (June and December) and have "unofficial" versions every two weeks to take into account challenges[^challenges].
Experience has told us that sometimes their release can be faster (more than one per week) or slower.
The FCC did not (April 2024) provides a changelog between releases or versions (but the documentation has some of the major changes[^nbm_chnagelog]).
[^challenges]: [https://www.fcc.gov/sites/default/files/bdc-challenge-overview.pdf](https://www.fcc.gov/sites/default/files/bdc-challenge-overview.pdf)
[^nbm_chnagelog]:See "Change Log" [https://us-fcc.app.box.com/v/bdc-data-downloads-output](https://us-fcc.app.box.com/v/bdc-data-downloads-output)
BFM seems to follow a schedule of update every two weeks but we have not find any specifications.
### What is the geographic coverage of these datasets?
- **Broadband Availability Data**: Covers all U.S. states, Puerto Rico, and U.S. territories.
- **Funding Map Data**: Varies by program, with coverage reflecting specific project boundaries.
### What is "Unserved" vs. "Underserved"?
Served, Unserved and Underseved are **overlapping** categories at the **location level**. They can be extended at the "**area level**".
If all available internet services at a location have advertised (reported) maximum speeds that are below 25 Mbps downstream speed or below 3 Mbps upstream (25/3 to simplify), then that location is categorized as **unserved**. If a location has at least one service with maximum speeds that are equal to or above 25/3, but no service with maximum speeds that are equal to or above 100/20, it is categorized as **underserved**. If a location has at least one service with maximum speeds that are equal to or above 100/20, then that location is categorized as **served**.
Those definitions are recommended in the [FCC's Broadband Speed Benchmark](https://www.fcc.gov/document/fcc-increases-broadband-speed-benchmark) and can be adapted by every States[^pew_list].
[^pew_list]: Page 4 [https://www.pewtrusts.org/-/media/assets/2023/06/un--and-underserved-definitions-ta-memo-pdf.pdf](https://www.pewtrusts.org/-/media/assets/2023/06/un--and-underserved-definitions-ta-memo-pdf.pdf)
<!--
:::{.aside}
FCC could change those definitions and for example move the bar at 100/20: [https://www.fcc.gov/document/fcc-increases-broadband-speed-benchmark](https://www.fcc.gov/document/fcc-increases-broadband-speed-benchmark)
:::
## Our products:
TODO: improve
- [Broadband Climate Risk Mitigation Tool](https://broadband-risk.ruralinnovation.us/)
- [Interactive Rural Broadband Map](https://rural-broadband-map.ruralinnovation.us/),
- Helping our [Broadband team](https://ruralinnovation.us/our-work/broadband/)
- Helping our [Research team](https://ruralinnovation.us/our-work/research_mapping/)
-->
### Quick facts, May 2024:
#### Broadband Availibility:
- Number of BSL: 115 342 225
- Number of unique `FRN`: 2879
#### Funding Map:
- 4 agencies are contributing
- The Funding Map consist of 12 programs (1853 projects) with two specific to Puerto Rico (PR) and US territories.
- Those projects are classified by FCC in 3 categories: "Area", "List of locations" and "Middle mile"[^middle_mile]
[^middle_mile]: In May 2024 no "Middle mile" were present