We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to more recent documentation , precipitation radar images can be requested as well using the waterinfo.be API using a number of new calls:
GetRasterTimeseriesValue
getTimeseriesvalues
e.g. https://hydro.vmm.be/grid/kiwis/KiWIS?datasource=10&service=kisters&type=queryServices&request=getrastertimeseriesvalues&ts_path=COMP_VMM/Vlaanderen_VMM/N/5m.Cmd.Raster.O.PAC_1h_1km_cappi_adj&period=PT1H&from=2018-10-09T15:00:00.000+01:00&format=hdf5
GetRasterFile
GetRasterToPointValues
raster_x
raster_y
Note that the related reliability can also be requested using the existing GetTimeseriesValues request. Datasource for these raster datasets is 10.
GetTimeseriesValues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to more recent documentation , precipitation radar images can be requested as well using the waterinfo.be API using a number of new calls:
GetRasterTimeseriesValue
(analogue to existinggetTimeseriesvalues
API call), returning HDF5 Opera files and metadata using the html formate.g. https://hydro.vmm.be/grid/kiwis/KiWIS?datasource=10&service=kisters&type=queryServices&request=getrastertimeseriesvalues&ts_path=COMP_VMM/Vlaanderen_VMM/N/5m.Cmd.Raster.O.PAC_1h_1km_cappi_adj&period=PT1H&from=2018-10-09T15:00:00.000+01:00&format=hdf5
GetRasterFile
to get a single geotiff or AsciiGrid fileGetRasterToPointValues
request a timeseries for a single point of the raster image usingraster_x
andraster_y
as query parametersNote that the related reliability can also be requested using the existing
GetTimeseriesValues
request. Datasource for these raster datasets is 10.The text was updated successfully, but these errors were encountered: