Verify FCC API access for Forefront map

This commit is contained in:
root
2026-07-21 23:52:50 -04:00
parent bc7d1991b5
commit 90e1ad923e
2 changed files with 4 additions and 4 deletions
@@ -199,7 +199,7 @@ Steps:
1. Create/use FCC CORES/BDC login. 1. Create/use FCC CORES/BDC login.
2. Generate NBM API token from `https://broadbandmap.fcc.gov/login` → Manage API Access. 2. Generate NBM API token from `https://broadbandmap.fcc.gov/login` → Manage API Access.
3. Store username/token in server `.env`. Current state: token is stored as `FCC_HASH_VALUE`; `FCC_USERNAME` is still needed. 3. Store username/token in server `.env`. Current state: `FCC_USERNAME` and `FCC_HASH_VALUE` are stored in `/root/projects/forefront-broadband-map/.env`; `listAsOfDates` test succeeded.
4. Call `listAsOfDates` to discover newest availability date. 4. Call `listAsOfDates` to discover newest availability date.
5. Call `listAvailabilityData/{as_of_date}` with filters: 5. Call `listAvailabilityData/{as_of_date}` with filters:
- category: State or Provider - category: State or Provider
@@ -299,7 +299,7 @@ Confirmed by Germaine:
Still needed before build: Still needed before build:
1. FCC BDC username/token, or approval to create/request one. Current state: token received and stored as `FCC_HASH_VALUE`; FCC username still needed. 1. FCC BDC username/token: received, stored, and tested successfully against `listAsOfDates`.
2. Decision on whether to pursue FCC/CostQuest Fabric access. 2. Decision on whether to pursue FCC/CostQuest Fabric access.
3. Any Forefront coverage/install data when available. 3. Any Forefront coverage/install data when available.
4. Confirm temporary URL if/when deployed; default assumption remains `ops.itpropartner.com/forefront-broadband-map/`. 4. Confirm temporary URL if/when deployed; default assumption remains `ops.itpropartner.com/forefront-broadband-map/`.
@@ -311,7 +311,7 @@ Still needed before build:
Tasks: Tasks:
1. Build FCC API client using `.env` values `FCC_USERNAME` and `FCC_HASH_VALUE`. 1. Build FCC API client using tested `.env` values `FCC_USERNAME` and `FCC_HASH_VALUE`.
2. Pull latest availability vintage list. 2. Pull latest availability vintage list.
3. List Texas fixed broadband downloads. 3. List Texas fixed broadband downloads.
4. Download target files. 4. Download target files.
+1 -1
View File
@@ -19,7 +19,7 @@ Temporary hosting, if needed: **Ops** — likely `ops.itpropartner.com/forefront
| Residential or business | Either / both if data is available | | Residential or business | Either / both if data is available |
| Existing Forefront GIS/tower/customer data | Not yet | | Existing Forefront GIS/tower/customer data | Not yet |
| Provider qualification access | Public web pages only | | Provider qualification access | Public web pages only |
| FCC Broadband Map / BDC API token | Received and stored in `/root/projects/forefront-broadband-map/.env` as `FCC_HASH_VALUE`; FCC username still needed for API calls | | FCC Broadband Map / BDC API access | Username and token are stored in `/root/projects/forefront-broadband-map/.env` as `FCC_USERNAME` and `FCC_HASH_VALUE`; `listAsOfDates` test succeeded with HTTP 200 and 52 results |
| FCC vs provider data | Combination of both | | FCC vs provider data | Combination of both |
| ZIP coverage | Include **75154** and **75146** | | ZIP coverage | Include **75154** and **75146** |
| 75146 scope | Full ZIP | | 75146 scope | Full ZIP |