Skip to content
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

gdal docker image missing python package jsonschema #11953

Closed
glw opened this issue Mar 12, 2025 · 2 comments
Closed

gdal docker image missing python package jsonschema #11953

glw opened this issue Mar 12, 2025 · 2 comments
Milestone

Comments

@glw
Copy link

glw commented Mar 12, 2025

What is the bug?

The gdal docker image ghcr.io/osgeo/gdal:ubuntu-full-latest python installation is missing jsonschema. This is necessary for the parquet validating script.

https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/validate_geoparquet.py

Steps to reproduce the issue

docker run --rm -v /home:/home ghcr.io/osgeo/gdal:ubuntu-full-latest python3 $PWD/validate_geoparquet.py $PWD/my_file.parquet

Versions and provenance

ghcr.io/osgeo/gdal:ubuntu-full-latest

Additional context

No response

@jratike80
Copy link
Collaborator

Generally speaking the "samples" directory contain scripts which may be useful, but they are not official GDAL tools. User may need to install additional modules before running them. But I can't say if including jsonschema into the most rich docker file would still be reasonable.

@rouault
Copy link
Member

rouault commented Mar 14, 2025

fixed per e073382

@rouault rouault added this to the 3.11.0 milestone Mar 14, 2025
Jwohnlf pushed a commit to Jwohnlf/gdal that referenced this issue Mar 23, 2025
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

No branches or pull requests

3 participants