Add some information about radio towers.
This commit is contained in:
parent
2e93d6c7a6
commit
668aed0e1e
1 changed files with 13 additions and 2 deletions
15
README
15
README
|
@ -193,5 +193,16 @@ individual hobbiest towers. However it only has USA coverage:
|
||||||
|
|
||||||
http://wireless.fcc.gov/cgi-bin/wtb-datadump.pl
|
http://wireless.fcc.gov/cgi-bin/wtb-datadump.pl
|
||||||
|
|
||||||
I am planning on making a prep tool for this data so we can populate
|
When you unzip this file, the good stuff is in DE.dat, I believe there
|
||||||
at least the USA with real radio towers at their proper elevations.
|
is file format information at the above url.
|
||||||
|
|
||||||
|
Run:
|
||||||
|
|
||||||
|
.../Prep/Tower/tower.pl --input=$RAW_DIR/DE.dat --outdir=$WORK_DIR/TowerObj
|
||||||
|
|
||||||
|
This creates a tree of .ind files in $WORK_DIR/TowerObj/
|
||||||
|
|
||||||
|
If you add this directory to the list of directories searched by the
|
||||||
|
build tile program, these entries should get added to the final
|
||||||
|
scenery. This of course requires the corresponding tower models to be
|
||||||
|
available in the base package.
|
||||||
|
|
Loading…
Reference in a new issue