![]() |
ERDDAP
Easier access to scientific data |
|
Brought to you by ICATMAR |
| Dataset Title: | medits_aut_25_tb
|
| Institution: | ICATMAR (Dataset ID: public_medits_aut_25_tb) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
|
|
Attributes {
s {
type_of_file {
String ioos_category "Unknown";
String long_name "Type Of File";
}
country {
String ioos_category "Location";
String long_name "Country";
}
area {
String ioos_category "Unknown";
String long_name "Area";
}
vessel {
String ioos_category "Unknown";
String long_name "Vessel";
}
year {
String ioos_category "Time";
String long_name "Year";
}
month {
String ioos_category "Time";
String long_name "Month";
}
day {
String ioos_category "Time";
String long_name "Day";
}
haul_number {
Float64 colorBarMaximum 100.0;
Float64 colorBarMinimum 0.0;
String ioos_category "Statistics";
String long_name "Haul Number";
}
codend_closing {
String ioos_category "Unknown";
String long_name "Codend Closing";
}
part_of_the_codend {
String ioos_category "Unknown";
String long_name "Part Of The Codend";
}
faunistic_category {
String ioos_category "Unknown";
String long_name "Faunistic Category";
}
genus {
String ioos_category "Taxonomy";
String long_name "Genus";
}
species {
String ioos_category "Taxonomy";
String long_name "Species";
}
name_of_the_reference_list {
String ioos_category "Unknown";
String long_name "Name Of The Reference List";
}
total_weight_in_the_haul {
String ioos_category "Unknown";
String long_name "Total Weight In The Haul";
}
total_number_in_the_haul {
Float64 colorBarMaximum 100.0;
Float64 colorBarMinimum 0.0;
String ioos_category "Statistics";
String long_name "Total Number In The Haul";
}
nb_of_females {
String ioos_category "Unknown";
String long_name "Nb Of Females";
}
nb_of_males {
String ioos_category "Unknown";
String long_name "Nb Of Males";
}
nb_of_undetermined {
String ioos_category "Unknown";
String long_name "Nb Of Undetermined";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3, NCCSV-1.2";
String creator_name "ICATMAR";
String creator_type "institution";
String history
"2026-04-18T14:54:37Z (source database)
2026-04-18T14:54:37Z http://erddap.icatmar.cat/tabledap/public_medits_aut_25_tb.das";
String infoUrl "???";
String institution "ICATMAR";
String keywords "area, aut, category, closing, codend, codend_closing, country, data, day, faunistic, faunistic_category, females, file, genus, haul, haul_number, icatmar, list, males, medits, month, name, name_of_the_reference_list, nb_of_females, nb_of_males, nb_of_undetermined, number, part, part_of_the_codend, reference, species, statistics, taxonomy, time, total, total_number_in_the_haul, total_weight_in_the_haul, type, type_of_file, undetermined, vessel, weight, year";
String license
"This dataset by ICATMAR is licensed under a Creative Commons Attribution 4.0
International License. You should have received a copy of the license along with this work.
If not, see https://creativecommons.org/licenses/by/4.0/.";
String sourceUrl "(source database)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "medits_aut_25_tb. ICATMAR data from a local source.";
String title "medits_aut_25_tb";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.