#775 closed defect (invalid)
Dependency issue
Reported by: | gpsaliola | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Installer |
Version: | Keywords: | osgeo4w setup EPSG | |
Cc: | gpsaliola |
Description
I've installed only command line utilities with this command: "osgeo4w-setup.exe -q -A -a x86_64 -k -L -d -n -N -D -s https://download.osgeo.org/osgeo4w/v2 -C Commandline_Utilities -P gpsbabel-gui" I have noticed that the commands behave as if the EPSG database has not been installed. If I manually add "-P proj82-runtime" (not installed by default) to the installation command, everything is ok.
Change History (3)
comment:1 by , 22 months ago
comment:2 by , 22 months ago
I've used: gdalinfo -proj4 -wkt_format wkt1 MYTIF.TIF
If I don't add "-P proj82-runtime" in the setup command, then in the output of gdalinfo command, the PROJ.4 string is empty.
comment:3 by , 22 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
-L implies that you downloaded all dependencies into your local package directory. gdal depends on gdal306-runtime, which depends on proj91-runtime, which (like the outdated proj82-runtime you installed later) depends on proj-data, which has the actual proj data files. Your local package directory apparently didn't have proj-data, but proj91-runtime - otherwise gdalinfo wouldn't even have started.
Which command did you try?