How to Get Position of GeoAgent #283
Unanswered
bwaddell006
asked this question in
Q&A
Replies: 1 comment
-
Hi, position is agent's It works similary for polygon agents: https://shapely.readthedocs.io/en/stable/reference/shapely.Polygon.html#shapely.Polygon or other geometry types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
Trying to use mesa-geo to create an agent based model of vehicles that travel across the land, air, and sea. I want to update a GeoAgents Lat, Long.
My model uses geojson data to create the agents and place them in the space. I have set up the solara visualization and it show the agents where I want them on the map but I cannot figure out how to edit an agents position or translate it. All of my platform agents are single points.
Can someone tell me how to get a GeoAgents lat, long values?
Beta Was this translation helpful? Give feedback.
All reactions