flathub / org.qgis.qgis

https://flathub.org/apps/details/org.qgis.qgis
25 stars 16 forks source link

Reprojection of NetCDF files has stopped working #506

Closed mankoff closed 4 months ago

mankoff commented 4 months ago

I think this issue was raised in #221 and closed in #250 but those were a few years ago and there have been new releases and changes.

I'm running QGIS 3.36.1 and once again, I cannot reproject any NetCDF files.

I do not have any PROJ_DATA or similar variables set. Running env | grep -i proj shows nothing.

If I launch QGIS with PROJ_DEBUG=3 flatpak run org.qgis.qgis I see

Warning: Qt: Session management error: Could not open network socket
PROJ_LIB environment variable is deprecated, and will be removed in a future release. You are encouraged to set PROJ_DATA instead
pj_open_lib(proj.ini): call fopen(/app/share/proj//proj.ini) - succeeded
pj_open_lib(proj.db): call fopen(/app/share/proj//proj.db) - succeeded

But if I open a NetCDF file that used to properly reproject in QGIS, it no longer does.

mankoff commented 4 months ago

Nevermind. local human error.