kreed / specmap-tiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python scripts that parse the FCC ULS databases and generate GeoJSON geometries. Used with specmap-frontend to create a map of wireless spectrum owners. Demo here

Dependencies

  • Python 3
  • python-shapely
  • python-geojson
  • gdal
  • sqlite3

Usage

Run fetch.sh to download FCC data and import into SQLite databases

Use ./run.py [spectrum block] to create GeoJSON for a specific spectrum block and channel. For example ./run.py AWS1A will create AWS1A.geojson, containing geometries for all AWS1 block A markets. See table at the top of run.py for a list of supported spectrum blocks.

About


Languages

Language:Python 100.0%Language:Shell 0.0%