geonames
geonames copied to clipboard
A collection of models and commands to get all the power of GeoNames in Eloquent ORM.
In Laravel 5.2, I have an issue when I try to get the primary key value from Country and Continent. It seems the value is cast to int because of...
Hello! What do you think about the code base reformatting using PSR-2 rules?
Any plans for updating the package to Laravel 5?
I've executed php artisan geonames:import --country="ES" and fails after a while. here console last output: .... Seeded: ContinentsTableSeeder Seeded: CountriesTableSeeder Seeded: AdminDivionsTableSeeder Seeded: AdminSubdivionsTableSeeder [Symfony\Component\Process\Exception\RuntimeException] The process has been signaled...
Due to the new question if you're sure to perform an action all the seeders fails. Solution: ask for permission on the first step and then force the command on...
Using [spatial functions](http://www.mysqlperformanceblog.com/2013/10/21/using-the-new-spatial-functions-in-mysql-5-6-for-geo-enabled-applications/) would be a pretty huge win for MySQL users in this library. Of course, there are a number of ways one could go about this, and since...
GeoNames builds two files each day, `modifications-$date.txt` and `deletes-$date.txt`, where $date is the previous day. This allows for incremental updates without having to rebuild the entire table. Having commands that...
As you noted in the README, the full GeoNames table consist of over 6 million records, which include [a number of feature codes](http://www.geonames.org/export/codes.html). Being able to restrict on feature codes...