NetLogo / NetLogo/GIS-Extension
Primitives to access world edges
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 36
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Should we add gis:min-xcor, gis:min-ycor, etc... so you don't have to unpack gis:world-envelope using item? It would make some code a lot more readable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of gis:world-envelope and the extension's primitive registration. Determine how gis:min-xcor, gis:max-xcor, gis:min-ycor, and gis:max-ycor should expose the envelope values, then add coverage for each accessor. Done means callers no longer need item to read the four world-edge values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100