🌀️ Conversations with AI — 187

Arash Kamangir
3 min readAug 25, 2024

--

Next, validate QGIS_TEMPLATES — removed. ✅ use by @geo watch@geo watch query to save the target ✅ workflow generation to load and pass ✅ regenerate the commands. ✅

@geo watch - target=void to=generic - -
blue_geo_watch_map - \
datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE \
geo-watch-2024-08-25-14-29-11-46222-datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE
@geo watch - target=test to=generic - -

a beautiful crash. 🚀

#! /usr/bin/env bash

function runme() {
echo "geo-watch-2024-08-25-14-42-20-60198-job-2024-08-25-52533 started."

abcli_eval - "workflow monitor node=datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE geo-watch-2024-08-25-14-42-20-60198-job-2024-08-25-52533 blue_geo_watch_map - datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE geo-watch-2024-08-25-14-42-20-60198-datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE"
[[ $? -ne 0 ]] && return 1
}

abcli_eval - "workflow monitor node=datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE geo-watch-2024-08-25-14-42-20-60198-job-2024-08-25-52533 blue_geo_watch_map - datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE geo-watch-2024-08-25-14-42-20-60198-datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE"
[[ $? -ne 0 ]] && return 1


abcli_eval - "workflow monitor node=reduction geo-watch-2024-08-25-14-42-20-60198-job-2024-08-25-52533 blue_geo_watch_reduce - geo-watch-2024-08-25-14-42-20-60198"
[[ $? -ne 0 ]] && return 1
runme "$@"

🤦‍♂

#! /usr/bin/env bash

function runme() {
echo "⏳ geo-watch-2024-08-25-14-50-02-90855-job-2024-08-25-15175 started: 3 command(s)."

abcli_eval - "workflow monitor node=datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE geo-watch-2024-08-25-14-50-02-90855-job-2024-08-25-15175 blue_geo_watch_map - datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE geo-watch-2024-08-25-14-50-02-90855-datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UDC_20240801T003519-SAFE"
[[ $? -ne 0 ]] && return 1

abcli_eval - "workflow monitor node=datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE geo-watch-2024-08-25-14-50-02-90855-job-2024-08-25-15175 blue_geo_watch_map - datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE geo-watch-2024-08-25-14-50-02-90855-datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE"
[[ $? -ne 0 ]] && return 1

abcli_eval - "workflow monitor node=reduction geo-watch-2024-08-25-14-50-02-90855-job-2024-08-25-15175 blue_geo_watch_reduce - geo-watch-2024-08-25-14-50-02-90855"
[[ $? -ne 0 ]] && return 1
echo "⏳ / geo-watch-2024-08-25-14-50-02-90855-job-2024-08-25-15175"
}

runme "$@"

decide when generate_marker is called. ✅

continues.

--

--

No responses yet