Changes between Version 55 and Version 56 of FAQ


Ignore:
Timestamp:
Mar 13, 2011, 2:44:06 PM (13 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v55 v56  
    121121=== WCPS ===
    122122
     123
     124
     125=== Data formats ===
     126
     127 * '''Q: HDF4 is said to be supported, but rasdaman reports an error when trying to use ''hdf()'' or ''inv_hdf()'' - what can I do?'''
     128
     129   A: HDF4 needs to be compiled in explicitly. Re-generate rasdaman saying
     130{{{
     131autoreconf;
     132./configure --with-hdf4 ...other options...
     133}}}
     134
     135