chairemobilite / transition_qgis

MIT License
1 stars 4 forks source link

Accessibility request background task & remove dependency on geojson library #39

Open davidmurray opened 4 months ago

davidmurray commented 4 months ago

Two commits:

  1. Remove dependency on the geojson library and use geopandas instead, which comes with QGIS by default
  2. Perform the accessibility request in a background thread. If this seems satisfactory, I will do the same for the other web requests (route, paths, nodes)