From 5cbb8de0ecfd79c2c3d7e0e061ee67211f911d2f Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 13 Jul 2024 16:53:25 -0700 Subject: [PATCH] doc refactor - kamangir/bolt#746 --- README.md | 2 +- blue_geo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4634f193..81b30646 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ and paste it in the Python Console in QGIS. ## ukraine-timemap πŸ‡ΊπŸ‡¦ -[`ukraine-timemap`](./blue_geo/.abcli/ukraine-timemap/) ingests the [Civilian Harm in Ukraine TimeMap](https://github.com/bellingcat/ukraine-timemap) dataset, available through [this UI](https://ukraine.bellingcat.com/) and [this API](https://bellingcat-embeds.ams3.cdn.digitaloceanspaces.com/production/ukr/timemap/api.json), and generates a `geojson`, a QGIS project, and more. +[`ukraine-timemap`](./blue_geo/.abcli/ukraine-timemap/) ingests the [Bellingcat](https://www.bellingcat.com/) [Civilian Harm in Ukraine TimeMap](https://github.com/bellingcat/ukraine-timemap) dataset, available through [this UI](https://ukraine.bellingcat.com/) and [this API](https://bellingcat-embeds.ams3.cdn.digitaloceanspaces.com/production/ukr/timemap/api.json), and generates a `geojson`, a QGIS project, and more. ```bash > ukraine_timemap help diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index 5cc7c839..f42ab281 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization." -VERSION = "4.35.1" +VERSION = "4.36.1" REPO_NAME = "blue-geo"