![]()  |  
    
      ERDDAP OSU Pytheas
       Accès aux données environnementales...  |  
     
      log in    
       Erddap est un produit développé par : NOAA ERD  |  
  
| Dataset Title: | CTD files download (csv, netcdf) station JULIO and ROMARIN
       
       
      
     | 
  
| Institution: | MIO UMR7294 CNRS / OSU Pytheas (Dataset ID: JULIO_520b_d701_f293) | 
| Information: | Summary  
    | License  
     | Metadata
     | Background 
     | Files
     | Make a graph
 | 
  
Attributes {
 s {
  url {
    String ioos_category "Identifier";
    String long_name "URL";
  }
  name {
    String ioos_category "Identifier";
    String long_name "File Name";
  }
  lastModified {
    String ioos_category "Time";
    String long_name "Last Modified";
    String time_origin "01-JAN-1970 00:00:00";
    String units "seconds since 1970-01-01T00:00:00Z";
  }
  size {
    String ioos_category "Other";
    String long_name "Size";
    String units "bytes";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String creator_email "maurice.libes@osupytheas.fr";
    String creator_name "maurice libes";
    String history 
"2025-11-04T10:07:09Z (local files)
2025-11-04T10:07:09Z http://erddap.osupytheas.fr/erddap/tabledap/JULIO_520b_d701_f293.html";
    String infoUrl "http://www.mio.univ-amu.fr/";
    String institution "MIO UMR7294 CNRS / OSU Pytheas";
    String keywords "CSV, CTD data, fichier, file, fluorescence, identifier, julio, mio, NetCDF, oxygen, profile, salinity, temperature, time, turbidity";
    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 sourceUrl "(local files)";
    String summary "fichiers (*.csv, .nc ) profile CTD station JULIO";
    String title "CTD files download (csv, netcdf) station JULIO and ROMARIN";
  }
}
  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.