Skip to content

Conversation

@RoelvandenBerg
Copy link
Collaborator

Omschrijving

In some cases we want to keep the features that fall below the sieve parameter, but need to drop the interior rings that are too small.

Change

(Verwijder de opties die niet relevant zijn.)

  • New Feature

Checklist:

  • Ik heb de code in deze PR zelf nogmaals nagekeken
  • Ik heb mijn code beter achtergelaten dan dat ik het aantrof
  • De code is leesbaar en de moeilijke onderdelen zijn voorzien van commentaar
  • Ik heb de tests toegevoegd/uitgebreid indien nodig
  • Ik heb de tests gedraaid die de werking van mijn wijziging bewijst
  • Er zit geen gevoelig informatie in deze PR (wachtwoorden etc)

main.go Outdated
const TARGET string = `target`
const RESOLUTION string = `resolution`
const PAGESIZE string = `pagesize`
const KEEP_EXTERIORRING string = `keepexterior`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const KEEP_EXTERIORRING string = `keepexterior`
const KEEP_OUTER_RINGS string = `keepexterior`

consequent exterior of outer, meervoud, spatie in het engels

Copy link
Collaborator Author

@RoelvandenBerg RoelvandenBerg Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tsja, exterior ring wordt breder gebruikt in de code outerring vind ik een betere naam eigenlijk

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aangepast

@WouterVisscher WouterVisscher self-requested a review April 10, 2024 19:40
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.

3 participants