Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Shapefile import error: `Warning: Invalid latitude 116.45`

OH! That works! Thank you so much for helping me!

Jakob Erdmann <namdre.sumo@xxxxxxxxx> 于2020年11月13日周五 下午8:01写道:
try adding netconvert option --shapefile.traditional-axis-mapping

Am Fr., 13. Nov. 2020 um 12:44 Uhr schrieb Han Wang <hanwgeek@xxxxxxxxx>:
Hi all, I use `netconvert` to import a shapefile like this:
```bash
netconvert --shapefile-prefix ./data/clip \
    --shapefile.street-id id \
    --shapefile.from-id SOURCE \
    --shapefile.to-id TARGET \
    --shapefile.use-defaults-on-failure
```
But it tells me that
```bash
Warning: Invalid latitude 116.45
Warning: Invalid latitude 116.45
Warning: Invalid latitude 116.45
...
```
However, the shapefile shows correctly in `QGIS` and `GeoPandas`. It seems that the `netconvert` mixed up the longtitude and the latitude. What can I do to modify the field? Thanks!
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top