locationtech / locationtech/spatial4j
JTS pluggable PrecisionModel
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 961
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Be able to specify the JTS precision model.
http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/PrecisionModel.html
Lucene spatial might want to initialize it with a number of decimal places consistent with the level of detail indexed.
Contributor guide
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 with the linked JTS PrecisionModel Javadoc and inspect how Spatial4j initializes its geometry model. Confirm how a configurable number of decimal places should be supplied for Lucene spatial indexing, then verify that callers can select the model and that the existing default behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100