![]() |
PermafrostNet ERDDAP
Easier access to scientific data |
log in
Brought to you by PermafrostNet Compute Canada |
Dataset Title: | Aggregated Ground Temperature Datasets
![]() ![]() |
Institution: | See original dataset (Dataset ID: pfnetGrndTmpAll) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { project_name { String ioos_category "Identifier"; String long_name "Project Name"; } site_id { String cf_role "timeseries_id"; String ioos_category "Identifier"; String long_name "Site Id"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 61.3027, 69.26313; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -135.6841, 135.6841; String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.2821076e+9, 1.4402772e+9; String axis "T"; String cf_role "profile_id"; String ioos_category "Time"; String long_name "Time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float32 actual_range -1.07, 20.0; String axis "Z"; Float64 colorBarMaximum 8000.0; Float64 colorBarMinimum -8000.0; String colorBarPalette "TopographyDepth"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } soil_temperature { Float32 _FillValue NaN; Float32 actual_range -1000.0, 133.77; String ioos_category "Temperature"; String long_name "Ground Temperature"; String standard_name "soil_temperature"; String units "degree_Celsius"; } creator_name { String ioos_category "Identifier"; } infoUrl { String ioos_category "Identifier"; } institution { String ioos_category "Identifier"; } publisher_name { String ioos_category "Identifier"; } publisher_email { String ioos_category "Identifier"; } publisher_url { String ioos_category "Identifier"; } id { String ioos_category "Identifier"; } naming_authority { String ioos_category "Identifier"; } title { String ioos_category "Identifier"; } } NC_GLOBAL { String cdm_data_type "TimeSeriesProfile"; String cdm_profile_variables "time"; String cdm_timeseries_variables "site_id,latitude,longitude"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "See original dataset"; Float64 Easternmost_Easting 135.6841; String featureType "TimeSeriesProfile"; Float64 geospatial_lat_max 69.26313; Float64 geospatial_lat_min 61.3027; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 135.6841; Float64 geospatial_lon_min -135.6841; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 20.0; Float64 geospatial_vertical_min -1.07; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2022-05-29T08:55:13Z (local files) 2022-05-29T08:55:13Z http://data.permafrostnet.ca/erddap/tabledap/pfnetGrndTmpAll.html"; String id "2017-009"; String infoUrl "https://data.permafrostnet.ca/erddap"; String institution "See original dataset"; String keywords "latitude, longitude, measurements, permafrost, sensor, sensors, soil, soil_temperature, soils, station, station_name, surface, system, temperature, time"; String license "The data may be used and redistributed for free but is not intended for legal use, since it may contain inaccuracies. Neither the data Contributor, ERD, NOAA, nor the United States Government, nor any of their employees or contractors, makes any warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness, or usefulness, of this information."; String naming_authority "ca.nwtgeoscience"; Float64 Northernmost_Northing 69.26313; String project "See original dataset"; String publisher_email "See original dataset"; String publisher_name "See original dataset"; String publisher_url "See original dataset"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 61.3027; String standard_name_vocabulary "CF Standard Name Table v55"; String subsetVariables "project_name, site_id, latitude, longitude, depth"; String summary "Aggregated ground temperature data from multiple datasets"; String time_coverage_end "2015-08-22T21:00:00Z"; String time_coverage_start "2010-08-18T05:00:00Z"; String title "Aggregated Ground Temperature Datasets"; Float64 Westernmost_Easting -135.6841; } }
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.