Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Different flavours can be added to the WPS DataInputs (square brackets). Two examples (bbox and cdi) are

Code Block
http://dtvirt5.deltares.nl/wps?service=wps&request=Execute&Identifier=bbox_plot_profile&
DataInputs=[
bbox=12,13,43,44;
parameter=EPC00004;
z=ADEPZZ01;
starttime=2009-01-01T00:00:00Z;
endtime=2010-01-01T00:00:00Z;
zlim0=0;
zlim1=2;
clim0=0;
clim1=500;
log10=0;
markersize=18.0;
marker=^;
alpha=0.4
]&
version=1.0.0
 
http://dtvirt5.deltares.nl/wps?service=wps&request=Execute&Identifier=cdi_plot_profile&
DataInputs=[
EDMO_code=486;
LOCAL_CDI_ID=FI35200711007_00010_H09;
parameter=NTRAZZXX;
z=ADEPZZ01;
clim0=0;
clim1=1000;
log10=1;
color=magenta;
linestyle=--;
linewidth=3
]&
version=1.0.0

 

The previous two bbox requests produce the following outputs.

...

Code Block
http://dtvirt5.deltares.nl/wps?service=wps&request=Execute&Identifier=bbox_plot_timeseries&
DataInputs=[
bbox=12,13,43,44;
parameter=EPC00004;
z=ADEPZZ01;
starttime=2009-01-01T00:00:00Z;
endtime=2010-01-01T00:00:00Z;
zlim0=0;
zlim1=2;
clim0=0;
clim1=500;
log10=0;
markersize=18.0;
marker=^;
alpha=0.4
]&
version=1.0.0
 
http://dtvirt5.deltares.nl/wps?service=wps&request=Execute&Identifier=cdi_plot_timeseries&
DataInputs=[
EDMO_code=486;
LOCAL_CDI_ID=FI35200345015_24FA0_H09;
parameter=CPHLZZXX;
clim0=0;
clim1=2;
color=brown;
marker=^;
markersize=12;
alpha=0.2
]&
version=1.0.0


The previous two bbox requests produce the following outputs.

...

Different flavours can be added to the WPS DataInputs (square brackets) of *_plot_timeseriestimeprofile as well. An example isTwo examples (bbox and cdi) are

Code Block
http://dtvirt5.deltares.nl/wps?service=wps&request=Execute&Identifier=bbox_plot_timeprofile&
DataInputs=[
bbox=12,13,43,44;
parameter=EPC00004;
z=ADEPZZ01;
starttime=2009-01-01T00:00:00Z;
endtime=2010-01-01T00:00:00Z;
zlim0=0;
zlim1=2;
clim0=0;
clim1=500;
log10=0;
markersize=18.0;
marker=^;
alpha=0.4
]&
version=1.0.0
 
http://dtvirt5.deltares.nl/wps?service=wps&request=Execute&Identifier=cdi_plot_timeprofile&
DataInputs=[
EDMO_code=486;
LOCAL_CDI_ID=FI35200345015_24FA0_H09;
parameter=CPHLZZXX;
clim0=0;
clim1=2;
color=brown;
marker=^;
markersize=12;
alpha=0.2
]&
version=1.0.0

 

The previous two bbox requests produce the following outputs.

...