Skip to content

Commit

Permalink
blue_geo-4.197.1 QGIS expressions - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Aug 5, 2024
1 parent 98708a9 commit d57c551
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pip install blue-geo
To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with the name of the plugin and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md).

---
built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.197.1`](https://github.com/kamangir/blue-geo).
built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.198.1`](https://github.com/kamangir/blue-geo).
10 changes: 4 additions & 6 deletions blue_geo/.abcli/catalog/firms/ingest.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#! /usr/bin/env bash

function blue_geo_catalog_ingest_firms() {
local ingest_options=$1
local options=$2

blue_geo_catalog_ingest_generic \
,$ingest_options \
$options,catalog=firms \
"${@:3}"
,$1 \
"$2" \
$3,catalog=firms \
"${@:4}"
}
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.197.1"
VERSION = "4.198.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit d57c551

Please sign in to comment.