Alexandre Bonnasseau

Results 20 comments of Alexandre Bonnasseau

The country-codes dataset already has a ot of usefull infos like currency or phone code, so I think users could expect to see the continent here. How would you do...

Sorry @zelima, this was a rethorical question. My point was : it's better to add continent codes in a new column, but we need to create a new datapackage that...

Hello @zelima, I've faced the same issue with countryInfo.txt. I think in geoname's mind, everyline begining by a `#` is a comment, then there is a tabulation-separated-values file with a...

@rgrp @zelima I like the idea of adding the continent code to the country-codes. We'll have a truly frictionless datapackage that would be easy to join with anything... Or [that](https://xkcd.com/927/)...

Hello, you're right the first version of the polygon is not OGC valid, and if you query Postgis with ``` SELECT ST_AsText(ST_MakeValid(ST_GeomFromText('POLYGON ((0 0, 4 0, 4 4, 0 4,...

Sorry for answering so late... We've fixed a few issues, we've upgraded to version 4 and we've made use of on-_invalid_geometry_make_valid. But in the rush we didn't test every step...

Hello, I'd like to sum up the remarks from @flippmoke to follow progress : - [ ] No duplicate nor empty layer name - [ ] Check extent is greater...

Hello, @rmarianski I perfectly understand your concerns about maintaining native code, and that's why I've made contact in the first place. If we go down that path, be sure we'll...

Hello @jalessio, sorry for this late answer but I've left the tiling team for a year now. At the time, we didn't go to the C++ implementation as advertised because...

Parametrized workflow allow to do this, even if there is not a specific and axplicit syntax for it. There's no tutorial yet