Bug fix: read all fields from all shapefiles
Read `days_1950` and `eddy_index` from outermost and max-speed shapefiles. When we only opened shapefiles in reading mode, we never needed these fields. It was enough to read the date and eddy index from the extremum shapefile. But when we open in appending mode, we need all the fields.
Please register or sign in to comment