https://github.com/an-empty-string/asr2geojson
convert FCC Antenna Structure Registration public access files into something useful for GIS work
https://github.com/an-empty-string/asr2geojson
Last synced: 10 months ago
JSON representation
convert FCC Antenna Structure Registration public access files into something useful for GIS work
- Host: GitHub
- URL: https://github.com/an-empty-string/asr2geojson
- Owner: an-empty-string
- License: other
- Created: 2024-03-18T21:35:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:39:07.000Z (over 1 year ago)
- Last Synced: 2024-08-12T01:42:55.279Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asr2geojson
tools for grabbing the FCC's Antenna Structure Registration database and converting it to a normal format (geojson, geopackage, or spatialite)
most useful for answering the question "who owns that antenna over there?" or finding cool antenna sites near you
## dependencies
* some `make` implementation
* curl
* Python 3.7 or better
* [GDAL](https://gdal.org/index.html) (`gdal-bin` in Debian-alikes should be enough, we just need `ogr2ogr`)
## usage
if you want spatialite, just run make! you'll get `asr-spatial.sqlite3` as output; the result is suitable for loading in QGIS or your favorite tool
if you want geopackage, you'll need `make asr.gpkg`
the geojson file (`make asr.geojson`) is consumable too, but it's not spatially indexed, so for interactive usage you should prefer one of the other formats
## license
this tool is licensed under the Friends and Lovers License; see [LICENSE](./LICENSE)