![]() |
Easy Access to PMEL Scientific Data
The Pacific Marine Environmental Laboratory's ERDDAP data server for scientific data distribution to the GTS |
![]() NOAA OAR PMEL |
Dataset Title: | NOAA AOML PMEL Hurricane Monitoring 2024 API Test Saildrone
![]() ![]() |
Institution: | NOAA, PMEL (Dataset ID: hurricane_2024_api) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { drone_id { String cf_role "trajectory_id"; String long_name "Drone Id"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 15.4528832, 37.7833056; String axis "Y"; String ioos_category "Location"; String long_name "Gps Lat"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -122.3064704, -49.2220064; String axis "X"; String ioos_category "Location"; String long_name "GPS LNG"; String standard_name "longitude"; String units "degrees_east"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.7198496e+9, 1.7345658e+9; String axis "T"; String ioos_category "Time"; String long_name "Time Interval"; String source_name "time_interval"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00.000Z"; String units "seconds since 1970-01-01T00:00:00Z"; } relative_humidity_filtered { Float32 actual_range 0.01, 100.0; String long_name "Relative Humidity Filtered"; } baro_pressure_filtered { Float32 actual_range 951.84, 1032.26; String long_name "Baro Pressure Filtered"; } air_temperature_filtered { Float32 actual_range 11.71, 50.08; String long_name "Air Temperature Filtered"; } wind_speed_world_filtered { Float32 actual_range 0.01, 35.06; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum 0.0; String long_name "Wind Speed"; String standard_name "wind_speed"; } wind_gust_speed_filtered { Float32 actual_range 0.22, 46.78; String long_name "Wind Speed of Gust"; String standard_name "wind_speed_of_gust"; } wind_direction_world_filtered { Float32 actual_range 0.0, 359.9; Float64 colorBarMaximum 360.0; Float64 colorBarMinimum 0.0; String long_name "Wind From Direction"; String standard_name "wind_from_direction"; } sbe37_temperature_filtered { Float32 actual_range 23.3821, 30.8919; String long_name "SBE37 Temperature Filtered"; } ctd_temperature_filtered { String long_name "Ctd Temperature Filtered"; } wave_dominant_period { Float32 actual_range 0.0, 128.0; Float64 colorBarMaximum 20.0; Float64 colorBarMinimum 0.0; String long_name "Sea Surface Swell Wave Period"; String standard_name "sea_surface_swell_wave_period"; } wave_significant_height { Float32 actual_range 0.0, 17.362; Float64 colorBarMaximum 10.0; Float64 colorBarMinimum 0.0; String long_name "Sea Surface Wave Significant Height"; String standard_name "sea_surface_wave_significant_height"; } } NC_GLOBAL { String cdm_data_type "Trajectory"; String cdm_trajectory_variables "drone_id"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_email "pmel.info@noaa.gov"; String creator_name "NOAA, PMEL"; String creator_type "institution"; String creator_url "https://www.pmel.noaa.gov/"; Float64 Easternmost_Easting -49.2220064; String featureType "Trajectory"; Float64 geospatial_lat_max 37.7833056; Float64 geospatial_lat_min 15.4528832; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -49.2220064; Float64 geospatial_lon_min -122.3064704; String geospatial_lon_units "degrees_east"; String history "2025-04-20T08:18:09Z (local files) 2025-04-20T08:18:09Z https://data.pmel.noaa.gov/generic/erddap/tabledap/hurricane_2024_api.html"; String infoUrl "https://www.pmel.noaa.gov/"; String institution "NOAA, PMEL"; String keywords "air, air_temperature_filtered, api, atmosphere, atmospheric, baro, baro_pressure_filtered, conductivity, ctd, ctd_temperature_filtered, data, depth, direction, drone, drone_id, earth, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, Earth Science > Oceans > Ocean Waves > Significant Wave Height, Earth Science > Oceans > Ocean Waves > Swells, Earth Science > Oceans > Ocean Waves > Wave Period, environmental, filtered, global, gps, gps_lat, gps_lng, height, humidity, hurricane, interval, laboratory, lng, marine, monitoring, noaa, ocean, oceans, pacific, period, pmel, positioning, pressure, relative, relative_humidity_filtered, saildrone, science, sea, sea_surface_swell_wave_period, sea_surface_wave_significant_height, significant, sonde, speed, surface, swell, swells, system, temperature, test, time, wave, wave_dominant_period, wave_significant_height, waves, wind, wind_direction_world_filtered, wind_from_direction, wind_speed, wind_speed_world_filtered, winds"; String keywords_vocabulary "GCMD Science Keywords"; String license "These data were produced by NOAA and are not subject to copyright protection in the United States. NOAA waives any potential copyright and related rights in these data worldwide through the Creative Commons Zero 1.0 Universal Public Domain Dedication (CC0-1.0)."; Float64 Northernmost_Northing 37.7833056; String sourceUrl "(local files)"; Float64 Southernmost_Northing 15.4528832; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "drone_id"; String summary "NOAA Pacific Marine Environmental Laboratory (PMEL) Hurricane Monitoring 2024 API Test Saildrone"; String testOutOfDate "now-71days"; String time_coverage_end "2024-12-18T23:50:00.000Z"; String time_coverage_start "2024-07-01T16:00:00.000Z"; String title "NOAA AOML PMEL Hurricane Monitoring 2024 API Test Saildrone"; Float64 Westernmost_Easting -122.3064704; } }
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.