Pieter Roggemans

Results 223 comments of Pieter Roggemans

@mattijn check out this comment in the blog post regarding [coverage validation](http://lin-ear-th-inking.blogspot.com/2022/08/validating-polygonal-coverages-in-jts.html#:~:text=And%20of%20course%20the%20next%20logical%20step%20is%20to%20provide%20the%20ability%20to%20fix%20errors%20detected%20by%20coverage%20validation.%C2%A0%20%C2%A0This%20is%20a%20research%20project%20for%20the%20near%20term.): ``` And of course the next logical step is to provide the ability to fix errors detected by...

> Actually, there's at least one issue with this approach (I assume it impacts the Mypy extension too?) which is that if we run `ruff ${current_directory}` in order to surface...

Note to self: this way I can determine the placeholders in a string: ``` from string import Formatter fieldnames = [fname for _, fname, _, _ in Formatter().parse(yourstring) if fname]...

After some more looking into this, using the same approach as used in erase doesn't seem possible. For erase/difference, the first input layer is conceptually looped row per row and...

Hello, No problem at all, very interested! Maybe in a few words the background why I wrote/am writing geofileops. It is actually a project in support of the project https://github.com/theroggy/orthoseg,...

> > However, the result file that needs to be dissolved can be relatively large, the biggest one till now was 16 GB > > What file format do you...

Memory usage for geopandas based operations was reduced here: 0ede76fca8db05eebf1f1f0fe547911efa00f856

Based on meeting with Sven and Jan: - Automatic filename generation based on input file(s) - if 1 input file, take first 80 chars of input file + operation (eg....