ποΈ Conversations with AI β 349
Next,
https://github.com/kamangir/blue-geo/pull/59: pipeline β review β merge β upgrade β
@git blue-geo checkout main rebuild
@geo init
@git blue-geo create_branch maxar-open-datacube
@datacube list $BLUE_GEO_TEST_DATACUBE_COPERNICUS_SENTINEL_2_CHILCOTIN
@datacube list $BLUE_GEO_TEST_DATACUBE_MAXAR_OPEN_DATA
@datacube list $BLUE_GEO_TEST_DATACUBE_MAXAR_OPEN_DATA --scope rgb
@datacube list $BLUE_GEO_TEST_DATACUBE_MAXAR_OPEN_DATA --scope all
implement scope correctly β
implement list β
rm @maxar ingest β
template.md += maxar list β
tests/datacube_get.sh
β
tests/datacube_list.sh
β
tests/help.sh
β
tests/assets.py
β
8οΈβ£ copy and refactor tests/test_catalog_EarthSearch_sentinel_1_l1C.py
. β
@catalog list collections --catalog
README.py
β
catalog/README.md
β
continue from 7οΈβ£ β
https://github.com/kamangir/blue-geo/pull/60: review β pipeline β merge β upgrade β
@git blue-geo checkout main rebuild
@geo init clear
@git blue-geo create_branch target-practice-in-LA
@docker build run
@targets download; @targets edit
@catalog list collections --catalog maxar_open_data
Brown-Mountain-Truck-Trail:
catalog: maxar_open_data
collection: WildFires-LosAngeles-Jan-2025
params:
height: 0.0025
width: 0.005
query_args:
count: 30
collection_id: WildFires-LosAngeles-Jan-2025
end_date: 2025-01-01
start_date: 2025-02-01
urls:
wikipedia: https://en.wikipedia.org/wiki/January_2025_Southern_California_wildfires, January 2025 Southern California wildfires
versions:
test:
query_args:
count: 2
@targets upload; @targets open
query_args += count β
blue_geo.catalog.maxar_open_data.collection: error: unrecognized arguments: β count -1 β count 2 β lat 34.2160393 β lon -118.1509575 β as expected β
python3 -m blue_geo.catalog.maxar_open_data.collection query \
--object_name geo-watch-2025-01-15-10-06-17-h0thrz-query-2025-01-15-2bxz8e \
--count -1 --count 2 \
--collection_id WildFires-LosAngeles-Jan-2025 \
--lat 34.2160393 \
--lon -118.1509575 \
--end_date 2025-02-01 \
--start_date 2025-01-01
@select datacube-maxar_open_data-WildFires-LosAngeles-Jan-2025-11-031311100221-103001010B9A1B00-DERIVED-crop-2025-01-15-9mzxuf
@datacube list .
π€¦ββ
all black π€¦ββ
identical names of files π€¦ββ
datacube-maxar_open_data-WildFires-LosAngeles-Jan-2025-11-031311100221-103001010B9A1B00
datacube-maxar_open_data-WildFires-LosAngeles-Jan-2025-11-031311100223-103001010B9A1B00
@catalog query maxar_open_data select ingest - \
--collection_id WildFires-LosAngeles-Jan-2025 \
--start_date 2025-01-10 \
--end_date 2025-01-13
@datacube list . --scope rgb
@geo watch - \
target=Brown-Mountain-Truck-Trail-test - \
to=local - \
content=0 -
larger run on batch β
@geo watch batch \
target=Brown-Mountain-Truck-Trail - \
to=aws_batch - \
publish -
continues.