Pieter Roggemans

Results 223 comments of Pieter Roggemans

I didn't look into it, but under the hood, spatialite uses the following library: https://gitlab.com/rttopo/rttopo. Maybe a python wrapper of this library is an option?

Indeed, for reading an entire file this is probably most of the time unexpected. I was thinking about a case where I am not reading the entire file but rather...

The pull request looks to be nearly ready... seems like it might be coming soon?

Hey PhilipeRLeal, I was referring to #1728

Adding the `on_invalid` parameter has been merged, so it will be available in the next major version of geopandas. We'll have to wait for that to add support to pyogrio...

> > Are there use cases where getting the error is explicitly better than warning + None values? > > Yes, within a long automatised pipeline you may prefer a...

OK, I expected the "collection semantics", but it will indeed be a matter of preference/use case you are thinking about. At first sight, I think it is even easier to...

> What GEOS version? Apparently I first tested with `3.11.2` but now I also tested with `3.12.0` which gives the same result. I added the logging I used to verify...

I did some further digging, and found the following relevant changes in 3.12 in the changelog: - #716: here the documentation was also updated making explicid what input is supported...

I (tried to) document the "mild" versus "strict" canonical forms and when they are applied in this shapely PR: https://github.com/shapely/shapely/pull/1964/files