Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [EXT] AW: SUMO-gui background options
  • From: Hector A Martinez <hmartinez@xxxxxxxxx>
  • Date: Fri, 19 Jan 2024 14:28:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mitre.org; dmarc=pass action=none header.from=mitre.org; dkim=pass header.d=mitre.org; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=R/6OUO+07+ZzMCJnBRa6POqJQvhsHSiODXC6OcP1GEM=; b=c6nnCvztua9qAXxEqXhjO6pxj/Czyr/EEa7+bowEDXu7ZG1rj0vx1/41UrfbNJcFxS29KnNAUrQDOoa3OcVLnyieP4YpS3QPO8Rib4OLzzH0ej2+VxtPgYMn9KURhhgU7WLjh0pa8FZVr3blCrvMiDDiienYTcNB/zOw47N6IqYHyS33XhZFVif2ZJQdIEOY19membEC7zLsClY2W8Y8fLWc1vK5BKvolefT5XDiNZ6qQReQicHuTVHsvkGrxgUFarWpxxerRXMRkCAI/r5J+9aKt6fUB9LgHG8POCWkPsRVJAIlaynrZkmt30TrTy5mzIF21c27snFZ08f+Kb+Kyg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bMOzdVKNl52whCaHDlSyV+VSXl1E4a6HPvkQS42N5XzB6vgYnSZ+6ezfwhvq/yaq9ACBTRTCv1tiW4eI57+1YsebGqYLfv03wo6qR5DNys5P4opqh7qdH+FY/xXeVBYxguWTgjJ1z1nLH78Mh+65HRF+xaF4tbaDA+Kl+tY3JqL2/6i1WO9KDXtlcxLxdvxWzx6PZKgVUZheDzuwpslB82imjcZKily1GvMFh4PSQ0GAnisK9rvW2QdH5g5Pxa7sOT8GlDT4Eo7J7R/NWeXYZ23M43LBmCsvvOsicr7HjONfs5MaFoRf+dMumaTaj1SB5br8+Bsqk/YkyRXWJxrvHA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaPxxpGsZk7FFKAUa0hZAcrKfwSrDJvOWAgBd+QsCAAAV/gIAAB2Eg
  • Thread-topic: [EXT] AW: SUMO-gui background options

Thank you Robert!

 

That worked well. Now I just wish I could get a better background for my sim.  The ArcGIS satellite map is “no bueno”.

 

What about the OSM background map?

 

Can I use this background map in my sumo gui simulation? If so, how do I pull that background?

 

Thanks,

 

--H

 

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Robert.Hilbrich--- via sumo-user
Sent: Friday, January 19, 2024 8:57 AM
To: sumo-user@xxxxxxxxxxx
Cc: Robert.Hilbrich@xxxxxx
Subject: Re: [sumo-user] [EXT] AW: SUMO-gui background options

 

Hi Hector, that one is easy to solve - just install pyproj to work with projections. Open your command prompt and type: pip3 install pyproj or if you want install all potentially needed dependencies: pip3 install -r "C: \Program Files (x86)\Eclipse\Sumo\tools\requirements. txt"

Hi Hector,

that one is easy to solve - just install pyproj to work with projections. Open your command prompt and type:

 

pip3 install pyproj

 

or if you want install all potentially needed dependencies:

 

pip3 install -r "C:\Program Files (x86)\Eclipse\Sumo\tools\requirements.txt"

 

Best,

Robert

 

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Hector A Martinez via sumo-user
Sent: Friday, January 19, 2024 2:41 PM
To: Mirko Barthauer <m.barthauer@xxxxxxxxxxx>
Cc: Hector A Martinez <hmartinez@xxxxxxxxx>; SUMO-User mailing list, .
<sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] [EXT] AW: SUMO-gui background options

 

Good morning Mirko,

 

I used this script in the link below:

python tools/tileGet.py -n test.net.xml -t 10

 

And I got this error message:

Traceback (most recent call last):

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\tileGet.py", line 227, in <module>

    get()

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\tileGet.py", line 189, in get

    west, south = net.convertXY2LonLat(*bboxNet[0])

                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\sumolib\net\__init__.py", line 502, in convertXY2LonLat

    return self.getGeoProj()(x, y, inverse=True)

           ^^^^^^^^^^^^^^^^^

  File "C:\Program Files (x86)\Eclipse\Sumo\tools\sumolib\net\__init__.py", line 471, in getGeoProj

    import pyproj

ModuleNotFoundError: No module named 'pyproj'

Thanks in advance for any guidance,

 

--Hector

 

From: Mirko Barthauer <m.barthauer@xxxxxxxxxxx>
Sent: Thursday, January 4, 2024 9:52 AM
To: Hector A Martinez <hmartinez@xxxxxxxxx>
Cc: SUMO-User mailing list, . <sumo-user@xxxxxxxxxxx>
Subject: [EXT] AW: SUMO-gui background options

 

Hi Hector, you can download satellite image tiles ready to import with our helper script tileGet. py (see docs). You'll need a Google Maps key though. The script supports other background sources like MapQuest and ArcGIS as well. Best regards

 

Hi Hector,

 

you can download satellite image tiles ready to import with our helper script tileGet.py (see docs). You'll need a Google Maps key though. The script supports other background sources like MapQuest and ArcGIS as well.

 

Best regards

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: SUMO-gui background options

Datum: 2024-01-04T15:43:47+0100

Von: "Hector A Martinez" <hmartinez@xxxxxxxxx>

An: "Mirko Barthauer" <m.barthauer@xxxxxxxxxxx>

 

 

 

Good morning Mirko,

 

Is there a way to make the sumo-gui background be for example the Google Map layer?

 

If so, where can I find the instructions on how to do it?

 

Thanks,

 

Hector A. Martinez, P.E.

Transportation Researcher, Resilient Transportation and Logistics LTM

MITRE | National Security Engineering Center

813.207.5365

 

 

 




Back to the top