-
-
Notifications
You must be signed in to change notification settings - Fork 155
Bump geotools.version from 32.2 to 33.0 #1236
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
Conversation
Full logs: https://github.com/onthegomap/planetiler/actions/runs/14287686888 |
|
I'm generating daily vector tiles with a modified planetiler-openmaptiles profile. Exactly 2 days ago my processing runs started to fail with the same error message that Github-actions bot is reporting above i.e. NE lake_centerlines processing stage started to fail. |
|
Looks like if you manually download https://dev.maptiler.download/geodata/omt/lake_centerline.shp.zip then it is valid, but when planetiler downloads it the file gets corrupted. The size is the same on disk but all but the first 14kb of the file is blank |
|
That seems to match up with what I'm seeing in the logs: lake_centerlines thinks it's finished but only says it's downloaded 13k 🤔 |
|
I added some logging but it seems to be intermittent so not seeing the issue now. @MaRaSu if you're able to run from this branch and share the logs it generates please share to help debug! |
5dc2149 to
67f1103
Compare
|
@dependabot rebase |
Bumps `geotools.version` from 32.2 to 33.0. Updates `org.geotools:gt-shapefile` from 32.2 to 33.0 Updates `org.geotools:gt-epsg-hsql` from 32.2 to 33.0 --- updated-dependencies: - dependency-name: org.geotools:gt-shapefile dependency-version: '33.0' dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.geotools:gt-epsg-hsql dependency-version: '33.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
67f1103 to
58762ba
Compare
|
|
@msbarry I made the same URL change to planetiler-openmaptiles profile's OpenMapTilesMain.java file as you did in the PR #1238 and it seems to work. Then again I also got lucky by getting a successful processing run with Maptiler provided lake_centerlines, so it seems intermittent like you said. I did another processing run with the changed URL and it went fine too. |



Bumps
geotools.versionfrom 32.2 to 33.0.Updates
org.geotools:gt-shapefilefrom 32.2 to 33.0Updates
org.geotools:gt-epsg-hsqlfrom 32.2 to 33.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)