Thomas Grandjean

Results 25 issues of Thomas Grandjean

I just updated libpysal in a old project (this was long overdue). I'm now encountering a (very) long loading of the package, which is linked to : - me working...

Intégration des fichiers du COG de manière "intégrale" depuis "l'origine". Bascule sur les fichiers individuels plutôt que les ZIP globaux : on constate par le passé des discordances sur les...

Les tests automatisés semblent échouer systématiquement : à diagnostiquer.

Données désormais fournies au format SQL compressé (7z), éventuellement découpé en plusieurs parties.

Pas réussi à attaquer directement les flux WFS (retour systématique d'un "MissingParameter" non précisé). Ne fonctionne pas : ``` from owslib.wfs import WebFeatureService url = "https://wxs.ign.fr/geoportail/wfs" wfs = WebFeatureService(url=url, version='2.0.0')...

It appears the BAN API does not allow the "=" character within the multipart form boundary. It appears this character should be allowed as referenced [here](https://stackoverflow.com/questions/147451/what-are-valid-characters-for-creating-a-multipart-form-boundary#answer-147467) (though comments on this...

* install requests-cache on workflows * set http caching when requests-cache present (might be absent (because of the workflow or the local environment) * remove testing for python 3.9 to...

Should handle that issue https://github.com/InseeFrLab/pynsee/issues/205 * systemic removal of tempdirs (if not generated through lru_cache) or tempfiles (in the other case) * some auto black formatting

When running the tests for my actual PR, i've remarked pynsee is not (always ?) cleaning temporary files after it's finished. As a matter of fact, this has just filled...

* Should handle the geoparquet format for geodataframe * Replace multiprocessing.Pool by pebble.ThreadPool