OC Library Features and Analysis: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(New page: == Features == ''Features likely needed by any general C-language client-side API for DAP'' == Use Cases == == Definitions == == Background == == Deliverables == == Period of us...)
 
Line 1: Line 1:
== Features ==
== Features ==
''Features likely needed by any general C-language client-side API for DAP''
''Features likely needed by any general C-language client-side API for DAP''
 
# get variables (primitive types)
# get array varaibles (of primitive types)
# get structures (flat and nested)
# get sequences (flat and nested)
# get grids
# get arrays of constructor types
# get attributes
# make print representations for all responses (DAS, DDS, DataDDS)
# allow constraints
# http authentication support
# SSL suport
# cookie support
#.dodsrc support (read and write)
# compression support
 
 
=== features already implemented in oc ===
 
=== features that can be implemented with little effort ===
 
=== features that will be hard to implement ===
 
== Use Cases ==
== Use Cases ==
   
   

Revision as of 23:17, 14 January 2009

Features

Features likely needed by any general C-language client-side API for DAP

  1. get variables (primitive types)
  2. get array varaibles (of primitive types)
  3. get structures (flat and nested)
  4. get sequences (flat and nested)
  5. get grids
  6. get arrays of constructor types
  7. get attributes
  8. make print representations for all responses (DAS, DDS, DataDDS)
  9. allow constraints
  10. http authentication support
  11. SSL suport
  12. cookie support
  13. .dodsrc support (read and write)
  14. compression support


features already implemented in oc

features that can be implemented with little effort

features that will be hard to implement

Use Cases

Definitions

Background

Deliverables

Period of use