Skip to content

Commit

Permalink
firms_area query fix - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 21, 2024
1 parent 36e7872 commit e2d3252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions blue_geo/.abcli/datacube/query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ function blue_geo_datacube_query() {
[[ "$do_download" == 1 ]] &&
abcli_download - $object_name
local query_options=$4
blue_geo_datacube_${catalog}_query \
,$options \
,$query_options \
$object_name \
"${@:4}"
"${@:5}"
[[ "$do_upload" == 1 ]] &&
abcli_upload - $object_name
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,7 +4,7 @@

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

VERSION = "4.103.1"
VERSION = "4.104.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit e2d3252

Please sign in to comment.