Big refactoring, way simpler management of transformations. Early branch for upcoming version 0.2.
This commit is contained in:
@ -30,7 +30,7 @@ def from_opendatasoft_api(
|
||||
break
|
||||
|
||||
for row in records:
|
||||
yield { ** row.get('fields', {}), 'geometry': row.get('geometry', {})}
|
||||
yield {**row.get('fields', {}), 'geometry': row.get('geometry', {})}
|
||||
|
||||
start += rows
|
||||
|
||||
|
||||
Reference in New Issue
Block a user