Libdap refactor

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽

libdap code/features to remove

  • In DODSFilter
    • Remove 'COMPRESSION_FOR_SERVER3' code
    • Remove the FILE* methods - this will break some of the older 'cgi handlers' but those should be removed anyway
    • CGI processing code in general - how much of this is being used at all?
    • read_ancillary_das() methods - replace with direct calls to Ancillary?
  • cgi-util.cc
    • Remove the FILE* functions and/or replace with ostream ones if those are not already there.
  • AIS - remove completely

libdap code/features to refactor