Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TLobes committed Jan 3, 2015
1 parent 4493bf5 commit e57ba41
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Radio Map (Radio Ga Ga)
========

Pulls in radio stations, determines broadcast ranges, displays available stations nearest a location

Sources:
US Database
http://www.fcc.gov/encyclopedia/fm-query-broadcast-station-search

Canadian Database
http://www.ic.gc.ca/eic/site/smt-gst.nsf/eng/h_sf09484.html


References:
http://publicradiomap.com/

Problem attempting to solve:
I want to know what radio stations are nearby when I travel, spefically NPR or college radio

But really:
Just want to make a cool visualization that could be useful to someone, too


TODO:

- Grab station and frequency data given a location using above sources
Can data give probable broadcast range or do we need to determine by algorithm?
Yes? Cool.
No? Find or create an algorithm that could take geological data into consideration including
signal strength, interference, weather, and other factors that may affect range.
- Generate a list of all the stations in a given area
- Allow a user to input a certain station, ex. NPR, to find that station's frequency given their location
- Build controls that allow you to change station coverage based on time (if data is provided
- Colorize data by genre or commercial vs public
- Also.... find a visual library that would be able to display this stuff easily :>
- Node for backend? Probably. Research backbone and angular a bit


0 comments on commit e57ba41

Please sign in to comment.