-
Notifications
You must be signed in to change notification settings - Fork 434
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
Could not properly place hole to a parent #761
Comments
Another questions, why is tippecanoe warning about:
This geojosn file dataset has been created using ogr:
|
The warning is because I'll download your data and see if I can reproduce the polygon problem. |
Verified that this polygon still fails with the latest changes to Wagyu, so it is not just a matter of upgrading |
Ok thanks. |
Failure from mapbox/tippecanoe#761
Is there someway to see which feature caused this issue, so I can remove it and continue with my testing? |
Anything I can do to help here? |
It looks like the failing feature is
according to debugging output added in #763 |
Thanks @ericfischer. I will check the feature. For the moment I've rolled back to tippecanoe v1.27.7 which is the last version I used that worked with this dataset. |
Just looked at the feature. Looks pretty ok to me. Very simple parcel: https://data.linz.govt.nz/x/67w3HU |
Thanks. That is very interesting that it used to work. Version 1.27.7 was quite a while ago, but it does include a different version of Wagyu, so I can look at what changed between those versions. |
Thank you. |
Coincidentally I've just hit the same issue on the same dataset. Have you found any workarounds other than rolling back to v1.27.7 over the past few months? |
Sorry, I haven't done anything on this, but I should probably just make it drop impossible holes instead of exiting with an error. |
Hi All, I am encountering the same problem with a large set offered by the Australian Government (ABS mesh data blocks). Is there any plan to resolve this error or is the work around to downgrade to v1.27.7? Appreciate a potential fix to a more up to date version. Thanks! |
Same problem here. |
Also faced the same problem with US Census Blocks and can confirm that downgrading to v1.27.7 worked. For Mac users (credit to this SO answer): brew uninstall tippecanoe
brew extract --version=1.27.7 tippecanoe homebrew/cask
brew install [email protected] |
@fischja Can you upload a copy of the data file you are having a problem with, and I'll take a look? I no longer have a copy of the |
@e-n-f are you able to access the data at this link: https://datafinder.stats.govt.nz/layer/111223-meshblock-2023-clipped-generalised/ ? If not I can try and upload the file directly. |
You can get the data again by downloading it from https://data.linz.govt.nz/data/?mv.basemap=Streets&mv.content=layer.50772. You need to login (free), select export in top right, and choosing a format like CSV or Geopackage. After that you can convert it to GeoJSON via OGR2OGR if required. |
Thanks. I'm downloading it from Koordinates now. |
I wasn't able to immediately reproduce the problem:
Can you give an example of a data file and invocation that is failing for you? |
Hmm. It might be that the current dataset has now removed the failing record that was present in 2019. The original dataset is now long gone as cleaned up my dropbox account. |
I get the following error when running tippecanoe on a large polygon dataset:
Contents of wagyu.log is:
I have validated the source data in spatialite with Is_valid and all polygons are OGC valid.
Dataset used for the command is: https://www.dropbox.com/s/5fr0gxr8zs7jidt/nz_primary_parcels.geojson.gz?dl=1
Tippecanoe version: v1.34.3
The text was updated successfully, but these errors were encountered: