Event Date: January 19-20, 2026
Location: Ionian Coast

A collaborative WebGIS project designed to map and visualize social media testimonials (videos, photos, posts) regarding the “Harry Cyclone” event.
The main goal of this project is to collect and geolocate evidence of the cyclone that hit the Ionian coast. By aggregating content from social networks (Facebook, Instagram, etc.) onto a single map, we aim to:
Create a visual timeline and spatial distribution of the event.
Preserve digital testimonies of the weather impact.
Provide an open-source dataset for analysis or documentation.
We welcome contributions from the community! You can contribute by adding new data points (social media links) or by improving the website code.
If you have found a social media post relevant to the event, please follow these steps to add it to the map using QGIS:
git clone https://github.com/gianfrancodp/harry-sicily
social_contents.geojson file into the QGIS window.pkuid: Assign a unique integer ID (increment the last known ID).URL: The full link to the social media post (e.g., Facebook Reel, Instagram Video).Data_pubblicazione_URL: The date/time of the post in ISO format (e.g., 2026-01-20T16:59:30).note: (Optional) Brief description or credits (e.g., “Photo by ANSA”).GeoJSON format, overwriting the original file.social_contents.geojson file.We are also open to improvements for the visualization interface! The project uses:
If you want to improve the UI, add filters, or fix bugs:
home.html.To view the map on your computer, you cannot simply double-click home.html because browsers block loading local external files (CORS policy). You need a simple local server.
Do you like Python?
# Run this command in the project folder
python3 -m http.server
# Then open http://localhost:8000/home.html in your browser