Alexandre Bonnasseau
Alexandre Bonnasseau
Unfortunately, dh-virtualenv breaks debian way of packaging because it embeds dependencies instead of requiring installation of them. We need a proper deb package stating that tuttle needs python, postgresql-client, etc.
New use case : create the database before populate it. Usualy, you make a database for a project called my_project, and allow write access to user my_project. But you need...
Constants could be injected in the resources names using the [uri templates](https://tools.ietf.org/html/rfc6570) For exemple, if we have a constants like `COUNTRY=fr` and `FORMAT=tgz`, could be used in url `http://example.com/extracts{?COUNTRY,FORMAT}` at...
Also encode urls : [ ] ```tuttle encode "../repo/file with a space.txt"``` => should display a file:// url [ ] a way to encode partitions
The countries are definitly missing in the source data. I opened an issue in the dataset : https://github.com/datasets/geo-countries/issues/1
So @pwalsh you're heading towards solution 3 or 4. The zip you are speaking about is 200MB instead of 1MB. Should we simplify the geographic shapes to reduce size (but...
I've updated data with the more accurate source. Now there are 255 countries in the package. Good news, the geojson is only 25MB, wich seems reasonable to me. @pwalsh tell...
@pwalsh how did it go ? Can I close this issue ?
Hello, the resolution is 10 m. It has been changed from the original you mention because the 110m source data from Natural Earth didn't include all the countries (https://github.com/datasets/geo-countries/issues/1). Is...
[tuttle](https://github.com/lexman/tuttle) is also as tool for repeatable workflow that is very friendly with team collaboration, and continuous integration (like jenkins for updating data every hour, for example)