View In:
ArcGIS JavaScript
ArcGIS Online Map Viewer
ArcGIS Earth
ArcGIS Pro
Service Description: This is a composite layer that joins together the following datasets:<div><ul><li>All Broadband Serviceable Locations (BSLs) in New Mexico as of the FCC National Broadband Map Fabric released on <b><u>7/31/2023 (version 3.2)</u></b>. For more information visit <a href='https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-' target='_blank' rel='nofollow ugc noopener noreferrer'>What is the Location Fabric? – BDC Help Center (fcc.gov)</a><br /></li><li>The best-available provider availability data and BDC availability status released<b><u> 11/14/2023 as-of 6/30/2023 (version 3)</u></b>. BDC datasets can be downloaded at <a href='https://broadbandmap.fcc.gov/data-download/nationwide-data' target='_blank' rel='nofollow ugc noopener noreferrer'>https://broadbandmap.fcc.gov/data-download/nationwide-data</a><br /></li><li>NTIA BEAD Service Status from <b><u>2/07/2024</u></b>. BEAD service availability data cab be downloaded from the NTA Planning Toolkit (login required): <a href='https://nbam.maps.arcgis.com/home/index.html' target='_blank' rel='nofollow ugc noopener noreferrer'>https://nbam.maps.arcgis.com/home/index.html</a><br /></li><li>Grant Funded Enforceable Commitments used in the deduplication process are current to <b><u>2/07/2024</u></b> (for Federal Commitments) and <b><u>2/27/2024</u></b> (for State Commitments). Federal Grant Funded Enforceable Commitments can be downloaded from the NTIA Planning Toolkit (login required): <a href='https://nbam.maps.arcgis.com/home/index.html' target='_blank' rel='nofollow ugc noopener noreferrer'>https://nbam.maps.arcgis.com/home/index.html</a><br /></li></ul><div><font size='4'><b>Details</b></font></div><div>Coordinate System – WGS84 (WKID: 4326)</div></div><div><br /></div><div>Update Frequency – Data is updated approximately every 6 months, as new versions of the FCC BSL/NoBSL fabric and Broadband Data Collection (BDC) Provider information are released (usually at the end-of-year and mid-year).<br /></div><div><br /></div><div>This dataset is hosted in an OBAE-hosted SQL Server, published via a local ArcGIS Enterprise Instance, that is shared with ArcGIS Online via an ArcGIS Enterprise “Collaboration”.<br /></div><div><br /></div><div>Data Custodian: Kevin Hoffman (kevin.hoffman.contractor@doit.nm.gov) <br /></div><div><br /></div><div><font size='4'><b>Access Use Constraints</b></font></div><div>Data is not intended for editing; updates to this dataset will be made internally by OBAE staff.<br /></div><div><br /></div><div>Data is intended for the general public. <br /></div><div><br /></div><div><font size='4'><b>Methodology</b></font></div><div>FCC BSL/NoBSL data is downloaded in CSV format. The CSVs are merged into a single table and converted to spatial data using the latitude/longitude values within. Each row in this merged table represents a single BSL/NoBSL location. <br /></div><div><br /></div><div>BDC Provider Service Availability data is downloaded one technology type at a time in CSV format. Each entry in the BDC Provider Service Availability dataset corresponds to a single BSL or NoBSL location (joined using the location_id attribute). These individual tables are then merged into a single table. To determine the best-available technology at a given location (as there may be multiple technology types available at a single location), each BDC entry was ranked based on the technology type: <br /></div><div><ul><li>Copper Wire, rank of 1</li><li>License Fixed Wireless, rank of 2</li><li>Licensed-by-Rule Terrestrial Fixed Wireless, rank of 2</li><li>Coaxial Cable / HFC, rank of 3</li><li>Optical Carrier Fiber to Premises, rank of 4</li></ul><div>BDC technology service availability is also ranked as Served/Underserved/Unserved based on the following criteria (<a href='https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf' target='_blank' rel='nofollow ugc noopener noreferrer'>https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf</a> or <a href='https://nm-community.maps.arcgis.com/home/item.html?id=5f47e138e8194bb1aa1562f9886315ed' target='_blank' rel='nofollow ugc noopener noreferrer'>here</a>):<br /></div></div><div><ul><li><b>Unserved </b>locations either have no access to broadband service or lack access to "(i) a speed of not less than 25 Mbps for downloads; and (ii) a speed of not less than 3 Mbps for uploads"</li><li><b>Underserved </b>locations lack access to "(i) a speed of not less than 100 Mbps for downloads; and (ii) a speed of not less than 20 Mbps for uploads</li><li><b>Served </b>locations have access to speeds exceeding these thresholds (100Mbps Download/20Mbps Upload)</li></ul><div>Once these rankings are tagged to rows in the merged BDC Technology table, the records are loaded into a database and a database-view is created to discern the best-available technology at a given location based [first] on the service availability (Served, Underserved, Unserved). This is the composition of that database-view:<br /></div></div><div><br /></div><div><div>SELECT * </div><div>FROM (</div><div>SELECT a.frn, a.provider_id, a.brand_name, a.location_id, a.technology,</div><div>a.max_advertised_download_speed, a.max_advertised_upload_speed,</div><div>a.low_latency, a.business_residential_code, a.id_for_rank, </div><div>a.service_level,</div><div>a.tech_level,</div><div>rank() OVER (</div><div> PARTITION BY a.location_id </div><div> ORDER BY</div><div> a.service_level DESC,</div><div> a.tech_level DESC,</div><div> a.max_advertised_download_speed DESC,</div><div> a.max_advertised_upload_speed DESC,</div><div> a.id_for_rank ASC</div><div> ) AS rank</div><div>FROM </div><div> <BDC_TECH_TABLE_MERGED> </div><div>) b </div><div>WHERE b.rank = 1;</div></div><div><br /></div><div><div>Using this database-view, the best-available technology data for a given location is joined to the BSL/NoBSL fabric based on a shared location_id.</div><div><br /></div><div>For BSL locations that do not have corresponding BDC Technology information, these points are set to "Unserved", as no provider has claimed service for this location (given the corresponding BDC dataset is released 6 months after the BSL/NoBSL fabric release, it is assumed provider's have had sufficient time to claim service for these locations).</div><div><br /></div><div>For NoBSL locations that do not have corresponding BDC Technology information, it is assumed that many bsl_flag=false (aka NoBSL) locations will not subscribe to Mass Market internet, and therefore are labeled with an availability_status of “Enterprise (Non-BSL)”. </div><div><br /></div><div>BSL data is also joined (via location_id) to BEAD BDC service status data. This is service availability data provided by the NTIA (as opposed to the BDC information published on the FCC Funding Map site). In most cases, the BEAD BDC data will match the FCC Funding Map BDC data.</div><div><br /></div><div>The best-available technology data in this dataset has been deduplicated using federal and state grant information; availability data has been updated to reflect the best available service level offered by any enforceable commitments that intersect or join with the BSL. If the enforceable commitment does not offer a higher service level than what is currently offered, the "deduplication_status" field (see definition below) will inherit the status that is currently offered.</div></div><div><br /></div><div><font size='4'><b>Attributes</b></font></div><div>Attribute fields with a preface of <b>bsl_ </b>come from the <a href='https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-' target='_blank' rel='nofollow ugc noopener noreferrer'>FCC Broadband Serviceable Fabric</a>. The acronym “BSL” stands for “Broadband Serviceable Location”. The data dictionary for the dataset is accessible <a href='https://nm-community.maps.arcgis.com/home/item.html?id=ba906272c5ba4c66a53e57439d48e6cc' target='_blank' rel='nofollow ugc noopener noreferrer'>here</a>. </div><div><br /></div><div>Attribute fields with a preface of <b>bdc_</b> come from the Broadband Data Collection Provider Availability Dataset. The dataset is available <a href='https://broadbandmap.fcc.gov/data-download/nationwide-data' target='_blank' rel='nofollow ugc noopener noreferrer'>here</a>.</div><div><ul><li>bsl_unit_count - BSL Fabric Schema - An estimate of the number of residential, nonresidential units within the location. In the case of Community Anchor Institutions and Group Quarters, there is an indication of the presence of CAI or Group Quarters structure. <br /></li><li>bsl_flag - BSL Fabric Schema - an indication of whether the Fabric Record is a BSL (1 - TRUE or Not 0 - FALSE) </li><li>bsl_fabric_version - Indicates the latest version of the BSL Fabric in which the point is represented. Generally, 20221231 V 3.2 <br /></li><li>bdc_brand_name - Name of the entity or service advertised or offered to consumers <br /></li><li>bdc_technology - Text description of technology <br /></li><li>availability_status - 1 = Unserved, 2 = Underserved, 3 = Served, from FCC<br /></li><li>deduplication_status - Broadband service availability, based on thresholds defined by the FCC, accounting for Grant Funded Enforceable Commitments. The highest-level service offered by a Grant Funded Enforceable Commitment; if the Federal and State Grants deduplicate to the same service level, the Federal Grant Funded Enforceable Commitment source is noted in the "deduplication_status_source" field.<br /></li></ul></div>
Map Name: Map
Legend
All Layers and Tables
Dynamic Legend
Dynamic All Layers
Layers:
Description: <DIV STYLE="text-align:Left;"><DIV><DIV><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>Details:</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Coordinate System – WGS84 (WKID: 4326)</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Update Frequency – Data is updated as frequently as new data is made available to the New Mexico Office of Broadband Access and Expansion. At minimum, the data will be updated as new BSL/NoBSL Fabric and BDC Service Provider information is published.</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>This dataset is hosted in an OBAE-hosted SQL Server, published via a local ArcGIS Enterprise Instance, that is shared with ArcGIS Online via an ArcGIS Enterprise “Collaboration”</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Data Custodian: Kevin Hoffman (</SPAN></SPAN><A href="mailto:kevin.hoffman.contractor@doit.nm.gov" STYLE="text-decoration:underline;"><SPAN STYLE="text-decoration:underline;"><SPAN>kevin.hoffman.contractor@doit.nm.gov</SPAN></SPAN></A><SPAN><SPAN>)</SPAN></SPAN></P><P /><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>Access Use Constraints: </SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Data is not intended for editing; updates to this dataset will be made internally by OBAE staff.</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Data is intended for specific users and not the general public. OBAE staff will grant permissions to users/groups as needed. </SPAN></SPAN></P><P /><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>Methodology:</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>FCC BSL/NoBSL data is downloaded in CSV format. The CSVs are merged into a single table and converted to spatial data using the latitude/longitude values within. Each row in this merged table represents a single BSL/NoBSL location.</SPAN></SPAN></P><P /><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>BDC Provider Service Availability data is downloaded one technology type at a time in CSV format. </SPAN></SPAN><SPAN><SPAN>Each entry in the BDC Provider Service Availability dataset corresponds to a single BSL or NoBSL location (joined using the location_id attribute). </SPAN></SPAN><SPAN><SPAN>These individual tables are then merged into a single table. To determine the best-available technology at a given location (as there may be multiple technology types available at a single location), each BDC entry was ranked based on the technology type:</SPAN></SPAN></P><UL STYLE="margin:0 0 0 0;padding:0 0 0 0;"><LI><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Copper Wire, rank of 1</SPAN></SPAN></P></LI><LI><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Licensed Terrestrial Fixed Wireless, rank of 2</SPAN></SPAN></P></LI><LI><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Licensed-by-Rule Terrestrial Fixed Wireless, rank of 2</SPAN></SPAN></P></LI><LI><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Coaxial Cable / HFC, rank of 3</SPAN></SPAN></P></LI><LI><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Optical Carrier Fiber to Premises, rank of 4</SPAN></SPAN></P></LI></UL><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>BDC technology service availability is also ranked as Served/Underserved/Unserved based on the following criteria</SPAN></SPAN><SPAN><SPAN> (</SPAN></SPAN><A href="https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf" STYLE="text-decoration:underline;"><SPAN STYLE="text-decoration:underline;"><SPAN>https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf</SPAN></SPAN></A><SPAN><SPAN>, also available </SPAN></SPAN><A href="https://nm-community.maps.arcgis.com/home/item.html?id=5f47e138e8194bb1aa1562f9886315ed" STYLE="text-decoration:underline;"><SPAN STYLE="text-decoration:underline;"><SPAN>here</SPAN></SPAN></A><SPAN><SPAN>):</SPAN></SPAN></P><UL STYLE="margin:0 0 0 0;padding:0 0 0 0;"><LI><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN STYLE="text-decoration:underline;"><SPAN>Unserved</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><SPAN><SPAN>locations either have no access to broadband service or lack access to "(i) a speed of not less than 25 Mbps for downloads; and (ii) a speed of not less than 3 Mbps for uploads"</SPAN></SPAN></P></LI><LI><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN STYLE="text-decoration:underline;"><SPAN>Underserved</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><SPAN><SPAN>locations lack access to "(i) a speed of not less than 100 Mbps for downloads; and (ii) a speed of not less than 20 Mbps for uploads"</SPAN></SPAN></P></LI><LI><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN STYLE="text-decoration:underline;"><SPAN>Served</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><SPAN><SPAN>locations have access to speeds exceeding these thresholds (100Mbps Download/20Mbps Upload)</SPAN></SPAN></P></LI></UL><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Once these rankings are tagged to rows in the merged BDC Technology table, the records are loaded into a database and a database-view is created to discern the best-available technology at a given location based [first] on the service availability (Served, Underserved, Unserved). This is the composition of that database-view:</SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN>SELECT * </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN>FROM (</SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> SELECT </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.frn, a.provider_id, a.brand_name, a.location_id, a.technology, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.max_advertised_download_speed, a.max_advertised_upload_speed, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.low_latency, a.business_residential_code, a.id_for_rank, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.service_level, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.tech_level, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> rank() OVER (</SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> PARTITION BY a.location_id </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> ORDER BY </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.service_level DESC, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.tech_level DESC, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.max_advertised_download_speed DESC, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.max_advertised_upload_speed DESC, </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> a.id_for_rank ASC</SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> ) AS rank </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> FROM </SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> <BDC_TECH_TABLE_MERGED> a</SPAN></SPAN></P><P STYLE="margin:7 0 0 96;"><SPAN><SPAN> ) b </SPAN></SPAN></P><P STYLE="margin:0 0 0 96;"><SPAN><SPAN>WHERE b.rank = 1;</SPAN></SPAN></P><P /><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Using this database-view, the best-available technology data for a given location is joined to the BSL/NoBSL fabric based on a shared location_id.</SPAN></SPAN></P><P STYLE="margin:7 0 7 0;"><SPAN><SPAN>NTIA/FCC location challenge adjudications correspond to the </SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN>BSL/NoBSL FCC Fabrics of </SPAN></SPAN><SPAN STYLE="font-weight:bold;text-decoration:underline;"><SPAN>6/30/20222</SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN> and </SPAN></SPAN><SPAN STYLE="font-weight:bold;text-decoration:underline;"><SPAN>12/31/2022</SPAN></SPAN><SPAN><SPAN>. Challenges were submitted to FCC/NTIA on 12/23/2022 and 3/16/2023, respectively. If there were multiple responses that corresponded to a single Location ID, the most relevant response was included in this dataset. The most relevant response was then joined to the BSL/NoBSL and BDC Technology information.</SPAN></SPAN></P><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>For BSL locations that do not have corresponding BDC Technology information:</SPAN></SPAN></P><UL STYLE="margin:0 0 0 0;padding:0 0 0 0;"><LI><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>If the BSL was in the previous fabric release, and there is still no BDC match (under normal circumstances, providers will have 6 months to provide this data in time for the next BSL/NoBSL fabric release), it is assumed the provider has had a chance to claim service for this point, but did not. Therefore, we deem these points “Unserved”.</SPAN></SPAN></P></LI><LI><P STYLE="margin:0 0 11 0;"><SPAN><SPAN>If the BSL was not in the previous fabric release, we consider the location new (meaning providers have not had a chance to claim service), we do a </SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN>spatial inference</SPAN></SPAN><SPAN><SPAN> using FCC Hex shapes. Anything outside those hexes would be deemed “Unserved”.</SPAN></SPAN></P></LI></UL><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>For NoBSL locations that do not have corresponding BDC Technology information:</SPAN></SPAN></P><UL STYLE="margin:0 0 0 0;padding:0 0 0 0;"><LI><P STYLE="margin:0 0 11 0;"><SPAN><SPAN>No spatial-inferences or assumptions are made of the data. Because many bsl_flag=false (aka NoBSL) locations will not subscribe to Mass Market internet, locations without matching BDC Technology data are labeled with an availability_status of “Enterprise (Non-BSL)”</SPAN></SPAN></P></LI></UL><P STYLE="font-weight:bold;margin:0 0 11 0;"><SPAN><SPAN>Spatial Inference process Description:</SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>Service availability status was set via a modified Nearest Neighbor type analysis. </SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>A summary analysis of service availability per H3 hexagon (iterated at the hex 9 - hex 6 levels) was used to impute estimated service levels to locations without a BDC Technology match.</SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>For those BSLs with a BDC Technology match, </SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>Each hexagon in the state was assigned a number of Served/Underserved/Unserved BSLs within it by service type using the ArcGIS Pro “Summarize Within” tool.</SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>Once the mean service level was determined for a given hex polygon, that value could be spatially joined to the challenge points as estimated service levels. </SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>For example, if a hexagon had 100 BSLs in it, and 80 of these were Served, 12 were Underserved, and 8 were unserved, the mean service level (as an integer value) would be 2.72, the majority would be 3, and the challenge BSL point would be assigned an availability status of "Served". </SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>Means were rounded to the nearest integer. Because many 'New BSLs' did not intersect with smaller hexagons containing valid BSLs, hexagon levels were iterated through until the hex6 level to capture wider areas of interest. </SPAN></SPAN></P><P STYLE="margin:0 0 11 48;"><SPAN><SPAN>Where challenge points did not intersect such hexagons, they were assigned an availability_status of "Unserved" because they are estimated to be too far from any existing service claims.</SPAN></SPAN></P><P /><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>Attributes:</SPAN></SPAN></P><P /><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>Attribute fields with a preface of </SPAN></SPAN><SPAN><SPAN>“bsl_”</SPAN></SPAN><SPAN><SPAN> come from the FCC Broadband Serviceable Fabric</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><A href="https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-" STYLE="text-decoration:underline;"><SPAN STYLE="text-decoration:underline;"><SPAN>What is the Location Fabric? – BDC Help Center (fcc.gov)</SPAN></SPAN></A><SPAN><SPAN>. </SPAN></SPAN><SPAN><SPAN>The acronym “BSL” stands for “Broadband Serviceable Location”. The data dictionary for the dataset is accessible </SPAN></SPAN><A href="https://nm-community.maps.arcgis.com/home/item.html?id=ba906272c5ba4c66a53e57439d48e6cc" STYLE="text-decoration:underline;"><SPAN STYLE="text-decoration:underline;"><SPAN>here</SPAN></SPAN></A><SPAN><SPAN>.</SPAN></SPAN></P><P /><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>Attribute fields with a preface of </SPAN></SPAN><SPAN><SPAN>“bdc_”</SPAN></SPAN><SPAN><SPAN> come from the Broadband Data Collection Provider Availability dataset download available here -</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><A href="https://broadbandmap.fcc.gov/data-download/nationwide-data" STYLE="text-decoration:underline;"><SPAN STYLE="text-decoration:underline;"><SPAN>https://broadbandmap.fcc.gov/data-download/nationwide-data</SPAN></SPAN></A></P><P /><P STYLE="margin:0 0 6 0;"><SPAN><SPAN>Attribute fields with a preface of </SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN>“fccresponse_”</SPAN></SPAN><SPAN><SPAN> come from the FCC/NTIA Location Challenge adjudications that correspond to the BSL/NoBSL FCC Fabrics of </SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN>6/30/20222 and 12/31/2022</SPAN></SPAN><SPAN><SPAN>. </SPAN></SPAN></P><P /><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>location_id</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - Unique ID for the Fabric location. </SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_address_primary</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - Postal address</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_city</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - Postal address city name</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_state</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - 2 digit state abbreviation</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_zip</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - 5 digit zip code</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_zip_suffix</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - 4 digit zip+4 suffix</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_unit_count</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - An estimate of the number of residential, nonresidential units within the location. In the case of Community Anchor Institutions and Group Quarters, there is an indication of the presence of CAI or Group Quarters structure.</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_flag</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - an indication of whether the Fabric Record is a BSL (1 - TRUE or Not 0 - FALSE)</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_building_type_code</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - Indicates if the record is considered residential (R), nonresidential (B) mixed (X), Group Quarters (G), Community Anchor Institution (C), Enterprise (E) or Other (O)</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_land_use_code</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - A modeled land use designation estimated from assembled county assessor information (see domain)</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_address_confidence_code</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - A code indicating the confidence in the association of the textual address with the BSL.</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_county_geoid</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - 5 digit TIGER 2020 identifier for county</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_block_geoid</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - 15 digit 2020 Census FIPS code for census block</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_latitude</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - Latitude of location</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_longitude</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - Longitude of location</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_h3index_hex9</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - A reference to the H3 hex cell I.D., level 9</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_h3index_hex8</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - A reference to the H3 hex cell I.D., level 8</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_h3index_hex7</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - A reference to the H3 hex cell I.D., level 7</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_h3index_hex6</SPAN></SPAN><SPAN><SPAN> - BSL Fabric Schema - A reference to the H3 hex cell I.D., level 6</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_fabric_version</SPAN></SPAN><SPAN><SPAN> - Indicates the latest version of the BSL Fabric in which the point is represented. Generally, 12312022_ver1</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bsl_in_previous_fabric</SPAN></SPAN><SPAN><SPAN>- date release of FCC Fabric</SPAN></SPAN></P><P /><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_frn</SPAN></SPAN><SPAN><SPAN> – 10-digit FCC Registration Number (FRN) of the entity that submitted the data</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_provider_id</SPAN></SPAN><SPAN><SPAN> – Unique identifier for the fixed service provider</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_brand_name</SPAN></SPAN><SPAN><SPAN> – Name of the entity or service advertised or offered to consumers</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_technology_code</SPAN></SPAN><SPAN><SPAN> – Code for the technology used for the deployed service</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_technology – </SPAN></SPAN><SPAN><SPAN>Text description of technology</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_max_advertised_down_speed</SPAN></SPAN><SPAN><SPAN> – Maximum advertised download speed offered at the location in MBPS</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_max_advertised_upload_speed</SPAN></SPAN><SPAN><SPAN> – Maximum advertised upload speed associated with the maximum advertised download speed offered at the location in MBPS</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_low_latency</SPAN></SPAN><SPAN><SPAN> – Boolean integer flag indicating whether or not the offered service is low latency, defined as having round-trip latency of less than or equal to 100 MS based on the 95</SPAN></SPAN><SPAN><SPAN>th</SPAN></SPAN><SPAN><SPAN> percentile of measurements (0 – False, 1 – True)</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>bdc_business_residential_code</SPAN></SPAN><SPAN><SPAN> – Enumerated character identifying whether the service at the location is offered only to business customers, or to both business and residential customers. Value is one of the following codes (B – business-only location, R – residential-only location, X – business and residential location</SPAN></SPAN></P><P /><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>fccresponse_ref_id - </SPAN></SPAN><SPAN><SPAN>Unique identifier for the bulk Fabric challenge data submission for point</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_file_status – </SPAN></SPAN><SPAN><SPAN>Indicator of whether the submitted challenge file was accepted by the FCC/NTIA</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_file_record_status – </SPAN></SPAN><SPAN><SPAN>Indicator of the record file status with FCC/NTIA</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_date_received - </SPAN></SPAN><SPAN><SPAN>Date the location challenge submission was received</SPAN></SPAN></P><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>fccresponse_fabric_vintage - </SPAN></SPAN><SPAN><SPAN>As-of date associated with the Fabric that has been challenged. This information is part of the filed challenge</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_category_code - </SPAN></SPAN><SPAN><SPAN>The challenge type included as part of the challenge submission</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_response_code – </SPAN></SPAN><SPAN><SPAN>The NTIA/FCC Response Code</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_status_desc – </SPAN></SPAN><SPAN><SPAN>Text description of fccresponse_response_code</SPAN></SPAN></P><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>fccresponse_location_id - </SPAN></SPAN><SPAN><SPAN>Unique identifier for the challenged location</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_description_code - </SPAN></SPAN><SPAN><SPAN>A code indicating the reason for the adjudication of each individual challenge</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_desc_code_desc - </SPAN></SPAN><SPAN><SPAN>A description of the response_description_code value</SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>fccresponse_description - </SPAN></SPAN><SPAN><SPAN>Free text field for conveying additional information, if applicable</SPAN></SPAN></P><P /><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>availability_code – </SPAN></SPAN><SPAN><SPAN>number value that corresponds to availability_status. 1 = Unserved, 2 = Underserved, 3 = Served</SPAN></SPAN></P><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN><SPAN>availability_status_source - </SPAN></SPAN><SPAN><SPAN>Indicator of the source for availability status. </SPAN></SPAN></P><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;"><SPAN>availability_status – </SPAN></SPAN><SPAN><SPAN>Broadband service availability, based on thresholds defined by the FCC</SPAN></SPAN></P><UL STYLE="margin:0 0 0 0;padding:0 0 0 0;"><LI><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN STYLE="text-decoration:underline;"><SPAN>Unserved</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><SPAN><SPAN>locations either have no access to broadband service or lack access to "(i) a speed of not less than 25 Mbps for downloads; and (ii) a speed of not less than 3 Mbps for uploads"</SPAN></SPAN></P></LI><LI><P STYLE="font-weight:bold;margin:0 0 6 0;"><SPAN STYLE="text-decoration:underline;"><SPAN>Underserved</SPAN></SPAN><SPAN><SPAN> </SPAN></SPAN><SPAN><SPAN>locations lack access to "(i) a speed of not less than 100 Mbps for downloads; and (ii) a speed of not less than 20 Mbps for uploads"</SPAN></SPAN></P></LI><LI><P STYLE="margin:0 0 6 0;"><SPAN STYLE="font-weight:bold;text-decoration:underline;"><SPAN>Served</SPAN></SPAN><SPAN STYLE="font-weight:bold;"><SPAN> </SPAN></SPAN><SPAN><SPAN>locations have access to speeds exceeding these thresholds (100Mbps Download/20Mbps Upload)</SPAN></SPAN></P></LI></UL><P><SPAN /></P></DIV></DIV></DIV>
Service Item Id: c87cd5f03bfc4c70acf27ade2456631d
Copyright Text:
Spatial Reference:
4326
(4326)
LatestVCSWkid(0)
Single Fused Map Cache: false
Initial Extent:
XMin: -112.28924136841658
YMin: 30.944453465710016
XMax: -99.76239419158333
YMax: 37.390165284290106
Spatial Reference: 4326
(4326)
LatestVCSWkid(0)
Full Extent:
XMin: -109.04901759999996
YMin: 31.334920140000065
XMax: -103.00261795999995
YMax: 36.99969861000005
Spatial Reference: 4326
(4326)
LatestVCSWkid(0)
Units: esriDecimalDegrees
Supported Image Format Types: PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP
Document Info:
Title: C:\Users\Kevin.Hoffman\AppData\Local\Temp\5\ArcGISProTemp9932\Untitled\Untitled.aprx
Author:
Comments:
Subject:
Category:
Keywords: bsl,bdc,fcc,deduplicated,bead
AntialiasingMode: Fast
TextAntialiasingMode: Force
Supports Dynamic Layers: true
Resampling: false
MaxRecordCount: 2000
MaxImageHeight: 4096
MaxImageWidth: 4096
Supported Query Formats: JSON, geoJSON, PBF
Supports Query Data Elements: true
Min Scale: 0
Max Scale: 0
Supports Datum Transformation: true
Child Resources:
Info
Dynamic Layer
Supported Operations:
Export Map
Identify
QueryLegends
QueryDomains
Find
Return Updates