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

Arash Kamangir
4 min readJan 15, 2025

--

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.

--

--

No responses yet