From 959f3d6799ebcfb96db7d4302d08acf3a1227720 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 14 Jul 2024 15:09:41 -0700 Subject: [PATCH] doc refactor - kamangir/bolt#746 --- README.md | 2 +- blue_geo/.abcli/QGIS/README.md | 2 +- blue_geo/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68a8b81f..297855a8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ pip install blue-geo | | | | |-|-|-| | 🌐 [QGIS](./blue_geo/.abcli/QGIS/README.md) | πŸ‡ΊπŸ‡¦ [ukraine-timemap](./blue_geo/.abcli/ukraine-timemap/README.md) | 🌈 [vancouver-watching](https://github.com/kamangir/Vancouver-Watching) | -| [![image](https://github.com/kamangir/assets/blob/main/blue-geo/QGIS.png?raw=true)](./blue_geo/.abcli/QGIS/README.md) | [![image](https://github.com/kamangir/assets/blob/main/nbs/ukraine-timemap/QGIS.png?raw=true)](./blue_geo/.abcli/ukraine-timemap/README.md) | [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true)](https://github.com/kamangir/Vancouver-Watching) | +| [![image](https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/QGIS.png)](./blue_geo/.abcli/QGIS/README.md) | [![image](https://github.com/kamangir/assets/blob/main/nbs/ukraine-timemap/QGIS.png?raw=true)](./blue_geo/.abcli/ukraine-timemap/README.md) | [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif?raw=true)](https://github.com/kamangir/Vancouver-Watching) | | an AI terraform for [QGIS](https://www.qgis.org/). | 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](https://kamangir-public.s3.ca-central-1.amazonaws.com/ukraine_timemap/ukraine_timemap.png). | 🌈 Vancouver watching with AI, last build: [πŸ”—](https://kamangir-public.s3.ca-central-1.amazonaws.com/test_vancouver_watching_ingest/animation.gif). | | diff --git a/blue_geo/.abcli/QGIS/README.md b/blue_geo/.abcli/QGIS/README.md index 084e534d..4c63e17b 100644 --- a/blue_geo/.abcli/QGIS/README.md +++ b/blue_geo/.abcli/QGIS/README.md @@ -30,4 +30,4 @@ and paste it in the Python Console in QGIS. ![image](https://github.com/kamangir/assets/blob/main/blue-geo/QGIS-python-console.png?raw=true) -![image](https://github.com/kamangir/assets/blob/main/blue-geo/QGIS.png?raw=true) \ No newline at end of file +![image](https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/QGIS.png) \ No newline at end of file diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index 1a76a28b..e5af3b9d 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.39.1" +VERSION = "4.40.1" REPO_NAME = "blue-geo"