How can I set two factors for a cell in grid environment such as land use type, DEM? #10
Answered
by
jofmi
QingshengYang
asked this question in
Q&A
-
Hi, everyone, How can I set two factors for a cell in grid environment such as land use type, DEM? |
Beta Was this translation helpful? Give feedback.
Answered by
jofmi
May 31, 2021
Replies: 3 comments 5 replies
This comment has been hidden.
This comment has been hidden.
-
Hi @QingshengYang, since AgentPy v0.1.0, the Grid class has a method |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jofmi
-
Dear Joel,
Thank you very much for your kindly reminder.
Regards,
Qingsheng
------------------ Original ------------------
From: "Joël ***@***.***>;
Date: Mon, May 31, 2021 05:54 PM
To: ***@***.***>;
Cc: ***@***.***>; ***@***.***>;
Subject: Re: [JoelForamitti/agentpy] How can I set two factors for a cell in grid environment such as land use type, DEM? (#10)
Hi @QingshengYang, since AgentPy v0.1.0, the Grid class has a method Grid.add_field() that can be used for cell attributes. Find more about it here: https://agentpy.readthedocs.io/en/latest/reference_grid.html#agentpy.Grid.add_field
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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
Hi @QingshengYang, since AgentPy v0.1.0, the Grid class has a method
Grid.add_field()
that can be used for cell attributes. Find more about it here: https://agentpy.readthedocs.io/en/latest/reference_grid.html#agentpy.Grid.add_field