diff --git a/README.md b/README.md index 84692cc8..983bdd89 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index b528bfbe..4cd8b93b 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -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"