You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gdal docker image ghcr.io/osgeo/gdal:ubuntu-full-latest python installation is missing jsonschema. This is necessary for the parquet validating script.
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.
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
The text was updated successfully, but these errors were encountered: