Pieter Roggemans
Pieter Roggemans
I encountered a remark somewhere that voronoi creation can fail if there are points too close to each other. So, when I first apply [shapely.remove_repeated_points](https://shapely.readthedocs.io/en/latest/reference/shapely.remove_repeated_points.html) (=[GEOSRemoveRepeatedPoints](https://github.com/libgeos/geos/blob/2a82afc1ac2327966f56bdf35a6d88aaadb81330/capi/geos_c.h.in#L2795-L2812)) with tolerance 1e-6 the...
Another example that fails with the same error and that needs a way larger tolerance for `remove_repeated_points` to get it to pass (0.1). However, here using `set_precision` with tolerance 1e-8...
@DeflateAwning In the mean time basic support for Measured geometries has been added in shapely 2.1. If you have shapely >= 2.1 installed, and you use pyogrio with `use_arrow=True`, you...
> What? Do you think that's good or right? > > I'm not convinced Not sure what you mean. Because the m values are all 0? I don't know the...
As planned in the community meeting and suggested by @edzer , I opened an issue to discuss this further in GDAL: https://github.com/OSGeo/gdal/issues/9580
Additional option: raise a warning if the input's projections are not equivalent, but then just calculate. So current behaviour, but add warning...
When using conda it is in general a good idea to avoid mixing packages from different channels. Anaconda and miniconda use `defaults` as default channel, so when you use `conda...
> I also tried installing without setting the channel to conda-forge as @theroggy explained and it all seems to work fine now. I'm not particularly attached to conda-forge here, I...
@amine-aboufirass Probably there is nothing that can be bug-fixed in code... it is a typical environment issue. Possibly it would be a good idea to replace the installation procedure in...
OK, in that case please clarify: - in you initial post you include the output of `geopandas.show_versions()`, and this lists your environment as being `C:\Users\admin\miniconda3\envs\project314` - in you `conda list`...