Skip to content

Commit

Permalink
+= QGIS - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jun 16, 2024
1 parent 33e9d41 commit 15bcbe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion blue_geo/.abcli/ukraine-timemap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function ukraine_timemap() {
fi

if [[ "$task" == "init" ]]; then
notebooks_and_scripts "$@"
blue_geo "$@"
return
fi

Expand Down
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 15bcbe0

Please sign in to comment.