Ulysse Buonomo

Results 218 comments of Ulysse Buonomo

@keithdoggett this can be sensible indeed if it is needed by AR to trigger a change.

@shqear93 16 days is not much in the OSS world, please consider NOT asking for updates, while notifying 4 persons that have already been notified by your previous message... Keith...

> Hi, ruby-build maintainer's here. > > I could install Ruby 3.1.0 with M1 macOS. @hsbt the issue still stands for an installation with `rbenv` (I have the same issue...

I guess there is something already install of our computers that make it fail then (as suggested in [this ruby-build discussion](https://github.com/rbenv/ruby-build/discussions/1961)).

@fringd We're currently working on adding more elements to the documentation. If you now have examples we'd be glad you share those. Otherwise I'll close this issue in a few...

This is not part of `GeoJSON` spec anymore (see [rfc 7946 (page 12)](https://tools.ietf.org/html/rfc7946#page-12)). I don't know how QGIS handle that now, do you? @MichaelCPell is it still a concern of...

I could indeed reproduce this issue by forcing the `simple_factory` (the geos based one does not reproduce). ```ruby geojson = '{"type":"Polygon","coordinates":[[[40.1605224609375,50.48547354578499],[41.890869140625,49.75642885858046],[41.8963623046875,50.447011182312195],[40.1495361328125,50.025387620270244],[40.1605224609375,50.48547354578499]]]}' polygon = RGeo::GeoJSON.decode(geojson, geo_factory: RGeo::Cartesian.simple_factory) ``` With that said,...

The issue is very old, but I'm glad to announce that this issue is now fixed by https://github.com/rgeo/rgeo/pull/331

> I think I've figured this out. I suppose I just have to iterate through each of the polygons in the multi_polygon and check results for each one. Unless anyone...

@pankas87 @dorthwein we could implement it fairly easily using [`GEOSVoronoiDiagram`](https://libgeos.org/doxygen/geos__c_8h.html#ace0b2fabc92d8457a295c385ea128aa5). @keithdoggett if that's ok for you I'm gonna code this one as an example on _how to add a method...