Looking at our current geopandas row-based approach (Example), I think it would be worthwhile to explore the SQLAlchemy bulk insert options to improve performance. Specifically referring to the def test_orm_bulk_insert(n): example on that page.
CC: @aaarendt @micah-prime @micahjohnson150
Looking at our current geopandas row-based approach (Example), I think it would be worthwhile to explore the SQLAlchemy bulk insert options to improve performance. Specifically referring to the
def test_orm_bulk_insert(n):example on that page.CC: @aaarendt @micah-prime @micahjohnson150