Variables in this Dataset

Main_Vgroup: Structure
Array_Vgroup: Structure
SDS_Array: Array of 32 bit Integers [fakeDim0 = 0..4]
Grid_Vgroup: Structure
SDS_Grid: Grid
SDS_Grid: Array of 32 bit Integers [fakeDim1 = 0..4]
fakeDim1: Array of 32 bit Integers [null = 0..4]
GR_Vgroup: Structure
GRaster: Array of 32 bit Integers [GRaster__Y = 0..4][GRaster__X = 0..4]
Vdata_Vgroup: Structure
Vdata: Sequence
Field: Structure
Field__0: 32 bit Integer


No Dataset Specific Information Available.



DODS Test Server

This data is being served by the Java-DODS Test Server. This server was created to allow any possible DODS data structure to be tested for viablity in both the client and server software components of DODS.

This server will take any DODS DDS and attempt serve it to clients with all implemented modes of functionality. It will populate it with data (created from thin air!) and hand it back to a requesting client. It can also be intergogated using the other DODS server interfaces such as the ASCII interface (.asc) the DDS (.dds) interface, the DAS interface (.das), and the HTML interface (.html, also know as the interface from hell...)

The key word in the preceding paragraph is attempt. Since the DODS dataset specification allows for a virtually unlimited range of dataset structures, it certainly possible to create datasets that break existing code, either on the client or the server side. We have, to the best of our abilities, made the DODS core software capable of handling all possible syntactically correct DODS datasets as described by a DDS. However, it is possible to construct dataset definitions (DDS's) so weird and twisted that the DODS core software cannot handle them well. Ultimately that's why this server exists:

To explore the boundaries of what DODS can and cannot do.

Hopefully, you will find it useful too.