 |
 |
FORMAT OF HIGH RESOLUTION HYDROGRAPHIC DATA
- Structure of data file
- Each file stores data from one observation station and consists of 2 parts, a header and the
data. The header notes where and when the observation was made. The data comprise temperature and
salinity data and are formatted by CSV (Comma Separated Value).
- Store place of data
- CTD ("¥CTD¥<year>") folder. (<year> ; observation year)
- Header
- The header consists of 6 lines. Each line is the following form.
<left>:<right>
<left> and <right> are substituted by the followings.
-
| <left> | <right> |
|---|
| Date | Date of the observation station |
| Time | Time of the observation station (S.M.T) |
| Longitude | Longitude of the observation station |
| Latitude | Latitude of the observation station |
| Depth | Bottom depth of the observation station |
| StationNo | Unique identifier of observation station (same as the DROOEF) |
- Data
- Each line is the following form (CSV format)
<depth>,<temperature>,<salinity>
-
| Semantics (Unit of data) |
| <depth> | Depth(m) |
| <temperature> | Temperature of the Depth(°C) |
| <salinity> | Practical Salinity Unit of the Depth (PSU) |