Query broadcasted events worldwide and visualize them using spatial aggregations.

The service filters thousands of online news sources of the last 24 hours mentioning occurred protests or demonstrations. We constructed a web mercator spatial grid having a grid size being optimized for geographic visualization. Each grid cell is enriched with a count attribute representing the number of news article related to locations of the corresponding grid cell.

The service uses the impressive data source provided by the Global Database of Events, Language and Tone (GDELT) Project (https://www.gdeltproject.org/).

The service aggregates locations where some kind of protest took place using geospatial intelligence operations. The geospatial results support the GeoJSON and Esri Features format out of the box.

Every geospatial result support the GeoJSON and Esri FeatureSet format out of the box. All endpoints support an optional date parameter for filtering the results. For best performance, the serverless cloud-backend calculate the geospatial aggregations of the last 24 hours between midnight and 1 AM UTC. The serverless functions save these geospatial features for the last 90 days and yesterday should be the latest available date. Without specifying a date, we have to calculate the geospatial features of the last 24 hours on-the-fly.

Aggregated broadcasted news

Learn Path for geoprotests API

Analyze the broadcasted news related to protests, and identify hot- and cold spots.

Ramp up your development environment

Setup your development environment and start with the first tutorial activating your Geospatial Knowledge skills. You will learn how to analyse the broadcasted news of the last 24 hours.

Beginner
25 minutes


Map historic demonstrations

Query hot spots and visualize them using a map widget. You will learn how to query the broadcasted news of the past and create stunning map views.

Intermediate
45 minutes


Publish and share insights using web maps and dashboards

Collaboration and communication are the key for every geospatial intelligence engineer. You will learn how to share your web maps and create easy-to-use dashboards on top of it.

Intermediate
30 minutes

References:

[1] geoprotests API @RapidAPI
Query broadcasted events worldwide and visualize them using spatial aggregations.