πŸŒ€οΈ Conversations with AI β€” 189

Arash Kamangir
3 min readAug 27, 2024

--

Next, https://github.com/kamangir/blue-geo/pull/13: pipeline βœ… review βœ… merge βœ… update machines βœ…

@git blue-geo checkout main rebuild
@git blue-geo create_branch watch

as expected. πŸš€ crop the RGB with the target shape. βœ…

@datacube help
@datacube get \
list_of_files \
$BLUE_GEO_TEST_DATACUBE_COPERNICUS_SENTINEL_2 \
--suffix .jp2+.tif+.tiff
@geo test what=test_blue_geo_datacube_get_catalog
@geo test what=test_blue_geo_datacube_get_list_of_files
@geo test what=test_blue_geo_datacube_get_template

bash test for blue_geo_datacube_get βœ… pytest for datacube.list_of_files() βœ…

install gdal on Mac βœ… on Ubuntu βœ…

bash test for blue_geo_datacube_crop βœ…

as expected. πŸš€

Oops.

runme() {
local datacube_id=$BLUE_GEO_TEST_DATACUBE_COPERNICUS_SENTINEL_2_CHILCOTIN
local suffix=$(@@timestamp)

local object_name=$datacube_id-DERIVED-crop-$suffix

@cp - \
$BLUE_GEO_QGIS_TEMPLATE_WATCH \
$object_name

@datacube ingest \
what=quick \
$datacube_id

@datacube crop \
suffix=$suffix \
$BLUE_GEO_TEST_DATACUBE_CROP_CTULINE \
$datacube_id

@open QGIS $object_name
}

runme "$@"

datacube-copernicus-sentinel_2-S2A_MSIL1C_20240731T191911_N0511_R099_T10UEC_20240801T003519-SAFE-DERIVED-crop-2024–08–26–51863

@datacube get list_of_files --exists 1 ...
@geo watch - target=test to=local - - -

https://github.com/kamangir/blue-geo/pull/14: pipeline βœ… review βœ… merge βœ… update machines βœ…

@git blue-geo checkout main rebuild
@git blue-geo create_branch watch

continues.

--

--

No responses yet