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 1600c03 commit 98708a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 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.196.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.197.1`](https://github.com/kamangir/blue-geo).
29 changes: 3 additions & 26 deletions blue_geo/.abcli/catalog/ukraine_timemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,11 @@ the `ukraine-timemap` catalog covers the [Bellingcat](https://www.bellingcat.com
@publish tar .
```

:fire

--- digest :below

```bash
> ukraine_timemap help
ukraine_timemap browse \
[dataset|github]
. browse ukraine-timemap.
ukraine_timemap ingest \
[dryrun,~upload] \
[-|<object-name>] \
[--verbose 1]
. ingest the latest dataset from https://github.com/bellingcat/ukraine-timemap.
```

example use,

```
@select ukraine-timemap-$(@@timestamp)
ukraine_timemap ingest - . --verbose 1
@open . QGIS
@publish tar .
```

![image](https://github.com/kamangir/assets/blob/main/nbs/ukraine-timemap/ingest_log.png?raw=true)

latest ingested object: [ukraine-timemap.tar.gz](https://kamangir-public.s3.ca-central-1.amazonaws.com/ukraine_timemap.tar.gz), sandbox: [ukraine-timemap/sandbox.ipynb](./notebooks/ukraine-timemap/sandbox.ipynb).
latest ingested object: [ukraine-timemap.tar.gz](https://kamangir-public.s3.ca-central-1.amazonaws.com/ukraine_timemap.tar.gz),

sandbox: [ukraine-timemap/sandbox.ipynb](./notebooks/ukraine-timemap/sandbox.ipynb).

last build [🔗](https://kamangir-public.s3.ca-central-1.amazonaws.com/ukraine_timemap/ukraine_timemap.png)

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} AI for precise geospatial data analysis and visualization."

VERSION = "4.196.1"
VERSION = "4.197.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 98708a9

Please sign in to comment.