Skip to content

Commit

Permalink
+= QGIS - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jun 16, 2024
1 parent 15bcbe0 commit 4feb5e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ pip install blue-geo

## QGIS

```bash
> QGIS help
QGIS seed [screen]
. seed 🌱 QGIS.
QGIS expressions pull
. pull QGIS expressions.
QGIS expressions push [push]
. push QGIS expressions.
πŸ“‚ /Users/kamangir/Library/Application Support/QGIS/QGIS3/profiles/default/python/expressions
πŸ“‚ /Users/kamangir/git/blue-geo/blue_geo/QGIS/expressions
QGIS serve[r] [start]
. start QGIS server.
```

to start, generate the seed 🌱,

```bash
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,6 +4,6 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.13.1"
VERSION = "4.14.1"

REPO_NAME = "blue-geo"

0 comments on commit 4feb5e7

Please sign in to comment.