Skip to content

Commit

Permalink
doc refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Aug 5, 2024
1 parent a161c05 commit 750f4ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pip install blue-geo
To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` 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).
8 changes: 8 additions & 0 deletions blue_geo/.abcli/catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <catalog>] \
Expand All @@ -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-> <object-name>.
@catalog query ukraine_timemap \
[download,ingest,select,upload] \
[-|<object-name>] \
[dryrun]
. ukraine_timemap -query-> <object-name>.
@catalog query read \
[all,download,len] \
[.|<object-name>] \
Expand Down
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} geospatial AI."

VERSION = "4.204.1"
VERSION = "4.205.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 750f4ce

Please sign in to comment.