WebP Examples
This file format has the same image quality (lossless) as PNG at a lower file size (about 26% smaller on average).
For more details about the format visit https://developers.google.com/speed/webp/.
For further compression of the file the optional webp_quality_factor
can be used.
The quality_factor can go from 0 (smaller output, lower quality) to 100 (best quality, larger output). See in the examples below how to use it.
-
Create a WebP image of the global temperature:
https://api.meteomatics.com/2024-11-21T12:00:00Z/t_2m:C/90,-180_-90,180:600x400/webp Global surface temperature on June 23 2023 at 12 UTC:
-
Create a WebP image of the global solar radiation with a quality factor of 50:
https://api.meteomatics.com/2024-11-21T12:00:00Z/t_2m:C/90,-180_-90,180:600x400/webp?webp_quality_factor=50 -
Global solar radiation on January 1 2023 at 12 UTC:
-
Create a WebP image of the surface temperature in the Alps:
https://api.meteomatics.com/2024-11-21T12:00:00Z/t_2m:C/50,0_40,20:600x400/webp -
Temperature in the Alps on June 23 2023 at 12 UTC: