Project

General

Profile

Bug #7946

Updated by Philippe May over 5 years ago

Issue reported by Dorian, Dirian, as the title says.

Follows technical notes that can be skipped for users:

# Generation of a dataframe from a layer (in models_base_base.Model.get_df) doesn't cast properly some model attributes (column types). It's simple to fix, but this triggers a bug, see below.

# Geopandas is still in development, and there's a bug still open: https://github.com/geopandas/geopandas/issues/196 .

I could probably fix that in the code, but i think it's better waiting for the bug to be fixed.

Back