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

Buffer Processor #1272

Closed
Tracked by #1271
flomickl opened this issue Feb 12, 2023 · 0 comments · Fixed by #1303
Closed
Tracked by #1271

Buffer Processor #1272

flomickl opened this issue Feb 12, 2023 · 0 comments · Fixed by #1303
Assignees
Labels
enhancement New feature or request pipeline elements Relates to pipeline elements
Milestone

Comments

@flomickl
Copy link
Contributor

flomickl commented Feb 12, 2023

Task to create a Buffer Processor
Basic infos here: https://en.wikipedia.org/wiki/Buffer_analysis

The input geometries are either

  • lat /lng values => not required. It can be transformed to jts point via processor
  • points
  • geometries

the basic algorithm is already part of the JTS core
https://locationtech.github.io/jts/javadoc/org/locationtech/jts/operation/buffer/BufferOp.html

Output is a polygon and corresponding epsg
this piolygon can have different shapes according to the user inputs

Idea:
buffer

@flomickl flomickl added enhancement New feature or request pipeline elements Relates to pipeline elements labels Feb 12, 2023
@flomickl flomickl self-assigned this Feb 12, 2023
flomickl added a commit that referenced this issue Feb 13, 2023
flomickl added a commit that referenced this issue Feb 13, 2023
flomickl added a commit that referenced this issue Feb 13, 2023
flomickl added a commit that referenced this issue Feb 16, 2023
@flomickl flomickl linked a pull request Feb 16, 2023 that will close this issue
flomickl added a commit that referenced this issue Feb 17, 2023
bossenti pushed a commit that referenced this issue Feb 19, 2023
bossenti pushed a commit that referenced this issue Feb 19, 2023
bossenti pushed a commit that referenced this issue Feb 19, 2023
bossenti pushed a commit that referenced this issue Feb 19, 2023
bossenti pushed a commit that referenced this issue Feb 19, 2023
flomickl added a commit that referenced this issue Feb 19, 2023
flomickl added a commit that referenced this issue Mar 1, 2023
@bossenti bossenti added this to the 1.0.0 milestone Mar 1, 2023
@bossenti bossenti modified the milestones: 1.0.0, 0.92.0 May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pipeline elements Relates to pipeline elements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants