-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Made diff about *.pbf ignore features order #1630
Comments
To duplicate this failure just update the ........
db-is-ready:
# This should match the version of postgres used in the CI workflow
image: postgis/postgis:16-3.5
........
db:
# This should match the version of postgres used in the CI workflow
image: postgis/postgis:16-3.5
........ |
@nyurik we should fix this how about make a new vt-show tool? CC @CommanderStorm |
yeah, perhaps a simple tile content dumper, possibly using geozero for the conversion into geojson or csv, and sorting it? I don't think Martin should contain the needed code to decode protobuf itself. |
Agree. It should be a repo outside which read How to sort?Join all the properties key value paris, geometry type and coordiantes and then make a hash? |
I don't think we need a separate repo - this is just a few lines of code we would need, and maybe no code at all - just install the geozero cli tool. See https://github.com/georust/geozero - and if the list of features is exported to CSV, you can run it through |
Not be aware that it's a CLI tool either. I thought it's a lib only.. lollll Yeah. It's better make this in shell script. |
yeah, it is not auto-published (i just created a ticket for that). I guess we can simply do a few line binary if we can't get cli to do what we need, perhaps as a unpublished test tool. |
So let's try shell + csv first. Seems it's the best solution. |
For reference: we already have merged something similar ^^ |
CI failed due to the features order changed.
A
vt-show
which don't care features order might be needed.The text was updated successfully, but these errors were encountered: