This dataset contains the geospatial positions and some additional information about the five weather radars used in this case study to detect bird migration.
The dataset is a list of five radars. Each record represents a radar, which is identified by the ID issued by the World Meteorological Organization (radar_id, which can be used to link with the main data of the case study). The country code (country), radar type (type, "weather" for all), radar name (i.e. its location name), and coordinates (geometry) are also provided. The data are formatted as a geojson.
- Bulk download: radars.geojson
- SQL API: http://lifewatch.cartodb.com/api/v2/sql?q=SELECT * FROM radars
To use the API, see the CartoDB API documentation.