-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable keeping duplicated geometries, but marking as "duplicated" with a property #9
Comments
I am going to start working on this. I think we should restructure things a little so that:
|
This feature is working in the
|
The new deduplication strategy is now merged into the main branch of all relevant packages. Briefly, with the new strategy:
|
For the IWP dataset, we decided to keep geometries that are classified as "duplicates" during processing in the version of the geopackage tiles that we archive. We will, however, mark duplicate geometries with a "duplicates" property. We therefore need to update the deduplication method to optionally keep duplicated geometries, but set a new "duplicated" property to True.
Duplicates should still be removed during the creation of the web products (3d tiles, PNG web tiles)
The text was updated successfully, but these errors were encountered: