Bug #2278
closedImport Place Hierarchy
Description
Importing the attached .csv file results in "Import Error".
Having a string as ID results in "warning-invalid type ids".
Files
Updated by Stefan Eichert 6 months ago
Updated by Alexander Watzinger 6 months ago
- Status changed from New to Assigned
- Assignee set to Bernhard Koschiček-Krombholz
- Target version set to 8.5.0
Thank you for reporting and especially for adding some sample files.
I assigned it to @Bernhard Koschiček-Krombholz, kindly asking him to look into it.
Updated by Bernhard Koschiček-Krombholz 6 months ago
I will look into it. The problem is, that the import use the id field as type_ids field.
Updated by Bernhard Koschiček-Krombholz 6 months ago
- Status changed from Assigned to Closed
I fixed the bug(s). It was mostly a typing problem, that sometimes pandas decided the IDs are integers and sometimes strings. Tomorrow I will update Thanados.
Although another thing caught my attention: the coordinates of the geometries is not supported, e.g. POINT (476630.144477715 5560339.71315351). If I put it in something like https://www.geometrymapper.com/, it is on the edge of the map.
Thank you for testing/using and reporting it!