diff --git a/blue_geo/QGIS/console/QGIS.py b/blue_geo/QGIS/console/QGIS.py index e78aa867..7fbbd9e7 100644 --- a/blue_geo/QGIS/console/QGIS.py +++ b/blue_geo/QGIS/console/QGIS.py @@ -58,6 +58,8 @@ def clear(self): self.intro() + seed("clear") + def create_video(self, filename="QGIS", object_name=""): seed( [ @@ -245,4 +247,13 @@ def upload(self, object_name=""): QGIS = ABCLI_QGIS() + +def clear(): + QGIS.clear() + + +def upload(self, object_name=""): + QGIS.upload(object_name) + + Q = QGIS diff --git a/blue_geo/__init__.py b/blue_geo/__init__.py index 5289956f..cda2724b 100644 --- a/blue_geo/__init__.py +++ b/blue_geo/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization." -VERSION = "4.64.1" +VERSION = "4.65.1" REPO_NAME = "blue-geo"