eqasim-org / ile-de-france

An open synthetic population of Île-de-France for agent-based transport simulation
GNU General Public License v2.0
47 stars 69 forks source link

switch to pyogrio #211

Open sebhoerl opened 8 months ago

sebhoerl commented 8 months ago

At several spots in the code we make use of fiona to selectively load data (for instance for BD-TOPO). In another project, we have been working with pyogrio which is more modern code, faster, and more flexible, so we should switch here as well.

sebhoerl commented 7 months ago

Make sure to use gdal>=3.8.3, otherwise we noticed incompatibilities in another project.