Changes between Version 16 and Version 17 of Clients


Ignore:
Timestamp:
Dec 18, 2015, 9:40:40 AM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v16 v17  
    6565== GDAL ==
    6666
    67 documentation tbd
     67To compile GDAL with rasdaman support:
     68 1. Get latest GDAL source
     69 2. Compile and install (in the /home/rasdaman/gdal)
     70{{{
     71#!sh
     72./configure --prefix=/home/rasdaman/gdal --mandir=/home/rasdaman/gdal/share/man --includedir=/home/rasdaman/gdal/include/gdal
     73  --with-threads --with-grass=no --with-hide-internal-symbols=yes --with-libtiff=internal --with-geotiff=internal --with-jasper
     74  --with-netcdf --with-xerces --with-geos --with-sqlite3 --with-curl --with-pg --with-ogdi --with-python --with-odbc
     75  --with-static-proj4=yes --with-spatialite=/usr --with-cfitsio=no --with-epsilon=/usr --with-rasdaman=/home/rasdaman/install
     76make
     77make install
     78}}}
     79  * '''Note:''' rasdaman should be compiled with `-fPIC`, so make sure to specify `--with-pic` when running `./configure` on rasdaman.
     80 3. Setup environment
     81{{{
     82#!sh
     83export GDAL_HOME=/home/rasdaman/gdal
     84export PATH=$PATH:$GDAL_HOME/bin
     85export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GDAL_HOME/lib
     86}}}
    6887
    6988== ArcGIS ==
     
    7594documentation tbd
    7695
    77 == rview ==
     96== rview (deprecated) ==
    7897rview is a desktop visualization client component of rasdaman, that communicates with rasdaman via RPC, so rpcbind/portmapper should be installed and running in order to use rview.
    7998
     
    94113After the rpcbind is restarted, restart rasdaman and then rview can be opened with
    95114{{{
     115#
    96116cd $RMANHOME/bin
    97117./rview