LaMMA's ERDDAP
Easier access to scientific data |
Brought to you by LaMMA |
Dataset Title: | MOLOCH dp2m 1994 |
Institution: | Consorzio LaMMA (Dataset ID: MOLOCH_1994_ea68_9063_5556) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Data Access Form | Files |
Click on the map to specify a new center point.
Zoom: |
Attributes { time { String _CoordinateAxisType "Time"; Float64 actual_range 7.574688e+8, 7.890012e+8; String axis "T"; String calendar "proleptic_gregorian"; String ioos_category "Time"; String long_name "GRIB forecast or observation time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } altitude { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "up"; Float32 actual_range 2.0, 2.0; String axis "Z"; String datum "ground"; Int32 Grib_level_type 103; String ioos_category "Location"; String long_name "Altitude"; String positive "up"; String source_name "height_above_ground"; String standard_name "altitude"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 34.21235, 49.64985; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 2.4, 19.873; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } Dewpoint_temperature_height_above_ground { String abbreviation "2d"; Float64 colorBarMaximum 313.0; Float64 colorBarMinimum 273.0; String Grib2_Generating_Process_Type "Analysis"; String Grib2_Level_Desc "Specified height level above ground"; Int32 Grib2_Level_Type 103; Int32 Grib2_Parameter 0, 0, 6; String Grib2_Parameter_Category "Temperature"; String Grib2_Parameter_Discipline "Meteorological products"; String Grib2_Parameter_Name "Dewpoint temperature"; String Grib2_Statistical_Process_Type "UnknownStatType--1"; String Grib_Variable_Id "VAR_0-0-6_L103"; String ioos_category "Temperature"; String long_name "Dewpoint temperature @ Specified height level above ground"; Float32 missing_value NaN; String standard_name "dew_point_temperature"; String units "K"; } NC_GLOBAL { String cdm_data_type "Grid"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creator_name "Rome (RSMC)"; String creator_type "institution"; String DOI "https://doi.org/10.80359/c58d-zj32"; Float64 Easternmost_Easting 19.873; String file_format "GRIB-2"; Float64 geospatial_lat_max 49.64985; Float64 geospatial_lat_min 34.21235; Float64 geospatial_lat_resolution 0.0247; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 19.873; Float64 geospatial_lon_min 2.4; Float64 geospatial_lon_resolution 0.034600000000000006; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 2.0; Float64 geospatial_vertical_min 2.0; String geospatial_vertical_positive "up"; String geospatial_vertical_units "m"; String GRIB_table_version "4,0"; Float64 grid_mapping_earth_radius 6371229.0; String grid_mapping_name "latitude_longitude"; String history "Read using CDM IOSP GribCollection v3 2025-01-09T23:02:57Z (local files) 2025-01-09T23:02:57Z https://erddap.lamma.toscana.it/griddap/MOLOCH_1994_ea68_9063_5556.das"; String infoUrl "https://lamma.toscana.it"; String institution "Consorzio LaMMA"; String keywords "above, atmosphere, atmospheric, data, dew, dew point, dew_point_temperature, dewpoint, Dewpoint_temperature_height_above_ground, earth, Earth Science > Atmosphere > Atmospheric Temperature > Dew Point Temperature, Earth Science > Atmosphere > Atmospheric Water Vapor > Dew Point Temperature, ground, height, height_above_ground, level, local, point, rome, rsmc, science, source, specified, temperature, time, vapor, water"; String keywords_vocabulary "GCMD Science Keywords"; 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."; Float64 Northernmost_Northing 49.64985; String Originating_or_generating_Center "Rome (RSMC)"; String Originating_or_generating_Subcenter "National Research Council/Institute of Atmospheric Sciences and Climate (CNR-ISAC)"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 34.21235; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "MOLOCH dp2m 1994"; String time_coverage_end "1995-01-01T23:00:00Z"; String time_coverage_start "1994-01-02T00:00:00Z"; String title "MOLOCH dp2m 1994"; String Type_of_generating_process "Analysis"; Float64 Westernmost_Easting 2.4; } }
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.
griddap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]).
For details, see the griddap Documentation.