{ "currentVersion": 11.1, "cimVersion": "3.1.0", "serviceDescription": "

This is a composite layer that joins together the following datasets: <\/SPAN><\/P>

All Broadband Serviceable Locations (BSLs) in New Mexico as of the FCC National Broadband Map Fabric released on <\/SPAN>6/30/2024 (version 5)<\/SPAN>. For more information visit https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-<\/SPAN><\/P>

The best-available provider availability data and BDC availability status released <\/SPAN>1/21/2025 as-of 6/30/2024 (version 5). <\/SPAN>BDC datasets can be downloaded here.<\/SPAN><\/P>

Details<\/SPAN><\/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)<\/SPAN><\/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)<\/SPAN><\/P>

<\/P>

Access Use Constraints<\/SPAN><\/P>

<\/P>

Data is not intended for editing; updates to this dataset will be made internally by OBAE staff.<\/SPAN><\/P>

<\/P>

Data is intended for the general public.<\/SPAN><\/P>

<\/P>

Methodology<\/SPAN><\/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.<\/SPAN><\/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:<\/SPAN><\/P>

Copper Wire, rank of 1<\/SPAN><\/P>

Licensed Terrestrial Fixed Wireless, rank of 2<\/SPAN><\/P>

Licensed-by-Rule Terrestrial Fixed Wireless, rank of 2<\/SPAN><\/P>

Coaxial Cable / HFC, rank of 3<\/SPAN><\/P>

Optical Carrier Fiber to Premises, rank of 4<\/SPAN><\/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 (https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf, also available here):<\/SPAN><\/P>

Unserved 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><\/P>

Underserved 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><\/P>

Served locations have access to speeds exceeding these thresholds (100Mbps Download/20Mbps Upload)<\/SPAN><\/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:<\/SPAN><\/P>

<\/P>

SELECT * <\/SPAN><\/P>

FROM (<\/SPAN><\/P>

SELECT a.frn, a.provider_id, a.brand_name, a.location_id, a.technology,<\/SPAN><\/P>

a.max_advertised_download_speed, a.max_advertised_upload_speed,<\/SPAN><\/P>

a.low_latency, a.business_residential_code, a.id_for_rank, <\/SPAN><\/P>

a.service_level,<\/SPAN><\/P>

a.tech_level,<\/SPAN><\/P>

rank() OVER (<\/SPAN><\/P>

PARTITION BY a.location_id <\/SPAN><\/P>

ORDER BY<\/SPAN><\/P>

a.service_level DESC,<\/SPAN><\/P>

a.tech_level DESC,<\/SPAN><\/P>

a.max_advertised_download_speed DESC,<\/SPAN><\/P>

a.max_advertised_upload_speed DESC,<\/SPAN><\/P>

a.id_for_rank ASC<\/SPAN><\/P>

) AS rank<\/SPAN><\/P>

FROM <\/SPAN><\/P>

<BDC_TECH_TABLE_MERGED> <\/SPAN><\/P>

) b <\/SPAN><\/P>

WHERE b.rank = 1;<\/SPAN><\/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.<\/SPAN><\/P>

<\/P>

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).<\/SPAN><\/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.<\/SPAN><\/P>

<\/P>

Attributes<\/SPAN><\/P>

<\/P>

Attribute fields with a preface of \u201cbsl_\u201d come from the FCC Broadband Serviceable Fabric What is the Location Fabric? \u2013 BDC Help Center (fcc.gov). The acronym \u201cBSL\u201d stands for \u201cBroadband Serviceable Location\u201d. The data dictionary for the dataset is accessible here.<\/SPAN><\/P>

<\/P>

Attribute fields with a preface of \u201cbdc_\u201d come from the Broadband Data Collection Provider Availability dataset download available here - https://broadbandmap.fcc.gov/data-download/nationwide-data<\/SPAN><\/P>

<\/P>

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.<\/SPAN><\/P>

bsl_flag - BSL Fabric Schema - an indication of whether the Fabric Record is a BSL (1 - TRUE or Not 0 - FALSE)<\/SPAN><\/P>

bsl_fabric_version - Indicates the latest version of the BSL Fabric in which the point is represented. Generally, 20221231 V 3.2<\/SPAN><\/P>

bdc_brand_name \u2013 Name of the entity or service advertised or offered to consumers<\/SPAN><\/P>

bdc_technology \u2013 Text description of technology<\/SPAN><\/P>

availability_status \u2013 Broadband service availability, based on thresholds defined by the FCC<\/SPAN><\/P><\/DIV><\/DIV><\/DIV>", "mapName": "Map", "description": "This is a composite layer that joins together the following datasets: All Broadband Serviceable Locations (BSLs) in New Mexico as of the FCC National Broadband Map Fabric released on 6/30/2024 (version 5). For more information visit https://help.bdc.fcc.gov/hc/en-us/articles/5375384069659-What-is-the-Location-Fabric-The best-available provider availability data and BDC availability status released 1/21/2025 as-of 6/30/2024 (version 5). BDC datasets can be downloaded here.DetailsUpdate 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)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)Access Use ConstraintsData is not intended for editing; updates to this dataset will be made internally by OBAE staff.Data is intended for the general public.MethodologyFCC 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.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:Copper Wire, rank of 1Licensed Terrestrial Fixed Wireless, rank of 2Licensed-by-Rule Terrestrial Fixed Wireless, rank of 2Coaxial Cable / HFC, rank of 3Optical Carrier Fiber to Premises, rank of 4BDC 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 (https://broadbandusa.ntia.doc.gov/sites/default/files/2022-09/BEAD-Frequently-Asked-Questions-%28FAQs%29_Version-2.0.pdf, also available here):Unserved 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\"Underserved 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 uploadsServed locations have access to speeds exceeding these thresholds (100Mbps Download/20Mbps Upload)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:SELECT * FROM (SELECT a.frn, a.provider_id, a.brand_name, a.location_id, a.technology,a.max_advertised_download_speed, a.max_advertised_upload_speed,a.low_latency, a.business_residential_code, a.id_for_rank, a.service_level,a.tech_level,rank() OVER ( PARTITION BY a.location_id ORDER BY a.service_level DESC, a.tech_level DESC, a.max_advertised_download_speed DESC, a.max_advertised_upload_speed DESC, a.id_for_rank ASC ) AS rankFROM <BDC_TECH_TABLE_MERGED> ) b WHERE b.rank = 1;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.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).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.AttributesAttribute fields with a preface of \u201cbsl_\u201d come from the FCC Broadband Serviceable Fabric What is the Location Fabric? \u2013 BDC Help Center (fcc.gov). The acronym \u201cBSL\u201d stands for \u201cBroadband Serviceable Location\u201d. The data dictionary for the dataset is accessible here.Attribute fields with a preface of \u201cbdc_\u201d come from the Broadband Data Collection Provider Availability dataset download available here - https://broadbandmap.fcc.gov/data-download/nationwide-databsl_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.bsl_flag - BSL Fabric Schema - an indication of whether the Fabric Record is a BSL (1 - TRUE or Not 0 - FALSE)bsl_fabric_version - Indicates the latest version of the BSL Fabric in which the point is represented. Generally, 20221231 V 3.2bdc_brand_name \u2013 Name of the entity or service advertised or offered to consumersbdc_technology \u2013 Text description of technologyavailability_status \u2013 Broadband service availability, based on thresholds defined by the FCC", "copyrightText": "", "supportsDynamicLayers": true, "layers": [ { "id": 0, "name": "Current Service (Official) v5 View", "parentLayerId": -1, "defaultVisibility": true, "subLayerIds": null, "minScale": 0, "maxScale": 0, "type": "Feature Layer", "geometryType": "esriGeometryPoint", "supportsDynamicLegends": true } ], "tables": [], "spatialReference": { "wkid": 4326, "latestWkid": 4326, "xyTolerance": 8.983152841195215E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "singleFusedMapCache": false, "initialExtent": { "xmin": -111.47326803739395, "ymin": 27.530308384317678, "xmax": -101.33201107877196, "ymax": 40.76954723369364, "spatialReference": { "wkid": 4326, "latestWkid": 4326, "xyTolerance": 8.983152841195215E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 } }, "fullExtent": { "xmin": -109.04904059999996, "ymin": 31.33492614000005, "xmax": -103.00262895999998, "ymax": 36.99969861000005, "spatialReference": { "wkid": 4326, "latestWkid": 4326, "xyTolerance": 8.983152841195215E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 } }, "datesInUnknownTimezone": false, "minScale": 0, "maxScale": 0, "units": "esriDecimalDegrees", "supportedImageFormatTypes": "PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP", "documentInfo": { "Title": "Map", "Author": "", "Comments": "", "Subject": "", "Category": "", "Version": "3.1.0", "AntialiasingMode": "Fast", "TextAntialiasingMode": "Force", "Keywords": "FCC,BSL,BDC,Official" }, "capabilities": "Map,Query,Data", "supportedQueryFormats": "JSON, geoJSON, PBF", "exportTilesAllowed": false, "referenceScale": 0.0, "datumTransformations": [ { "geoTransforms": [ { "wkid": 108190, "latestWkid": 108190, "transformForward": true, "name": "WGS_1984_(ITRF00)_To_NAD_1983" } ] }, { "geoTransforms": [ { "wkid": 108190, "latestWkid": 108190, "transformForward": false, "name": "WGS_1984_(ITRF00)_To_NAD_1983" } ] }, { "geoTransforms": [ { "wkid": 108190, "latestWkid": 108190, "transformForward": true, "name": "WGS_1984_(ITRF00)_To_NAD_1983" } ] }, { "geoTransforms": [ { "wkid": 108190, "latestWkid": 108190, "transformForward": false, "name": "WGS_1984_(ITRF00)_To_NAD_1983" } ] } ], "supportsDatumTransformation": true, "floorAwareMapProperties": { "defaultFloorFilterSettings": {"isEnabled": false} }, "archivingInfo": {"supportsHistoricMoment": true}, "supportsClipping": true, "supportsSpatialFilter": true, "supportsTimeRelation": true, "supportsQueryDataElements": true, "mapUnits": {"uwkid": 9102}, "maxRecordCount": 2000, "maxImageHeight": 4096, "maxImageWidth": 4096, "supportedExtensions": "", "serviceItemId": "60cfc251dac14dd981bd8a375bdc4f76" }