IWXXM METAR
- METAR observations in IWXXM format
- The API returns METAR reports in the form of individual XML files packed in a ZIP archive
- Stations can be filtered by spatial geometries (
/radius
,/area
,/cube
,/corridor
queries) and by the ICAO code of the station (/locations query) - Temporal filtering also available via the
datetime
parameter
Collection description
The formal description of the METAR data available on the server: https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar
Coordinate based queries
- All available METAR reports within the 200 km range around the IBL office:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/radius?coords=POINT(17.1785 48.1628)&within=200&within-units=km - METAR reports within a polygonal area (borders of Slovakia) in a given time interval:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/area?coords=POLYGON((17.98%2049.08,%2016.94%2048.70,%2016.95%2048.01,%2017.96%2047.63,%2018.99%2047.80,%2021.00%2048.56,%2022.25%2048.39,%2022.75%2049.14,%2021.31%2049.51,%2020.15%2049.36,%2020.10%2049.19,%2019.69%2049.22,%2019.48%2049.63,%2018.94%2049.56))&datetime={today:00:00/6h} - METAR reports within a latitude/longitude bounding box in a given time interval:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/cube?bbox=16,40,18,44&datetime={today:00:00/6h}
Note: bbox=min_lon,min_lat,max_lon,max_lat - METAR reports within a 100 km wide corridor in a given time interval:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/corridor?coords=LINESTRING(-6.25%2053.4,%200%2051.5,%202.3%2048.8,%2014.4%2050.1,%2017.2%2048.2,%2021.25%2048.7)&corridor-width=200&width-units=km&datetime={today:00:00/6h}
Station code and time-based queries
- All reports from LZIB station (Bratislava airport):
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/locations/icao:LZIB - Reports from LZIB station in a given time interval:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/locations/icao:LZIB?datetime={today:-1:00:00/24h} - Reports from LZIB station for a single time:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/locations/icao:LZIB?datetime={today:06:00} - List of available stations:
https://edr.swim.iblsoft.com/edr/collections/iwxxm-metar/locations