Skip to content

Conversation

gamzeozgul
Copy link

This PR addresses issue #105 by adding comprehensive documentation and examples for geometric intersection operations.

Changes Made

  • Added intersection example to README.md showing both line-polygon and line-line intersections
  • Created example/example_intersection.go with working code examples
  • Included error handling and expected output for better user understanding

Fixes

Fixes #105

Testing

  • Verified the example code runs successfully
  • Confirmed intersection calculations work as expected

- Add comprehensive intersection example in README.md showing both line-polygon and line-line intersections
- Create example/example_intersection.go with working code examples
- Address issue spatial-go#105 by providing clear documentation on how to calculate geometric intersections
- Examples include error handling and expected output for better user understanding
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

Successfully merging this pull request may close these issues.

Find intersection of two geometries?
1 participant