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

PROPOSAL: show_versions #2349

Closed
snowman2 opened this issue Nov 29, 2021 · 2 comments · Fixed by #2447
Closed

PROPOSAL: show_versions #2349

snowman2 opened this issue Nov 29, 2021 · 2 comments · Fixed by #2447

Comments

@snowman2
Copy link
Member

Thoughts on adding a show_versions method for simplifying the debug process? This will also help with bug reports.

Additionally, could add --show-versions to the rio CLI.

GDAL specific items to add: PROJ version, GEOS version, & data directories.

@sgillies
Copy link
Member

sgillies commented Apr 8, 2022

@snowman2 I feel like our bigger problem is that GDAL can link dozens of other native libraries and doesn't have an API to show those versions. In my experience that's what users struggle to grasp and struggle to communicate in bug reports. We've got a rio --gdal-version now https://github.com/rasterio/rasterio/blob/master/rasterio/rio/main.py#L76 but it doesn't say anything about the curl or openssh (for example) versions.

@snowman2
Copy link
Member Author

snowman2 commented Apr 8, 2022

That makes sense. I think exposing available library versions used by GDAL would be a good thing. Here are some I found that GDAL exposes:

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

Successfully merging a pull request may close this issue.

2 participants