Thomas Grandjean

Results 25 issues of Thomas Grandjean

Hello @hadrilec @tfardet There seems to be a bug on the parquet storage for geodataframes: geodataframes are not rightly handled by pandas/pyarrow. It seems a simple try/except and geopandas overlay...

This is something I have already encountered on a linux machine. It seems to be linked to the multiprocessing freeze support not being properly handled, but the user might not...

There was a mismatch of exception types in `_request_insee.py` (both RequestException and ValueError). This PR uniformizes all exception and update tests accordingly (I encountered one test not appropriately set while...

Small PR to : * handle corporate proxies when pynsee connection is managed through os environment variables; * use proxies during tests ran on a local machine; * restore both...

This is a suggestion to switch from multiprocessing to multithreading for the geodata package: * there are sometimes troubles using multiprocessing with windows machines, which are not easily debugged; *...