diff --git a/quackosm/pbf_file_reader.py b/quackosm/pbf_file_reader.py index 3c86a68..5c9a8da 100644 --- a/quackosm/pbf_file_reader.py +++ b/quackosm/pbf_file_reader.py @@ -807,6 +807,7 @@ def _parse_pbf_file( ) return result_file_path.with_suffix(".geoparquet") + self.encountered_query_exception = False self.rows_per_group = PbfFileReader.ROWS_PER_GROUP_MEMORY_CONFIG[0] actual_memory = psutil.virtual_memory() # If more than 8 / 16 / 24 GB total memory, increase the number of rows per group