A WMS service that allows you to create cached images among other things of almost all SEACOOS data.
The order of the layers in the &layers list is important. They are stacked in the order listed. I.e. the last layer will appear on the top.
- Base URL
- http://nautilus.baruch.sc.edu/wms/all_seacoos?service=wms&version=1.1.0
- Available layers
- RS
- oi_sst
- avhrr_sst
- modis_sst
- modis_rgb_composite_low
- quikscat_wind
- in-situ
- sst_obs_hourly
- wind_obs_hourly
- wind_obs_normalized_hourly
- water_level_obs_hourly
- misc
- bathymetry_contours
- water_level_legend
- sst_legend_full_range
- timestamp_label
- base
- world_filled
- us_filled
- world_outline
- us_outline
- country_names
- world_capitals
- us_big_cities
- grid_lines
- Required parameters [ALL ARE REQUIRED] (in addition to the regular WMS requirements of &service, &version, &layers, &BBOX, &HEIGHT, &WIDTH)
| Parameter | Possible values (if applicable) | Comments |
| time_zone_for_formatting_only | | TZ for the label |
| sst_legend_full_range_x_offset | | X offset for the SST legend: negative moves it left; default position is bottom R |
| sst_legend_full_range_y_offset | | Y offset for the SST legend: negative moves it up; default position is bottom R |
| water_level_legend_x_offset | | X offset for the WL legend: negative moves it left; default position is bottom R |
| water_level_legend_y_offset | | Y offset for the WL legend: negative moves it up; default position is bottom R |
| time_offset_hours | | number of hours before now(); e.g. if it is 11:00am, and this param = 2, the target report time stamp will be 9:00am |
| wind_speed_units | knots, mph, mps | |
| water_level_reference | possible values are MLLW, MSL, NAVD88 | |
| temperature_units | F, f, C, c | |
| elevation_units | ft, FT, m, M | |
An example URL (might NOT work in IE): http://nautilus.baruch.sc.edu/wms/all_seacoos?service=wms&version=1.1.0&layers=world_filled,us_filled,world_outline,us_outline,sst_obs_hourly,water_level_obs_hourly,wind_obs_hourly,wind_obs_normalized_hourly,bathymetry_contours,sst_legend_full_range,water_level_legend,timestamp_label&request=getmap&BBOX=-82.4,28.15,-70.17,37.9&HEIGHT=500&WIDTH=500&time_zone_for_formatting_only=EDT&sst_legend_full_range_x_offset=0&sst_legend_full_range_y_offset=-25&water_level_legend_x_offset=-40&water_level_legend_y_offset=-21&time_offset_hours=3&time_zone_for_formatting_only=EDT&wind_speed_units=knots&water_level_reference=MLLW"
--
CharltonPurvis - 28 Apr 2025
to top