buildMetarDB.php & SQLite
Syntax to build locationsDB:
Syntax to build airportsDB:
Notes
Probably doesn't hurt to build both.
php /usr/local/lib/php/data/Services_Weather/buildMetarDB.php -v -l -t sqlite -r tcp -h localhost -d /usr/local/lib/php/data/Services_Weather/servicesWeatherDB
Syntax to build airportsDB:
php
/usr/local/lib/php/data/Services_Weather/buildMetarDB.php -v -a -t
sqlite -r tcp -h localhost -d
/usr/local/lib/php/data/Services_Weather/servicesWeatherDB
Notes
Probably doesn't hurt to build both.
Leave a comment