Variables in this Dataset
| Vdata_DFNT_INT32: |
Sequence
| Field_DFNT_INT32: |
Structure
| Field_DFNT_INT32__0: |
32 bit Integer
|
| Field_DFNT_INT32__1: |
32 bit Integer
|
| Field_DFNT_INT32__2: |
32 bit Integer
|
| Field_DFNT_INT32__3: |
32 bit Integer
|
| Field_DFNT_INT32__4: |
32 bit Integer
|
|
|
| Vdata_DFNT_UINT32: |
Sequence
| Field_DFNT_UINT32: |
Structure
| Field_DFNT_UINT32__0: |
32 bit Unsigned Integer
|
| Field_DFNT_UINT32__1: |
32 bit Unsigned Integer
|
| Field_DFNT_UINT32__2: |
32 bit Unsigned Integer
|
|
|
| Vdata_DFNT_INT16: |
Sequence
| Field_DFNT_INT16: |
Structure
| Field_DFNT_INT16__0: |
32 bit Integer
|
| Field_DFNT_INT16__1: |
32 bit Integer
|
| Field_DFNT_INT16__2: |
32 bit Integer
|
| Field_DFNT_INT16__3: |
32 bit Integer
|
| Field_DFNT_INT16__4: |
32 bit Integer
|
|
|
| Vdata_DFNT_UINT16: |
Sequence
| Field_DFNT_UINT16: |
Structure
| Field_DFNT_UINT16__0: |
32 bit Unsigned Integer
|
| Field_DFNT_UINT16__1: |
32 bit Unsigned Integer
|
| Field_DFNT_UINT16__2: |
32 bit Unsigned Integer
|
|
|
| Vdata_DFNT_INT8: |
Sequence
| Field_DFNT_INT8: |
Structure
| Field_DFNT_INT8__0: |
32 bit Integer
|
| Field_DFNT_INT8__1: |
32 bit Integer
|
| Field_DFNT_INT8__2: |
32 bit Integer
|
| Field_DFNT_INT8__3: |
32 bit Integer
|
| Field_DFNT_INT8__4: |
32 bit Integer
|
|
|
| Vdata_DFNT_UINT8: |
Sequence
| Field_DFNT_UINT8: |
Structure
| Field_DFNT_UINT8__0: |
8 bit Byte
|
| Field_DFNT_UINT8__1: |
8 bit Byte
|
| Field_DFNT_UINT8__2: |
8 bit Byte
|
|
|
| Vdata_DFNT_FLOAT32: |
Sequence
| Field_DFNT_FLOAT32: |
Structure
| Field_DFNT_FLOAT32__0: |
64 bit Real
|
| Field_DFNT_FLOAT32__1: |
64 bit Real
|
| Field_DFNT_FLOAT32__2: |
64 bit Real
|
| Field_DFNT_FLOAT32__3: |
64 bit Real
|
| Field_DFNT_FLOAT32__4: |
64 bit Real
|
| Field_DFNT_FLOAT32__5: |
64 bit Real
|
| Field_DFNT_FLOAT32__6: |
64 bit Real
|
|
|
| Vdata_DFNT_FLOAT64: |
Sequence
| Field_DFNT_FLOAT64: |
Structure
| Field_DFNT_FLOAT64__0: |
64 bit Real
|
| Field_DFNT_FLOAT64__1: |
64 bit Real
|
| Field_DFNT_FLOAT64__2: |
64 bit Real
|
| Field_DFNT_FLOAT64__3: |
64 bit Real
|
| Field_DFNT_FLOAT64__4: |
64 bit Real
|
| Field_DFNT_FLOAT64__5: |
64 bit Real
|
| Field_DFNT_FLOAT64__6: |
64 bit Real
|
|
|
| Vdata_DFNT_CHAR8: |
Sequence
| Field_DFNT_CHAR8: |
Structure
| Field_DFNT_CHAR8__0: |
String
|
|
|
| Vdata_DFNT_UCHAR8: |
Sequence
| Field_DFNT_UCHAR8: |
Structure
| Field_DFNT_UCHAR8__0: |
String
|
|
|
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.