tfardet

Results 111 comments of tfardet

rereading the code, shouldn't it be a call to ``tempfile.TemporaryDirectory()`` [here](https://github.com/InseeFrLab/pynsee/commit/94137fb0bec99ff9ec3c98564ebdd5eb05472f2f#diff-bfcac67966d9fba1947ce25a135a19fae82cf71915eafbce4c308c1c8485d32bR14)?

ah right, I misread, sorry for the noise

can we close this?

I can confirm that either #271 or some other recent commit solves the issue for me (main is working while 0.6.0 gave me empty dataframes). As mentioned in #269, ``use_arrow=True``...

Ah right, the issue without arrow is associated to a ``DataLayerError: Could not iterate over features: Non closed ring detected.`` because ``OGR_GEOMETRY_ACCEPT_UNCLOSED_RING`` was set to "NO", so unrelated, sorry for...

> @tfardet I wonder... OGR_GEOMETRY_ACCEPT_UNCLOSED_RING is not supposed to give an error by default... it should only give a warning. Is it possible you set `OGR_GEOMETRY_ACCEPT_UNCLOSED_RING="NO"` somewhere? Maybe in a...

@jonathanunderwood did you find a replacement for ``get_default_compiler``? I would also need one ^^"

@hadrilec we did not have time to check the PR that @linogaliana made and merged, should we take some time to review it at some point and see whether some...

ok, tu aurais moyen de merge master sur ta PR, que je puisse y jeter un coup d'oeil, du coup ?

I'll try to have a look today afternoon or tomorrow