Nautilos    ERDDAP NAUTILOS
Easier access to scientific data
   
Brought to you by Nautilos    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  NAUTILOS - Phytoplankton sampler calibration/validation experiment - NIVA Subscribe RSS
Institution:  NIVA   (Dataset ID: pps-calibration_niva_test)
Information:  Summary ? | License ? | Metadata | Background (external link) | Files | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
 
   Maximum ?
 
 Sample ?          "PPS-1"    "PPS-9"
 DNA_preserv ?          "ATL_cool_1mnth"    "freeze_1wk"
 PPS_holder ?          1    24
 pps_repl ?          1    3
 relval ?          2.477439372768326E-5    1.0
 assay ?          "haka"    "kvits"
 
Server-side Functions ?
 distinct() ?
? ("Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.")

File type: (more information)

(Documentation / Bypass this form ? )
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  Sample {
    String long_name "Sample";
  }
  DNA_preserv {
    String long_name "DNA Preserv";
  }
  PPS_holder {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 1, 24;
    String long_name "PPS Holder";
  }
  pps_repl {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 1, 3;
    String long_name "Pps Repl";
  }
  relval {
    Float64 actual_range 2.477439372768326e-5, 1.0;
    String long_name "Relval";
  }
  assay {
    String long_name "Assay";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String contributors_email "sabine.marty@niva.no; oeyvind.tangen.oedegaard@niva.no; anette.engesmo@niva.no; elianne.egge@niva.no";
    String contributors_name "Sabine Marty; ∅yvind Tangen ∅degaard; Anette Engesmo; Elianne Egge";
    String contributors_orcid "0000-0001-9568-1299; 0009-0003-1729-3356; 0000-0003-0162-2015; 0000-0001-5790-6426";
    String contributors_role "Senior Engineer; Senior Engineer; Scientist; Scientist";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_email "post@niva.no";
    String creator_name "Norwegian Institute for Water Research (NIVA)";
    String creator_type "Institution";
    String creator_url "https://www.niva.no/en";
    String geospatial_lat_max "59.9263473258332";
    String geospatial_lat_min "59.6551563466656";
    String geospatial_lat_units "degrees_north";
    String geospatial_lon_max "10.7933990818871";
    String geospatial_lon_min "10.6073773660121";
    String geospatial_lon_units "degrees_east";
    String history 
"2025-04-19T17:46:22Z (local files)
2025-04-19T17:46:22Z https://data-nautilos-h2020.eu/erddap/tabledap/pps-calibration_niva_test.html";
    String infoUrl "https://nautilos-h2020.eu/";
    String institution "NIVA";
    String institution_country "1417";
    String institution_edmo_code "NOR";
    String keywords "Biological Sampling, In Situ/Laboratory Instruments";
    String keywords_vocabulary "https://www.earthdata.nasa.gov/data/tools/idn/gcmd-keyword-viewer";
    String license "CC-BY 4.0";
    String naming_authority "NAUTILOS";
    String project_code "NAUTILOS";
    String Project_DOI "https://doi.org/10.3030/101000825";
    String project_edmerp "13720";
    String project_id "101000825";
    String project_name "New Approach to Underwater Technologies for Innovative, Low-cost Ocean obServation";
    String project_statement "This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No. 101000825 (NAUTILOS). This output reflects only the author?s view and the European Union cannot be held responsible for any use that may be made of the information contained therein";
    String references "NAUTILOS D6.1, Report on results and methodology of calibration / validation experiments performed in T6.1";
    String sensor_nautilos "Microplastic Sampler - NIVA";
    String source "Sampler for phytoplankton and suspended matter";
    String sourceUrl "(local files)";
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "The test objective was to evaluate the phytoplankton and suspended matter filter sampler for sampling phytoplankton and various DNA preservation methods for the sampler?s filters, and ultimately to find a method which preserves DNA well enough so that the sampler can operate autonomously as part of a FerryBox system for more than a week on ships of opportunity in WP7 demonstrations, with cooling at 4 ºC, before manually retrieving the filters for onshore analysis. The test was conducted in NIVA's lab in Oslo.";
    String time_coverage_end "2023-04-14T00:00:00Z";
    String time_coverage_start "2023-04-13T00:00:00Z";
    String title "NAUTILOS - Phytoplankton sampler calibration/validation experiment - NIVA";
    String variables "Sample, DNA_preserv, PPS holder, pps_repl, relval, assay";
  }
}

 

Using tabledap to Request Data and Graphs from Tabular Datasets

tabledap lets you request a data subset, a graph, or a map from a tabular dataset (for example, buoy data), via a specially formed URL. tabledap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its selection constraints (external link).

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.


 
ERDDAP, Version 2.18
Disclaimers | Privacy Policy | Contact