PDA

View Full Version : Offline GDAL install


saket
04-02-2016, 05:35 AM
Hi,

I understand that Vizard provides a package manager through which I can install a library. However I am currently using Vizard within a private network due to which i cannot use package manager.

Can you provide me some help/direction through which I can offline install GDAL library.

Thanks in advance:)

P.S. : I found packages for offline numpy installation but cudn't find such package for gdal.

saket
04-03-2016, 03:15 AM
OK. I found a solution for generally installing any package.

From this link [ http://www.lfd.uci.edu/~gohlke/pythonlibs ] download the required .whl file and place the file in [ C:\Program Files\WorldViz\Vizard5\bin\Scripts\ ].
Run Vizard as Adminstrator and execute python script at [ C:\Program Files\WorldViz\Vizard5\bin\Scripts\pip-script.py ] with arguments "install <name of your .whl file>"

Jeff
04-03-2016, 11:55 PM
Also, if you drag and drop a .whl package into the Vizard 5 IDE, it will prompt you to install the package.

saket
04-10-2016, 11:44 PM
Thanks Jeff.

JasmineJasmine
04-26-2016, 02:12 PM
proj4 is used by GDAL for reprojection purposes. For example, if your source tiles are are in UTM projection (NAIP and NED10 elevations are), you will need proj4 to reproject them on the fly. However, if your NASA WW WMS server is using only tile caches, you do not need GDAL at all.

hetal
05-15-2019, 04:05 AM
Hello Jeff

I want to install PyQt4 on windows 32 bit
downloaded wheel file from site you sujjested file:PyQt4-4.11.4-cp27-cp27m-win32.whl
but it gives message that this for python package is not supported with the current version of vizard.Please use a version of the package that supports Python 2.7 (32-bit)