Skip to content

Commit

Permalink
datacube ingest refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 21, 2024
1 parent f1fba1f commit 987c7c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions blue_geo/.abcli/datacube/firms_area/ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ function blue_geo_datacube_ingest_firms_area() {
ingest \
--object_name $object_name \
"${@:3}"

return 0
}
2 changes: 1 addition & 1 deletion blue_geo/.abcli/datacube/ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function blue_geo_datacube_ingest() {

abcli_log "🧊 catalog: $catalog"

local template_object_name=$(blue_geo_datacube get template --catalog $catalog)
local template_object_name=$(blue_geo_datacube get template $catalog)
local do_copy_template=1
[[ "$template_object_name" == "unknown-template" ]] &&
do_copy_template=0
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.100.1"
VERSION = "4.101.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 987c7c8

Please sign in to comment.