![]()  | 
    
      Marine Institute ERDDAP Server
       Serving data from the Marine Institute (Ireland)  | 
    
          
       Brought to you by the Marine Institute(Ireland)  | 
  
| Dataset Title: | EPA Beaches Model Predicted Tide Level - to be replaced
       
       
      
     | 
  
| Institution: | Marine Institute (Dataset ID: IMI-TidePrediction_epa) | 
| Information: | Summary  
    | License  
     | FGDC
     | ISO 19115
     | Metadata
     | Background 
     | Subset
     | Files
     | Make a graph
 | 
  
Attributes {
 s {
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 1.7040672e+9, 1.7987616e+9;
    String axis "T";
    String ioos_category "Time";
    String long_name "Time";
    String standard_name "time";
    String time_origin "01-JAN-1970 00:00:00";
    String units "seconds since 1970-01-01T00:00:00Z";
  }
  longitude {
    String _CoordinateAxisType "Lon";
    Float32 actual_range -10.39019, -6.007815;
    String axis "X";
    String ioos_category "Location";
    String long_name "longitude in decimal degree east";
    String standard_name "longitude";
    String units "degrees_east";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float32 actual_range 51.44835, 55.30617;
    String axis "Y";
    String ioos_category "Location";
    String long_name "latitude in decimal degree north";
    String standard_name "latitude";
    String units "degrees_north";
  }
  stationID {
    String cf_role "timeseries_id";
    String ioos_category "Identifier";
    String long_name "Station ID";
  }
  sea_surface_height {
    Float64 actual_range -2.92, 2.73;
    String ioos_category "Sea Level";
    String long_name "sea surface height relative to Model MSL";
    String units "metres";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "TimeSeries";
    String cdm_timeseries_variables "stationID, longitude, latitude";
    String Conventions "COARDS, CF-1.4, Unidata Dataset Discovery v1.0";
    String defaultDataQuery "&time>=now-1day&time<=now+2days";
    String defaultGraphQuery "longitude,latitude,sea_surface_height&time>=now-1day&time<=now+2days&&.marker=5|5";
    Float64 Easternmost_Easting -6.007815;
    String featureType "TimeSeries";
    Float64 geospatial_lat_max 55.30617;
    Float64 geospatial_lat_min 51.44835;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max -6.007815;
    Float64 geospatial_lon_min -10.39019;
    String geospatial_lon_units "degrees_east";
    String history 
"2025-11-04T02:18:57Z http://www.marine.ie/
2025-11-04T02:18:57Z https://erddap.marine.ie/erddap/tabledap/IMI-TidePrediction_epa.html";
    String infoUrl "http://milas.marine.ie/thredds/";
    String institution "Marine Institute";
    String keywords "Earth Science > Tide";
    String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)";
    String Metadata_Conventions "COARDS, CF-1.4, Unidata Dataset Discovery v1.0";
    Float64 Northernmost_Northing 55.30617;
    String sourceUrl "http://www.marine.ie/";
    Float64 Southernmost_Northing 51.44835;
    String subsetVariables "stationID, longitude, latitude";
    String summary "MI Modelled Tide Predictions for EPA Beach stations - to be replaced by datasetid:imiTidePredictionEpa";
    String time_coverage_end "2027-01-01T00:00:00Z";
    String time_coverage_start "2024-01-01T00:00:00Z";
    String title "EPA Beaches Model Predicted Tide Level - to be replaced";
    Float64 Westernmost_Easting -10.39019;
    String zapidox 
"[
    {
        \"name\": \"listForecastStations\",
        \"description\": \"List the stations having forecast data for the next three days.\",
        \"formats\": [
            \".csv0\",
            \".jsonlKVP\"
        ],
        \"query\": \"stationID,latitude,longitude&time%3E=now&time%3C=now%2B3d&distinct()\"
    },
    {
        \"name\": \"getSeaSurfaceHeightForecast\",
        \"description\": \"Get next three days of sea surface height at a specific station.\",
        \"formats\": [
            \".csv0\",
            \".jsonlKVP\"
        ],
        \"query\": \"time%2Clongitude%2Clatitude%2CstationID%2Csea_surface_height&time%3E=now&time%3C=now+3d&stationID=%22BPNBF050000140001_MODELLED%22\"
    }
]";
  }
}
  Data Access Protocol (DAP)
 and its
  selection constraints
.
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
   followed by a collection of
  constraints (e.g., variable<value),
  each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.