The channel availability heatmap at
https://www.google.com/get/spectrumdatabase/channel/ is almost what I am looking for.
There is one issue - it is currently configured to include all channels from 2 to 51 in the results.
I want to see the same heatmap, but only considering UHF channels from 14 to 51 (which is what most TVWS equipment actually supports).
I'm wondering what is the easiest way to create a visualization of that data?
One route would be
1) sign up for the spectrum database API access
2) write and debug code to download channel availability for the US (by zip code? By incrementing through Lat and Lon steps?)
3) write and debug code to post-process the data to extract my subset of channels
4) study and learn the Google Maps Layers API
5) write and debug code display the channel availability data as a heatmap layer.
This path would take a considerable amount of time due to my inexperience in working with these APIs.
Given that the existing spectrum availability heatmap is so close to what I'm looking for, I wonder if there might be some shortcut to "tweak" the display to my needs?
Does anyone have any suggestions?