Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature request: make cost to cull resources a function of distance between the user and the resource #78

Open
chrislittleboy opened this issue Nov 10, 2021 · 2 comments
Assignees

Comments

@chrislittleboy
Copy link
Collaborator

I'm using GMSE to simulate deforestation with real-world spatially explicit populations and forests. To make this work, ideally there would be a feature where users who don't own land make a decision to 'cull' trees which are close to them. We discussed a potential three-step process:

  • Users find the closest tree by searching the landscape near them
  • The cost to cull a tree would be a function (tbd) of the distance between the user and the tree
  • If the tree is too far away to be profitable to cull, the user would move towards the nearest tree for the next time step

I'm very happy to have an initial go at the C code for implementing this?

Cheers, Chris

@bradduthie
Copy link
Member

Hi @chrislittleboy -- sorry for the late response here. This all sounds good, and I'm looking forward to getting into the coding for this. Please do feel free to create a new branch and have a go at the coding (let me know if you need some help with the git setup!).

@chrislittleboy
Copy link
Collaborator Author

Hi Brad,

Not a problem! I'd need write access to create a branch, so I've just forked the repo and am working on the feature code there for now.

Cheers,
Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants