Skip to content

if mesh for refine have field before min_size, invalid value can be used if fiona not available

Jean-Marie Kerloch requested to merge fix/shp_read_without_fiona into develop

if mesh for refine have field before min_size, invalid value can be used if fiona not available.

When reading attributes with shapefile implementation, record needed to have a specific pattern because attr_names of def read_shape_attr(shape_file, attr_names): was not used.

This MR fix this by using fields name defined in shapefile.

@matthieu.secher I have a specific behavior for 'DeletionFlag' field because if I don't remove it from field names I have incorrect index in record.

Merge request reports