Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Polyconvert fails

Hi,

the current SUMO version is 1.11.0, I recommend to try this version.

Harald

Am 27.12.21 um 15:49 schrieb Arbi Alaouy:
Hi, 

I'm using SUMO 1.8.0



Le lun. 27 déc. 2021 à 15:41, Harald Schaefer <fechsaer@xxxxxxxxx> a écrit :

Hi,

which version of SUMO are you using?

Harald

Am 27.12.21 um 14:51 schrieb Arbi Alaouy:
As you suggested Lara, this is the output of the command. 

polyconvert --osm centreRabatSale3zones.osm --net ../SUMO/CentreRabatSale3zones.net.xml -o osm_polygons.add.xml
Segmentation fault

It should return success.

Best regards.




Le lun. 27 déc. 2021 à 13:06, Lara Codeca <lara.codeca@xxxxxxxxx> a écrit :
Hi,

have you tried to call polyconvert directly to see what's the exact error that is giving you?
You have the parameters in the error message: ['polyconvert', '--osm', 'CentreRabatSale3zones.osm', '--net', 'osm.net.xml', '-o', 'osm_polygons.add.xml']

Best,
Lara

On Mon, Dec 27, 2021 at 11:37 AM Arbi Alaouy <estdoctor@xxxxxxxxx> wrote:
Hi Everyone,
I hope this email finds you well,

I have chosen to work on a small area of an urban area for time execution issues. I prepared the map as usual. However, When I started applying SAGA on the new map, I got a problem on the polyconvert script step as shown below:

""""
Generate polygons using polyconvert.
Warning: 47 total messages of type: Ambiguity in turnarounds computation at junction '%'.
Warning: 26 total messages of type: Ambiguous node type for node cluster '%' (%,%), setting to 'priority'.
Warning: 13 total messages of type: Found angle of % degrees at edge '%', segment %.
Warning: 23 total messages of type: Found sharp turn with radius % at the end of edge '%'.
Warning: 27 total messages of type: Found sharp turn with radius % at the start of edge '%'.
Warning: 12 total messages of type: Intersecting left turns at junction '%' from lane '%' and lane '%' (increase junction radius to avoid this).
Warning: 33 total messages of type: Minor green from edge '%' to edge '%' exceeds %m/s. Maybe a left-turn lane is missing.
Warning: 93 total messages of type: Not joining junctions % (%).
Warning: 46 total messages of type: Reducing junction cluster % (%).
Warning: 12 total messages of type: Removed a road without junctions: %.
Warning: 134 total messages of type: Speed of % connection '%' reduced by % due to turning radius of % (length=%, angle=%).
Traceback (most recent call last):
  File "D:\Etudes\Postdoc\Workspaces\gitWorkspaces\silcovid19ihm/saga/scenarioFromOSM.py", line 496, in <module>
    main(sys.argv[1:])
  File "D:\Etudes\Postdoc\Workspaces\gitWorkspaces\silcovid19ihm/saga/scenarioFromOSM.py", line 430, in main
    _call_polyconvert(args.osm_file)
  File "D:\Etudes\Postdoc\Workspaces\gitWorkspaces\silcovid19ihm/saga/scenarioFromOSM.py", line 215, in
 _call_polyconvert
    subprocess.check_call(polyconvert_options)
  File "C:\Program Files\Python38\lib\subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['polyconvert', '--osm', 'CentreRabatSale3zones.osm', '--net', 'osm.net.xml', '-o', 'osm_polygons.add.xml']' returned non-zero exit status 3221225477.

""""

I did research on this issue with the same error message, but sadly I found nothing. since it is not clear. 
Can I get a help  with this error message , especially the exit status 3221225477

Thank you and Happy day :)
Best regards.

--
El-arbi 


_______________________________________________
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


--
El-arbi El-alaouy



_______________________________________________
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


--
El-arbi El-alaouy



_______________________________________________
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