ποΈ Conversations with AI β 189
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.