diff --git a/README.md b/README.md index e4b1d230..7a0f970b 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ pip install blue-geo To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `` with the name of the plugin and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md). --- -built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.204.1`](https://github.com/kamangir/blue-geo). +built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.205.1`](https://github.com/kamangir/blue-geo). diff --git a/blue_geo/.abcli/catalog/README.md b/blue_geo/.abcli/catalog/README.md index cd97a00b..0bc4fd29 100644 --- a/blue_geo/.abcli/catalog/README.md +++ b/blue_geo/.abcli/catalog/README.md @@ -7,6 +7,9 @@ @catalog browse firms \ [map_key|area] . browse firms. +@catalog browse ukraine_timemap \ + [dataset|github] + . browse ukraine-timemap. @catalog get \ [list_of_collections] \ [--catalog ] \ @@ -28,6 +31,11 @@ [--depth 1..10]\ [--source LANDSAT_NRT|MODIS_NRT|MODIS_SP|VIIRS_NOAA20_NRT|VIIRS_NOAA21_NRT|VIIRS_SNPP_NRT|VIIRS_SNPP_SP] . firms/area -query-> . +@catalog query ukraine_timemap \ + [download,ingest,select,upload] \ + [-|] \ + [dryrun] + . ukraine_timemap -query-> . @catalog query read \ [all,download,len] \ [.|] \ diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index f051fede..6dfb4595 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} geospatial AI." -VERSION = "4.204.1" +VERSION = "4.205.1" REPO_NAME = "blue-geo"