i used pyogrio directly because it generally provides faster vector handling and allows selecting only the required columns. However, i just see that GeoPandas can also use pyogrio as its engine, I agree that using geopandas.read_file(..., engine="pyogrio") may provide a cleaner and more consistent interface.
in ati/mod0Helper/dataUtils.py
i used pyogrio directly because it generally provides faster vector handling and allows selecting only the required columns. However, i just see that GeoPandas can also use pyogrio as its engine, I agree that using geopandas.read_file(..., engine="pyogrio") may provide a cleaner and more consistent interface.
in ati/mod0Helper/dataUtils.py