![]() |
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 PMEL Voyager Pilot Study 2025 Saildrone 1063 API
![]() ![]() |
Institution: | NOAA PMEL (Dataset ID: sd1063_voyager_pilot_2025_api) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { drone_id { String cf_role "trajectory_id"; String long_name "Drone Id"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 36.7265696, 37.7601824; 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 -123.0262656, -121.9910016; 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.7431992e+9, 1.74372474e+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"; } } NC_GLOBAL { String cdm_data_type "Trajectory"; String cdm_trajectory_variables "drone_id"; String Conventions "COARDS, CF-1.10, 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 -121.9910016; String featureType "Trajectory"; Float64 geospatial_lat_max 37.7601824; Float64 geospatial_lat_min 36.7265696; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -121.9910016; Float64 geospatial_lon_min -123.0262656; String geospatial_lon_units "degrees_east"; String history "2025-04-04T03:44:58Z (local files) 2025-04-04T03:44:58Z https://data.pmel.noaa.gov/generic/erddap/tabledap/sd1063_voyager_pilot_2025_api.html"; String infoUrl "https://www.pmel.noaa.gov/"; String institution "NOAA PMEL"; String keywords "air, air_temperature_filtered, angle, api, baro, baro_pressure_filtered, cmd, coda, concentration, conductivity, continuously, course, course_over_ground_instantaneous, course_over_ground_mean, current, data, database, depth, direction, distance, distance_traveled, dominant, drone, drone_id, engine, engine_speed_rpm, environmental, filtered, global, gps, gps_lat, gps_lng, ground, gust, heading, heading_instantaneous, heading_mean, height, humidity, index, instantaneous, interval, ir_thermo_temperature_filtered, laboratory, lng, managed, marine, max, mean, min, mode, motor, nav, next, next_waypoint_index, noaa, O2, over, oxygen, pacific, period, pilot, pitch, pitch_max, pitch_mean, pmel, positioning, power, practical, pressure, primary, primary_nav_cmd_id, propulsor, propulsor_motor_power_watts, rbr, rbr_coda_t_temperature_filtered, relative, relative_humidity_filtered, roll, roll_max, roll_mean, rpm, rudder, rudder_angle, saildrone, sailing, sailing_mode, salinity, saturation, sbe37, sbe37_conductivity_filtered, sbe37_o2_concentration_filtered, sbe37_o2_saturation_filtered, sbe37_practical_salinity_filtered, sbe37_temperature_filtered, significant, speed, speed_over_ground_instantaneous, speed_over_ground_max, speed_over_ground_mean, speed_over_ground_min, study, system, tail, tail_angle, temperature, thermo, time, traveled, voyager, water, water_current_direction_filtered, water_current_speed_filtered, water_depth_filtered, watts, wave, wave_dominant_period, wave_mean_period, wave_significant_height, waypoint, wind, wind_direction_nav, wind_direction_world_filtered, wind_gust_speed_filtered, wind_speed_world_filtered, wing, wing_angle, wing_heading_instantaneous, wing_heading_mean, world"; 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.7601824; String sourceUrl "(local files)"; Float64 Southernmost_Northing 36.7265696; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "drone_id"; String summary "NOAA Pacific Marine Environmental Laboratory (PMEL) Voyager Pilot Study 2025 API data"; String testOutOfDate "now-1day"; String time_coverage_end "2025-04-03T23:59:00.000Z"; String time_coverage_start "2025-03-28T22:00:00.000Z"; String title "NOAA PMEL Voyager Pilot Study 2025 Saildrone 1063 API"; Float64 Westernmost_Easting -123.0262656; } }
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.