

{
"name":"BEAD/Current_Service_Official_v6_View",
"title":"BEAD/Current_Service_Official_v6_View",
"type":"Map Service",
"typeKeywords":["ArcGIS Server","Service","Map Service"],
"description":"<div style='text-align:Left;'><p>This is a composite layer that joins together the following datasets:<\/p><p><\/p><p>All <b>Broadband Serviceable Locations<\/b> (<b>BSLs<\/b>) in New Mexico as of the FCC National Broadband Map Fabric released on <b>12/31/2024 (version 6)<\/b>. For more information visit <a href='https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-'>https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-<\/a><\/p><p>The best-available provider availability data and <b>BDC<\/b> <b>availability status<\/b> released<b> 5/27/2025 as-of 12/31/2024 (version 6)<\/b>. BDC datasets can be downloaded <a href='https://broadbandmap.fcc.gov/data-download/nationwide-data'>here<\/a>.<\/p><p><br /><\/p><p><\/p><p><b><font size='4'>Details<\/font><\/b><\/p><p><\/p><p>Update Frequency \u2013 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)<\/p><p><\/p><p>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 \u201cCollaboration\u201d Data Custodian: Michael Felzan (michael.felzan.contractor@doit.nm.gov)<\/p><p><br /><\/p><p><\/p><p><\/p><p><b><font size='4'>Access Use Constraints<\/font><\/b><\/p><p><\/p><p>Data is not intended for editing; updates to this dataset will be made internally by OBAE staff.<\/p><p><\/p><p>Data is intended for the general public.<\/p><p><br /><\/p><p><\/p><p><\/p><p><\/p><p><b><font size='4'>Methodology<\/font><\/b><\/p><p><\/p><p>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.<\/p><p><\/p><p>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:<\/p><p><\/p><p>Copper Wire, rank of 1<\/p><p>Licensed Terrestrial Fixed Wireless, rank of 2<\/p><p>Licensed-by-Rule Terrestrial Fixed Wireless, rank of 2<\/p><p>Coaxial Cable / HFC, rank of 3<\/p><p>Optical Carrier Fiber to Premises, rank of 4<\/p><p>BDC technology service availability is also ranked as Served/Underserved/Unserved based on the following criteria (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-(FAQs)_Version-2.0.pdf'>https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf<\/a>, also available <a href='https://nm-community.maps.arcgis.com/home/item.html?id=5f47e138e8194bb1aa1562f9886315ed'>here<\/a>):<\/p><p><\/p><p>Unserved locations either have no access to broadband service or lack access to &quot;(i) a speed of not less than 25 Mbps for downloads; and (ii) a speed of not less than 3 Mbps for uploads&quot;<\/p><p>Underserved locations lack access to &quot;(i) a speed of not less than 100 Mbps for downloads; and (ii) a speed of not less than 20 Mbps for uploads<\/p><p>Served locations have access to speeds exceeding these thresholds (100Mbps Download/20Mbps Upload)<\/p><p>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:<\/p><p><\/p><p><font size='2'>SELECT *<br /><\/font><span style='font-size:small;'>FROM (<br /><\/span><span style='font-size:small;'>SELECT a.frn, a.provider_id, a.brand_name, a.location_id, a.technology,<br /><\/span><span style='font-size:small;'>a.max_advertised_download_speed, a.max_advertised_upload_speed,<br /><\/span><span style='font-size:small;'>a.low_latency, a.business_residential_code, a.id_for_rank,<br /><\/span><span style='font-size:small;'>a.service_level,<br /><\/span><span style='font-size:small;'>a.tech_level,<br /><\/span><span style='font-size:small;'>rank() OVER (<br /><\/span><span style='font-size:small;'>PARTITION BY a.location_id<br /><\/span><span style='font-size:small;'>ORDER BY<br /><\/span><span style='font-size:small;'>a.service_level DESC,<br /><\/span><span style='font-size:small;'>a.tech_level DESC,<br /><\/span><span style='font-size:small;'>a.max_advertised_download_speed DESC,<br /><\/span><span style='font-size:small;'>a.max_advertised_upload_speed DESC,<br /><\/span><span style='font-size:small;'>a.id_for_rank ASC<br /><\/span><span style='font-size:small;'>) AS rank<br /><\/span><span style='font-size:small;'>FROM<br /><\/span><span style='font-size:small;'>&lt;BDC_TECH_TABLE_MERGED&gt;<br /><\/span><span style='font-size:small;'>) b<br /><\/span><span style='font-size:small;'>WHERE b.rank = 1;<\/span><\/p><p><\/p><p>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.<\/p><p><\/p><p>For BSL locations that do not have corresponding BDC Technology information, these points are set to &quot;Unserved&quot;, 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).<\/p><p><\/p><p>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 \u201cEnterprise (Non-BSL)\u201d.<\/p><p><br /><\/p><p><\/p><p><\/p><p><b><font size='4'>Attributes<\/font><\/b><\/p><p><\/p><p>Attribute fields with a preface of \u201cbsl_\u201d come from the FCC Broadband Serviceable Fabric <a href='https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-'>What is the Location Fabric? \u2013 BDC Help Center (fcc.gov). <\/a>The acronym \u201cBSL\u201d stands for \u201cBroadband Serviceable Location\u201d. The data dictionary for the dataset is accessible <a href='https://nm-community.maps.arcgis.com/home/item.html?id=ba906272c5ba4c66a53e57439d48e6cc'>here<\/a>.<\/p><p><\/p><p>Attribute fields with a preface of \u201cbdc_\u201d come from the Broadband Data Collection Provider Availability dataset download available here - <a href='https://broadbandmap.fcc.gov/data-download/nationwide-data'>https://broadbandmap.fcc.gov/data-download/nationwide-data<\/a><\/p><ul><li><p><font size='2'>bsl_flag\u202f- BSL Fabric Schema - an indication of whether the Fabric Record is a BSL (1 - TRUE or Not 0 - FALSE)<\/font><\/p><\/li><li><p><font size='2'>bsl_fabric_version\u202f- Indicates the latest version of the BSL Fabric in which the point is represented. Generally, 20221231 V 3.2<\/font><\/p><\/li><li><p><font size='2'>bdc_brand_name\u202f\u2013 Name of the entity or service advertised or offered to consumers<\/font><\/p><\/li><li><p><font size='2'>bdc_technology \u2013\u202fText description of technology<\/font><\/p><\/li><li><p><font size='2'>availability_status_source -\u202fIndicator of the source for availability status<\/font><\/p><\/li><li><p><font size='2'>bdc_availability_status \u2013\u202fBroadband service availability, based on thresholds defined by the FCC<\/font><\/p><\/li><\/ul><\/div>",
"extent":[[-110.86600467256594,-102.3897347916062],[32.26564641523571,35.93519278985637]],

"url":"https://gis.doit.nm.gov/nmgis/rest/services/BEAD/Current_Service_Official_v6_View/MapServer"
}
