From 15bcbe0bf6379cdc3f1bd7b03a3e36bd69431ccf Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 15 Jun 2024 22:00:13 -0700 Subject: [PATCH] += QGIS - kamangir/bolt#746 --- README.md | 2 +- blue_geo/.abcli/ukraine-timemap.sh | 2 +- blue_geo/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbf3a898..84692cc8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ and paste it in the Python Console in QGIS. ## ukraine-timemap πŸ‡ΊπŸ‡¦ -[`ukraine-timemap`](./notebooks_and_scripts/.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 [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/.abcli/ukraine-timemap.sh b/blue_geo/.abcli/ukraine-timemap.sh index 42a058a2..67e7dc01 100644 --- a/blue_geo/.abcli/ukraine-timemap.sh +++ b/blue_geo/.abcli/ukraine-timemap.sh @@ -10,7 +10,7 @@ function ukraine_timemap() { fi if [[ "$task" == "init" ]]; then - notebooks_and_scripts "$@" + blue_geo "$@" return fi diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index aea883e1..b528bfbe 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -4,6 +4,6 @@ DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization." -VERSION = "4.12.1" +VERSION = "4.13.1" REPO_NAME = "blue-geo"