Skip to content

Latest commit

 

History

History
549 lines (429 loc) · 16.4 KB

WebService.md

File metadata and controls

549 lines (429 loc) · 16.4 KB

EMODnet Physics Web Service

Method
(click method name for description of return variables)
Description

Parameters (description)

Example

GetAllDataOwner

it gives the list and details of the data owners/contributors

XML
TXT

GetAllLatestData60Days

it gives the latest data (60 days) for the specified platform PlatformID

XML
TXT

GetAllLatestDataCode

it gives the latest data (60 days) for the specified platform and parameter PlatformID
ParamCode

XML
TXT

GetAllLatestDataFromTo

it gives the latest data (up to latest 60 days) for the specified platform within the specified time window PlatformID
StartDate
EndDate

XML
TXT

GetAllLatestDataFromToCode

it gives the latest data (up to latest 60 days) for the specified platform and parameter within the specified time window PlatformID
ParamCode
StartDate
EndDate

XML
TXT

GetAllLatestDataParameterGroup

it gives the latest data for the specified platform and parameter PlatformID
ParameterGroupID

XML
TXT

GetAllParameters

it gives the prameters description and codes

XML
TXT

GetAllParametersGroup

it gives the parameters groups

XML
TXT

GetAllPlatforms

it gives the platforms list and details

XML
TXT

GetPlatformId

it givest the platform details for the specified platform PlatformID

XML
TXT

GetAllPlatformsBBoxCode

it gives the list of the platforms and details for the specified bounding box and parameter code BBox
ParamCode

XML
TXT

GetAllPlatformsDataOwner

it gives the list of the platforms and details for the specified dataowner/contributor DataOwnerCode

XML
TXT

GetAllPlatformsParameterGroup

it gives the list of the platforms and details for the specified parameter group ParameterGroupID

XML
TXT

GetAllRoos

it gives the ROOSs list and codes

XML
TXT

GetAllPlatformsRoos

it gives the list of the platforms in the specified ROOS RoosID

XML
TXT

GetPlatformMonthlyCDIAvailability

it gives the list of avaialble monthly data files and the list of available CDIs for the specified platform PlatformID

XML
TXT

GetPlatformMinMaxAVG

it gives the parameters monthly average, monthly max and min for the specified platform PlatformID

XML
TXT

GetMonthlyData

usernameCMEMS
passwordCMEMS
PlatformID
Parameter
QC(optional)
StartDate(optional)
EndDate(optional)

XML
TXT

Parameters Description

parameters description
BBox
DataOwnerCode
ParamCode
Parameter
ParameterGroupID
PlatformID
QC
RoosID
StartDate, EndDate
usernameCMEMS, passwordCMEMS

Method return variables

GetAllDataOwner

return variables description
DataOwnerID EMODnet Physics internal DataOwner ID
Code DataOwner Acronym
Descr DataOwner full name description
website DataOwner website
country DataOwner Country
EDMO DataOwner EDMO code

GetAllLatestData60Days

return variables description
LatestPlatformID EMODnet Physics internal Platform ID
PlatformID EMODnet Physics external Platform ID
Date yyyy/mm/dd hh:mm:ss
Depth measurement depth
ParamValue ParameterCode 1 and value; ParameterCode 2 and value; … ; ParameterCode N and value;

GetAllLatestDataCode

return variables description
atestPlatformID EMODnet Physics internal Platform ID
PlatformID EMODnet Physics external Platform ID
Date yyyy/mm/dd hh:mm:ss
Depth measurement depth
ParamValue ParameterCode and value

GetAllLatestDataFromTo

return variables description
LatestPlatformID EMODnet Physics internal Platform ID
PlatformID EMODnet Physics external Platform ID
Date yyyy/mm/dd hh:mm:ss
Depth measurement depth
ParamValue ParameterCode 1 and value; ParameterCode 2 and value; … ; ParameterCode N and value;

GetAllLatestDataFromToCode

return variables description
LatestPlatformID EMODnet Physics internal Platform ID
PlatformID EMODnet Physics external Platform ID
Date yyyy/mm/dd hh:mm:ss
Depth measurement depth
ParamValue ParameterCode and value

GetAllLatestDataParameterGroup

return variables description
LatestPlatformID EMODnet Physics internal Platform ID
PlatformID EMODnet Physics external Platform ID
Date yyyy/mm/dd hh:mm:ss
Depth measurement depth
ParamValue ParameterCode and value

GetAllParameters

return variables description
ParameterID EMODnet Physics internal parameter ID
ParameterGroup parameter description
Code international code acronym
CFStandardName standard parameter full name
Descr parameter description
MeasurementUnit measurement unit

GetAllParametersGroup

return variables description
ParameterGroupID EMODnet Physics internal parameter group ID
Descr parameter group description

GetAllPlatforms

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
DataOwnerCode data owner acronym
HistoricalPlatformCDI is the platform connected to any SeaDataNet CDI?
PlatformCode platform name
WMOPlatformCode WMO code (if available)
MyOceanNumber internal code to link to crosslink the platform and MYO products
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
EDMO EDMO code
LastDataMeasured date of the last measurement
YearDataMeasured list of the years when the platform worked
Provider data owner acronym
InstitutionReference data owner website
Contact principal investigator - data curator emails
DataAssemblyCenter data assembly full name

GetPlatformId

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
DataOwnerCode data owner acronym
HistoricalPlatformCDI is the platform connected to any SeaDataNet CDI?
PlatformCode platform name
WMOPlatformCode WMO code (if available)
MyOceanNumber internal code to link to crosslink the platform and MYO products
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
EDMO EDMO code
LastDataMeasured date of the last measurement
YearDataMeasured list of the years when the platform worked

GetAllPlatformsBBoxCode

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
DataOwnerCode data owner acronym
HistoricalPlatformCDI is the platform connected to any SeaDataNet CDI?
PlatformCode platform name
WMOPlatformCode WMO code (if available)
MyOceanNumber internal code to link to crosslink the platform and MYO products
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
EDMO EDMO code
LastDataMeasured date of the last measurement
YearDataMeasured list of the years when the platform worked
Institution data owner acronym
InstitutionReference data owner website
Contact principal investigator - data curator emails
DataAssemblyCenter data assembly full name

GetAllPlatformsDataOwner

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
DataOwnerCode data owner code acronym
HistoricalPlatformCDI is the platform connected to any SeaDataNet CDI?
PlatformCode platform name
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
EDMO EDMO code
LastDataMeasured date of the last measurement
YearDataMeasured list of the years when the platform worked
Provider data owner acronym
InstitutionReference data owner website
Contact principal investigator - data curator emails
DataAssemblyCenter data assembly full name

GetAllPlatformsParameterGroup

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
DataOwnerCode data owner code acronym
HistoricalPlatformCDI is the platform connected to any SeaDataNet CDI?
PlatformCode platform name
WMOPlatformCode WMO code (if available)
MyOceanNumber internal code to link to crosslink the platform and MYO products
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
EDMO EDMO code
LastDataMeasured date of the last measurement
YearDataMeasured list of the years when the platform worked
Institution data owner acronym
InstitutionReference data owner website
Contact principal investigator - data curator emails
DataAssemblyCenter data assembly full name

GetAllRoos

return variables description
RoosID EMODnet Physics internal ROOS ID
Code ROOS acronym
Descr ROOS full name

GetAllPlatformsRoos

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
DataOwnerCode data owner acronym
HistoricalPlatformCDI is the platform connected to any SeaDataNet CDI?
PlatformCode platform name
WMOPlatformCode WMO code (if available)
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
EDMO EDMO code
LastDataMeasured date of the last measurement
YearDataMeasured list of the years when the platform worked
Provider data owner acronym
InstitutionReference data owner website
Contact principal investigator - data curator emails
DataAssemblyCenter data assembly full name

GetPlatformMonthlyCDIAvailability

return variables description
PlatformID EMODnet Physics external Platform ID
PlatformType Type of the platform
PlatformCode platform name
EDMO EDMO code
Parameters recorded parameters (international code acronym)
Latitude Latitude
Longitude Longitude
LastDataMeasured date of the last measurement
Provider data owner acronym
CDISeriesID list of available CDIs
MonthlyAvailability list of year-month when the platform worked

GetPlatformMinMaxAVG

return variables description
PlatformID EMODnet Physics external Platform ID
Year yyyy
Month the month (1 -12)
Parameter recorded parameters (international code acronym)
Min the min recorded value for that month
Max the max recorded value for that month
AVG the avg recorded value for that month
Depth depth of the measurement
QC quality flag of data (0 no QC, 1 good, >3 not good/problems) - only QC = 1 are used
RoosID EMODnet Physics internal ROOS ID
TotalRecordAVG internal code
TotalRecord internal code

GetMonthlyData

return variables description
Date yyyy/mm/dd hh:mm:ss
Depth Depth
ParamQC Parameter QC
ParamValue Parameter Value