Dmitry Polushkin
Dmitry Polushkin
@travismmorgan does it happens in the latest version of trestle?
Isn't it better to use the same binaries for production which was used for the testing. I've used `wkhtmltopdf-binary` for a year, and just found they are stopped to update....
CI - ubuntu, my dev - ubuntu, production - ubuntu, other dev - mac os
That's what I thought too. Thanks for help! Might be good to add some notes about it in readme.
@dramalho found this topic through the github global search. Looks like twitter has an alternative end-point, that you can query to get the woeid result: https://dev.twitter.com/rest/reference/get/trends/closest
As I know the latest dump of the WOE is here: https://archive.org/details/geoplanet_data_7.10.0.zip Could be downloaded, imported and used with an internal queries. But the data is outdated, and as alternative...
Seems like a solution in PHP: https://github.com/twbell/GPLplanet to query SQL dataset.
Digging in Overpass + MapIt: http://global.mapit.mysociety.org/ At the moment MapIt is the best solution I found out there, to replace geoplanet with. Also this one seems interesting: https://github.com/whosonfirst-data/whosonfirst-data Especially the...
Looks like WOE is available via http://query.yahooapis.com/v1
@carlosparamio it's on, but you should pass a correct query: https://developer.yahoo.com/yql/console/?q=select%20%2A%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.placefinder%20where%20text%3D%2217.4186947%2C78.5425238%22%20and%20gflags%3D%22R%22)#h=select+*+from+geo.places+where+text%3D%22sfo%22 http://query.yahooapis.com/v1/public/yql?q=select \* from geo.places where text ='hamburg*'