| Lat | Lon | 
|---|---|
| {{ims.station_data.decimal_geographic_coordin.lat}} | {{ims.station_data.decimal_geographic_coordin.lon}} | 
| East | North | 
|---|---|
| {{ims.station_data.coordinates_in_a_new_israe.east}} | {{ims.station_data.coordinates_in_a_new_israe.north}} | 
| Instrument | Exists in station | Start Date | End Date | Sensor rating* | Height above surface (m) | Comments | |
|---|---|---|---|---|---|---|---|
| {{value.device_type.name}} | {{value.device_type.name}} | {{value.exists_in_station == "0" ? "-" : "+"}} | {{ims.setDate(value.station_start_date,12)}} | {{ims.setDate(value.station_end_date,12)}} | {{value.station_rating_sensor}} | {{value.height_above_ground}} | {{value.station_device_comment}} | 
| System | Station Number | 
|---|---|
| {{value.title}} | {{value.station_number}} | 
| Measurement type | Coordinates X (east) | Coordinates Y (north) | Elevation (m) | Start Year | End Year | Comments | 
|---|---|---|---|---|---|---|
| {{value.measurement_type}} | {{value.x_coordinate_east}} | {{value.y_coordinate_north}} | {{value.rom_above_sea_level_meters}} | {{ims.setDate(value.start_year,13)}} | {{ims.setDate(value.end_year,13)}} | {{value.location_comment}} |