SEA LEVEL INTERFACE

European Commission

Institute for Protection and Security of the Citizens - JRC Ispra Site

Help

List of sensors

Parameters
list
Type: boolean
Set to true to show sensors list
order
Type: String
order criteria
bbox
Type: list of numbers
Show sensors inside bounding box. Bounding box must be declared as list of coordinates:
lon_min:lat_min:lon_max:lat_max
Examples

Show full sensor list
webcritech.jrc.ec.europa.eu/Default.aspx?list=true

Show full sensor list ordered by name
webcritech.jrc.ec.europa.eu/Default.aspx?list=true&orderby=name

Show sensors inside bounding box
webcritech.jrc.ec.europa.eu/Default.aspx?list=true&bbox=-5:-15:23.55:49.605

Sensor data

Parameters
id
Type: number
Sensor id
tmin
Type: date
Data starting date
tmax
Type: date
Data ending date
nrec
Type: number
Maximum nuber of data to show.
Examples

Show default sensor data
webcritech.jrc.ec.europa.eu/Default.aspx?id=10

Show sensor data in dates range
webcritech.jrc.ec.europa.eu/Default.aspx?id=10&tmin=21 Oct 2015 00:00&tmax=22 Oct 2015 00:00

Show sensor data in dates range setting max data number
webcritech.jrc.ec.europa.eu/Default.aspx?id=10&tmin=21 Oct 2015 00:00&tmax=22 Oct 2015 00:00&nrec=10

Read wind DB

Parameters
id
Type: String
Name of stations (4 chars). If not specified returns the stations list
tmin
Type: date (format: dd MMM yyy HH:mm) or double (OA date)
Minimum data date
tmax
Type: date (format: dd MMM yyy HH:mm) or double (OA date)
Maximum data date
DateFormat
Type: string
String representing output date format. If not specified OA date is used
Examples

Extract full station list
webcritech.jrc.ec.europa.eu/readWindDB.aspx

Extract station data
webcritech.jrc.ec.europa.eu/readWindDB.aspx?id=CWIT

Extract station data from date
webcritech.jrc.ec.europa.eu/readWindDB.aspx?id=CWIT&tmin=01 Jan 2010 12:00

Extract station data from date formatting output date
webcritech.jrc.ec.europa.eu/readWindDB.aspx?id=CWIT&tmin=01 Jan 2010&Dateformat=yyyy-MM-dd HH:mm